summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: eic-sprd: break loop when getting NULL device resourceChunyan Zhang2020-12-091-1/+1
* gpio: mvebu: fix potential user-after-free on probeBaruch Siach2020-12-021-5/+11
* gpio: zynq: fix reference leak in zynq_gpio functionsQinglang Miao2020-12-021-2/+2
* gpiolib: Don't free if pin ranges are not definedEdmond Chung2020-12-021-0/+5
* gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()Luo Jiaxing2020-12-021-0/+2
* gpio: arizona: disable pm_runtime in case of failureZheng Liang2020-12-021-0/+1
* gpio: sifive: Fix SiFive gpio probeDamien Le Moal2020-11-111-1/+1
* Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij2020-11-105-26/+74
|\
| * gpio: pcie-idio-24: Enable PEX8311 interruptsArnaud de Turckheim2020-11-061-1/+51
| * gpio: pcie-idio-24: Fix IRQ Enable Register valueArnaud de Turckheim2020-11-061-4/+4
| * gpio: pcie-idio-24: Fix irq mask when maskingArnaud de Turckheim2020-11-061-1/+1
| * gpiolib: fix sysfs when cdev is not selectedKent Gibson2020-11-052-18/+15
| * gpio: aspeed: fix ast2600 bank propertiesBilly Tsai2020-10-261-0/+1
| * gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chipJia He2020-10-261-2/+2
* | Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren2020-10-281-1/+11
|/
* Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-143-0/+174
|\
| * gpio: Add support for the sl28cpld GPIO controllerMichael Walle2020-09-173-0/+174
* | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-1322-502/+1782
|\ \
| * | gpiolib: Update header block in gpiolib-cdev.hAndy Shevchenko2020-10-081-1/+3
| * | gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson2020-10-081-14/+13
| * | gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans2020-09-301-0/+2
| * | gpiolib: cdev: support setting debounceKent Gibson2020-09-303-10/+244
| * | gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson2020-09-301-0/+61
| * | gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson2020-09-301-0/+88
| * | gpiolib: cdev: support edge detection for uAPI v2Kent Gibson2020-09-303-0/+281
| * | gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson2020-09-301-28/+168
| * | gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson2020-09-301-0/+424
| * | gpiolib: add build option for CDEV v1 ABIKent Gibson2020-09-301-0/+12
| * | gpiolib: make cdev a build optionKent Gibson2020-09-303-3/+31
| * | gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson2020-09-301-16/+7
| * | gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson2020-09-301-1/+2
| * | gpio: mockup: refactor the module init functionBartosz Golaszewski2020-09-301-47/+49
| * | gpio: mockup: use the generic 'gpio-line-names' propertyBartosz Golaszewski2020-09-301-32/+38
| * | gpio: mockup: pass the chip label as device propertyBartosz Golaszewski2020-09-301-9/+8
| * | gpio: mockup: increase the number of supported device propertiesBartosz Golaszewski2020-09-301-2/+2
| * | gpio: mockup: remove unneeded return statementBartosz Golaszewski2020-09-301-2/+0
| * | gpio: mockup: use pr_fmt()Bartosz Golaszewski2020-09-301-4/+4
| * | gpio: mockup: use KBUILD_MODNAMEBartosz Golaszewski2020-09-301-4/+3
| * | gpio: mockup: drop unneeded includesBartosz Golaszewski2020-09-301-2/+0
| * | gpio: mpc8xxx: simplify ls1028a/ls1088a supportMichael Walle2020-09-301-33/+12
| * | gpio: mockup: fix resource leak in error pathBartosz Golaszewski2020-09-301-0/+2
| * | gpio: mxc: Support module buildAnson Huang2020-09-292-1/+7
| * | Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linu...Linus Walleij2020-09-2114-161/+181
| |\ \
| | * | gpiolib: check for parent device in devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-171-0/+4
| | * | gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-143-64/+47
| | * | gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski2020-09-144-22/+14
| | * | gpiolib: switch to simpler IDA interfaceBartosz Golaszewski2020-09-141-3/+3
| | * | gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macroAndy Shevchenko2020-09-111-16/+3
| | * | gpio: tc35894: Disable Direct KBD interrupts to enable gpio irqdillon min2020-09-091-2/+16
| | * | gpio: zynq: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-5/+3