summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-10-21gpio: max730x: use devres to shrink and simplify codeBartosz Golaszewski
2024-10-21gpio: ftgpio010: shrink codeBartosz Golaszewski
2024-10-21gpio: 74x164: shrink codeBartosz Golaszewski
2024-10-17gpio: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-17gpio: menz127: simplify error path and remove remove()Bartosz Golaszewski
2024-10-17gpio: amdpt: remove remove()Bartosz Golaszewski
2024-10-17gpio: fold the Kconfig prompt into the option type for GPIO CDEVBartosz Golaszewski
2024-10-17gpio: sysfs: constify gpio classBartosz Golaszewski
2024-10-14gpio: ljca: use devm_mutex_init() to simplify the error path and remove()Bartosz Golaszewski
2024-10-14gpio: mpc8xxx: use generic device_is_compatible()Bartosz Golaszewski
2024-10-14gpio: mpc8xxx: use a helper variable to store the address of pdev->devBartosz Golaszewski
2024-10-14gpio: vf610: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14gpio: eic-sprd: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14gpio: davinci: use generic device propertiesBartosz Golaszewski
2024-10-14gpio: davinci: allow building the module with COMPILE_TEST=yBartosz Golaszewski
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