summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | gpio: lynxpoint: lock IRQs when starting themLinus Walleij2013-12-041-0/+22
| | * | | | gpio: intel-mid: lock IRQs when starting themLinus Walleij2013-12-041-0/+23
| | * | | | gpio: em: lock IRQs when starting themLinus Walleij2013-12-041-0/+24
| | * | | | gpio: bcm-kona: lock IRQs when starting themLinus Walleij2013-12-041-0/+22
| | * | | | gpio: lock adnp IRQs when enabling themLinus Walleij2013-12-041-0/+23
| * | | | | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-0447-53/+53
| * | | | | gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot2013-12-041-2/+3
| * | | | | gpio: MOXA ART: rename moxart_gpio_base to baseJonas Jensen2013-12-041-14/+10
| * | | | | gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-036-6/+6
| * | | | | gpio: Add MOXA ART GPIO driverJonas Jensen2013-12-033-0/+170
| * | | | | gpio: rcar: Support both edge trigger with DTLaurent Pinchart2013-12-031-13/+43
| * | | | | gpio-lynxpoint: Allow building as a moduleJean Delvare2013-12-032-1/+12
| * | | | | ARM: lpc32xx: move custom GPIO headerLinus Walleij2013-12-031-1/+1
| * | | | | gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij2013-12-034-10/+7
| * | | | | gpio: em: Enable mask on suspendMagnus Damm2013-11-251-1/+1
| * | | | | gpio: em: Use lazy disableMagnus Damm2013-11-251-2/+0
| * | | | | gpio: em: Setup gpiochip->devMagnus Damm2013-11-251-0/+1
| * | | | | gpio: rcar: Enable mask on suspendMagnus Damm2013-11-251-1/+2
| * | | | | gpio: rcar: Use lazy disableMagnus Damm2013-11-251-2/+0
| * | | | | gpio/omap: raw read and write endian fixVictor Kamensky2013-11-251-94/+94
| * | | | | gpio/lynxpoint: add new ACPI IDMika Westerberg2013-11-251-0/+1
| |/ / / /
* | | | | Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-244-7/+19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'gpio-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-12-173-6/+16
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gpio: rcar: Fix level interrupt handlingValentine Barshak2013-12-121-1/+2
| | * | | gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd2013-12-121-2/+2
| | * | | gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros2013-12-101-3/+12
| | | |/ | | |/|
| * | | Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel....Kevin Hilman2013-12-099-42/+64
| |\ \ \ | | |/ /
| * | | Merge tag 'davinci-fixes-for-v3.13-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-12-041-1/+3
| |\ \ \
| | * | | gpio: davinci: fix check for unbanked gpioLad, Prabhakar2013-11-211-1/+3
| | | |/ | | |/|
* | | | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-111-2/+2
| |_|/ |/| |
* | | gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus2013-12-031-1/+1
* | | powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang2013-12-031-2/+6
* | | gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot2013-12-031-3/+13
* | | gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot2013-12-031-1/+1
* | | Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-288-35/+43
|\ \ \ | |/ / |/| |
| * | gpio: bcm281xx: Fix return value of bcm_kona_gpio_get()Markus Mayer2013-11-271-1/+1
| * | gpio: pl061: move irqdomain initializationLinus Walleij2013-11-271-5/+5
| * | gpio: ucb1400: Add MODULE_ALIASAxel Lin2013-11-251-0/+1
| * | gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot2013-11-251-1/+2
| * | gpio: fix memory leak in error pathMichal Nazarewicz2013-11-251-1/+3
| * | gpio: rcar: NULL dereference on error in probe()Dan Carpenter2013-11-251-1/+1
| * | gpio: msm: make msm_gpio.summary_irq signed for error handlingDan Carpenter2013-11-251-1/+1
| * | gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter2013-11-251-1/+1
| * | gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot2013-11-251-7/+15
| * | gpiolib: fix find_chip_by_name()Alexandre Courbot2013-11-251-17/+12
| * | gpio: tb10x: Set output value before setting direction to outputAxel Lin2013-11-251-0/+1
| |/
* | Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson2013-11-251-4/+9
|\ \ | |/ |/|
| * gpio: twl4030: Fix passing of pdata in the device tree caseTony Lindgren2013-11-181-2/+6
| * gpio: twl4030: Fix regression for twl gpio outputTony Lindgren2013-11-181-2/+3
* | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-0/+1
OpenPOWER on IntegriCloud