summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2015-01-15gpio: tz1090: Use resource_size to fix off-by-oneAxel Lin
2015-01-15gpio: drop owner assignment from platform_driversWolfram Sang
2015-01-15gpio: sx150x: Fix comparing wrong value with chip->irq_maskedAxel Lin
2015-01-15gpio: grgpio: off by one in grgpio_to_irq()Dan Carpenter
2015-01-15gpio: tc3589x: get rid of platform dataLinus Walleij
2015-01-15gpio: vx855: Switch to use managed resources APIsAxel Lin
2015-01-15gpio/xilinx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado
2015-01-15gpio/xilinx: Create a single gpio chip on dual coresRicardo Ribalda Delgado
2015-01-15gpio/xilinx: Fix kernel-docRicardo Ribalda Delgado
2015-01-15gpio/xilinx: Add support for X86 ArchRicardo Ribalda Delgado
2015-01-15gpio/xilinx: Convert the driver to platform device interfaceRicardo Ribalda Delgado
2015-01-15gpio/xilinx: Remove offset propertyRicardo Ribalda Delgado
2015-01-15gpio: sch: Add support for Intel Quark X1000 SoCChang Rebecca Swee Fun
2015-01-15gpio: sx150x: add support for sx1506 gpio expander deviceWei Chen
2015-01-15gpio: sx150x: move to irqdomain framework for sx150x driverWei Chen
2015-01-15gpio: sysfs: fix gpio attribute-creation raceJohan Hovold
2015-01-15gpio: sysfs: fix gpio device-attribute leakJohan Hovold
2015-01-15gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold
2015-01-14gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold
2015-01-14gpio: fix memory leak and sleep-while-atomicJohan Hovold
2015-01-14gpio: clean up gpiochip_add error handlingJohan Hovold
2015-01-14gpio: fix gpio-chip list corruptionJohan Hovold
2015-01-14gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold
2015-01-14gpio: crystalcove: use handle_nested_irqAaron Lu
2015-01-09gpio: moxart: convert to use basic mmio gpio libraryKamlakant Patel
2015-01-09gpio: dln2: use bus_sync_unlock instead of scheduling workOctavian Purdila
2015-01-08gpio: grgpio: Avoid potential NULL pointer dereferenceAxel Lin
2015-01-07gpio: dln2: Fix gpio output value in dln2_gpio_direction_output()Axel Lin
2015-01-07gpio: dln2: fix issue when an IRQ is unmasked then enabledOctavian Purdila
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-12gpio: mcp23s08: fix up compilation errorLinus Walleij
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-04gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki
2014-12-03gpio: pl061: hook request if gpio-ranges avaiableYunlei He
2014-12-03gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein
2014-12-02gpio: fix deferred probe detection for legacy APIAlexandre Courbot
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot
2014-11-28gpio: remove gpio_descs global arrayAlexandre Courbot
2014-11-28gpio: mxs: implement get_direction callbackJanusz Uzycki
2014-11-28gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven
2014-11-27gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein
2014-11-27gpio: mcp23s08: request a shared interruptAlexander Stein