summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-10-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+3
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-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-4/+4
2024-10-10gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-10-04Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-5/+7
2024-09-30gpiolib: cdev: Ignore reconfiguration without directionKent Gibson1-5/+7
2024-09-13Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-0/+2
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-09-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-7/+22
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-22Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+2
2024-08-14gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan1-1/+2
2024-08-05gpiolib: Override gpiochip numbers with DT aliasesPhil Elwell1-1/+12
2024-07-25Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-0/+2
2024-07-25gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray1-0/+2
2024-07-11Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-4/+20
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-08Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-6/+15
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-24Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-31/+81
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-18pwm: gpio-pwm: follow pwm_apply_might_sleep() renameRatchanan Srirattanamet1-2/+2
2024-06-12Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+18
2024-06-12gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu1-1/+18
2024-05-20Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley4-26/+160
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-02Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-12/+17
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-11Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-8/+50
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-27Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley4-9/+18
2024-03-26gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd3-8/+16
2024-03-26gpio: vf610: allow disabling the vf610 driverMartin Kaiser1-1/+2