summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-05-02gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu1-13/+14
2025-05-02gpio: tegra186: Force one interrupt per bankThierry Reding1-6/+62
2025-05-02gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-03-13gpio: rcar: Fix missing of_node_put() callFabrizio Castro1-1/+6
2025-03-13gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den1-3/+17
2025-03-13gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund1-12/+12
2025-03-13gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-03-13gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-03-13gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-03-13gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-03-13gpio: xilinx: remove excess kernel docBartosz Golaszewski1-1/+0
2025-03-13gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-03-13gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-03-13gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2025-01-23gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han1-1/+1
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-14gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+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-17gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-10-17gpiolib: cdev: Ignore reconfiguration without directionKent Gibson1-5/+8
2024-10-17gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan1-1/+2
2024-09-12gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-07-18gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-18gpiolib: of: add a quirk for reset line polarity for Himax LCDsDmitry Torokhov1-0/+36
2024-07-18gpiolib: of: factor out code overriding gpio line polarityDmitry Torokhov1-20/+28
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-07-05gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer1-20/+26
2024-07-05gpio: tqmx86: fix typo in Kconfig labelGregor Herburger1-1/+1
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
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-23gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin1-4/+28
2024-02-23gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello1-0/+14
2024-01-05gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin1-4/+8
2024-01-05gpiolib: 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-10-25gpio: vf610: set value before the direction to avoid a glitchHaibo Chen1-2/+2
2023-10-25gpio: timberdale: Fix potential deadlock on &tgpio->lockChengfeng Ye1-2/+3
2023-10-10gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović1-0/+1
2023-10-10gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski1-1/+1
2023-10-06gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chipWenhua Lin1-0/+1
2023-10-06gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET1-1/+5
2023-08-03gpio: mvebu: fix irq domain leakBartosz Golaszewski1-5/+13
2023-08-03gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König1-6/+2
2023-08-03gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede1-3/+3