]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
IMX: uniform GPIO interface using GPIO framework
authorStefano Babic <sbabic@denx.de>
Sun, 21 Aug 2011 08:45:44 +0000 (10:45 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:11 +0000 (11:36 +0200)
commitd8e0ca851b91b8ac16c648d437f668997b606e6b
treeea8f4cdfb6613d0219ad9a68baea4320b6b037ff
parent7acec2594840b2602054c5a9d1e14792837fd9db
IMX: uniform GPIO interface using GPIO framework

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>
drivers/gpio/mxc_gpio.c
drivers/spi/mxc_spi.c
include/mxc_gpio.h [deleted file]