summaryrefslogtreecommitdiffstats
path: root/cpu/mpc512x/iopin.c
Commit message (Collapse)AuthorAgeFilesLines
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-131-49/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* MPC512x: use I/O accessors instead of pointer accessesWolfgang Denk2009-06-121-3/+3
| | | | | | | | This commit changes the MPC512x code to use I/O accessor calls (i.e. out_*() and in_*()) instead of using deprecated pointer accesses. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com>
* MPC512x: add more hardware description to immap_512x.hWolfgang Denk2009-06-121-3/+3
| | | | | | | | | | | | | - add GPIO module description - add Address Latch Timing Register description - add IO Control Memory Map - add FEC Memory Map Also change board/freescale/mpc5121ads/mpc5121ads.c and cpu/mpc512x/iopin.c as needed. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ads5121: fix compiler warnings (unused variables)Wolfgang Denk2008-08-121-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* mpc5121: Move iopin features from board specific to common files.Kenneth Johansson2008-08-051-0/+49
And in the process eliminate some duplicate register defines. Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
OpenPOWER on IntegriCloud