summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-18Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-18Merge tag 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-12gpio: ep93xx: add DT support for gpio-ep93xxNikita Shubin
2024-09-12gpio: ep93xx: split device in multipleNikita Shubin
2024-09-06gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()Bartosz Golaszewski
2024-09-05gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun
2024-09-05gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()Zhang Zekun
2024-09-05gpio: lpc18xx: Use helper function devm_clk_get_enabled()Zhang Zekun
2024-09-05gpio: cadence: Use helper function devm_clk_get_enabled()Zhang Zekun
2024-09-05gpio: sama5d2-piobu: convert comma to semicolonChen Ni
2024-09-04gpio: mpc8xxx: order headers alphabeticallyBartosz Golaszewski
2024-09-04gpio: davinci: use devm_clk_get_enabled()Bartosz Golaszewski
2024-09-04gpio: davinci: drop platform data supportBartosz Golaszewski
2024-09-04gpio: stmpe: Sort headersAndy Shevchenko
2024-09-04gpio: stmpe: Make use of device propertiesAndy Shevchenko
2024-09-04gpio: stmpe: Utilise temporary variable for struct deviceAndy Shevchenko
2024-09-04gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpioAndy Shevchenko
2024-09-04gpio: stmpe: Fix IRQ related error messagesAndy Shevchenko
2024-09-02gpio: modepin: Enable module autoloadingLiao Chen
2024-09-02gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski
2024-09-02gpio: pch: kerneldoc fixes for excess membersKrzysztof Kozlowski
2024-09-02gpio: zynq: Simplify using devm_clk_get_enabled()Rong Qianfeng
2024-09-02gpio: mpc8xxx: Add wake on GPIO supportMartyn Welch
2024-09-02gpio: syscon: fix excess struct member build warningDhruva Gole
2024-09-02gpio: stp-xway: Simplify using devm_clk_get_enabled()Rong Qianfeng
2024-09-02gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko
2024-09-02gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: visconti: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: thunderx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: tegra186: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: uniphier: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: msc313: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: tegra: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko
2024-09-02gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-09-02gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko
2024-09-02gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko
2024-09-02gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan
2024-09-02gpio: ath79: remove support for platform dataBartosz Golaszewski
2024-09-02gpio: ath79: use generic device property gettersBartosz Golaszewski
2024-09-02gpio: ath79: add missing headerBartosz Golaszewski
2024-09-02gpio: ath79: order headers alphabeticallyBartosz Golaszewski
2024-08-21gpio: pca953x: Print the error code on read/write failuresFabio Estevam
2024-08-21gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko
2024-08-20gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko
2024-08-20gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko
2024-08-20gpiolib: swnode: Introduce swnode_gpio_get_reference() helperAndy Shevchenko
2024-08-20gpiolib: swnode: Unify return code variable nameAndy Shevchenko