summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2026-03-16Merge branch 'gpio/dev-init-rework' into gpio/for-currentBartosz Golaszewski
2026-03-16gpio: cs5535: use dynamically allocated priv structRosen Penev
2026-03-16Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"Tzung-Bi Shih
2026-03-16Do not enable the v1 uAPI by defaultLinus Walleij
2026-03-16gpio: kempld: Implement the interrupt controllerAlban Bedel
2026-03-16gpio: kempld: Add support for get/set multipleAlban Bedel
2026-03-16gpio: kempld: Add support for PLD version >= 2.8Alban Bedel
2026-03-16gpio: kempld: Simplify the bit level register accessesAlban Bedel
2026-03-16gpiolib: Update gpiochip_find_base_unlocked() kerneldocLinus Walleij
2026-03-16gpio: max732x: use guard(mutex) to simplify lockingRichard Lyu
2026-03-16gpio: sim: allow to define the active-low setting of a simulated hogBartosz Golaszewski
2026-03-16gpio: remove machine hogsBartosz Golaszewski
2026-03-16gpio: sim: use fwnode-based GPIO hogsBartosz Golaszewski
2026-03-16gpio: move hogs into GPIO coreBartosz Golaszewski
2026-03-16gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski
2026-03-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze
2026-03-11gpio: tegra186: allocate irqs with the main structRosen Penev
2026-03-11gpio: htc-egpio: allocate irq with the main structRosen Penev
2026-03-11gpio: bcm-kona: reduce the number of memory allocationsRosen Penev
2026-03-10gpio: realtek-otto: add rtl9607 supportRustam Adilov
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Bartosz Golaszewski
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu
2026-03-09nfc: s3fwrn5: convert to gpio descriptorsJialu Xu
2026-03-09gpio: mpsse: drop redundant device referenceJohan Hovold
2026-03-03gpio: rockchip: Call pinctrl for gpio configMatthijs Kooijman
2026-03-02gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()Tzung-Bi Shih
2026-02-27gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()Tzung-Bi Shih
2026-02-27gpio: Ensure struct gpio_chip for gpiochip_setup_dev()Tzung-Bi Shih
2026-02-27gpio: sysfs: Remove redundant check for struct gpio_chipTzung-Bi Shih
2026-02-27gpio: Remove redundant check for struct gpio_chipTzung-Bi Shih
2026-02-27gpio: Access `gpio_bus_type` in gpiochip_setup_dev()Tzung-Bi Shih
2026-02-27Merge branch 'gpio/dev-init-rework' into gpio/for-nextBartosz Golaszewski
2026-02-27gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih
2026-02-27gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()Bartosz Golaszewski
2026-02-27gpio: generic: Don't use 'proxy' headersAndy Shevchenko
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski
2026-02-23gpio: shared: fix memory leaksDaniel J Blueman
2026-02-23gpiolib: replace snprintf("%s") with strscpyThorsten Blum
2026-02-23gpio: ts4800: Remove duplicate code to handle 'ngpios' propertyAndy Shevchenko
2026-02-23gpio: viperboard: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: tps65086: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: stp-xway: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: lp873x: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: da9055: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: cgbc: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: bd9571mwv: normalize return value of gpio_getDmitry Torokhov
2026-02-23gpio: tegra186: Support multi-socket devicesPrathamesh Shete
2026-02-23gpio: tegra186: Simplify GPIO line name prefix handlingPrathamesh Shete
2026-02-23gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()Kent Gibson
2026-02-23gpio: brcmstb: allow parent_irq to wakeDoug Berger