]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC512x: use I/O accessors instead of pointer accesses
authorWolfgang Denk <wd@denx.de>
Sat, 16 May 2009 08:47:43 +0000 (10:47 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:47:16 +0000 (20:47 +0200)
commit843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
tree8fef341b4b1a8a234f881444c237c243098e372d
parent19dc7e179268be148e550c36203208c662610d76
MPC512x: use I/O accessors instead of pointer accesses

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>
board/freescale/mpc5121ads/mpc5121ads.c
cpu/mpc512x/cpu_init.c
cpu/mpc512x/i2c.c
cpu/mpc512x/ide.c
cpu/mpc512x/iopin.c
cpu/mpc512x/pci.c
cpu/mpc512x/serial.c
cpu/mpc512x/speed.c
drivers/net/mpc512x_fec.c