public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem
@ 2015-11-14  5:59 Thomas Chou
  2015-11-14  5:59 ` [U-Boot] [PATCH 01/10] altera_jtag_uart: " Thomas Chou
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Thomas Chou @ 2015-11-14  5:59 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-11-18 13:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-14  5:59 [U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 01/10] altera_jtag_uart: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 02/10] altera_uart: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 03/10] altera_timer: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 04/10] altera_spi: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 05/10] altera_sysid: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 06/10] altera_tse: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 07/10] altera_qspi: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 08/10] altera_pio: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 09/10] nios2: dma-mapping.h: " Thomas Chou
2015-11-14  5:59 ` [U-Boot] [PATCH 10/10] nios2: zap ioremap Thomas Chou
2015-11-14  6:31 ` [U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem Marek Vasut
2015-11-18 13:22 ` Thomas Chou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox