spi: mpc8xxx: Use IO accessors
authorMario Six <mario.six@gdsys.cc>
Sun, 28 Apr 2019 20:28:42 +0000 (01:58 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 10 Jun 2019 12:29:48 +0000 (17:59 +0530)
commit1a907e41dc194f0887ff4de76c61d5d6f4465d0e
tree86f184429d5b5b3d98044ff905c6ccfd4b0d938c
parent6ea9395bf7af26b7b84c9668b46d0c66946bbde3
spi: mpc8xxx: Use IO accessors

Accesses to the register map are currently done by directly reading and
writing the structure.

Switch to the appropriate IO accessors instead.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/mpc8xxx_spi.c