summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold3-13/+15
2015-05-12gpio: sysfs: clean up chip class-device handlingJohan Hovold1-26/+13
2015-05-12gpio: sysfs: reduce gpiochip-export locking scopeJohan Hovold1-3/+4
2015-05-12gpio: sysfs: preparatory clean upsJohan Hovold1-4/+4
2015-05-12gpio: sysfs: fix redundant lock-as-irq handlingJohan Hovold1-7/+15
2015-05-12gpio: clean up gpiochip_removeJohan Hovold1-5/+9
2015-05-12Merge tag 'v4.1-rc3' into develLinus Walleij3-40/+29
2015-05-12gpio: xilinx: Fix kernel-doc warningsMichal Simek1-1/+3
2015-05-12gpio: x-gene: Remove a useless memsetChristophe Jaillet1-1/+0
2015-05-12gpio: Constify platform_device_idKrzysztof Kozlowski3-3/+3
2015-05-12drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker1-0/+1
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg1-0/+29
2015-05-11gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy1-1/+2
2015-05-11gpio: moxart: get value of output gpio from generic driverVladimir Zapolskiy1-14/+3
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy1-3/+19
2015-05-06gpio: xlp: GPIO controller for Netlogic XLP SoCsKamlakant Patel3-0/+437
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren2-1/+25
2015-05-06gpio: omap: Fix regression for MPUIO interruptsTony Lindgren1-39/+9
2015-05-06gpio: max732x: Fix irq-events handlerSemen Protsenko1-1/+1
2015-05-06gpio: max732x: Add IRQF_SHARED to irq flagsSemen Protsenko1-6/+4
2015-05-05gpio: add lpc18xx gpio driverJoachim Eastwood3-0/+189
2015-05-04gpio: max732x: Propagate wake-up setting to parent irq controllerSemen Protsenko1-0/+9
2015-04-30gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-04-27gpio: bcm-kona: Implement get_direction callbackAxel Lin1-10/+16
2015-04-27gpiolib: change gpio pin from unsigned to signed in acpi callbackQipeng Zha1-1/+1
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-723/+0
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds30-697/+1740
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2015-04-15Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+2
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki1-0/+2
2015-04-10Revert "gpio: sch: use uapi/linux/pci_ids.h directly"Linus Walleij1-1/+1
2015-04-09gpio: dwapb: remove dependenciesLinus Walleij1-1/+0
2015-04-08gpio: dwapb: enable for ARCVineet Gupta1-1/+1
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram2-2/+1
2015-04-08gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-04-08gpio: split GPIO drivers in submenusLinus Walleij1-6/+22
2015-04-08gpio: move MFD GPIO drivers under their own commentLinus Walleij1-159/+156
2015-04-08gpio: move BCM Kona Kconfig optionLinus Walleij1-6/+6
2015-04-08gpio: arrange SPI Kconfig symbols alphabeticallyLinus Walleij1-8/+8
2015-04-08gpio: arrange PCI GPIO controllers alphabeticallyLinus Walleij1-32/+32
2015-04-08gpio: arrange I2C Kconfig symbols alphabeticallyLinus Walleij1-45/+45
2015-04-08gpio: arrange Kconfig symbols alphabeticallyLinus Walleij1-145/+145
2015-04-08gpio: ich: Implement get_direction functionAaron Sierra1-0/+6
2015-04-08gpio: use (!foo) instead of (foo == NULL)Varka Bhadram6-7/+7
2015-04-08gpio: arizona: drop owner assignment from platform_driversVarka Bhadram1-1/+0
2015-04-08gpio: max7300: remove 'ret' variableVarka Bhadram1-3/+1
2015-04-08gpio: use devm_kzallocVarka Bhadram2-5/+5
2015-04-08gpio: sch: use uapi/linux/pci_ids.h directlyMichael S. Tsirkin1-1/+1
2015-04-08gpio: x-gene: fix devm_ioremap_resource() checkVladimir Zapolskiy1-1/+1
2015-04-08gpio: loongson: Add Loongson-3A/3B GPIO driver supportHuacai Chen2-20/+30