summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-09-18Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds34-479/+558
2024-09-18Merge tag 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+237
2024-09-06gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()Bartosz Golaszewski1-13/+12
2024-09-05gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun1-10/+1
2024-09-05gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()Zhang Zekun1-14/+7
2024-09-05gpio: lpc18xx: Use helper function devm_clk_get_enabled()Zhang Zekun1-17/+6
2024-09-05gpio: cadence: Use helper function devm_clk_get_enabled()Zhang Zekun1-17/+6
2024-09-05gpio: sama5d2-piobu: convert comma to semicolonChen Ni1-9/+9
2024-09-04gpio: mpc8xxx: order headers alphabeticallyBartosz Golaszewski1-8/+8
2024-09-04gpio: davinci: use devm_clk_get_enabled()Bartosz Golaszewski1-11/+2
2024-09-04gpio: davinci: drop platform data supportBartosz Golaszewski1-64/+25
2024-09-04gpio: stmpe: Sort headersAndy Shevchenko1-4/+4
2024-09-04gpio: stmpe: Make use of device propertiesAndy Shevchenko1-4/+2
2024-09-04gpio: stmpe: Utilise temporary variable for struct deviceAndy Shevchenko1-10/+9
2024-09-04gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpioAndy Shevchenko1-2/+0
2024-09-04gpio: stmpe: Fix IRQ related error messagesAndy Shevchenko1-8/+3
2024-09-02gpio: modepin: Enable module autoloadingLiao Chen1-0/+1
2024-09-02gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-09-02gpio: pch: kerneldoc fixes for excess membersKrzysztof Kozlowski1-1/+0
2024-09-02gpio: zynq: Simplify using devm_clk_get_enabled()Rong Qianfeng1-9/+1
2024-09-02gpio: mpc8xxx: Add wake on GPIO supportMartyn Welch1-0/+29
2024-09-02gpio: syscon: fix excess struct member build warningDhruva Gole1-1/+0
2024-09-02gpio: stp-xway: Simplify using devm_clk_get_enabled()Rong Qianfeng1-8/+2
2024-09-02gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko2-74/+94
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko8-58/+226
2024-09-02gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-6/+4
2024-09-02gpio: visconti: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-2/+3
2024-09-02gpio: thunderx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-2/+3
2024-09-02gpio: tegra186: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-1/+2
2024-09-02gpio: uniphier: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-2/+3
2024-09-02gpio: msc313: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-2/+3
2024-09-02gpio: tegra: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-2/+3
2024-09-02gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li1-2/+2
2024-09-02gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko1-1/+1
2024-09-02gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko1-2/+1
2024-09-02gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan1-4/+3
2024-09-02gpio: ath79: remove support for platform dataBartosz Golaszewski1-16/+6
2024-09-02gpio: ath79: use generic device property gettersBartosz Golaszewski1-4/+4
2024-09-02gpio: ath79: add missing headerBartosz Golaszewski1-0/+1
2024-09-02gpio: ath79: order headers alphabeticallyBartosz Golaszewski1-4/+4
2024-08-21gpio: pca953x: Print the error code on read/write failuresFabio Estevam1-2/+2
2024-08-21gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko1-9/+4
2024-08-20gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko2-8/+6
2024-08-20gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko1-24/+14
2024-08-20gpiolib: swnode: Introduce swnode_gpio_get_reference() helperAndy Shevchenko1-7/+13
2024-08-20gpiolib: swnode: Unify return code variable nameAndy Shevchenko1-4/+4
2024-08-20gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko3-40/+19
2024-08-19Merge tag 'ib-mfd-gpio-pwm-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...Bartosz Golaszewski3-0/+237
2024-08-19gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+3
2024-08-10gpio: mlxbf3: Support shutdown() functionAsmaa Mnebhi1-0/+14