summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* ARM: MXS: Make gpio a driverSascha Hauer2015-01-283-0/+190
* gpio: clps711x: Add missing includeSascha Hauer2014-11-271-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-167-13/+23
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-2/+3
* resource: Let dev_get_resource_by_name return an error pointerSascha Hauer2014-09-161-3/+4
* Merge branch 'for-next/i2c'Sascha Hauer2014-08-073-0/+502
|\
| * gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O exp...Antony Pavlov2014-07-143-0/+502
* | gpio: add driver for Canon DIGICAntony Pavlov2014-07-293-0/+185
|/
* gpio: add jz4740-gpio driver for Ingenic MIPS SoCsAntony Pavlov2014-06-273-0/+147
* gpio: add Malta CBUS FPGA I2C driverAntony Pavlov2014-06-243-0/+197
* commands: rename "gpiolib" -> "gpioinfo"Holger Schurig2014-05-151-5/+3
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-7/+1
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Merge branch 'for-next/tegra'Sascha Hauer2014-05-051-13/+7
|\
| * gpio: tegra: add Tegra3 setupLucas Stach2014-04-231-0/+9
| * gpio: tegra: remove dead codeLucas Stach2014-04-231-15/+0
* | Merge branch 'for-next/ioresource'Sascha Hauer2014-05-051-2/+2
|\ \
| * | common: Allow for I/O mapped I/OMichel Stam2014-04-081-2/+2
| |/
* / GPIO: i.MX: Implement get_direction()Alexander Shiyan2014-04-081-0/+10
|/
* gpio: add driver for TI DaVinci SoCsAntony Pavlov2014-03-183-0/+219
* Merge branch 'for-next/gpio'Sascha Hauer2014-02-031-7/+19
|\
| * gpiolib: gpiolib command: show label only for requested pinsAntony Pavlov2014-01-101-1/+1
| * gpiolib: gpio_free: clear gpio's "label" field tooAntony Pavlov2014-01-101-0/+1
| * gpiolib: gpio_request(): print message on errorAntony Pavlov2014-01-101-6/+17
* | gpio: clps711x: Update driverAlexander Shiyan2014-01-241-14/+25
|/
* Merge branch 'for-next/tegra'Sascha Hauer2013-12-061-2/+0
|\
| * gpio: tegra: remove leftover debug codeLucas Stach2013-12-041-2/+0
* | Merge branch 'for-next/omap-drivers'Sascha Hauer2013-12-063-0/+197
|\ \
| * | gpio: omap: Add devicetree probe supportSascha Hauer2013-11-271-1/+38
| * | gpio: omap: move to drivers/gpio/Sascha Hauer2013-11-273-0/+160
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-12-061-0/+1
|\ \
| * | treewide: Add missing includesSascha Hauer2013-11-081-0/+1
| |/
* | gpiolib: import gpio_request_array() from linux 3.7Antony Pavlov2013-11-221-0/+66
* | gpio: unify gpio direction macros names with Linux kernelAntony Pavlov2013-11-222-2/+2
* | gpio: dw: add get_direction callbackSebastian Hesselbarth2013-11-111-0/+9
* | gpiolib: make gpiolib command more verboseSebastian Hesselbarth2013-11-111-3/+21
|/
* gpio: Add designware gpio controller supportSascha Hauer2013-09-103-0/+166
* GPIO: add Marvell Orion/MVEBU SoC GPIO driverSebastian Hesselbarth2013-07-053-0/+141
* gpio: i.MX: initialize earlierSascha Hauer2013-06-181-1/+1
* GPIO: Add gpio_to_desc helperAlexander Shiyan2013-05-171-44/+51
* Merge branch 'for-next/tegra'Sascha Hauer2013-05-063-0/+222
|\
| * tegra: add GPIO controller driverLucas Stach2013-04-143-0/+222
* | ARM: i.MX: Move GPIO driver to drivers/gpioAlexander Shiyan2013-04-223-0/+211
* | GPIO: Rename "drivers/gpio.c" to "drivers/gpiolib.c"Alexander Shiyan2013-04-222-1/+2
|/
* Merge branch 'for-next/malloc-all-initcalls'Sascha Hauer2013-04-041-1/+10
|\
| * gpio: allocate gpio_desc table dynamicallySascha Hauer2013-03-141-1/+10
* | ARM: clps711x: Add GPIO driverAlexander Shiyan2013-03-113-0/+78
* | Add Generic GPIO driverAlexander Shiyan2013-03-114-2/+446
|/
* mfd: Using MFD_xx prefix for symbolsAlexander Shiyan2013-02-181-1/+1
* gpiolib: add command to dump the current gpio statusJean-Christophe PLAGNIOL-VILLARD2012-12-221-0/+37