summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/gpio
Commit message (Expand)AuthorAgeFilesLines
* devicetree: Move NS2 LEDs binding into LEDs directoryGrant Likely2013-02-071-26/+0
* Power: gpio-poweroff: Fix documentation and gpio_is_validAndrew Lunn2013-01-061-3/+17
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-0/+22
|\
| * power: Add simple poweroff-gpio driverJamie Lentin2012-11-241-0/+22
* | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-0/+26
|\ \ | |/
| * leds: leds-ns2: add device tree bindingSimon Guinot2012-11-211-0/+26
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-112-0/+68
|\ \
| * | gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar2012-12-011-0/+18
| * | gpio: SPEAr: add spi chipselect control driverShiraz Hashim2012-11-181-0/+50
| |/
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-58/+0
|\ \
| * | devicetree/bindings: Move gpio-leds binding into leds directoryGrant Likely2012-12-061-52/+0
| * | Documentation: Move common leds properties description to separate file.Marek Belisko2012-11-211-10/+4
| |/
* | Merge branch 'at91' into develLinus Walleij2012-11-111-0/+5
|\ \
| * | arm: at91: at91sam9x5: fix gpio number per bankJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+5
| |/
* | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+36
|/
* Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-072-0/+78
|\
| * Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-09-221-0/+53
| |\
| | * Documentation: add description of DT binding for the gpio-mvebu driverThomas Petazzoni2012-09-221-0/+53
| * | Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux int...Olof Johansson2012-09-221-0/+25
| |\ \
| | * | hwmon: Add devicetree bindings to gpio-fanJamie Lentin2012-09-221-0/+25
| | |/
* | | Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-023-1/+57
|\ \ \
| * | | gpio: adnp: dt: Reference generic interrupt bindingThierry Reding2012-09-201-0/+4
| * | | gpio: Add Avionic Design N-bit GPIO expander supportThierry Reding2012-09-181-0/+30
| * | | gpio: 74x164: dts: Add documentation for the dt bindingMaxime Ripard2012-09-111-0/+22
| * | | dt: Fix incorrect reference in gpio-led documentationSachin Kamat2012-09-111-1/+1
| | |/ | |/|
* | | Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson2012-09-231-0/+24
|\ \ \ | |_|/ |/| |
| * | arm: vt8500: doc: Add device tree bindings for arch-vt8500 devicesTony Prisk2012-09-211-0/+24
| |/
* | Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2012-09-201-0/+43
|\ \
| * | gpio: samsung: add devicetree init for s3c24xx archesHeiko Stuebner2012-09-071-0/+43
| |/
* | gpio/twl4030: get platform data from device treeFlorian Vaussard2012-09-071-0/+6
|/
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-021-0/+23
|\
| * ARM: Orion: DT support for IRQ and GPIO ControllersAndrew Lunn2012-07-271-0/+23
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-301-0/+49
|\ \
| * | MIPS: Octeon: Add device tree source files.David Daney2012-07-231-0/+49
| |/
* | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-32/+0
|\ \
| * | devicetree: bindings: gpio-i2c belongs to i2c not gpioWolfram Sang2012-07-081-32/+0
| |/
* | Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-262-5/+6
|\ \
| * | gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau2012-07-171-1/+1
| * | gpio: samsung: add flags specifier to device-tree bindingOlof Johansson2012-07-171-4/+5
| |/
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-1/+1
|\ \
| * | LED: Fix missing semicolon in OF documentationMarek Vasut2012-07-061-1/+1
| |/
* | Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Arnd Bergmann2012-07-171-1/+1
|\ \
| * | pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific pref...Lee Jones2012-07-131-1/+1
| |/
* | Merge branch 'imx/dt-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-122-4/+15
|\ \
| * | ARM: dts: imx: update #interrupt-cells for gpio nodesShawn Guo2012-07-071-0/+9
| * | bindings: update imx and mxs #gpio-cellsShawn Guo2012-07-062-4/+6
| |/
* | dt: name all Tegra binding docs consistentlyStephen Warren2012-06-111-0/+0
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-292-0/+80
|\
| * GPIO: MIPS: lantiq: convert gpio-stp-xway to OFJohn Crispin2012-05-211-0/+42
| * GPIO: MIPS: lantiq: convert gpio-mm-lantiq to OF and of_mm_gpioJohn Crispin2012-05-211-0/+38
OpenPOWER on IntegriCloud