
On Saturday, November 14, 2015 at 06:59:21 AM, Thomas Chou wrote:
Change ioremap() to map_physmem(,,MAP_NOCACHE), as it is more used in u-boot. There are no other archs use ioremap(), except nios2.
Thomas Chou (10): altera_jtag_uart: change ioremap to map_physmem altera_uart: change ioremap to map_physmem altera_timer: change ioremap to map_physmem altera_spi: change ioremap to map_physmem altera_sysid: change ioremap to map_physmem altera_tse: change ioremap to map_physmem altera_qspi: change ioremap to map_physmem altera_pio: change ioremap to map_physmem nios2: dma-mapping.h: change ioremap to map_physmem nios2: zap ioremap
arch/nios2/include/asm/dma-mapping.h | 2 +- arch/nios2/include/asm/io.h | 6 ------ drivers/gpio/altera_pio.c | 5 +++-- drivers/misc/altera_sysid.c | 5 +++-- drivers/mtd/altera_qspi.c | 2 +- drivers/net/altera_tse.c | 2 +- drivers/serial/altera_jtag_uart.c | 5 +++-- drivers/serial/altera_uart.c | 5 +++-- drivers/spi/altera_spi.c | 5 +++-- drivers/timer/altera_timer.c | 5 +++-- 10 files changed, 21 insertions(+), 21 deletions(-)
Quickly
Reviewed-by: Marek Vasut marex@denx.de
Best regards, Marek Vasut