]> git.karo-electronics.de Git - linux-beck.git/commit
spi/bcm63xx: replace custom io accessors with standard ones
authorJonas Gorski <jogo@openwrt.org>
Thu, 10 Sep 2015 14:11:42 +0000 (16:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 14 Sep 2015 18:48:16 +0000 (19:48 +0100)
commit158fcc4e050a75b609bbef1007cf7bf2a01ca043
tree081ef46ba4c06d9a63a9e8dda8fed7d8808dfd1f
parenta45fcea5b20f1dcc2abb08aa29ecb2feacae60f2
spi/bcm63xx: replace custom io accessors with standard ones

Replace all bcm_read* with (io)read. Due to this block following
system endianness, make sure we match that.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx.c