summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-01-13gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-11-10gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva1-2/+2
2018-10-10gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-09-26gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-09-19gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-09-19gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-06-16gpio: No NULL ownerLinus Walleij1-2/+7
2018-05-26gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven1-0/+46
2018-04-13gpio: label descriptors using the device nameLinus Walleij1-1/+2
2018-02-25gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann1-10/+3
2018-02-25gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi1-1/+1
2018-02-03gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan1-0/+3
2018-02-03gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-12-16gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid1-15/+11
2016-10-28gpio: mpc8xxx: Correct irq handler functionLiu Gang1-1/+1
2016-10-07gpio: sa1100: fix irq probing for ucb1x00Russell King1-1/+1
2016-09-07gpio: Fix OF build problem on UMLinus Walleij1-0/+1
2016-08-20gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko1-19/+0
2016-08-20gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R1-1/+1
2016-07-27Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold2-40/+20
2016-06-24gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks1-2/+2
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij1-1/+7
2015-12-17gpio: generic: clamp values from bgpio_get_set()Linus Walleij1-2/+2
2015-12-11gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin1-1/+1
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko1-2/+0
2015-11-30gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose1-49/+56
2015-11-17gpio: palmas: fix a possible NULL dereferenceLABBE Corentin1-0/+2
2015-11-17gpio: syscon: fix a possible NULL dereferenceLABBE Corentin1-1/+5
2015-11-17gpio: 74xx: fix a possible NULL dereferenceLABBE Corentin1-2/+5
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds4-5/+0
2015-11-05Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-47/+119
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown4-5/+0
2015-11-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-01gpio: fix up SPI submenuLinus Walleij1-16/+18
2015-11-01gpio: drop surplus I2C dependenciesLinus Walleij1-6/+1
2015-11-01gpio: drop surplus X86 dependenciesLinus Walleij1-5/+2
2015-11-01gpio / ACPI: Allow shared GPIO event to be read via operation regionMika Westerberg1-1/+20
2015-11-01gpio: group port-mapped I/O drivers in a menuLinus Walleij1-77/+78
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis4-5/+0
2015-10-27gpio: xilinx: Drop architecture dependenciesSoren Brinkmann1-1/+1
2015-10-27gpio: generic: Revert to old error handling in bgpio_mapGuenter Roeck1-1/+1
2015-10-27gpio: Add GPIO support for the ACCES 104-IDIO-16William Breathitt Gray3-0/+227
2015-10-26gpio: driver for AMD PromontoryYD Tseng3-0/+269
2015-10-26Merge branch 'device-properties'Rafael J. Wysocki3-47/+119
2015-10-22gpio: xlp: Convert to use gpiolib irqchip helpersKamlakant Patel2-11/+12
2015-10-19gpio/xilinx: enable for MIPSZubair Lutfullah Kakakhel1-1/+1
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart1-2/+18
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart2-20/+40