linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 09:57:29 to 2024-02-16 09:08:09 UTC [more...]

[RESEND PATCH v1 03/13] dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC
 2024-02-16  9:08 UTC  (8+ messages)

[PATCH v3 00/18] Add suspend to ram support for PCIe on J7200
 2024-02-16  9:04 UTC  (35+ messages)
` [PATCH v3 01/18] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v3 02/18] pinctrl: pinctrl-single: remove dead code in suspend() and resume() callbacks
` [PATCH v3 03/18] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v3 04/18] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v3 05/18] mux: add mux_chip_resume() function
` [PATCH v3 06/18] mux: mmio: add resume support
` [PATCH v3 07/18] phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()
` [PATCH v3 08/18] phy: ti: phy-j721e-wiz: split wiz_clock_init() function
` [PATCH v3 09/18] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v3 10/18] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v3 11/18] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v3 12/18] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v3 13/18] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v3 14/18] phy: cadence-torrent: add suspend and resume support
` [PATCH v3 15/18] PCI: cadence: extract link setup sequence from cdns_pcie_host_setup()
` [PATCH v3 16/18] PCI: cadence: set cdns_pcie_host_init() global
` [PATCH v3 17/18] PCI: j721e: add reset GPIO to struct j721e_pcie
` [PATCH v3 18/18] PCI: j721e: add suspend and resume support

[PATCH 00/22] platform/chrome: Add DT USB/DP muxing/topology to Trogdor
 2024-02-15 22:00 UTC  (8+ messages)
` [PATCH 01/22] dt-bindings: gpio: Add binding for ChromeOS EC GPIO controller
` [PATCH 02/22] gpio: Add ChromeOS EC GPIO driver

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-02-15 13:51 UTC  (13+ messages)
` [PATCH v6 003/164] pwm: Provide pwmchip_alloc() function and a devm variant of it
` [PATCH v6 067/164] pwm: lpss-*: Make use of devm_pwmchip_alloc() function
` [PATCH v6 151/164] gpio: mvebu: "

[PATCH v2 0/2] pinctrl: renesas: rzg2l: Add suspend to RAM support
 2024-02-15 12:41 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: renesas: Select CONFIG_IRQ_DOMAIN_HIERARCHY for pinctrl-rzg2l
` [PATCH v2 2/2] pinctrl: renesas: rzg2l: Add suspend/resume support

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-15 10:19 UTC  (32+ messages)
` [PATCH 01/23] dt-bindings: gpio: nomadik: convert into yaml format
` [PATCH 02/23] dt-bindings: gpio: nomadik: add optional ngpios property
` [PATCH 03/23] dt-bindings: gpio: nomadik: add mobileye,eyeq5-gpio compatible
` [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 06/23] pinctrl: nomadik: fix build warning (-Wformat)
` [PATCH 07/23] pinctrl: nomadik: fix build warning (-Wpointer-to-int-cast)
` [PATCH 08/23] pinctrl: nomadik: minimise indentation in probe
` [PATCH 09/23] pinctrl: nomadik: follow type-system kernel coding conventions
` [PATCH 10/23] pinctrl: nomadik: follow whitespace "
` [PATCH 11/23] pinctrl: nomadik: follow conditional "
` [PATCH 12/23] gpio: nomadik: request dynamic ID allocation
` [PATCH 13/23] gpio: nomadik: fix offset bug in nmk_pmx_set()
` [PATCH 14/23] gpio: nomadik: make clock optional
` [PATCH 15/23] gpio: nomadik: change driver name from gpio to gpio-nomadik
` [PATCH 16/23] gpio: nomadik: support shared GPIO IRQs
` [PATCH 17/23] gpio: nomadik: handle variadic GPIO count
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio
` [PATCH 19/23] gpio: nomadik: grab optional reset control and deassert it at probe
` [PATCH 20/23] MIPS: eyeq5_defconfig: enable GPIO by default
` [PATCH 21/23] MIPS: mobileye: eyeq5: add two GPIO bank nodes
` [PATCH 22/23] MIPS: mobileye: eyeq5: add resets to GPIO banks
` [PATCH 23/23] MIPS: mobileye: eyeq5: map GPIOs to pins using gpio-ranges

[PATCH 0/2] pinctrl: renesas: rzg2l: Add suspend to RAM support
 2024-02-15  9:27 UTC  (8+ messages)
` [PATCH 1/2] pinctrl: renesas: rzg2l: Add suspend/resume support
` [PATCH 2/2] arm64: dts: renesas: r9a08g045: add PSCI support

[PATCH 1/2] gpio: provide for_each_gpio()
 2024-02-15  8:33 UTC  (2+ messages)
