summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2026-02-23gpio: brcmstb: implement .irq_mask_ack()Doug Berger
2026-02-23gpio: brcmstb: Utilize irqd_to_hwirq(d) instead of d->hwirqFlorian Fainelli
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-18gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov
2026-02-18gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski
2026-02-18gpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski
2026-02-16gpio: cdev: Avoid NULL dereference in linehandle_create()Douglas Anderson
2026-02-16gpio: nomadik: Add missing IS_ERR() checkEthan Tidmore
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni
2026-02-04gpiolib: acpi: Fix gpio count with string referencesAlban Bedel
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete