Show patches with: none      |   42071 patches
« 1 2 3 4420 421 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[5/5] gpio: aspeed-sgpio: Support G7 Aspeed sgpiom controller Add Aspeed G7 sgpio support - - - - --- 2026-01-17 Billy Tsai New
[4/5] dt-bindings: gpio: aspeed,sgpio: Support ast2700 Add Aspeed G7 sgpio support - - - - --- 2026-01-17 Billy Tsai New
[3/5] gpio: aspeed-sgpio: Create llops to handle hardware access Add Aspeed G7 sgpio support - - - - --- 2026-01-17 Billy Tsai New
[2/5] gpio: aspeed-sgpio: Remove unused bank name field Add Aspeed G7 sgpio support - - - - --- 2026-01-17 Billy Tsai New
[1/5] gpio: aspeed-sgpio: Change the macro to support deferred probe Add Aspeed G7 sgpio support - - - - --- 2026-01-17 Billy Tsai New
pinctrl: mediatek: enable ies_present flag for MT798x pinctrl: mediatek: enable ies_present flag for MT798x - - - - --- 2026-01-17 Shiji Yang New
[GIT,PULL] gpio fixes for v6.19-rc6 [GIT,PULL] gpio fixes for v6.19-rc6 - - - - --- 2026-01-16 Bartosz Golaszewski New
[GIT,PULL] pinctrl: renesas: Updates for v6.20 [GIT,PULL] pinctrl: renesas: Updates for v6.20 - - - - --- 2026-01-16 Geert Uytterhoeven New
[GIT,PULL] pinctrl: renesas: Updates for v6.20 [GIT,PULL] pinctrl: renesas: Updates for v6.20 - - - - --- 2026-01-16 Geert Uytterhoeven New
[23/23] gpiolib: Remove unused `chip` and `srcu` in struct gpio_device gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[22/23] gpiolib: Leverage revocable for other independent lifecycle instances gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[21/23] selftests: revocable: Add test case for DEFINE_REVOCABLE() gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[20/23] revocable: Add Kunit test case for DEFINE_REVOCABLE() gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[19/23] revocable: Support to define revocable consumer handle on stack gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[18/23] gpiolib: Leverage revocable for gpiolib_sops gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[17/23] gpiolib: cdev: Leverage revocable for lineinfo_changed_notify gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[16/23] gpiolib: cdev: Leverage revocable for lineevent_fileops gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[15/23] gpiolib: cdev: Leverage revocable for line_fileops gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[14/23] gpiolib: cdev: Leverage revocable for linehandle_fileops gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[13/23] gpiolib: cdev: Leverage revocable for gpio_fileops gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[12/23] gpiolib: Add revocable provider handle for struct gpio_chip gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[11/23] selftests: gpio: Add gpio-cdev-uaf tests gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[10/23] gpiolib: cdev: Don't check struct gpio_chip in gpio_chrdev_open() gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[09/23] gpiolib: Ensure struct gpio_chip for gpiochip_setup_dev() gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[08/23] gpiolib: sysfs: Remove redundant check for struct gpio_chip gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[07/23] gpiolib: Remove redundant check for struct gpio_chip gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[06/23] gpiolib: Access `gpio_bus_type` in gpiochip_setup_dev() gpiolib: Adopt revocable mechanism for UAF prevention - - - - --- 2026-01-16 Tzung-Bi Shih New
[05/23] gpiolib: cdev: Correct return code on memory allocation failure gpiolib: Adopt revocable mechanism for UAF prevention - 1 - - --- 2026-01-16 Tzung-Bi Shih New
[04/23] gpiolib: Fix resource leaks on errors in lineinfo_changed_notify() gpiolib: Adopt revocable mechanism for UAF prevention - 1 - - --- 2026-01-16 Tzung-Bi Shih New
[03/23] gpiolib: Fix resource leaks on errors in gpiochip_add_data_with_key() gpiolib: Adopt revocable mechanism for UAF prevention - 1 - - --- 2026-01-16 Tzung-Bi Shih New
[02/23] gpiolib: cdev: Fix resource leaks on errors in gpiolib_cdev_register() gpiolib: Adopt revocable mechanism for UAF prevention - 2 - - --- 2026-01-16 Tzung-Bi Shih New
[01/23] gpiolib: Correct wrong kfree() usage for `kobj->name` gpiolib: Adopt revocable mechanism for UAF prevention - 1 - - --- 2026-01-16 Tzung-Bi Shih New
[v7,3/3] selftests: revocable: Add kselftest cases drivers/base: Introduce revocable - - - - --- 2026-01-16 Tzung-Bi Shih New
[v7,2/3] revocable: Add Kunit test cases drivers/base: Introduce revocable - - - - --- 2026-01-16 Tzung-Bi Shih New
[v7,1/3] revocable: Revocable resource management drivers/base: Introduce revocable 1 - - - --- 2026-01-16 Tzung-Bi Shih New
pwm: Update MAINTAINER entry pwm: Update MAINTAINER entry - - 1 - --- 2026-01-15 Uwe Kleine-König New
[v6,2/6] gpio: mmio: Add compatible for opencores GPIO [v6,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO - - 2 - --- 2026-01-15 Stafford Horne New
[v6,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO [v6,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO - 1 2 - --- 2026-01-15 Stafford Horne New
[GIT,PULL] Immutable branch between MFD, Clk, GPIO, Power, Regulator and RTC due for the v6.20 merg… [GIT,PULL] Immutable branch between MFD, Clk, GPIO, Power, Regulator and RTC due for the v6.20 merg… - - - - --- 2026-01-15 Lee Jones New
[v5,11/11] arm64: dts: microchip: add EV23X71A board Add support for Microchip LAN969x - - - - --- 2026-01-15 Robert Marko New
[v5,10/11] dt-bindings: net: sparx5: do not require phys when RGMII is used Add support for Microchip LAN969x - - - - --- 2026-01-15 Robert Marko New
[v5,09/11] dt-bindings: arm: AT91: document EV23X71A board Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,08/11] arm64: dts: microchip: add LAN969x support Add support for Microchip LAN969x - - 1 - --- 2026-01-15 Robert Marko New
[v5,07/11] arm64: dts: microchip: add LAN969x clock header file Add support for Microchip LAN969x - - 1 - --- 2026-01-15 Robert Marko New
[v5,06/11] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,05/11] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,04/11] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,03/11] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,02/11] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[v5,01/11] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom Add support for Microchip LAN969x 1 - 1 - --- 2026-01-15 Robert Marko New
[11/11] pinctrl: st: Annotate st_pinconf_dbg_show() as holding mutex pinctrl: Some code cleanup including guards - - 1 - --- 2026-01-14 Krzysztof Kozlowski New
[10/11] pinctrl: rockchip: Simplify locking with scoped_guard() pinctrl: Some code cleanup including guards - - 1 - --- 2026-01-14 Krzysztof Kozlowski New
[09/11] pinctrl: tegra-xusb: Simplify locking with guard() pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[08/11] pinctrl: tegra-xusb: Return void in padctl enable/disable functions pinctrl: Some code cleanup including guards 1 - 1 - --- 2026-01-14 Krzysztof Kozlowski New
[07/11] pinctrl: tb10x: Simplify locking with guard() pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[06/11] pinctrl: microchip-sgpio: Simplify locking with guard() pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[05/11] pinctrl: aw9523: Simplify locking with guard() pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[04/11] pinctrl: amd: Cleanup header includes pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[03/11] pinctrl: sophgo: Cleanup header includes pinctrl: Some code cleanup including guards - - 1 - --- 2026-01-14 Krzysztof Kozlowski New
[02/11] pinctrl: starfive: jh7110-sys: Cleanup header includes pinctrl: Some code cleanup including guards - - - - --- 2026-01-14 Krzysztof Kozlowski New
[01/11] pinctrl: aspeed: Cleanup header includes pinctrl: Some code cleanup including guards - - 1 - --- 2026-01-14 Krzysztof Kozlowski New
[v5,2/6] gpio: mmio: Add compatible for opencores GPIO [v5,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO - - 2 - --- 2026-01-14 Stafford Horne New
[v5,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO [v5,1/6] dt-bindings: gpio-mmio: Correct opencores GPIO - 1 2 - --- 2026-01-14 Stafford Horne New
[3/3] arm64: tegra: Add Tegra264 GPIO controllers [1/3] dt-bindings: gpio: Add Tegra264 support - - - - --- 2026-01-14 Prathamesh Shete New
[2/3] gpio: tegra186: Add support for Tegra264 [1/3] dt-bindings: gpio: Add Tegra264 support - - - - --- 2026-01-14 Prathamesh Shete New
[1/3] dt-bindings: gpio: Add Tegra264 support [1/3] dt-bindings: gpio: Add Tegra264 support - - - - --- 2026-01-14 Prathamesh Shete New
[v2,11/11] pinctrl: stm32: add firewall checks before probing the HDP driver bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,10/11] arm: dts: stm32: enable CoreSight on the stm32mp135f-dk board bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,09/11] arm: dts: stm32: enable CoreSight on the stm32mp157c-ev1 board bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,08/11] arm: dts: stm32: enable CoreSight on stm32mp15xx-dkx boards bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,07/11] arm: dts: stm32: enable the debug bus on stm32mp1x boards bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,06/11] arm: dts: stm32: introduce the debug bus for stm32mp1x platforms bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,05/11] drivers: bus: add the stm32 debug bus driver bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,04/11] bus: stm32_firewall: allow check on different firewall controllers bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,03/11] dt-bindings: bus: document the stm32 debug bus bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - - - --- 2026-01-14 Gatien Chevallier New
[v2,02/11] dt-bindings: pinctrl: document access-controllers property for stm32 HDP bus: add stm32 debug bus and coresight support for stm32mp1x platforms 1 - - - --- 2026-01-14 Gatien Chevallier New
[v2,01/11] dt-bindings: document access-controllers property for coresight peripherals bus: add stm32 debug bus and coresight support for stm32mp1x platforms - - 1 - --- 2026-01-14 Gatien Chevallier New
[v1,1/1] pinctrl: intel: platform: Add Nova Lake to the list of supported [v1,1/1] pinctrl: intel: platform: Add Nova Lake to the list of supported 1 - 1 - --- 2026-01-14 Andy Shevchenko New
[v8,8/8] ARM: dts: r9a06g032: Add support for GPIO interrupts gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 4 1 --- 2026-01-14 Herve Codina New
[v8,7/8] soc: renesas: Add support for Renesas RZ/N1 GPIO Interrupt Multiplexer gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 3 1 --- 2026-01-14 Herve Codina New
[v8,6/8] dt-bindings: soc: renesas: Add the Renesas RZ/N1 GPIO Interrupt Multiplexer gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 4 - --- 2026-01-14 Herve Codina New
[v8,5/8] ARM: dts: r9a06g032: Add GPIO controllers gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 4 1 --- 2026-01-14 Herve Codina New
[v8,4/8] irqchip/renesas-rza1: Use for_each_of_imap_item iterator gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 2 1 --- 2026-01-14 Herve Codina New
[v8,3/8] irqchip/ls-extirq: Use for_each_of_imap_item iterator gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 2 - --- 2026-01-14 Herve Codina New
[v8,2/8] of: unittest: Add a test case for for_each_of_imap_item iterator gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 2 - --- 2026-01-14 Herve Codina New
[v8,1/8] of/irq: Introduce for_each_of_imap_item gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC - - 2 1 --- 2026-01-14 Herve Codina New
[v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc [v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc 1 1 - - --- 2026-01-14 Yixun Lan New
[v4,2/6] gpio: mmio: Add compatible for opencores GPIO [v4,1/6] dt-bindings: gpio-mmio: Add opencores GPIO - - 2 - --- 2026-01-13 Stafford Horne New
[v4,1/6] dt-bindings: gpio-mmio: Add opencores GPIO [v4,1/6] dt-bindings: gpio-mmio: Add opencores GPIO - - 2 - --- 2026-01-13 Stafford Horne New
[2/2] dt-bindings: pinctrl: mcp23s08: Add multi-chip example pinctrl: mcp23s08: Enable gpio-line-names for multi-chip configurations - - - - --- 2026-01-13 Jean-Michel Hautbois via B4 Relay New
[1/2] pinctrl: mcp23s08: support gpio-line-names pinctrl: mcp23s08: Enable gpio-line-names for multi-chip configurations - - - - --- 2026-01-13 Jean-Michel Hautbois via B4 Relay New
[v2,3/3] gpio: pca9570: use lock guards gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v2,2/3] gpio: pca9570: Don't use "proxy" headers gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v2,1/3] gpio: pca9570: Use devm_mutex_init() for mutex initialization gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v1,3/3] gpio: pca9570: use lock guards gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v1,2/3] gpio: pca9570: Don't use "proxy" headers gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v1,1/3] gpio: pca9570: Use devm_mutex_init() for mutex initialization gpio: pca9570: Ad-hoc cleanups - - 1 - --- 2026-01-13 Andy Shevchenko New
[v1,1/1] pinctrl: baytrail: Convert to use intel_gpio_add_pin_ranges() [v1,1/1] pinctrl: baytrail: Convert to use intel_gpio_add_pin_ranges() 1 - - - --- 2026-01-13 Andy Shevchenko New
[v1,1/1] pinctrl: lynxpoint: Convert to use intel_gpio_add_pin_ranges() [v1,1/1] pinctrl: lynxpoint: Convert to use intel_gpio_add_pin_ranges() 1 - - - --- 2026-01-13 Andy Shevchenko New
[libgpiod] bindings: python: add missing Py_None reference increment [libgpiod] bindings: python: add missing Py_None reference increment - 1 - - --- 2026-01-13 Bartosz Golaszewski New
« 1 2 3 4420 421 »