summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-12-09gpio: pca953x: add onsemi,pca9654 idBen Dooks1-0/+2
2015-12-04gpio: davinci: fix missed parent conversionLinus Walleij1-1/+1
2015-12-01gpio: Add GPIO support for the ACCES 104-IDI-48William Breathitt Gray3-0/+359
2015-11-30gpio: use dev_get_platdata()Nizam Haider5-6/+6
2015-11-30gpio: 104-idio-16: Disable IRQ on device probeWilliam Breathitt Gray1-0/+3
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko1-2/+0
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski6-6/+0
2015-11-30gpiolib: make comment consistent with codeBamvor Jian Zhang1-2/+3
2015-11-30gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-19gpio: 104-idio-16: Use lowercase symbol names for const variablesWilliam Breathitt Gray1-19/+18
2015-11-19gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang1-0/+5
2015-11-19gpiolib: improve overlap check of range of gpioBamvor Jian Zhang1-19/+36
2015-11-19gpiolib: keep comment consistent with codeBamvor Jian Zhang1-1/+1
2015-11-19gpio: pxa: change initcall level second attemptRobert Jarzmik1-2/+14
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov3-0/+54
2015-11-19gpio: Add IRQ support to ACCES 104-IDIO-16 driverWilliam Breathitt Gray2-2/+116
2015-11-19gpio: change member .dev to .parentLinus Walleij74-168/+179
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
2015-10-16gpio: pl061: use the generic request/free implementationsJonas Gorski1-28/+4
2015-10-16gpio: gpio-xz: use the generic request/free implementationsJonas Gorski1-24/+4
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski6-72/+12
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski1-0/+23
2015-10-16gpio: omap: fix static checker warningGrygorii Strashko1-1/+1
2015-10-15gpio: pl061: assign the apropriate handler for irqsLinus Walleij1-5/+25
2015-10-15gpio: pl061: returning with lock held in pl061_irq_type()Dan Carpenter1-6/+7
2015-10-15gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig1-1/+1
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1