]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx31: provide readable WEIM CS accessor
authorHelmut Raiger <helmut.raiger@hale.at>
Thu, 29 Sep 2011 05:45:03 +0000 (05:45 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:30 +0000 (21:56 +0200)
commit47c5455a489c8e558ecb002a3a97a030ce490f9e
treea0ecca9a95071e6a963ed4d4abedfa5bf8e7745b
parent43883dc3e50e224ea68031bf34b766544311bf60
mx31: provide readable WEIM CS accessor

setup_weimcs() and some macros are added to support the setup
for i.MX31 WEIM chip selects. As a compromise between verbosity
and readability an ASCII-art'ish bit comment is used instead of
bitfields.
All i.MX31 boards have been patched to use this approach using a
helper program to verify the changes.

Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/arm1136/mx31/generic.c
arch/arm/include/asm/arch-mx31/imx-regs.h
arch/arm/include/asm/arch-mx31/sys_proto.h [new file with mode: 0644]
board/davedenx/qong/qong.c
board/freescale/mx31ads/mx31ads.c
board/freescale/mx31pdk/mx31pdk.c
board/imx31_phycore/imx31_phycore.c
board/logicpd/imx31_litekit/imx31_litekit.c