+++ to secure your transactions use the Bitcoin Mixer Service +++

 

linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] gpio: brcmstb: Allow building driver for ARCH_BCM2835
 2024-05-30 20:36 UTC  (2+ messages)

[PATCH v2 0/2] gpiolib: Show IRQ line in debugfs
 2024-05-30 19:12 UTC  (3+ messages)
` [PATCH v2 1/2] gpiolib: Return label, if set, for IRQ only line
` [PATCH v2 2/2] gpiolib: Show more info for interrupt only lines in debugfs

[PATCH v3 00/15] Add PFC support for Renesas RZ/V2H(P) SoC
 2024-05-30 17:38 UTC  (16+ messages)
` [PATCH v3 01/15] dt-bindings: pinctrl: renesas: Document "
` [PATCH v3 02/15] pinctrl: renesas: pinctrl-rzg2l: Rename B0WI to BOWI
` [PATCH v3 03/15] pinctrl: renesas: pinctrl-rzg2l: Allow more bits for pin configuration
` [PATCH v3 04/15] pinctrl: renesas: pinctrl-rzg2l: Drop struct rzg2l_variable_pin_cfg
` [PATCH v3 05/15] pinctrl: renesas: pinctrl-rzg2l: Allow parsing of variable configuration for all architectures
` [PATCH v3 06/15] pinctrl: renesas: pinctrl-rzg2l: Validate power registers for SD and ETH
` [PATCH v3 07/15] pinctrl: renesas: pinctrl-rzg2l: Add function pointer for locking/unlocking the PFC register
` [PATCH v3 08/15] pinctrl: renesas: pinctrl-rzg2l: Add function pointer for writing to PMC register
` [PATCH v3 09/15] pinctrl: renesas: pinctrl-rzg2l: Add function pointers for reading/writing OEN register
` [PATCH v3 10/15] pinctrl: renesas: pinctrl-rzg2l: Add support to configure the slew-rate
` [PATCH v3 11/15] pinctrl: renesas: pinctrl-rzg2l: Add support to set pulling up/down the pins
` [PATCH v3 12/15] pinctrl: renesas: pinctrl-rzg2l: Pass pincontrol device pointer to pinconf_generic_parse_dt_config()
` [PATCH v3 13/15] pinctrl: renesas: pinctrl-rzg2l: Add support for custom parameters
` [PATCH v3 14/15] pinctrl: renesas: pinctrl-rzg2l: Acquire lock in rzg2l_pinctrl_pm_setup_pfc()
` [PATCH v3 15/15] pinctrl: renesas: pinctrl-rzg2l: Add support for RZ/V2H SoC

[PATCH 0/2] pinctrl: zynqmp: Support muxing individual pins
 2024-05-30 17:08 UTC  (7+ messages)

[PATCH v2 1/1] dt-bindings: gpio: mpc8xxx: Convert to yaml format
 2024-05-30 16:54 UTC 

[PATCH v2 0/2] dt-bindings: gpio: aspeed,sgpio: Miscellaneous cleanups
 2024-05-30 16:32 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: aspeed,sgpio: Specify gpio-line-names
` [PATCH v2 2/2] dt-bindings: gpio: aspeed,sgpio: Specify #interrupt-cells

[PATCH libgpiod v2 0/4] tools: tests: fix a few issues in bash scripts
 2024-05-30 14:14 UTC  (15+ messages)
` [PATCH libgpiod v2 2/4] tools: tests: use "$@" instead of $*

[PATCH 0/9] Configure GbEth for RGMII on RZ/G2L family
 2024-05-30 13:55 UTC  (20+ messages)
` [PATCH 1/9] pinctrl: renesas: rzg2l: Fix variable names in OEN functions
` [PATCH 2/9] pinctrl: renesas: rzg2l: Refactor pin to OEN bit translation
` [PATCH 3/9] pinctrl: renesas: rzg2l: Support output enable on RZ/G2L
` [PATCH 4/9] arm64: dts: renesas: rzg2l: Enable Ethernet TXC output
` [PATCH 5/9] arm64: dts: renesas: rzg2lc: "
` [PATCH 6/9] arm64: dts: renesas: rzg2ul: "
` [PATCH 7/9] arm64: dts: renesas: rzg2l: Set Ethernet PVDD to 1.8V
` [PATCH 8/9] arm64: dts: renesas: rzg2lc: "
` [PATCH 9/9] arm64: dts: renesas: rzg2ul: "

[PATCH] pinctrl: renesas: rzn1: Use for_each_child_of_node_scoped()
 2024-05-30 13:36 UTC  (4+ messages)

[PATCH 0/8] gpio-tqmx86 fixes
 2024-05-30 12:13 UTC  (28+ messages)