` [PATCH 2/2] gpio: sim: use for_each_gpio()

[PATCH] gpio: uapi: clarify default_values being logical
 2024-02-15  7:46 UTC  (11+ messages)

[PATCH v2 0/4] gpio: fix SRCU bugs
 2024-02-15  7:43 UTC  (13+ messages)
` [PATCH v2 1/4] gpio: take the SRCU read lock in gpiod_hog()
` [PATCH v2 2/4] gpio: cdev: use correct pointer accessors with SRCU
` [PATCH v2 3/4] gpio: use srcu_dereference() with SRCU-protected pointers
` [PATCH v2 4/4] gpio: don't let lockdep complain about inherently dangerous RCU usage

[PATCH] gpio: sysfs: fix inverted pointer logic
 2024-02-15  7:42 UTC  (4+ messages)

[RESEND PATCH v1 00/13] Add support for TI TPS65224 PMIC
 2024-02-14 18:10 UTC  (5+ messages)
` [RESEND PATCH v1 04/13] mfd: tps6594-i2c: Add TI TPS65224 PMIC I2C
` [RESEND PATCH v1 05/13] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

[RESEND PATCH v1 01/13] mfd: tps6594: Add register definitions for TI TPS65224 PMIC
 2024-02-14 12:02 UTC  (2+ messages)

[brgl:gpio/driver-h-stubs] BUILD SUCCESS 2df8aa3cad407044f2febdbbdf220c6dae839c79
 2024-02-14 10:54 UTC 

[PATCH] gpio: sim: add lockdep asserts
 2024-02-14 10:45 UTC 

[bug report] gpio: remove gpio_lock
 2024-02-14 10:42 UTC  (3+ messages)

[linusw-pinctrl:for-next] BUILD SUCCESS b3b8c7865c273342ca51c2d2b3f0f788f7a0ba9d
 2024-02-14  9:55 UTC 

[linusw-pinctrl:devel] BUILD SUCCESS fd141e173af0a98f8559d888567d84c73f63f09c
 2024-02-14  9:55 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS cb4443f26b43efa54494b8de8a50457febb06940
 2024-02-14  9:54 UTC 

[PATCH] Documentation: gpio: consistent use of logical line value terminology
 2024-02-14  9:35 UTC  (4+ messages)

[PATCH] Documentation: gpio: clarify sysfs line values are logical
 2024-02-14  9:29 UTC  (2+ messages)

[bug report] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
 2024-02-14  8:53 UTC  (2+ messages)

[PATCH] gpio: initialize descriptor SRCU structure before adding OF-based chips
 2024-02-14  8:35 UTC  (4+ messages)

[PATCH v3 00/24] gpio: rework locking and object life-time control
 2024-02-13 22:07 UTC  (13+ messages)
` [PATCH v3 07/24] gpio: protect the descriptor label with SRCU
` [PATCH v3 23/24] gpio: remove the RW semaphore from the GPIO device

[PATCH 0/3] gpio: fix SRCU bugs
 2024-02-13 21:33 UTC  (8+ messages)
` [PATCH 1/3] gpio: take the SRCU read lock in gpiod_hog()
` [PATCH 2/3] gpio: cdev: use correct pointer accessors with SRCU
` [PATCH 3/3] gpio: use rcu_dereference_protected() to make lockdep happy

[PATCH] Documentation: gpio: Add a note on the deprecated GPIO Testing Driver
 2024-02-13 16:05 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 5e6284444024cf7e7d0ae538df8037a3a5efbec8
 2024-02-13 10:59 UTC 

[GIT PULL] gpio: immutable branch with GPIO stubs for the reset subsystem
 2024-02-13 10:10 UTC 

[PATCH v7 00/39] ep93xx device tree conversion
 2024-02-13  9:48 UTC  (3+ messages)

[GIT PULL] pinctrl: renesas: Updates for v6.9
 2024-02-13  8:41 UTC  (2+ messages)

[PATCH 0/2] pinctrl: qcom: Add SM8475 support
 2024-02-13  8:31 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom,sm8450-tlmm: Add compatible for SM8475
` [PATCH 2/2] pinctrl: qcom: sm8450: Add pll_clk to pin group 98 "

[PATCH v3 22/24] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
 2024-02-13  8:10 UTC  (5+ messages)

WARNING: fs/proc/generic.c:173 __xlate_proc_name
 2024-02-13  3:04 UTC  (6+ messages)

[PATCH v2 0/3] RZ/G2L pinctrl trivial changes
 2024-02-12 18:58 UTC  (8+ messages)
` [PATCH v2 1/3] pinctrl: renesas: rzg2l: Configure interrupt input mode
` [PATCH v2 2/3] pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able

[PATCH v2 3/3] pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able
 2024-02-12 15:56 UTC  (3+ messages)

[PATCH v6 00/13] Add support for Mobileye EyeQ5 system controller
 2024-02-12 13:44 UTC  (14+ messages)
` [PATCH v6 01/13] clk: fixed-factor: add optional accuracy support
` [PATCH v6 02/13] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v6 03/13] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v6 04/13] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v6 05/13] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v6 06/13] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v6 07/13] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v6 08/13] reset: eyeq5: add platform driver
` [PATCH v6 09/13] pinctrl: "
` [PATCH v6 10/13] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH v6 11/13] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH v6 12/13] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH v6 13/13] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes


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).