summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: gpiolib: fix a doc warningMauro Carvalho Chehab2020-03-271-1/+1
* gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding2020-03-271-0/+8
* gpio: tegra186: Add support for pin rangesThierry Reding2020-03-271-0/+56
* gpio: Support GPIO controllers without pin-rangesThierry Reding2020-03-271-1/+4
* ARM: integrator: impd1: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven2020-03-261-7/+4
* gpio: brcmstb: support gpio-line-names propertyDoug Berger2020-03-261-0/+44
* Merge tag 'gpio-updates-for-v5.7-part4' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-03-2511-25/+57
|\
| * tools: gpio: Fix typo in gpio-utilsMykyta Poturai2020-03-251-3/+3
| * tools: gpio-hammer: Apply scripts/Lindent and retain good changesGabriel Ravier2020-03-251-1/+1
| * gpiolib: gpio_name_to_desc: factor out !name checkMichał Mirosław2020-03-251-1/+4
| * tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences"Colin Ian King2020-03-251-1/+1
| * gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo2020-03-251-2/+2
| * gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo2020-03-252-4/+20
| * tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier2020-03-251-1/+16
| * gpio: mvebu: avoid error message for optional IRQChris Packham2020-03-251-1/+1
| * gpio: mxs: add COMPILE_TEST support for GPIO_MXSAnson Huang2020-03-251-1/+1
| * gpio: mxc: Add COMPILE_TEST support for GPIO_MXCAnson Huang2020-03-251-1/+1
| * gpio: pl061: Warn when IRQ line has not been configuredAlexander Sverdlin2020-03-251-4/+2
| * docs: gpio: driver.rst: don't mark literal blocks twiceMauro Carvalho Chehab2020-03-251-2/+2
| * gpio: uapi: Improve phrasing around arrays representing empty stringsJonathan Neuschäfer2020-03-251-4/+4
|/
* gpio: Move devres calls to devres fileLinus Walleij2020-03-202-46/+46
* Merge branch 'ib-omap-block-idle' into develLinus Walleij2020-03-094-28/+44
|\
| * Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren2020-03-091-11/+1
| * gpio: omap: Block idle on pending gpio interruptsTony Lindgren2020-03-091-4/+13
| * ARM: OMAP2+: Handle errors for cpu_pmTony Lindgren2020-03-093-13/+30
* | gpio: add driver for Mellanox BlueField 2 GPIO controllerAsmaa Mnebhi2020-03-093-0/+343
* | Merge tag 'gpio-updates-for-v5.7-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-03-032-10/+10
|\ \
| * | gpiolib: fix bitmap operations related to line event watchingBartosz Golaszewski2020-03-021-3/+3
| * | gpiolib: fix unwatch ioctl()Kent Gibson2020-03-021-1/+1
| * | gpiolib: Rename 'event' to 'ge' to be consistent with other useAndy Shevchenko2020-03-021-6/+6
| * | gpio: uniphier: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* | | gpiolib: Fix inverted check in gpiochip_remove()Geert Uytterhoeven2020-03-031-1/+1
|/ /
* | gpiolib: Optimize gpiochip_remove() when check for requested lineAndy Shevchenko2020-02-281-7/+4
* | gpio: of: Add DT overlay support for GPIO hogsGeert Uytterhoeven2020-02-214-3/+106
* | gpio: of: Extract of_gpiochip_add_hog()Geert Uytterhoeven2020-02-211-16/+33
* | gpio: Switch timestamps to ktime_get_ns()Linus Walleij2020-02-211-2/+2
* | gpiolib: use gpiochip_get_desc() where applicableBartosz Golaszewski2020-02-211-1/+3
* | gpio: siox: use raw spinlock for irq related lockingUwe Kleine-König2020-02-211-14/+14
* | gpio: mockup: coding-style fixBartosz Golaszewski2020-02-201-1/+1
* | gpio: rcar: Fix typo in commentAshish Chavan2020-02-201-2/+2
* | Merge tag 'gpio-updates-for-v5.7-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-02-1310-86/+493
|\ \
| * | tools: gpio: implement gpio-watchBartosz Golaszewski2020-02-124-1/+111
| * | gpiolib: add new ioctl() for monitoring changes in line infoBartosz Golaszewski2020-02-123-8/+209
| * | gpiolib: provide a dedicated function for setting lineinfoBartosz Golaszewski2020-02-121-43/+55
| * | gpiolib: emit a debug message when adding events to a full kfifoBartosz Golaszewski2020-02-121-0/+2
| * | gpiolib: rework the locking mechanism for lineevent kfifoBartosz Golaszewski2020-02-121-29/+35
| * | kfifo: provide kfifo_is_empty_spinlocked()Bartosz Golaszewski2020-02-121-0/+31
| * | kfifo: provide noirqsave variants of spinlocked in and out helpersBartosz Golaszewski2020-02-121-0/+42
| * | gpio: wcd934x: Fix logic of wcd_gpio_getAxel Lin2020-02-101-2/+2
| * | gpio: wcd934x: Don't change gpio direction in wcd_gpio_setAxel Lin2020-02-101-1/+4