[U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem

Marek Vasut marex at denx.de
Sat Nov 14 07:31:08 CET 2015


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 at denx.de>

Best regards,
Marek Vasut


More information about the U-Boot mailing list