aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2026-03-16Merge branch 'gpio/dev-init-rework' into gpio/for-currentBartosz Golaszewski1-53/+48
2026-03-16gpio: cs5535: use dynamically allocated priv structRosen Penev1-27/+21
2026-03-16Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"Tzung-Bi Shih1-4/+3
2026-03-16Do not enable the v1 uAPI by defaultLinus Walleij1-3/+0
2026-03-16gpio: kempld: Implement the interrupt controllerAlban Bedel2-0/+193
2026-03-16gpio: kempld: Add support for get/set multipleAlban Bedel1-0/+60
2026-03-16gpio: kempld: Add support for PLD version >= 2.8Alban Bedel1-2/+12
2026-03-16gpio: kempld: Simplify the bit level register accessesAlban Bedel1-13/+14
2026-03-16gpiolib: Update gpiochip_find_base_unlocked() kerneldocLinus Walleij1-1/+9
2026-03-16gpio: max732x: use guard(mutex) to simplify lockingRichard Lyu1-12/+12
2026-03-16gpio: sim: allow to define the active-low setting of a simulated hogBartosz Golaszewski1-1/+39
2026-03-16gpio: remove machine hogsBartosz Golaszewski1-71/+0
2026-03-16gpio: sim: use fwnode-based GPIO hogsBartosz Golaszewski1-106/+56
2026-03-16gpio: move hogs into GPIO coreBartosz Golaszewski5-199/+125
2026-03-16gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski1-1/+8
2026-03-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze1-2/+4
2026-03-11gpio: tegra186: allocate irqs with the main structRosen Penev1-13/+9
2026-03-11gpio: htc-egpio: allocate irq with the main structRosen Penev1-9/+4
2026-03-11gpio: bcm-kona: reduce the number of memory allocationsRosen Penev1-21/+16
2026-03-10gpio: realtek-otto: add rtl9607 supportRustam Adilov1-0/+4
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git into gpio/for-nextBartosz Golaszewski2-55/+4
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu2-55/+0
2026-03-09nfc: s3fwrn5: convert to gpio descriptorsJialu Xu1-0/+4
2026-03-09gpio: mpsse: drop redundant device referenceJohan Hovold1-12/+1
2026-03-03gpio: rockchip: Call pinctrl for gpio configMatthijs Kooijman1-1/+1
2026-03-02gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()Tzung-Bi Shih2-4/+0
2026-02-27gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()Tzung-Bi Shih1-6/+0
2026-02-27gpio: Ensure struct gpio_chip for gpiochip_setup_dev()Tzung-Bi Shih5-33/+32
2026-02-27gpio: sysfs: Remove redundant check for struct gpio_chipTzung-Bi Shih3-11/+6
2026-02-27gpio: Remove redundant check for struct gpio_chipTzung-Bi Shih1-11/+2
2026-02-27gpio: Access `gpio_bus_type` in gpiochip_setup_dev()Tzung-Bi Shih1-3/+4
2026-02-27Merge branch 'gpio/dev-init-rework' into gpio/for-nextBartosz Golaszewski1-53/+48
2026-02-27gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih1-53/+48
2026-02-27gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()Bartosz Golaszewski1-1/+11
2026-02-27gpio: generic: Don't use 'proxy' headersAndy Shevchenko1-3/+1
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski1-2/+6
2026-02-23gpio: shared: fix memory leaksDaniel J Blueman1-3/+3
2026-02-23gpiolib: replace snprintf("%s") with strscpyThorsten Blum1-1/+2
2026-02-23gpio: ts4800: Remove duplicate code to handle 'ngpios' propertyAndy Shevchenko1-10/+0
2026-02-23gpio: viperboard: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: tps65086: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: stp-xway: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: lp873x: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: da9055: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: cgbc: normalize return value of gpio_getDmitry Torokhov1-2/+2
2026-02-23gpio: bd9571mwv: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: tegra186: Support multi-socket devicesPrathamesh Shete1-3/+13
2026-02-23gpio: tegra186: Simplify GPIO line name prefix handlingPrathamesh Shete1-8/+7
2026-02-23gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()Kent Gibson1-95/+46
2026-02-23gpio: brcmstb: allow parent_irq to wakeDoug Berger1-28/+57