summaryrefslogtreecommitdiffstats
path: root/include/mxc_gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* IMX: uniform GPIO interface using GPIO frameworkStefano Babic2011-09-041-57/+0
| | | | | | | | | IMX processors has a slightly different interface to access GPIOs and do not make use of the provided GPIO framework. The patch substitutes mxc_ specific functions and make use of the API in asm/gpio.h Signed-off-by: Stefano Babic <sbabic@denx.de>
* imx: Make imx25 compatible to mxc_gpio driver and fix in tx25Matthias Weisser2011-07-141-0/+5
| | | | | | | Adding support for mxc_gpio driver for imx25 and fix names of registers in tx25 board. Signed-off-by: Matthias Weisser <weisserm@arcor.de>
* Use common function to set GPIOs for MX3 and MX5Stefano Babic2010-09-291-0/+52
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>
OpenPOWER on IntegriCloud