summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-05-02gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete1-9/+11
2024-05-02gpio: tangier: Use correct type for the IRQ chip dataAndy Shevchenko1-3/+6
2024-04-10gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson1-21/+28
2024-04-10gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski1-5/+14
2024-04-10gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski1-6/+32
2024-03-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd3-8/+16
2024-03-27gpio: vf610: allow disabling the vf610 driverMartin Kaiser1-1/+2
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski1-4/+4
2024-03-06gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko1-1/+1
2024-03-06gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas1-2/+2
2024-02-01gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin1-4/+28
2024-02-01gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello1-0/+14
2024-01-26gpio: mlxbf3: add an error code check in mlxbf3_gpio_probeSu Hui1-0/+2
2024-01-26gpio: sysfs: drop the mention of gpiochip_find() from sysfs codeBartosz Golaszewski1-1/+1
2024-01-26gpiolib: provide gpio_device_find()Bartosz Golaszewski1-18/+53
2024-01-26gpiolib: make gpio_device_get() and gpio_device_put() publicBartosz Golaszewski2-10/+24
2024-01-01gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin1-4/+8
2024-01-01gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson1-4/+12
2023-12-13gpiolib: sysfs: Fix error handling on failed exportBoerge Struempfel1-6/+9
2023-11-28gpiolib: of: Add quirk for mt2701-cs42448 ASoC soundLinus Walleij1-0/+4
2023-11-28gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010Hans de Goede1-0/+20
2023-11-20gpio: sim: initialize a managed pointer when declaring itBartosz Golaszewski1-2/+2
2023-10-20gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data()Andy Shevchenko1-0/+1
2023-10-18gpio: vf610: set value before the direction to avoid a glitchHaibo Chen1-2/+2
2023-10-18gpio: vf610: mask the gpio irq in system suspend and support wakeupHaibo Chen1-1/+2
2023-10-05gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski1-1/+1
2023-10-02gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović1-0/+1
2023-09-27gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chipWenhua Lin1-0/+1
2023-09-27gpio: timberdale: Fix potential deadlock on &tgpio->lockChengfeng Ye1-2/+3
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski1-37/+23
2023-09-20gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET1-1/+5
2023-09-06gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacksDaniel Mack1-2/+24
2023-08-29Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds80-2015/+1505
2023-08-29Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+18
2023-08-25mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar1-2/+18
2023-08-25gpio: pca953x: add support for TCA9538Liam Beguin1-0/+2
2023-08-25gpio: pca953x: Use i2c_get_match_data()Biju Das1-15/+3
2023-08-24gpio: mlxbf3: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13
2023-08-22gpio: pcf857x: Extend match data support for OF tablesBiju Das1-15/+14
2023-08-22gpio: vf610: switch to dynamic allocat GPIO baseHaibo Chen1-2/+1
2023-08-22gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski3-16/+14
2023-08-21gpio: cdev: wake up lineevent poll() on device unbindBartosz Golaszewski1-0/+22
2023-08-21gpio: cdev: wake up linereq poll() on device unbindBartosz Golaszewski1-0/+23
2023-08-21gpio: cdev: wake up chardev poll() on device unbindBartosz Golaszewski1-2/+27
2023-08-21gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski3-0/+5
2023-08-21gpio: cdev: open-code to_gpio_chardev_data()Bartosz Golaszewski1-7/+2
2023-08-21gpiolib: rename the gpio_device notifierBartosz Golaszewski3-14/+14
2023-08-21gpio: mlxbf3: Support add_pin_ranges()Asmaa Mnebhi1-0/+24