All of lore.kernel.org
 help / color / mirror / Atom feed
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: cleanup/soc for 3.20 #4
Date: Thu, 29 Jan 2015 14:02:56 -0800	[thread overview]
Message-ID: <20150129220256.GG20785@quad.lixom.net> (raw)
In-Reply-To: <1422532272-32055-1-git-send-email-nicolas.ferre@atmel.com>

On Thu, Jan 29, 2015 at 12:51:12PM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one.
> It collects some more cleanup material and simplifies the AT91 boot code. Only
> some little details remain before having a classical DT boot (without additional
> mapping of registers for instance). This part will be addressed in 3.21.
> 
> The switch to multi-platform is not included as it needs some patches in ASoC,
> ata and arm-soc/next/drivers to be able to compile. I may send patches or a
> pull-request that can be send to Linus late during the merge-window. Tell me
> how you feel it can be done (or delayed to 3.21).
> 
> The conflict related to the rename of board-dt-sama5.c => sama5.c is solved in
> this branch:
> https://git.kernel.org/cgit/linux/kernel/git/nferre/linux-at91.git/log/?h=arm-soc-for-next%2bat91-3.20-cleanup
> 
> Thanks, best regards,
> 
> The following changes since commit 9726b6892beeaa736610370429a23a481d1b133e:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup4
> 
> for you to fetch changes up to fa9df37f603459bf08a4f8fc99337874c677e2bf:
> 
>   ARM: at91/trivial: unify functions and machine names (2015-01-27 18:46:31 +0100)
> 
> ----------------------------------------------------------------
> Fourth cleanup/soc batch for 3.20:
> - merge all the at91sam9 code and remove the empty SoC-specific files
> - remove the at91_boot_soc that is now useless in a DT context
> - move the sram code in PM code as it's now only used there
> - some file + function name changes after this big cleanup
> 
> ----------------------------------------------------------------
> Alexandre Belloni (4):
>       ARM: at91: at91rm9200: set idle and restart from rm9200_dt_device_init()
>       ARM: at91: merge all SOC_AT91SAM9xxx
>       ARM: at91: remove at91_boot_soc
>       ARM: at91: remove at91_dt_initialize and machine init_early()
> 
> Nicolas Ferre (3):
>       ARM: at91: move alternative initial mapping to board-dt-sama5.c
>       ARM: at91: change board files into SoC files
>       ARM: at91/trivial: unify functions and machine names

Very nice cleanups, and they just keep coming! Just watch out for regressions.
:)


Merged.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, Linux Kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Boris BREZILLON <boris.brezillon@free-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [GIT PULL] at91: cleanup/soc for 3.20 #4
Date: Thu, 29 Jan 2015 14:02:56 -0800	[thread overview]
Message-ID: <20150129220256.GG20785@quad.lixom.net> (raw)
In-Reply-To: <1422532272-32055-1-git-send-email-nicolas.ferre@atmel.com>

On Thu, Jan 29, 2015 at 12:51:12PM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one.
> It collects some more cleanup material and simplifies the AT91 boot code. Only
> some little details remain before having a classical DT boot (without additional
> mapping of registers for instance). This part will be addressed in 3.21.
> 
> The switch to multi-platform is not included as it needs some patches in ASoC,
> ata and arm-soc/next/drivers to be able to compile. I may send patches or a
> pull-request that can be send to Linus late during the merge-window. Tell me
> how you feel it can be done (or delayed to 3.21).
> 
> The conflict related to the rename of board-dt-sama5.c => sama5.c is solved in
> this branch:
> https://git.kernel.org/cgit/linux/kernel/git/nferre/linux-at91.git/log/?h=arm-soc-for-next%2bat91-3.20-cleanup
> 
> Thanks, best regards,
> 
> The following changes since commit 9726b6892beeaa736610370429a23a481d1b133e:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup4
> 
> for you to fetch changes up to fa9df37f603459bf08a4f8fc99337874c677e2bf:
> 
>   ARM: at91/trivial: unify functions and machine names (2015-01-27 18:46:31 +0100)
> 
> ----------------------------------------------------------------
> Fourth cleanup/soc batch for 3.20:
> - merge all the at91sam9 code and remove the empty SoC-specific files
> - remove the at91_boot_soc that is now useless in a DT context
> - move the sram code in PM code as it's now only used there
> - some file + function name changes after this big cleanup
> 
> ----------------------------------------------------------------
> Alexandre Belloni (4):
>       ARM: at91: at91rm9200: set idle and restart from rm9200_dt_device_init()
>       ARM: at91: merge all SOC_AT91SAM9xxx
>       ARM: at91: remove at91_boot_soc
>       ARM: at91: remove at91_dt_initialize and machine init_early()
> 
> Nicolas Ferre (3):
>       ARM: at91: move alternative initial mapping to board-dt-sama5.c
>       ARM: at91: change board files into SoC files
>       ARM: at91/trivial: unify functions and machine names

Very nice cleanups, and they just keep coming! Just watch out for regressions.
:)


Merged.


-Olof

  reply	other threads:[~2015-01-29 22:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29 11:51 [GIT PULL] at91: cleanup/soc for 3.20 #4 Nicolas Ferre
2015-01-29 11:51 ` Nicolas Ferre
2015-01-29 22:02 ` Olof Johansson [this message]
2015-01-29 22:02   ` Olof Johansson
2015-01-29 22:08   ` Olof Johansson
2015-01-29 22:08     ` Olof Johansson
2015-01-29 23:01     ` Alexandre Belloni
2015-01-29 23:01       ` Alexandre Belloni
2015-01-29 23:06       ` Olof Johansson
2015-01-29 23:06         ` Olof Johansson
2015-02-02 19:27         ` [GIT PULL] at91: cleanup/soc for 3.20 #4 (bis) Nicolas Ferre
2015-02-02 19:27           ` Nicolas Ferre
2015-02-06  8:00           ` Olof Johansson
2015-02-06  8:00             ` Olof Johansson

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=20150129220256.GG20785@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.