Show patches with: State = Action Required       |    Archived = No       |   6355 patches
« 1 2 3 463 64 »
Patch Series S/W/F Date Submitter Delegate State
pinctrl: ocelot: Remove unnecessary conversion to bool pinctrl: ocelot: Remove unnecessary conversion to bool --- 2020-11-06 xiakaixu1987@gmail.com New
add amlogic gpio to irq add amlogic gpio to irq --- 2020-11-27 linsheng_111@163.com New
driver: pinctrl: fix unused variable warning driver: pinctrl: fix unused variable warning --- 2020-12-11 chenlei0x@gmail.com New
[1/5] mfd: Add support for IO functions of AAEON devices [1/5] mfd: Add support for IO functions of AAEON devices --- 2021-05-25 aaeon.asus@gmail.com New
[2/5] gpio: add driver for AAEON devices [1/5] mfd: Add support for IO functions of AAEON devices --- 2021-05-25 aaeon.asus@gmail.com New
[3/5] watchdog: add driver for AAEON devices [1/5] mfd: Add support for IO functions of AAEON devices --- 2021-05-25 aaeon.asus@gmail.com New
[4/5] hwmon: add driver for AAEON devices [1/5] mfd: Add support for IO functions of AAEON devices --- 2021-05-25 aaeon.asus@gmail.com New
[5/5] leds: add driver for AAEON devices [1/5] mfd: Add support for IO functions of AAEON devices --- 2021-05-25 aaeon.asus@gmail.com New
drivers/gpio: Add cy8c95x0 support drivers/gpio: Add cy8c95x0 support --- 2021-11-24 arthur@aheymans.xyz New
pinctrl: Add check for kcalloc pinctrl: Add check for kcalloc --- 2022-07-10 williamsukatube@163.com New
[v2,1/1] gpio: mpc8xxx: latch GPIOs state on module load when configured as output gpio: mpc8xxx: latch GPIOs state on module load when configured as output --- 2023-06-01 msmulski2@gmail.com New
drivers: gpio: Remove unnecessary spaces drivers: gpio: Remove unnecessary spaces --- 2023-07-20 hanyu001@208suo.com New
[v1] drivers/gpio: remove redundant platform_set_drvdata() [v1] drivers/gpio: remove redundant platform_set_drvdata() --- 2023-03-06 李哲 New
[v2] drivers/gpio : Remove redundant platform_set_drvdata(). [v2] drivers/gpio : Remove redundant platform_set_drvdata(). --- 2023-03-19 李哲 New
pinctrl:sprd: Check if the pinctrl_dev still exists pinctrl:sprd: Check if the pinctrl_dev still exists --- 2023-04-30 李哲 New
pinctrl:sprd: Check if the pinctrl_dev still exists pinctrl:sprd: Check if the pinctrl_dev still exists --- 2023-04-30 李哲 New
dirvers/pinctrl.c : using pinctrl_dev->dev to obtain struct device * dev dirvers/pinctrl.c : using pinctrl_dev->dev to obtain struct device * dev --- 2023-05-08 李哲 New
drivers/pinconf.c: Remove redundant check for the existence of the member drivers/pinconf.c: Remove redundant check for the existence of the member --- 2023-05-14 李哲 New
drivers/gpio : Remove redundant clearing of IRQ_TYPE_SENSE_MASK drivers/gpio : Remove redundant clearing of IRQ_TYPE_SENSE_MASK --- 2023-05-30 李哲 New
[-next] pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() [-next] pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() --- 2021-06-07 Zou Wei New
[v2,02/32] driver core: Introduce device_match_type() to match device with a device type driver core: Constify API device_find_child() and adapt for various existing usages --- 2024-12-03 Zijun Hu New
[v2,04/32] hwmon: Adapt for constified device_find_child() driver core: Constify API device_find_child() and adapt for various existing usages --- 2024-12-03 Zijun Hu New
[v2,06/32] thunderbolt: Adapt for constified device_find_child() driver core: Constify API device_find_child() and adapt for various existing usages --- 2024-12-03 Zijun Hu New
[v2,08/32] net: dsa: Adapt for constified device_find_child() driver core: Constify API device_find_child() and adapt for various existing usages --- 2024-12-03 Zijun Hu New
[v2,10/32] nvdimm: Adapt for constified device_find_child() driver core: Constify API device_find_child() and adapt for various existing usages --- 2024-12-03 Zijun Hu New
[v3,01/11] libnvdimm: Simplify nd_namespace_store() implementation driver core: Constify API device_find_child() --- 2024-12-05 Zijun Hu New
[v3,07/11] slimbus: core: Simplify of_find_slim_device() implementation driver core: Constify API device_find_child() --- 2024-12-05 Zijun Hu New
[v5,01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,02/12] slimbus: core: Constify slim_eaddr_equal() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,03/12] bus: fsl-mc: Constify fsl_mc_device_match() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,04/12] driver core: Constify API device_find_child() and adapt for various usages driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,05/12] driver core: Simplify API device_find_child_by_name() implementation driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,06/12] driver core: Remove match_any() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,07/12] slimbus: core: Remove of_slim_match_dev() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,09/12] driver core: Introduce an device matching API device_match_type() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,10/12] cxl/pmem: Replace match_nvdimm_bridge() with API device_match_type() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[v5,12/12] usb: typec: class: Remove both cable_match() and partner_match() driver core: Constify API device_find_child() --- 2024-12-24 Zijun Hu New
[*-next,01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,03/18] crypto: api - Remove needless return in void API crypto_free_tfm() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,05/18] sysfs: Remove needless return in void API sysfs_enable_ns() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,06/18] skbuff: Remove needless return in void API consume_skb() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,11/18] ratelimit: Remove needless return in void API ratelimit_default_init() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,12/18] siox: Remove needless return in void API siox_driver_unregister() Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,13/18] gpiolib: Remove needless return in two void APIs Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,14/18] PM: wakeup: Remove needless return in three void APIs Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,15/18] mfd: db8500-prcmu: Remove needless return in three void APIs Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,16/18] rhashtable: Remove needless return in three void APIs Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,17/18] dma-mapping: Remove needless return in five void APIs Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[*-next,18/18] mtd: nand: Do not return void function in void function Remove weird and needless 'return' for void APIs --- 2025-02-21 Zijun Hu New
[-next] gpio: altera-a10sr: remove redundant of_match_ptr [-next] gpio: altera-a10sr: remove redundant of_match_ptr --- 2023-08-01 Zhu Wang New
[-next] gpio: clps711x: remove redundant of_match_ptr [-next] gpio: clps711x: remove redundant of_match_ptr --- 2023-08-01 Zhu Wang New
pinctrl: Ingenic: Add missing parts for X1830. pinctrl: Ingenic: Add missing parts for X1830. --- 2020-02-16 Zhou Yanjie New
[1/3] pinctrl: Ingenic: Fix bug and reformat the code. Fix bugs and add support for new Ingenic SoCs. --- 2021-03-09 Zhou Yanjie New
[v2,2/6] pinctrl: Ingenic: Add support for read the pin configuration of X1830. Fix bugs and add support for new Ingenic SoCs. --- 2021-03-11 Zhou Yanjie New
[v2,6/6] pinctrl: Ingenic: Add support for new Ingenic SoCs. Fix bugs and add support for new Ingenic SoCs. --- 2021-03-11 Zhou Yanjie New
[v3,08/10] pinctrl: Ingenic: Add pinctrl driver for JZ4755. Untitled series #111830 --- 2021-03-17 Zhou Yanjie New
[v3,2/3] dt-bindings: pinctrl: mt8192: add binding document Untitled series #50953 --- 2020-08-07 Zhiyong Tao New
[v3,3/3] pinctrl: add pinctrl driver on mt8192 Untitled series #50953 --- 2020-08-07 Zhiyong Tao New
pinctrl: add lock in mtk_rmw function. pinctrl: add lock in mtk_rmw function. --- 2021-03-12 Zhiyong Tao New
[1/6] dt-bindings: pinctrl: mt8195: add pinctrl file [1/6] dt-bindings: pinctrl: mt8195: add pinctrl file --- 2021-03-29 Zhiyong Tao New
[2/6] dt-bindings: pinctrl: mt8195: add binding document [1/6] dt-bindings: pinctrl: mt8195: add pinctrl file --- 2021-03-29 Zhiyong Tao New
[4/6] pinctrl: add pinctrl driver on mt8195 [1/6] dt-bindings: pinctrl: mt8195: add pinctrl file --- 2021-03-29 Zhiyong Tao New
[Resend,v0,3/6] arm64: dts: mt8195: add pinctrl device node Untitled series #115495 --- 2021-03-29 Zhiyong Tao New
[v7] pinctrl: mediatek: add rsel setting on MT8195 [v7] pinctrl: mediatek: add rsel setting on MT8195 --- 2021-04-26 Zhiyong Tao New
[v10,2/2] pinctrl: mediatek: add rsel setting on MT8195 Mediatek pinctrl patch on mt8195 --- 2021-07-10 Zhiyong Tao New
[v3] pinctrl: mediatek: fix global-out-of-bounds issue [v3] pinctrl: mediatek: fix global-out-of-bounds issue --- 2021-11-10 Zhiyong Tao New
[v2] gpio: ml-ioh: Add devm_free_irq() call to remove flow [v2] gpio: ml-ioh: Add devm_free_irq() call to remove flow --- 2022-05-12 Zheyu Ma New
[-next] gpio: use resource_size [-next] gpio: use resource_size --- 2021-01-06 Zheng Yongjun New
[-next] gpio: max77620: use resource_size [-next] gpio: max77620: use resource_size --- 2021-01-06 Zheng Yongjun New
[-next] gpio: wcove: use resource_size [-next] gpio: wcove: use resource_size --- 2021-01-06 Zheng Yongjun New
[v2,-next] gpio: convert comma to semicolon [v2,-next] gpio: convert comma to semicolon --- 2021-01-08 Zheng Yongjun New
[-next] pinctrl: Remove duplicated include from pinctrl-k210.c [-next] pinctrl: Remove duplicated include from pinctrl-k210.c --- 2021-03-26 Zheng Yongjun New
pinctrl: remove the blank line in pinctrl_register() pinctrl: remove the blank line in pinctrl_register() --- 2020-12-07 Zhaoyu Liu New
[v4,1/3] tools/gpio: add gpio basic opereations --- 2016-10-14 Zhangjian (Bamvor) New
[v4,2/3] tools/gpio: re-work gpio hammer with gpio operations --- 2016-10-14 Zhangjian (Bamvor) New
[v5] selftest/gpio: add gpio test case --- 2016-11-21 Zhangjian (Bamvor) New
pinctrl: aspeed: Allow changing hardware strap defaults pinctrl: aspeed: Allow changing hardware strap defaults --- 2023-10-04 Zev Weiss New
[-next] mchp_pci1xxxx: gpio: fix unused function compile warning [-next] mchp_pci1xxxx: gpio: fix unused function compile warning --- 2022-09-19 Zeng Heng New
[v2] gpiolib: fix memory leak in gpiochip_setup_dev [v2] gpiolib: fix memory leak in gpiochip_setup_dev --- 2022-11-09 Zeng Heng New
[RESEND,2/3] pinctrl: canaan: Add support for k230 SoC Add initial support for Canaan Kendryte K230 pinctrl --- 2024-09-16 Ze Huang New
[RESEND,3/3] riscv: dts: canaan: Add k230's pinctrl node Add initial support for Canaan Kendryte K230 pinctrl --- 2024-09-16 Ze Huang New
[V2] pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe() [V2] pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe() --- 2020-06-03 Yu Kuai New
pinctrl: mediatek: fix build error without CONFIG_PINCTRL_MTK pinctrl: mediatek: fix build error without CONFIG_PINCTRL_MTK --- 2021-06-03 Yu Kuai New
[-next] gpiolib: remove set but not used variable 'config' [-next] gpiolib: remove set but not used variable 'config' --- 2020-01-08 Yue Haibing New
[-next] pinctrl: mediatek: remove set but not used variable 'e' [-next] pinctrl: mediatek: remove set but not used variable 'e' --- 2020-02-18 Yue Haibing New
[-next] gpio: remove unused including <linux/version.h> [-next] gpio: remove unused including <linux/version.h> --- 2020-04-08 Yue Haibing New
[-next] pinctrl: pistachio: Remove dead code in pistachio_gpio_register() [-next] pinctrl: pistachio: Remove dead code in pistachio_gpio_register() --- 2025-01-18 Yue Haibing New
[-next] pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() [-next] pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() --- 2025-01-18 Yue Haibing New
[1/1] pinctrl/ar91: fix a memleak in at91_dt_node_to_map [1/1] pinctrl/ar91: fix a memleak in at91_dt_node_to_map --- 2022-06-02 Yuanjun Gong New
[1/1] pinctrl: mvebu: use devm_clk_get_enabled() in dove_pinctrl_probe() [1/1] pinctrl: mvebu: use devm_clk_get_enabled() in dove_pinctrl_probe() --- 2023-07-20 Yuanjun Gong New
[-next] gpio: pxa: Add missing clk_disable_unprepare() in pxa_gpio_probe() [-next] gpio: pxa: Add missing clk_disable_unprepare() in pxa_gpio_probe() --- 2022-07-04 Yuan Can New
gpiolib: fix memory leak in gpiochip_setup_dev gpiolib: fix memory leak in gpiochip_setup_dev --- 2022-11-09 Yuan Can New
« 1 2 3 463 64 »