aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-06gpio: omap: Fix regression for MPUIO interruptsTony Lindgren1-39/+9
2015-04-29gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
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/arm/arm-socLinus Torvalds3-723/+0
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds30-697/+1740
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2015-04-14Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus 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
2015-04-07MIPS: Move Loongson GPIO driver to drivers/gpioHuacai Chen3-0/+112
2015-03-27gpio: Remove gpio-msm-v1 driverStephen Boyd3-723/+0
2015-03-27gpio: gpio-tb10x: remove incorrect __exit markupDmitry Torokhov1-1/+1
2015-03-27gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko1-1/+1
2015-03-27gpio: omap: get rid of GPIO_INDEX() macroGrygorii Strashko1-9/+0
2015-03-27gpio: omap: get rid of omap_irq_to_gpio()Grygorii Strashko1-12/+5
2015-03-27gpio: omap: get rid of GPIO_BIT() macroGrygorii Strashko1-1/+0
2015-03-27gpio: omap: convert gpio irq functions to use GPIO offsetGrygorii Strashko1-33/+34
2015-03-27gpio: omap: drop 'gpio' param from omap_gpio_init_irq()Grygorii Strashko1-7/+5
2015-03-27gpio: omap: convert debounce functions switch to use gpio offsetGrygorii Strashko1-7/+7
2015-03-27gpio: omap: simplify omap_set_gpio_dataout_x()Grygorii Strashko1-5/+5
2015-03-27gpio: omap: convert omap_gpio_is_input() to use gpio offsetGrygorii Strashko1-6/+4
2015-03-27altera_gpio_probe() can be statickbuild test robot1-1/+1
2015-03-26mfd: tc3589x: Enforce device-tree only modeLinus Walleij2-3/+1
2015-03-26gpio: rcar: Prevent module clock disable when wake-up is enabledGeert Uytterhoeven1-2/+31
2015-03-26gpio: rcar: Add more register documentationGeert Uytterhoeven1-12/+12
2015-03-26gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()Geert Uytterhoeven1-3/+3
2015-03-26gpio/crystalcove: Add additional GPIO for Panel controlShobhit Kumar1-1/+6
2015-03-19gpio: dwapb: enable for QuarkAndy Shevchenko1-2/+1
2015-03-19gpio / ACPI: Use local variable instead of ACPI_HANDLE()Rafael J. Wysocki1-1/+1
2015-03-19gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki1-7/+9
2015-03-19gpiolib: translate pin number in GPIO ACPI callbacksqipeng.zha1-0/+10