summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2026-03-11gpio: bcm-kona: reduce the number of memory allocationsRosen Penev-21/+16
2026-03-10gpio: realtek-otto: add rtl9607 supportRustam Adilov-0/+4
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Bartosz Golaszewski-55/+4
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu-55/+0
2026-03-09nfc: s3fwrn5: convert to gpio descriptorsJialu Xu-0/+4
2026-03-09gpio: mpsse: drop redundant device referenceJohan Hovold-12/+1
2026-03-03gpio: rockchip: Call pinctrl for gpio configMatthijs Kooijman-1/+1
2026-03-02gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()Tzung-Bi Shih-4/+0
2026-02-27gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()Tzung-Bi Shih-6/+0
2026-02-27gpio: Ensure struct gpio_chip for gpiochip_setup_dev()Tzung-Bi Shih-33/+32
2026-02-27gpio: sysfs: Remove redundant check for struct gpio_chipTzung-Bi Shih-11/+6
2026-02-27gpio: Remove redundant check for struct gpio_chipTzung-Bi Shih-11/+2
2026-02-27gpio: Access `gpio_bus_type` in gpiochip_setup_dev()Tzung-Bi Shih-3/+4
2026-02-27Merge branch 'gpio/dev-init-rework' into gpio/for-nextBartosz Golaszewski-53/+48
2026-02-27gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih-53/+48
2026-02-27gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()Bartosz Golaszewski-1/+11
2026-02-27gpio: generic: Don't use 'proxy' headersAndy Shevchenko-3/+1
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski-2/+6
2026-02-23gpio: shared: fix memory leaksDaniel J Blueman-3/+3
2026-02-23gpiolib: replace snprintf("%s") with strscpyThorsten Blum-1/+2
2026-02-23gpio: ts4800: Remove duplicate code to handle 'ngpios' propertyAndy Shevchenko-10/+0
2026-02-23gpio: viperboard: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: tps65086: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: stp-xway: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: lp873x: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: da9055: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: cgbc: normalize return value of gpio_getDmitry Torokhov-2/+2
2026-02-23gpio: bd9571mwv: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-23gpio: tegra186: Support multi-socket devicesPrathamesh Shete-3/+13
2026-02-23gpio: tegra186: Simplify GPIO line name prefix handlingPrathamesh Shete-8/+7
2026-02-23gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()Kent Gibson-95/+46
2026-02-23gpio: brcmstb: allow parent_irq to wakeDoug Berger-28/+57
2026-02-23gpio: brcmstb: implement .irq_mask_ack()Doug Berger-5/+25
2026-02-23gpio: brcmstb: Utilize irqd_to_hwirq(d) instead of d->hwirqFlorian Fainelli-6/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-38/+36
2026-02-20Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-55/+82
2026-02-18gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov-3/+4
2026-02-18gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski-51/+55
2026-02-18gpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski-0/+19
2026-02-16gpio: cdev: Avoid NULL dereference in linehandle_create()Douglas Anderson-1/+1
2026-02-16gpio: nomadik: Add missing IS_ERR() checkEthan Tidmore-0/+3
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+11
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-11Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-286/+999
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni-1/+1
2026-02-04gpiolib: acpi: Fix gpio count with string referencesAlban Bedel-0/+1
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete-2/+88