summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-07-05gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson
2024-07-05gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin
2024-06-21gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer
2024-06-21gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer
2024-06-21gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer
2024-06-21gpio: tqmx86: fix typo in Kconfig labelGregor Herburger
2024-06-12gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu
2024-05-17gpiolib: cdev: fix uninitialised kfifoKent Gibson
2024-05-17gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson
2024-05-17gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han
2024-05-17gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-05-02gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete
2024-05-02gpio: tangier: Use correct type for the IRQ chip dataAndy Shevchenko
2024-04-10gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson
2024-04-10gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski
2024-04-10gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski
2024-03-26gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd
2024-03-26gpio: vf610: allow disabling the vf610 driverMartin Kaiser
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski
2024-03-06gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko
2024-03-06gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas
2024-01-31gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin
2024-01-31gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello
2024-01-25gpio: mlxbf3: add an error code check in mlxbf3_gpio_probeSu Hui
2024-01-25gpio: sysfs: drop the mention of gpiochip_find() from sysfs codeBartosz Golaszewski
2024-01-25gpiolib: provide gpio_device_find()Bartosz Golaszewski
2024-01-25gpiolib: make gpio_device_get() and gpio_device_put() publicBartosz Golaszewski
2024-01-01gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin
2024-01-01gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson
2023-12-13gpiolib: sysfs: Fix error handling on failed exportBoerge Struempfel
2023-11-28gpiolib: of: Add quirk for mt2701-cs42448 ASoC soundLinus Walleij
2023-11-28gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010Hans de Goede
2023-11-20gpio: sim: initialize a managed pointer when declaring itBartosz Golaszewski
2023-10-20gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data()Andy Shevchenko
2023-10-18gpio: vf610: set value before the direction to avoid a glitchHaibo Chen
2023-10-18gpio: vf610: mask the gpio irq in system suspend and support wakeupHaibo Chen
2023-10-05gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski
2023-10-02gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović
2023-09-27gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chipWenhua Lin
2023-09-27gpio: timberdale: Fix potential deadlock on &tgpio->lockChengfeng Ye
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski
2023-09-20gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET
2023-09-06gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacksDaniel Mack
2023-08-29Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2023-08-25mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar
2023-08-25gpio: pca953x: add support for TCA9538Liam Beguin
2023-08-25gpio: pca953x: Use i2c_get_match_data()Biju Das