summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij47-53/+53
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot1-2/+3
2013-12-04gpio: MOXA ART: rename moxart_gpio_base to baseJonas Jensen1-14/+10
2013-12-03gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han6-6/+6
2013-12-03gpio: Add MOXA ART GPIO driverJonas Jensen3-0/+170
2013-12-03gpio: rcar: Support both edge trigger with DTLaurent Pinchart1-13/+43
2013-12-03gpio-lynxpoint: Allow building as a moduleJean Delvare2-1/+12
2013-12-03ARM: lpc32xx: move custom GPIO headerLinus Walleij1-1/+1
2013-12-03gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij4-10/+7
2013-11-25gpio: em: Enable mask on suspendMagnus Damm1-1/+1
2013-11-25gpio: em: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio: em: Setup gpiochip->devMagnus Damm1-0/+1
2013-11-25gpio: rcar: Enable mask on suspendMagnus Damm1-1/+2
2013-11-25gpio: rcar: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio/omap: raw read and write endian fixVictor Kamensky1-94/+94
2013-11-25gpio/lynxpoint: add new ACPI IDMika Westerberg1-0/+1
2013-11-15ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-0/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds32-925/+2290
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-8/+435
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-27/+7
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-42/+91
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2-61/+104
2013-11-06gpio: gpio-mxs: Remove unneeded dt checksFabio Estevam1-23/+9
2013-11-06gpio: pl061: don't depend on CONFIG_ARMRob Herring1-1/+1
2013-10-30gpio: tb10x: fix return value check in tb10x_gpio_probe()Wei Yongjun1-4/+2
2013-10-30gpio: tb10x: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-10-30gpio: bcm-kona: add missing .owner to struct gpio_chipWei Yongjun1-0/+1
2013-10-30gpiolib: devres: add missing headersAlexandre Courbot1-0/+2
2013-10-30gpiolib: make GPIO_DEVRES depend on GPIOLIBAlexandre Courbot1-4/+4
2013-10-29ARM: 7841/1: sa1100: remove complex GPIO interfaceLinus Walleij1-1/+1
2013-10-29Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson1-57/+101
2013-10-28Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-4/+4
2013-10-26gpio: add TB10x GPIO driverChristian Ruppert3-0/+346
2013-10-23gpiolib: devres: fix devm_gpiod_get_index()Alexandre Courbot1-1/+1
2013-10-20gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg2-1/+13
2013-10-20gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg1-0/+10
2013-10-20gpiolib / ACPI: convert to gpiod interfacesMika Westerberg1-26/+25
2013-10-20gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2-0/+286
2013-10-20gpiolib: port of_ functions to use gpiodAlexandre Courbot1-11/+17
2013-10-20gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot1-198/+224
2013-10-20Merge tag 'v3.12-rc6' into develLinus Walleij2-4/+7
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman4-65/+111
2013-10-18gpio: bcm281xx: Don't print addresses of GPIO area in probe()Markus Mayer1-2/+1
2013-10-17gpio: tegra: use new gpio_lock_as_irq() APIStephen Warren1-0/+18
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2-8/+102
2013-10-16gpio: rcar: Include linux/of.h headerSachin Kamat1-0/+1