summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson-0/+14
2024-05-09gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han-1/+1
2024-05-09gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski-28/+25
2024-05-07gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski-8/+30
2024-04-25Merge tag 'intel-gpio-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski-3/+6
2024-04-24gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete-9/+11
2024-04-12gpio: tangier: Use correct type for the IRQ chip dataAndy Shevchenko-3/+6
2024-04-12gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-04-08Merge tag 'intel-gpio-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski-2/+2
2024-04-05gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko-1/+1
2024-04-05gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko-1/+1
2024-04-04gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson-21/+28
2024-04-04gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski-5/+14
2024-04-03gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...Hans de Goede-0/+3
2024-03-26gpiolib: Fix debug messaging in gpiod_find_and_request()Andy Shevchenko-14/+18
2024-03-26gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski-6/+32
2024-03-14Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-0/+743
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-648/+1015
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+9
2024-03-12drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann-8/+0
2024-03-12gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter-1/+5
2024-03-08gpio: sysfs: repair export returning -EPERM on 1st attemptAlexander Sverdlin-1/+1
2024-03-06gpio: nomadik: Back out some managed resourcesLinus Walleij-11/+24
2024-03-05gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()Andy Shevchenko-15/+11
2024-03-05Merge tag 'v6.8-rc7' into gpio/for-nextBartosz Golaszewski-7/+12
2024-03-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko-8/+6
2024-03-01gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIOThéo Lebrun-1/+1
2024-03-01gpio: fix resource unwinding order in error pathBartosz Golaszewski-4/+4
2024-03-01gpio: acpi: Make acpi_gpio_count() take firmware node as a parameterAndy Shevchenko-10/+10
2024-03-01gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko-10/+12
2024-03-01gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko-1/+1
2024-03-01gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas-2/+2
2024-02-29gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun-0/+21
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun-8/+39
2024-02-29gpio: nomadik: handle variadic GPIO countThéo Lebrun-2/+7
2024-02-29gpio: nomadik: support shared GPIO IRQsThéo Lebrun-32/+36
2024-02-29gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun-1/+1
2024-02-29gpio: nomadik: make clock optionalThéo Lebrun-1/+1
2024-02-29gpio: nomadik: request dynamic ID allocationThéo Lebrun-1/+1
2024-02-29gpio: nomadik: use devres version of clk_get*()Théo Lebrun-1/+1
2024-02-29gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun-3/+1
2024-02-29gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun-2/+2
2024-02-29gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun-5/+8
2024-02-29gpio: nomadik: add #include <linux/slab.h>Théo Lebrun-0/+1
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun-0/+673
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd-8/+16
2024-02-26gpio: sim: use for_each_hwgpio()Bartosz Golaszewski-2/+2
2024-02-26gpio: don't warn about removing GPIO chips with active users anymoreBartosz Golaszewski-18/+2
2024-02-26gpio: sim: delimit the fwnode name with a ":" when generating labelsBartosz Golaszewski-2/+2
2024-02-26gpio: sim: add lockdep assertsBartosz Golaszewski-17/+24