summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven2014-03-281-16/+16
* gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman2014-03-281-1/+1
* gpio: unmap gpio irqs properlyLinus Walleij2014-03-282-4/+30
* pch_gpio: set value before enabling output directionDaniel Krueger2014-03-271-3/+5
* gpio: moxart: Actually set output state in moxart_gpio_direction_output()Axel Lin2014-03-271-0/+1
* gpio: moxart: Avoid forward declarationAxel Lin2014-03-271-20/+19
* gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut2014-03-271-1/+2
* gpio: samsung: Add missing "break" statementAlexander Shiyan2014-03-271-0/+1
* gpio: twl4030: Remove redundant assignmentAlexander Shiyan2014-03-271-3/+3
* gpio: dwapb: correct gpio-cells in binding documentSebastian Andrzej Siewior2014-03-261-2/+2
* gpio: iop: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz2014-03-261-0/+2
* pinctrl: coh901: convert driver to use gpiolib irqchipLinus Walleij2014-03-262-151/+54
* pinctrl: nomadik: convert driver to use gpiolib irqchipLinus Walleij2014-03-262-90/+36
* gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij2014-03-262-62/+19
* gpio: add IRQ chip helpers in gpiolibLinus Walleij2014-03-263-0/+220
* pinctrl: nomadik: factor in platform data containerLinus Walleij2014-03-251-30/+9
* pinctrl: nomadik: rename secondary to latentLinus Walleij2014-03-251-14/+14
* gpio: Driver for SYSCON-based GPIOsAlexander Shiyan2014-03-184-0/+215
* gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan2014-03-181-7/+9
* pinctrl: coh901: move irq line locking to resource callbacksLinus Walleij2014-03-181-5/+23
* gpio: switch drivers to use new callbackLinus Walleij2014-03-1813-81/+97
* gpio: gpio-dwapb size-cells should be twoAlan Tull2014-03-141-1/+4
* gpio / ACPI: Add support for ACPI GPIO operation regionsMika Westerberg2014-03-141-0/+163
* Merge branch 'irq/for-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Walleij2014-03-142-1/+33
|\
| * genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-122-1/+33
* | Merge tag 'v3.14-rc6' into develLinus Walleij2014-03-141429-8922/+17373
|\|
| * Linux 3.14-rc6v3.14-rc6Linus Torvalds2014-03-101-1/+1
| * Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-03-1019-53/+146
| |\
| | * Merge tag 'omap-for-v3.14/fixes-dt-rc4' of git://git.kernel.org/pub/scm/linux...Olof Johansson2014-03-093-3/+3
| | |\
| | | * ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid proble...Marek Belisko2014-03-021-1/+1
| | | * ARM: dts: omap3-igep: fix boot fail due wrong compatible matchJavier Martinez Canillas2014-02-282-2/+2
| | * | Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/...Olof Johansson2014-03-09352-2153/+3378
| | |\ \
| | | * | pinctrl: Rename Broadcom Capri pinctrl bindingSherman Yin2014-02-251-4/+4
| | | * | pinctrl: refer to updated dt binding string.Christian Daudt2014-02-251-1/+1
| | | * | Update dtsi with new pinctrl compatible stringSherman Yin2014-02-251-1/+1
| | * | | Merge tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux into fixesOlof Johansson2014-03-094-9/+9
| | |\ \ \
| | | * | | ARM: sunxi: dt: Change the touchscreen compatiblesMaxime Ripard2014-02-074-4/+4
| | | * | | ARM: sun7i: dt: Fix interrupt trigger typesMaxime Ripard2014-02-071-5/+5
| | * | | | ARM: tegra: add LED options back into tegra_defconfigStephen Warren2014-02-281-0/+3
| | * | | | Merge tag 'omap-for-v3.14/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2014-02-288-35/+125
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | ARM: OMAP3: Fix pinctrl interrupts for core2Tony Lindgren2014-02-281-0/+1
| | | * | | ARM: OMAP: Kill warning in CPUIDLE code with !CONFIG_SMPSantosh Shilimkar2014-02-221-3/+5
| | | * | | ARM: OMAP2+: Add support for thumb mode on DT booted N900Sebastian Reichel2014-02-221-1/+19
| | | * | | Merge tag 'for-v3.14-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren2014-02-226-31/+100
| | | |\ \ \
| | | | * | | ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENTTomi Valkeinen2014-02-193-15/+83
| | | | * | | ARM: OMAP4: hwmod: Fix SOFTRESET logic for OMAP4Illia Smyrnov2014-02-191-9/+11
| | | | * | | ARM: DRA7: hwmod data: correct the sysc data for spinlockSuman Anna2014-02-191-5/+4
| | | | * | | ARM: OMAP5: PRM: Fix reboot handlingVaibhav Bedia2014-02-191-2/+2
| | | | |/ /
| * | | | | Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-03-106-31/+37
| |\ \ \ \ \
| | * | | | | SUNRPC: Fix oops when trace sunrpc_task events in nfs clientDitang Chen2014-03-081-2/+2