summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+174
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-502/+1782
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+13
2020-10-10gpio: tegra186: Allow optional irq parent callbacksMarc Zyngier-2/+13
2020-10-08gpiolib: Update header block in gpiolib-cdev.hAndy Shevchenko-1/+3
2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson-14/+13
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier-2/+15
2020-10-07gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko-1/+1
2020-10-02Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-58/+135
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko-1/+4
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko-1/+3
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans-0/+2
2020-09-30gpiolib: cdev: support setting debounceKent Gibson-10/+244
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson-0/+61
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson-0/+88
2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson-0/+281
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson-28/+168
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson-0/+424
2020-09-30gpiolib: add build option for CDEV v1 ABIKent Gibson-0/+12
2020-09-30gpiolib: make cdev a build optionKent Gibson-3/+31
2020-09-30gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson-16/+7
2020-09-30gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson-1/+2
2020-09-30gpio: mockup: refactor the module init functionBartosz Golaszewski-47/+49
2020-09-30gpio: mockup: use the generic 'gpio-line-names' propertyBartosz Golaszewski-32/+38
2020-09-30gpio: mockup: pass the chip label as device propertyBartosz Golaszewski-9/+8
2020-09-30gpio: mockup: increase the number of supported device propertiesBartosz Golaszewski-2/+2
2020-09-30gpio: mockup: remove unneeded return statementBartosz Golaszewski-2/+0
2020-09-30gpio: mockup: use pr_fmt()Bartosz Golaszewski-4/+4
2020-09-30gpio: mockup: use KBUILD_MODNAMEBartosz Golaszewski-4/+3
2020-09-30gpio: mockup: drop unneeded includesBartosz Golaszewski-2/+0
2020-09-30gpio: mpc8xxx: simplify ls1028a/ls1088a supportMichael Walle-33/+12
2020-09-30gpio: mockup: fix resource leak in error pathBartosz Golaszewski-0/+2
2020-09-29gpio: mxc: Support module buildAnson Huang-1/+7
2020-09-28gpio: amd-fch: correct logic of GPIO_LINE_DIRECTIONEd Wildgoose-1/+1
2020-09-24gpio: aspeed: fix ast2600 bank propertiesTao Ren-2/+2
2020-09-24gpio/aspeed-sgpio: don't enable all interrupts by defaultJeremy Kerr-5/+3
2020-09-24gpio/aspeed-sgpio: enable access to all 80 input & output sgpiosJeremy Kerr-42/+84
2020-09-24gpio: pca953x: Fix uninitialized pending variableYe Li-1/+1
2020-09-21Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linu...Linus Walleij-161/+181
2020-09-17gpio: Add support for the sl28cpld GPIO controllerMichael Walle-0/+174
2020-09-17gpiolib: check for parent device in devprop_gpiochip_set_names()Bartosz Golaszewski-0/+4
2020-09-17gpiolib: Fix line event handling in syscall compatible modeAndy Shevchenko-4/+30
2020-09-14gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski-64/+47
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski-22/+14
2020-09-14gpiolib: switch to simpler IDA interfaceBartosz Golaszewski-3/+3
2020-09-11gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macroAndy Shevchenko-16/+3
2020-09-09gpio: mockup: fix resource leak in error pathBartosz Golaszewski-0/+2
2020-09-09gpio: siox: explicitly support only threaded irqsAhmad Fatoum-0/+1
2020-09-09gpio: tc35894: Disable Direct KBD interrupts to enable gpio irqdillon min-2/+16
2020-09-09gpio: tc35894: fix up tc35894 interrupt configurationdillon min-1/+1