summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-12-14gpio: grgpio: Add NULL check in grgpio_probeCharles Han1-0/+3
2024-12-14gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski1-11/+12
2024-12-09gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-12-09gpio: zevio: Add missed label initialisationAndy Shevchenko1-0/+6
2024-10-17gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai1-1/+1
2024-10-17gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai1-0/+2
2024-10-10gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-09-30gpiolib: cdev: Ignore reconfiguration without directionKent Gibson1-5/+7
2024-09-12gpio: modepin: Enable module autoloadingLiao Chen1-0/+1
2024-09-12gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29gpio: sysfs: extend the critical section for unregistering sysfs devicesBartosz Golaszewski1-7/+8
2024-08-29gpio: mlxbf3: Support shutdown() functionAsmaa Mnebhi1-0/+14
2024-08-14gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan1-1/+2
2024-07-25gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray1-0/+2
2024-07-11gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-11gpio: mmio: do not calculate bgpio_bits via "ngpios"Shiji Yang1-2/+0
2024-07-11gpiolib: of: fix lookup quirk for MIPS LantiqDmitry Torokhov1-2/+12
2024-07-05gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson1-6/+10
2024-07-05gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin1-0/+5
2024-06-21gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer1-4/+42
2024-06-21gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer1-20/+28
2024-06-21gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer1-7/+11
2024-06-21gpio: tqmx86: fix typo in Kconfig labelGregor Herburger1-1/+1
2024-06-12gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu1-1/+18
2024-05-17gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14
2024-05-17gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson1-23/+142
2024-05-17gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han1-1/+1
2024-05-17gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
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