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