summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2015-05-12drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg
2015-05-11gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy
2015-05-11gpio: moxart: get value of output gpio from generic driverVladimir Zapolskiy
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy
2015-05-06gpio: xlp: GPIO controller for Netlogic XLP SoCsKamlakant Patel
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren
2015-05-06gpio: max732x: Fix irq-events handlerSemen Protsenko
2015-05-06gpio: max732x: Add IRQF_SHARED to irq flagsSemen Protsenko
2015-05-05gpio: add lpc18xx gpio driverJoachim Eastwood
2015-05-04gpio: max732x: Propagate wake-up setting to parent irq controllerSemen Protsenko
2015-04-27gpio: bcm-kona: Implement get_direction callbackAxel Lin
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-14Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki
2015-04-10Revert "gpio: sch: use uapi/linux/pci_ids.h directly"Linus Walleij
2015-04-09gpio: dwapb: remove dependenciesLinus Walleij
2015-04-08gpio: dwapb: enable for ARCVineet Gupta
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram
2015-04-08gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT
2015-04-08gpio: split GPIO drivers in submenusLinus Walleij
2015-04-08gpio: move MFD GPIO drivers under their own commentLinus Walleij
2015-04-08gpio: move BCM Kona Kconfig optionLinus Walleij
2015-04-08gpio: arrange SPI Kconfig symbols alphabeticallyLinus Walleij
2015-04-08gpio: arrange PCI GPIO controllers alphabeticallyLinus Walleij
2015-04-08gpio: arrange I2C Kconfig symbols alphabeticallyLinus Walleij
2015-04-08gpio: arrange Kconfig symbols alphabeticallyLinus Walleij
2015-04-08gpio: ich: Implement get_direction functionAaron Sierra
2015-04-08gpio: use (!foo) instead of (foo == NULL)Varka Bhadram
2015-04-08gpio: arizona: drop owner assignment from platform_driversVarka Bhadram
2015-04-08gpio: max7300: remove 'ret' variableVarka Bhadram
2015-04-08gpio: use devm_kzallocVarka Bhadram
2015-04-08gpio: sch: use uapi/linux/pci_ids.h directlyMichael S. Tsirkin
2015-04-08gpio: x-gene: fix devm_ioremap_resource() checkVladimir Zapolskiy
2015-04-08gpio: loongson: Add Loongson-3A/3B GPIO driver supportHuacai Chen
2015-04-07MIPS: Move Loongson GPIO driver to drivers/gpioHuacai Chen
2015-03-27gpio: Remove gpio-msm-v1 driverStephen Boyd
2015-03-27gpio: gpio-tb10x: remove incorrect __exit markupDmitry Torokhov
2015-03-27gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko
2015-03-27gpio: omap: get rid of GPIO_INDEX() macroGrygorii Strashko
2015-03-27gpio: omap: get rid of omap_irq_to_gpio()Grygorii Strashko
2015-03-27gpio: omap: get rid of GPIO_BIT() macroGrygorii Strashko
2015-03-27gpio: omap: convert gpio irq functions to use GPIO offsetGrygorii Strashko
2015-03-27gpio: omap: drop 'gpio' param from omap_gpio_init_irq()Grygorii Strashko
2015-03-27gpio: omap: convert debounce functions switch to use gpio offsetGrygorii Strashko
2015-03-27gpio: omap: simplify omap_set_gpio_dataout_x()Grygorii Strashko
2015-03-27gpio: omap: convert omap_gpio_is_input() to use gpio offsetGrygorii Strashko
2015-03-27altera_gpio_probe() can be statickbuild test robot