summaryrefslogtreecommitdiffstats
path: root/drivers/spi/mxc_spi.c
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-01-31 07:52:01 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-27 21:19:23 +0100
commit4b3a30e9ae304f1350d7dc17b3e0d2ef90e2b668 (patch)
treed2d1dfa71b8c51956867079fd0cf8f59f1b29ce7 /drivers/spi/mxc_spi.c
parent63b1e004f50bfd80d2470b55978da2e946f71bf2 (diff)
downloadtalos-obmc-uboot-4b3a30e9ae304f1350d7dc17b3e0d2ef90e2b668.tar.gz
talos-obmc-uboot-4b3a30e9ae304f1350d7dc17b3e0d2ef90e2b668.zip
mx6q: define GPIO macros for translating between ordinals and port:index
The interface to the mxc_gpio driver uses integer (ordinal) values to refer to all GPIOs on the i.MX processors. The registers themselves and much of the i.MX documentation are banked in groups of 32, and these macros allow the use of the port:index numbering for clarity. GPIO_NUMBER() converts to ordinal value from port:index GPIO_PORT() returns the port of an ordinal value GPIO_INDEX() returns the index or offset of the ordinal. Discussion on the mailing list at http://lists.denx.de/pipermail/u-boot/2012-January/116927.html Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'drivers/spi/mxc_spi.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud