Show patches with: none      |   6170 patches
« 1 2 3 461 62 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GIT,PULL,2/2] Renesas DTS updates for v6.11 Renesas SoC updates for v6.11 - - - --- 2024-06-14 Geert Uytterhoeven New
[GIT,PULL,1/2] Renesas ARM defconfig updates for v6.11 Renesas SoC updates for v6.11 - - - --- 2024-06-14 Geert Uytterhoeven New
[v2,17/17] firmware: turris-mox-rwtm: Deduplicate command execution code Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,16/17] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,15/17] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,14/17] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init() Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,13/17] firmware: turris-mox-rwtm: Drop redundant device pointer Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,12/17] firmware: turris-mox-rwtm: Initialize completion before mailbox Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,11/17] firmware: turris-mox-rwtm: Use dev_err_probe() where possible Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,10/17] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove() Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,09/17] firmware: turris-mox-rwtm: Simplify debugfs code Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,08/17] firmware: turris-mox-rwtm: Don't create own kobject type Updates for turris-mox-rwtm driver - 1 - --- 2024-06-13 Marek Behún New
[v2,07/17] firmware: turris-mox-rwtm: Fix driver includes Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,06/17] firmware: turris-mox-rwtm: Hide signature related constants behind macros Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,05/17] firmware: turris-mox-rwtm: Use the boolean type where appropriate Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
[v2,04/17] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6 Updates for turris-mox-rwtm driver - 1 - --- 2024-06-13 Marek Behún New
[v2,03/17] firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096 Updates for turris-mox-rwtm driver - 1 - --- 2024-06-13 Marek Behún New
[v2,02/17] firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() Updates for turris-mox-rwtm driver - 1 - --- 2024-06-13 Marek Behún New
[v2,01/17] firmware: turris-mox-rwtm: Do not complete if there are no waiters Updates for turris-mox-rwtm driver - - - --- 2024-06-13 Marek Behún New
MAINTAINERS: ARM: moxa: add Krzysztof Kozlowski as maintainer MAINTAINERS: ARM: moxa: add Krzysztof Kozlowski as maintainer - - - --- 2024-06-13 Krzysztof Kozlowski New
MAINTAINERS: ARM: axm: add Krzysztof Kozlowski as maintainer MAINTAINERS: ARM: axm: add Krzysztof Kozlowski as maintainer - - - --- 2024-06-13 Krzysztof Kozlowski New
[v2] MAINTAINERS: ARM: vt8500: add Alexey and Krzysztof as maintainers [v2] MAINTAINERS: ARM: vt8500: add Alexey and Krzysztof as maintainers 1 - - --- 2024-06-13 Krzysztof Kozlowski New
MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer 1 - - --- 2024-06-12 Krzysztof Kozlowski New
MAINTAINERS: ARM: alphascale: add Krzysztof Kozlowski as maintainer MAINTAINERS: ARM: alphascale: add Krzysztof Kozlowski as maintainer - - - --- 2024-06-12 Krzysztof Kozlowski New
[19/19] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[18/19] firmware: turris-mox-rwtm: Deduplicate command execution code Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[17/19] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[16/19] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init() Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[15/19] firmware: turris-mox-rwtm: Drop redundant device pointer Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[14/19] firmware: turris-mox-rwtm: Rearrange probe calls Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[13/19] firmware: turris-mox-rwtm: Use dev_err_probe() where possible Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[12/19] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove() Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[11/19] firmware: turris-mox-rwtm: Return true error code if kobject_add() fails Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[10/19] firmware: turris-mox-rwtm: Simplify driver kobject code Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[09/19] firmware: turris-mox-rwtm: Simplify debugfs code Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[08/19] firmware: turris-mox-rwtm: Use kobj_type's default_groups member for automatic sysfs files … Updates for turris-mox-rwtm driver - 1 - --- 2024-06-12 Marek Behún Superseded
[07/19] firmware: turris-mox-rwtm: Fix driver includes Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[06/19] firmware: turris-mox-rwtm: Hide signature related constants behind macros Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[05/19] firmware: turris-mox-rwtm: Use the boolean type where appropriate Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[04/19] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6 Updates for turris-mox-rwtm driver - 1 - --- 2024-06-12 Marek Behún Superseded
[03/19] firmware: turris-mox-rwtm: Use PAGE_SIZE instead of hardcoded 4096 Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
[02/19] firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() Updates for turris-mox-rwtm driver - 1 - --- 2024-06-12 Marek Behún Superseded
[01/19] firmware: turris-mox-rwtm: Do not complete if there are no waiters Updates for turris-mox-rwtm driver - - - --- 2024-06-12 Marek Behún Superseded
MAINTAINERS: ARM: vt8500: add Krzysztof Kozlowski as maintainer MAINTAINERS: ARM: vt8500: add Krzysztof Kozlowski as maintainer - - - --- 2024-06-12 Krzysztof Kozlowski New
[v2,2/2] amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg to CREDITS [v2,1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS - - - --- 2024-06-12 Krzysztof Kozlowski New
[v2,1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS [v2,1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS 1 - - --- 2024-06-12 Krzysztof Kozlowski New
[v11,8/8] ARM: dts: turris-omnia: Add GPIO key node for front button Turris Omnia MCU driver - - - --- 2024-06-05 Marek Behún New
[v11,7/8] ARM: dts: turris-omnia: Add MCU system-controller node Turris Omnia MCU driver - - - --- 2024-06-05 Marek Behún New
[v11,6/8] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG Turris Omnia MCU driver - - - --- 2024-06-05 Marek Behún New
[v11,5/8] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog Turris Omnia MCU driver - 1 - --- 2024-06-05 Marek Behún New
[v11,4/8] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup Turris Omnia MCU driver 1 1 - --- 2024-06-05 Marek Behún New
[v11,3/8] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs Turris Omnia MCU driver - - - --- 2024-06-05 Marek Behún New
[v11,2/8] platform: cznic: Add preliminary support for Turris Omnia MCU Turris Omnia MCU driver - 1 - --- 2024-06-05 Marek Behún New
[v11,1/8] dt-bindings: firmware: add cznic,turris-omnia-mcu binding Turris Omnia MCU driver - 2 - --- 2024-06-05 Marek Behún New
[resend,v3] arm64: dts: mediatek: mt7986a: bpi-r3: Convert to sugar syntax [resend,v3] arm64: dts: mediatek: mt7986a: bpi-r3: Convert to sugar syntax - - - --- 2024-05-29 Geert Uytterhoeven New
[GIT,PULL] soc: devicetree updates for v6.10, part 2 [GIT,PULL] soc: devicetree updates for v6.10, part 2 - - - --- 2024-05-20 Arnd Bergmann New
[2/2] amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg to CREDITS [1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS - - - --- 2024-05-20 Krzysztof Kozlowski Superseded
[1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS [1/2] ti: omap: MAINTAINERS: move Benoît Cousson to CREDITS 1 - - --- 2024-05-20 Krzysztof Kozlowski Superseded
[RESEND] firmware: psci: Fix return value from psci_system_suspend() [RESEND] firmware: psci: Fix return value from psci_system_suspend() 1 - - --- 2024-05-15 Sudeep Holla New
[GIT,PULL] ARM: vexpress: Update for v6.10 [GIT,PULL] ARM: vexpress: Update for v6.10 - - - --- 2024-05-15 Sudeep Holla New
[GIT,PULL,4/4] soc: defconfig updates for 6.10 arm soc changes for 6.10 - - - --- 2024-05-10 Arnd Bergmann New
[GIT,PULL,3/4] soc: arm code changes for 6.10 arm soc changes for 6.10 - - - --- 2024-05-10 Arnd Bergmann New
[GIT,PULL,2/4] soc: drivers for 6.10 arm soc changes for 6.10 - - - --- 2024-05-10 Arnd Bergmann New
[GIT,PULL,1/4] soc: devicetree updates for 6.10, part 1 arm soc changes for 6.10 - - - --- 2024-05-10 Arnd Bergmann New
[v10,9/9] ARM: dts: turris-omnia: Add GPIO key node for front button Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,8/9] ARM: dts: turris-omnia: Add MCU system-controller node Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,7/9] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,6/9] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,5/9] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,4/9] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup Turris Omnia MCU driver 1 - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,3/9] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,2/9] platform: cznic: Add preliminary support for Turris Omnia MCU Turris Omnia MCU driver - - - --- 2024-05-10 Marek Behún arnd Superseded
[v10,1/9] dt-bindings: firmware: add cznic,turris-omnia-mcu binding Turris Omnia MCU driver - 2 - --- 2024-05-10 Marek Behún arnd Superseded
[GIT,PULL] RISC-V Devicetrees for v6.10 Take 2 [GIT,PULL] RISC-V Devicetrees for v6.10 Take 2 - - - --- 2024-05-08 Conor Dooley Accepted
[v9,9/9] ARM: dts: turris-omnia: Add GPIO key node for front button Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,8/9] ARM: dts: turris-omnia: Add MCU system-controller node Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,7/9] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,6/9] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,5/9] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,4/9] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup Turris Omnia MCU driver 1 - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,3/9] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,2/9] platform: cznic: Add preliminary support for Turris Omnia MCU Turris Omnia MCU driver - - - --- 2024-05-08 Marek Behún arnd Superseded
[v9,1/9] dt-bindings: firmware: add cznic,turris-omnia-mcu binding Turris Omnia MCU driver - 2 - --- 2024-05-08 Marek Behún arnd Superseded
[GIT,PULL] ARM SoC fixes for 6.9, part 3 [GIT,PULL] ARM SoC fixes for 6.9, part 3 - - - --- 2024-05-08 Arnd Bergmann New
[GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10 [GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10 - - - --- 2024-05-08 Bjorn Andersson Accepted
[GIT,PULL] One more Qualcomm Arm64 defconfig update for v6.10 [GIT,PULL] One more Qualcomm Arm64 defconfig update for v6.10 - - - --- 2024-05-08 Bjorn Andersson Accepted
[GIT,PULL] A few more Qualcomm driver updates for v6.10 [GIT,PULL] A few more Qualcomm driver updates for v6.10 - - - --- 2024-05-08 Bjorn Andersson Accepted
[GIT,PULL] ARM: mvebu: arm for v6.10 (#1) [GIT,PULL] ARM: mvebu: arm for v6.10 (#1) - - - --- 2024-05-05 Gregory CLEMENT Accepted
[GIT,PULL] ARM: mvebu: dt64 for v6.10 (#1) [GIT,PULL] ARM: mvebu: dt64 for v6.10 (#1) - - - --- 2024-05-05 Gregory CLEMENT Accepted
[GIT,PULL] Rockchip dts64 changes for 6.10 #2 [GIT,PULL] Rockchip dts64 changes for 6.10 #2 - - - --- 2024-05-05 Heiko Stübner Accepted
[v2,20/20] pinctrl: samsung: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,19/20] pinctrl: k210: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,18/20] pinctrl: freescale: mxs: Fix refcount of child pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,17/20] pinctrl: pinconf-generic: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,16/20] pinctrl: bcm: bcm63xx: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,15/20] pinctrl: freescale: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,14/20] pinctrl: mediatek: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,13/20] pinctrl: nomadik: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,12/20] pinctrl: s32cc: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
[v2,11/20] pinctrl: at91: Use scope based of_node_put() cleanups pinctrl: Use scope based of_node_put() cleanups - - - --- 2024-05-04 Peng Fan (OSS) Not Applicable
« 1 2 3 461 62 »