summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpiolib: cdev: remove pointless decrement of iKent Gibson2020-07-121-2/+0
| * | gpiolib: cdev: rename numdescs to num_descsKent Gibson2020-07-121-10/+10
| * | gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...Kent Gibson2020-07-121-35/+35
| * | gpiolib: cdev: refactor gpiohandle_flags_to_desc_flagsKent Gibson2020-07-121-41/+19
| * | gpiolib: cdev: minor indentation fixesKent Gibson2020-07-121-14/+14
| * | gpiolib: cdev: sort includesKent Gibson2020-07-121-11/+11
| * | gpiolib: move gpiolib-sysfs function declarations into their own headerKent Gibson2020-07-124-18/+26
| * | Merge branch 'devel' into for-nextLinus Walleij2020-07-0923-1201/+1335
| |\ \
| | * \ Merge branch 'lee-fixes' into develLinus Walleij2020-07-088-25/+31
| | |\ \
| | | * | gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing SparseLee Jones2020-07-081-0/+2
| | | * | gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be useLee Jones2020-07-081-1/+1
| | | * | gpio: gpio-mlxbf: Tell the compiler that ACPI functions may not be usedLee Jones2020-07-081-1/+1
| | | * | gpio: gpio-it87: Fix formatting issues which confuse kerneldocLee Jones2020-07-081-7/+7
| | | * | gpio: gpio-syscon: Fix formatting issues which confuse kerneldocLee Jones2020-07-081-6/+6
| | | * | gpio: gpio-sama5d2-piobu: Demote all kerneldoc headers to basic comment blocksLee Jones2020-07-081-8/+8
| | | * | gpio: gpio-pmic-eic-sprd: Fix incorrectly named property 'map'Lee Jones2020-07-081-1/+1
| | | * | gpio: gpio-altera: Add missing kerneldoc entry and demote commentLee Jones2020-07-081-1/+2
| | | * | gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count()Lee Jones2020-07-081-0/+3
| | * | | gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsetsGeert Uytterhoeven2020-07-071-33/+26
| | * | | gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven2020-07-071-2/+2
| | * | | Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-06-308-13/+101
| | |\ \ \
| | | * | | gpiolib: Deduplicate find_first_zero_bit() callAndy Shevchenko2020-06-301-6/+4
| | | * | | gpio: omap: Add missing PM ops for suspendTony Lindgren2020-06-301-0/+26
| | | * | | gpio: Drop superfluous dependencies on GPIOLIBGeert Uytterhoeven2020-06-241-2/+2
| | | * | | gpio: zynq: Remove error prints in EPROBE_DEFERShubhrajyoti Datta2020-06-241-1/+2
| | | * | | gpio: zynq: Add pmc gpio supportShubhrajyoti Datta2020-06-241-0/+16
| | | * | | gpio: zynq: Disable the irq if it is not a wakeup sourceShubhrajyoti Datta2020-06-241-0/+8
| | | * | | gpio: zynq: Add Versal supportShubhrajyoti Datta2020-06-241-1/+27
| | | * | | gpio: zynq: protect direction in/out with a spinlockGlenn Langedock2020-06-241-0/+11
| | | * | | gpio: max732x: remove redundant check from probe()Gaurav Singh2020-06-221-1/+1
| | | * | | gpio: pca953x: Add support for the PCAL9535Jan Kiszka2020-06-161-0/+2
| | | * | | drivers: gpio: Fix trivial spellingKieran Bingham2020-06-151-1/+1
| | | * | | gpio: mpc8xxx: change the gpio interrupt flags.Song Hui2020-06-151-1/+1
| | | * | | gpiolib: sysfs: use kobj_to_devWang Qing2020-06-151-1/+1
| | | |/ /
| | * | | Merge branch 'ib-for-each-requested' into develLinus Walleij2020-06-202-12/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | gpio: xra1403: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-6/+2
| | | * | gpio: mvebu: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-6/+2
| | | |/
| | * | gpiolib: split character device into gpiolib-cdevKent Gibson2020-06-204-1115/+1170
| | * | gpio: max732x: remove redundant checkGaurav Singh2020-06-201-1/+1
| | |/
* | | Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown2020-07-291-4/+6
|\ \ \ | |/ / |/| |
| * | spi: ppc4xx: Convert to use GPIO descriptorsLinus Walleij2020-07-221-4/+6
| |/
* | Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij2020-06-261-5/+94
|\ \
| * | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko2020-06-221-1/+6
| * | gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko2020-06-161-0/+1
| * | gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko2020-06-161-2/+4
| * | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko2020-06-161-0/+79
| * | gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko2020-06-161-3/+5
| |/
* | gpio: arizona: put pm_runtime in case of failureNavid Emamdoost2020-06-161-1/+5
* | gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost2020-06-161-0/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1