summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: mmio: replace open-coded for_each_set_bit()Andy Shevchenko2020-07-161-13/+7
| * | gpio: pca9570: add GPO driver for PCA9570Sungbo Eo2020-07-163-0/+155
| * | gpio: max77620: Initialize hardware state of interruptsDmitry Osipenko2020-07-161-0/+25
| * | gpio: max77620: Use irqchip templateDmitry Osipenko2020-07-161-8/+6
| * | gpio: max77620: Don't shadow error code of platform_get_irq()Dmitry Osipenko2020-07-161-4/+6
| * | gpio: max77620: Don't set of_nodeDmitry Osipenko2020-07-161-4/+1
| * | gpio: max77620: Fix missing release of interruptDmitry Osipenko2020-07-161-2/+3
| * | gpio: max77620: Replace 8 with MAX77620_GPIO_NRDmitry Osipenko2020-07-161-3/+3
| * | gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson2020-07-121-23/+21
| * | gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson2020-07-121-20/+19
| * | gpiolib: cdev: remove recalculation of offsetKent Gibson2020-07-121-13/+7
| * | gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson2020-07-121-5/+5
| * | gpiolib: cdev: rename priv to cdevKent Gibson2020-07-121-45/+45
| * | gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson2020-07-123-20/+20
| * | 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