summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai2024-10-081-1/+1
* gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai2024-10-081-0/+2
* gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar2024-10-031-2/+2
* gpio: davinci: Fix condition for irqchip registrationVignesh Raghavendra2024-10-021-1/+1
* gpio: davinci: fix lazy disableEmanuele Ghidoli2024-09-301-4/+4
* [tree-wide] finally take no_llseek outAl Viro2024-09-273-3/+0
* Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-213/+132
|\
| * gpio: ep93xx: add DT support for gpio-ep93xxNikita Shubin2024-09-121-15/+23
| * gpio: ep93xx: split device in multipleNikita Shubin2024-09-121-207/+118
* | Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-1834-479/+558
|\ \
| * | gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()Bartosz Golaszewski2024-09-061-13/+12
| * | gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun2024-09-051-10/+1
| * | gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()Zhang Zekun2024-09-051-14/+7
| * | gpio: lpc18xx: Use helper function devm_clk_get_enabled()Zhang Zekun2024-09-051-17/+6
| * | gpio: cadence: Use helper function devm_clk_get_enabled()Zhang Zekun2024-09-051-17/+6
| * | gpio: sama5d2-piobu: convert comma to semicolonChen Ni2024-09-051-9/+9
| * | gpio: mpc8xxx: order headers alphabeticallyBartosz Golaszewski2024-09-041-8/+8
| * | gpio: davinci: use devm_clk_get_enabled()Bartosz Golaszewski2024-09-041-11/+2
| * | gpio: davinci: drop platform data supportBartosz Golaszewski2024-09-041-64/+25
| * | gpio: stmpe: Sort headersAndy Shevchenko2024-09-041-4/+4
| * | gpio: stmpe: Make use of device propertiesAndy Shevchenko2024-09-041-4/+2
| * | gpio: stmpe: Utilise temporary variable for struct deviceAndy Shevchenko2024-09-041-10/+9
| * | gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpioAndy Shevchenko2024-09-041-2/+0
| * | gpio: stmpe: Fix IRQ related error messagesAndy Shevchenko2024-09-041-8/+3
| * | gpio: pch: kerneldoc fixes for excess membersKrzysztof Kozlowski2024-09-021-1/+0
| * | gpio: zynq: Simplify using devm_clk_get_enabled()Rong Qianfeng2024-09-021-9/+1
| * | gpio: mpc8xxx: Add wake on GPIO supportMartyn Welch2024-09-021-0/+29
| * | gpio: syscon: fix excess struct member build warningDhruva Gole2024-09-021-1/+0
| * | gpio: stp-xway: Simplify using devm_clk_get_enabled()Rong Qianfeng2024-09-021-8/+2
| * | gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko2024-09-022-74/+94
| * | gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko2024-09-028-58/+226
| * | gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-6/+4
| * | gpio: visconti: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * | gpio: thunderx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * | gpio: tegra186: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-1/+2
| * | gpio: uniphier: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * | gpio: msc313: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * | gpio: tegra: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * | gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-09-021-2/+2
| * | gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko2024-09-021-1/+1
| * | gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko2024-09-021-2/+1
| * | gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan2024-09-021-4/+3
| * | gpio: ath79: remove support for platform dataBartosz Golaszewski2024-09-021-16/+6
| * | gpio: ath79: use generic device property gettersBartosz Golaszewski2024-09-021-4/+4
| * | gpio: ath79: add missing headerBartosz Golaszewski2024-09-021-0/+1
| * | gpio: ath79: order headers alphabeticallyBartosz Golaszewski2024-09-021-4/+4
| * | gpio: pca953x: Print the error code on read/write failuresFabio Estevam2024-08-211-2/+2
| * | gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko2024-08-211-9/+4
| * | gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko2024-08-202-8/+6
| * | gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko2024-08-201-24/+14