[U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem
Thomas Chou
thomas at wytron.com.tw
Wed Nov 18 14:22:32 CET 2015
On 2015年11月14日 13:59, 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(-)
>
Applied to u-boot-nios.
More information about the U-Boot
mailing list