` [PATCH 1/8] gpio: tqmx86: fix typo in Kconfig label
` [PATCH 2/8] gpio: tqmx86: introduce shadow register for GPIO output value
` [PATCH 3/8] gpio: tqmx86: change tqmx86_gpio_write() order of arguments to match regmap API
` [PATCH 4/8] gpio: tqmx86: introduce _tqmx86_gpio_update_bits() helper
` [PATCH 5/8] gpio: tqmx86: add macros for interrupt configuration
` [PATCH 6/8] gpio: tqmx86: store IRQ triggers without offsetting index
` [PATCH 7/8] gpio: tqmx86: store IRQ trigger type and unmask status separately
` [PATCH 8/8] gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type

[PATCH v2 00/14] arm64: dts: qcom: sc8280xp-x13s: enable pm8008 camera pmic
 2024-05-30 11:59 UTC  (26+ messages)
` [PATCH v2 01/14] dt-bindings: mfd: pm8008: add reset gpio
` [PATCH v2 02/14] mfd: pm8008: fix regmap irq chip initialisation
` [PATCH v2 03/14] mfd: pm8008: deassert reset on probe
` [PATCH v2 04/14] mfd: pm8008: mark regmap structures as const
` [PATCH v2 05/14] mfd: pm8008: use lower case hex notation
` [PATCH v2 06/14] mfd: pm8008: rename irq chip
` [PATCH v2 07/14] mfd: pm8008: drop unused driver data
` [PATCH v2 08/14] pinctrl: qcom: spmi-gpio: drop broken pm8008 support
` [PATCH v2 09/14] dt-bindings: pinctrl: qcom,pmic-gpio: drop pm8008
` [PATCH v2 10/14] dt-bindings: mfd: pm8008: drop redundant descriptions
` [PATCH v2 11/14] dt-bindings: mfd: pm8008: rework binding
` [PATCH v2 12/14] mfd: pm8008: rework driver
` [PATCH v2 13/14] regulator: add pm8008 pmic regulator driver
` [PATCH v2 14/14] arm64: dts: qcom: sc8280xp-x13s: enable pm8008 camera pmic

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-30 11:56 UTC  (10+ messages)
` [PATCH v2 02/20] pinctrl: tegra: "
` [PATCH v2 07/20] pinctrl: renesas: "
` [PATCH v2 08/20] pinctrl: st: "

[PATCH v2 00/13] Add PFC support for Renesas RZ/V2H(P) SoC
 2024-05-30 10:37 UTC  (8+ messages)
` [PATCH v2 10/13] pinctrl: renesas: pinctrl-rzg2l: Add support to set pulling up/down the pins
` [PATCH v2 13/13] pinctrl: renesas: pinctrl-rzg2l: Add support for RZ/V2H SoC

[PATCH v2 1/4] gpio: tqmx86: fix typo in Kconfig label
 2024-05-30 10:20 UTC  (4+ messages)
` [PATCH v2 2/4] gpio: tqmx86: introduce shadow register for GPIO output value
` [PATCH v2 3/4] gpio: tqmx86: store IRQ trigger type and unmask status separately
` [PATCH v2 4/4] gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type

