summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/mx31_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* Use common function to set GPIOs for MX3 and MX5Stefano Babic2010-09-291-88/+0
| | | | | | | | | The patch adds support for setting gpios to the MX51 processor and change name to the corresponding functions for MX31. In this way, it is possible to get rid of nasty #ifdef switches related to the processor type. Signed-off-by: Stefano Babic <sbabic@denx.de>
* MX31: add accessor function to get a gpioStefano Babic2010-04-301-0/+15
| | | | | | The patch adds an accessor function to get the value of a gpio. Signed-off-by: Stefano Babic <sbabic@denx.de>
* i.MX31: add a simple gpio driverGuennadi Liakhovetski2009-02-241-0/+73
This is a minimal driver, so far only managing output. It will be used by the mxc_spi.c driver. Signed-off-by: Guennadi Liakhovetski <lg@denx.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>