summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: No NULL ownerLinus Walleij2018-06-161-2/+7
* gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven2018-05-261-0/+46
* gpio: label descriptors using the device nameLinus Walleij2018-04-131-1/+2
* gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann2018-02-251-10/+3
* gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi2018-02-251-1/+1
* gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan2018-02-031-0/+3
* gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid2017-12-161-15/+11
* gpio: mpc8xxx: Correct irq handler functionLiu Gang2016-10-281-1/+1
* gpio: sa1100: fix irq probing for ucb1x00Russell King2016-10-071-1/+1
* gpio: Fix OF build problem on UMLinus Walleij2016-09-071-0/+1
* gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko2016-08-201-19/+0
* gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R2016-08-201-1/+1
* Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold2016-07-272-40/+20
* gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks2016-06-241-2/+2
* gpio: revert get() to non-errorprogating behaviourLinus Walleij2015-12-171-1/+7
* gpio: generic: clamp values from bgpio_get_set()Linus Walleij2015-12-171-2/+2
* gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin2015-12-111-1/+1
* gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko2015-11-301-2/+0
* gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy2015-11-291-1/+1
* gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose2015-11-171-49/+56
* gpio: palmas: fix a possible NULL dereferenceLABBE Corentin2015-11-171-0/+2
* gpio: syscon: fix a possible NULL dereferenceLABBE Corentin2015-11-171-1/+5
* gpio: 74xx: fix a possible NULL dereferenceLABBE Corentin2015-11-171-2/+5
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-1/+1
|\
| * gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-054-5/+0
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-044-5/+0
| |\ \ \ | | |_|/ | |/| |
| | | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-284-5/+0
| | |/
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-043-47/+119
|\ \ \
| * \ \ Merge branch 'device-properties'Rafael J. Wysocki2015-10-253-47/+119
| |\ \ \ | | |/ / | |/| |
| | * | ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-153-9/+64
| | * | ACPI / gpio: Split acpi_get_gpiod_by_index()Rafael J. Wysocki2015-09-151-47/+64
| | * | ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-151-3/+3
| | |/
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-1/+1
|\ \ \
| * | | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+1
| |/ /
* | | gpio: fix up SPI submenuLinus Walleij2015-11-011-16/+18
* | | gpio: drop surplus I2C dependenciesLinus Walleij2015-11-011-6/+1
* | | gpio: drop surplus X86 dependenciesLinus Walleij2015-11-011-5/+2
* | | gpio / ACPI: Allow shared GPIO event to be read via operation regionMika Westerberg2015-10-311-1/+20
* | | gpio: group port-mapped I/O drivers in a menuLinus Walleij2015-10-311-77/+78
* | | gpio: xilinx: Drop architecture dependenciesSoren Brinkmann2015-10-271-1/+1
* | | gpio: generic: Revert to old error handling in bgpio_mapGuenter Roeck2015-10-271-1/+1
* | | gpio: Add GPIO support for the ACCES 104-IDIO-16William Breathitt Gray2015-10-273-0/+227
* | | gpio: driver for AMD PromontoryYD Tseng2015-10-263-0/+269
* | | gpio: xlp: Convert to use gpiolib irqchip helpersKamlakant Patel2015-10-222-11/+12
* | | gpio/xilinx: enable for MIPSZubair Lutfullah Kakakhel2015-10-191-1/+1
* | | gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart2015-10-161-2/+18
* | | gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart2015-10-162-20/+40
* | | gpio: pl061: use the generic request/free implementationsJonas Gorski2015-10-161-28/+4