summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-10-14gpio: ts4900: use generic device propertiesBartosz Golaszewski
2024-10-14gpio: mvebu: drop dependency on OF_GPIOBartosz Golaszewski
2024-10-14gpio: add support for FTDI's MPSSE as GPIOMary Strodl
2024-10-14gpio: aspeed: Support G7 Aspeed gpio controllerBilly Tsai
2024-10-14gpio: aspeed: Create llops to handle hardware accessBilly Tsai
2024-10-14gpio: aspeed: Remove the name for bank arrayBilly Tsai
2024-10-14gpio: aspeed: Change the macro to support deferred probeBilly Tsai
2024-10-14Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2024-10-10Merge tag 'ib-mfd-gpio-i2c-watchdog-v6.13' of ssh://gitolite.kernel.org/pub/s...Bartosz Golaszewski
2024-10-09gpio: Congatec Board Controller gpio driverThomas Richard
2024-10-08gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai
2024-10-08gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai
2024-10-08gpio: cdev: update flags at once when reconfiguring from user-spaceBartosz Golaszewski
2024-10-08gpiolib: unify two loops initializing GPIO descriptorsBartosz Golaszewski
2024-10-08gpiolib: use v2 defines for line state change eventsBartosz Golaszewski
2024-10-08gpio: xilinx: use generic device propertiesBartosz Golaszewski
2024-10-08gpio: xilinx: use helper variable to store the address of pdev->devBartosz Golaszewski
2024-10-08gpio: xilinx: drop dependency on GPIO_OFBartosz Golaszewski
2024-10-08gpio: mvebu: use generic device propertiesBartosz Golaszewski
2024-10-08gpio: mvebu: allow building the module with COMPILE_TEST=yBartosz Golaszewski
2024-10-03gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar
2024-10-02gpio: aggregator: simplify aggr_parse() with scoped bitmapBartosz Golaszewski
2024-10-02gpio: sysfs: make the sysfs export behavior consistentBartosz Golaszewski
2024-10-02gpio: davinci: Fix condition for irqchip registrationVignesh Raghavendra
2024-10-01gpio: sim: switch to device_for_each_child_node_scoped()Javier Carrasco
2024-10-01gpio: dwapb: switch to device_for_each_child_node_scoped()Javier Carrasco
2024-09-30gpio: davinci: fix lazy disableEmanuele Ghidoli
2024-09-30gpio: acpi: switch to device_for_each_child_node_scoped()Javier Carrasco
2024-09-30Fix typos in GPIO TODO documentShivam Chaudhary
2024-09-30gpiolib: cdev: Fix reference to linereq_set_config_unlocked()Kent Gibson
2024-09-30gpio: free irqs that are still requested when the chip is being removedBartosz Golaszewski
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