All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem
Date: Sat, 14 Nov 2015 07:31:08 +0100	[thread overview]
Message-ID: <201511140731.08254.marex@denx.de> (raw)
In-Reply-To: <1447480771-27514-1-git-send-email-thomas@wytron.com.tw>

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

  parent reply	other threads:[~2015-11-14  6:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Marek Vasut [this message]
2015-11-18 13:22 ` [U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem Thomas Chou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201511140731.08254.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.