summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski2020-11-251-15/+12
* gpio: exar: switch to using regmapBartosz Golaszewski2020-11-252-54/+38
* gpio: exar: unduplicate address and offset computationBartosz Golaszewski2020-11-251-12/+28
* gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski2020-11-251-8/+7
* gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski2020-11-251-3/+3
* gpio: exar: include idr.hBartosz Golaszewski2020-11-251-0/+1
* gpio: exar: add a newline after the copyright noticeBartosz Golaszewski2020-11-251-0/+1
* gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu2020-11-181-4/+10
* gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski2020-11-161-15/+4
* gpio: tegra: Use raw_spinlockDmitry Osipenko2020-11-061-5/+13
* gpio: tegra: Add lockdep classDmitry Osipenko2020-11-061-0/+4
* gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven2020-10-301-0/+30
* gpio: rcar: Rework hardware features handlingGeert Uytterhoeven2020-10-301-13/+11
* gpio: rcar: Align register offsetsGeert Uytterhoeven2020-10-301-13/+13
* gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven2020-10-301-3/+4
* gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson2020-10-301-2/+3
* gpio: mockup: Allow probing from device treeVincent Whitchurch2020-10-291-2/+9
* gpiolib: split error path in gpiod_request_commit()Andy Shevchenko2020-10-261-6/+7
* gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko2020-10-262-4/+4
* gpiolib: of: Use named item for enum gpiod_flags variableAndy Shevchenko2020-10-261-1/+1
* gpiolib: cdev: document that line eflags are sharedKent Gibson2020-10-261-11/+21
* gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-264-18/+16
* 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
| |\ \