public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/27] arc: Use asm-generic/io.h
Date: Mon, 3 Oct 2016 09:13:18 +0000	[thread overview]
Message-ID: <1475485980.4981.2.camel@synopsys.com> (raw)
In-Reply-To: <20161001141931.32354-3-paul.burton@imgtec.com>

Hi Paul,

On Sat, 2016-10-01 at 15:19 +0100, Paul Burton wrote:
> Convert the arc architecture to make use of the new asm-generic/io.h to
> provide address mapping functions. As the generic implementations are
> suitable for arc this is primarily a matter of removing code.
> 
> Feedback from architecture maintainers is welcome.
> 
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> Cc: Alexey Brodkin <alexey.brodkin@synopsys.com>
> ---

This is a very welcome patch really!
I've been thinking about it since the submission of ARC port
but was so lazy to do all that hard work.

So thanks for doing that and

Acked-by: Alexey Brodkin <abrodkin@synopsys.com>

  reply	other threads:[~2016-10-03  9:13 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-01 14:19 [U-Boot] [PATCH 00/27] Clean up address mapping functions & CONFIG_SYS_SDRAM_BASE Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 01/27] Provide a generic io.h & address mapping functions Paul Burton
2016-10-02  6:49   ` Angelo Dureghello
2016-10-03 21:49   ` Simon Glass
2016-11-17 15:32     ` Paul Burton
2016-11-19 13:47       ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 02/27] arc: Use asm-generic/io.h Paul Burton
2016-10-03  9:13   ` Alexey Brodkin [this message]
2016-10-01 14:19 ` [U-Boot] [PATCH 03/27] arm: " Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 04/27] blackfin: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 05/27] m68k: " Paul Burton
2016-10-02  6:36   ` Angelo Dureghello
2016-10-01 14:19 ` [U-Boot] [PATCH 06/27] microblaze: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 07/27] nds32: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 08/27] openrisc: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 09/27] sh: " Paul Burton
2016-11-24  1:49   ` Vladimir Zapolskiy
2016-11-27 21:17   ` Vladimir Zapolskiy
2016-10-01 14:19 ` [U-Boot] [PATCH 10/27] sparc: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 11/27] x86: " Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 12/27] xtensa: " Paul Burton
2016-10-03 18:22   ` Max Filippov
2016-10-01 14:19 ` [U-Boot] [PATCH 13/27] mips: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 14/27] mips: Fix map_physmem for cached mappings Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 15/27] nios2: Use asm-generic/io.h Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 16/27] powerpc: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 17/27] sandbox: " Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-13 16:16   ` [U-Boot] [U-Boot,17/27] " Tom Rini
2016-10-01 14:19 ` [U-Boot] [PATCH 18/27] board_f: Account for CONFIG_SYS_SDRAM_BASE being physical Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 19/27] image: " Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 20/27] image: Use ram_top, not bi_memsize, in getenv_bootm_size Paul Burton
2016-10-03 21:49   ` Simon Glass
2016-10-01 14:19 ` [U-Boot] [PATCH 21/27] mips: Use ram_top, not bi_memsize, in arch_lmb_reserve Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 22/27] mips: Ensure stack is at a virtual address Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 23/27] boston: Provide physical CONFIG_SYS_SDRAM_BASE Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 24/27] malta: Use a " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 25/27] xilfpga: " Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 26/27] mips: Use a physical CONFIG_SYS_SDRAM_BASE for remaining boards Paul Burton
2016-10-01 14:19 ` [U-Boot] [PATCH 27/27] mips: Remove virt_to_phys call on bi_memstart Paul Burton
2016-10-02 13:46 ` [U-Boot] [PATCH 00/27] Clean up address mapping functions & CONFIG_SYS_SDRAM_BASE Masahiro Yamada
2016-10-03 10:41   ` Paul Burton

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=1475485980.4981.2.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox