]> git.sur5r.net Git - u-boot/commit
altera_pio: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 03:26:51 +0000 (11:26 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit079bfc5db419337f800996f8a49fc4039392dda2
treecd2d1e7bc5e24239ac835acf9c956db9bac03584
parent8ed38fa50c2a40851f6201bd795666a850617eb9
altera_pio: change ioremap to map_physmem

Change ioremap() to map_physmem(), as it is more used in u-boot.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/gpio/altera_pio.c