mbox

[GIT,PULL] Allwinner core additions for 3.15

Message ID 20140313164327.GA13229@lukather
State New
Headers show

Pull-request

https://github.com/mripard/linux.git tags/sunxi-core-for-3.15

Message

Maxime Ripard March 13, 2014, 4:43 p.m. UTC
Arnd, Kevin, Olof,

Please pull the following changes for 3.15.

Thanks!

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  https://github.com/mripard/linux.git tags/sunxi-core-for-3.15

for you to fetch changes up to 8db21ad469fda194913db2c5b11635bcc21345fc:

  ARM: sunxi: Add the new watchog compatibles to the reboot code (2014-03-13 11:46:20 +0100)

----------------------------------------------------------------
Allwinner core additions for 3.15

Just a minor commit to adjust the restart code to take into account the new
compatibles

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: sunxi: Add the new watchog compatibles to the reboot code

 arch/arm/mach-sunxi/sunxi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann March 17, 2014, 1:43 p.m. UTC | #1
On Thursday 13 March 2014, Maxime Ripard wrote:
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> 
>   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/mripard/linux.git tags/sunxi-core-for-3.15
> 
> for you to fetch changes up to 8db21ad469fda194913db2c5b11635bcc21345fc:
> 
>   ARM: sunxi: Add the new watchog compatibles to the reboot code (2014-03-13 11:46:20 +0100)
> 

Merged into next/soc, thanks!

Just for confirmation, I noticed that you are removing the previous "compatible"
strings from sunxi_restart_ids. Is that intentional? It seems like you risk
breaking backwards compatibility.

	Arnd
Maxime Ripard March 17, 2014, 4:29 p.m. UTC | #2
On Mon, Mar 17, 2014 at 02:43:47PM +0100, Arnd Bergmann wrote:
> On Thursday 13 March 2014, Maxime Ripard wrote:
> > The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> > 
> >   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/mripard/linux.git tags/sunxi-core-for-3.15
> > 
> > for you to fetch changes up to 8db21ad469fda194913db2c5b11635bcc21345fc:
> > 
> >   ARM: sunxi: Add the new watchog compatibles to the reboot code (2014-03-13 11:46:20 +0100)
> > 
> 
> Merged into next/soc, thanks!
> 
> Just for confirmation, I noticed that you are removing the previous "compatible"
> strings from sunxi_restart_ids. Is that intentional? It seems like you risk
> breaking backwards compatibility.

Yes. Since we are adding new devices at a relatively high rate these
days, users will upgrade their DT anyway. Obviously, it will be the
last time we're doing such a change.