[PATCH v2 18/20] pinctrl: freescale: mxs: Fix refcount of child
 2024-05-30  9:54 UTC  (5+ messages)
    ` [v2 "

[PATCH v2 04/20] pinctrl: starfive: Use scope based of_node_put() cleanups
 2024-05-30  9:40 UTC  (4+ messages)
    ` [v2 "

[PATCH 1/2] gpio: amd8111: Convert PCIBIOS_* return codes to errnos
 2024-05-30  9:30 UTC  (5+ messages)

[PATCH v2 0/3] gpiolib: cdev: tidy up kfifo handling
 2024-05-30  9:29 UTC  (5+ messages)
` [PATCH v2 1/3] gpiolib: cdev: Add INIT_KFIFO() for linereq events
` [PATCH v2 2/3] gpiolib: cdev: Refactor allocation of linereq events kfifo
` [PATCH v2 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling

[PATCH v3 00/11] pinctrl: pinmux: Embed and reuse struct
 2024-05-30  8:55 UTC  (12+ messages)
` [PATCH v3 01/11] pinctrl: berlin: Make use of struct pinfunction
` [PATCH v3 02/11] pinctrl: equilibrium: "
` [PATCH v3 03/11] pinctrl: ingenic: Provide a helper macro INGENIC_PIN_FUNCTION()
` [PATCH v3 04/11] pinctrl: mediatek: moore: Provide a helper macro PINCTRL_PIN_FUNCTION()
` [PATCH v3 05/11] pinctrl: pinmux: Add a convenient define PINCTRL_FUNCTION_DESC()
` [PATCH v3 06/11] pinctrl: pinmux: Embed struct pinfunction into struct function_desc
` [PATCH v3 07/11] pinctrl: imx: Convert to use func member
` [PATCH v3 08/11] pinctrl: ingenic: "
` [PATCH v3 09/11] pinctrl: keembay: "
` [PATCH v3 10/11] pinctrl: mediatek: moore: "
` [PATCH v3 11/11] pinctrl: pinmux: Remove unused members from struct function_desc

[PATCH v2 07/11] pinctrl: imx: Convert to use func member
 2024-05-30  4:27 UTC  (2+ messages)

[PATCH] pinctrl: samsung: Add support for pull-up and pull-down
 2024-05-30  2:51 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: gpio: aspeed,sgpio: Miscellaneous cleanups
 2024-05-30  0:54 UTC  (13+ messages)
` [PATCH 1/4] dt-bindings: gpio: aspeed,sgpio: Order properties by DTS style
` [PATCH 2/4] dt-bindings: gpio: aspeed,sgpio: Specify gpio-line-names
` [PATCH 3/4] dt-bindings: gpio: aspeed,sgpio: Specify #interrupt-cells
` [PATCH 4/4] dt-bindings: gpio: aspeed,sgpio: Require #interrupt-cells

[PATCH v7] gpio: virtuser: new virtual driver
 2024-05-29 21:00 UTC  (3+ messages)

[PATCH 00/13] arm64: dts: qcom: sc8280xp-x13s: enable pm8008 camera pmic
 2024-05-29 18:52 UTC  (13+ messages)
` [PATCH 03/13] mfd: pm8008: deassert reset on probe
` [PATCH 09/13] pinctrl: qcom: spmi-gpio: drop broken pm8008 support
` [PATCH 12/13] regulator: add pm8008 pmic regulator driver

[PATCH 12/13] regulator: add pm8008 pmic regulator driver
 2024-05-29 16:04 UTC  (3+ messages)

[PATCH v2 0/4] ADP5585 GPIO expander, PWM and keypad controller support
 2024-05-29 15:17 UTC  (20+ messages)
` [PATCH v2 2/4] mfd: adp5585: Add Analog Devices ADP5585 core support
` [PATCH v2 3/4] gpio: adp5585: Add Analog Devices ADP5585 support
` [PATCH v2 4/4] pwm: "

[PATCH v2 0/2] pinctrl: rockchip: add rk3308b SoC support
 2024-05-29 14:35 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: rockchip: delay recalced_mask and route_mask init
` [PATCH v2 2/2] pinctrl: rockchip: add rk3308b SoC support

[PATCH libgpiod v3 0/4] tools: tests: fix a few issues in bash scripts
 2024-05-29 13:54 UTC  (4+ messages)

[PATCH v2] regulator: gpio: Correct default GPIO state to LOW
 2024-05-29 13:37 UTC  (4+ messages)

[PATCH 0/3] gpiolib: cdev: tidy up kfifo handling
 2024-05-29 11:44 UTC  (4+ messages)
` [PATCH 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling

[PATCH] gpio-syscon: do not report bogus error
 2024-05-29 11:18 UTC  (3+ messages)

[PATCH v2 0/8] Add R-Car fuse support
 2024-05-29  9:29 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: fuse: Document R-Car E-FUSE / PFC
` [PATCH v2 2/8] dt-bindings: fuse: Document R-Car E-FUSE / OTP_MEM
` [PATCH v2 3/8] soc: renesas: Add R-Car fuse driver
` [PATCH v2 4/8] pinctrl: renesas: Add R-Car Gen3 fuse support
` [PATCH v2 5/8] arm64: dts: renesas: r8a779a0: Add E-FUSE node
` [PATCH v2 6/8] arm64: dts: renesas: r8a779f0: "
` [PATCH v2 7/8] arm64: dts: renesas: r8a779g0: Add OTP_MEM node
` [PATCH v2 8/8] arm64: dts: renesas: r8a779h0: "

[PATCH v2 00/11] pinctrl: pinmux: Embed and reuse struct pinfunction
 2024-05-29  9:16 UTC  (7+ messages)
` [PATCH v2 04/11] pinctrl: mediatek: Provide a helper macro PINCTRL_PIN_FUNCTION()
` [PATCH v2 10/11] pinctrl: mediatek: Convert to use func member

[PATCH 0/3] pinctrl: rockchip: add rk3308b SoC support
 2024-05-29  8:56 UTC  (3+ messages)
` [PATCH 1/3] pinctrl: rockchip: update rk3308 iomux routes

[PATCH] pinctrl: pinctrl-zynqmp: Use pin numbers stored in pin descriptor
 2024-05-29  7:36 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).