All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform
Date: Wed, 02 Dec 2015 12:03:00 +0100	[thread overview]
Message-ID: <87k2ox2jvf.fsf@free-electrons.com> (raw)
In-Reply-To: <20151201225126.GB5542@lunn.ch> (Andrew Lunn's message of "Tue, 1 Dec 2015 23:51:26 +0100")

Hi Andrew,
 
 On mar., d?c. 01 2015, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Nov 30, 2015 at 02:37:31PM +0100, Gregory CLEMENT wrote:
>> Hi Arnd,
>>  
>>  On mer., nov. 25 2015, Arnd Bergmann <arnd@arndb.de> wrote:
>> 
>> > I've posted these before and now gotten around to a rebase and
>> > want to include them in the arm-soc next/multiplatform branch for
>> > 4.5.
>> >
>> > Originally the plan for these platforms was to convert all of
>> > them to DT and use only mach-mvebu. That has not happened,
>> > so I would do it this way instead so we can at least have
>> > them in a single kernel.
>> >
>> > Let me know if there are any concerns or objections.
>> 
>> I have applied all the patches on mvebu/oldmvebu_multiplatform (I fixed
>> the last one which didn't apply on Kconfig). I also merged it
>> mvebu/for-netx to be part of the linux-next.
>> 
>> But before making it part of mvebu/soc, I would like to get some
>> Tested-by. The series is available on
>> git://git.infradead.org/linux-mvebu.git
>> in the branch mvebu/oldmvebu_multiplatform but it also will be part soon
>> of linux-next.
>
> Hi Gregory
>
> I blew the dust of my Orion5x NAS Reference Design. It boots.

Great!
Thanks for testing

Gregory

>
> Tested-by: Andrew Lunn <andrew@lunn.ch>
>
> It would be nice to make Orion5x part of the multi_v5_defconfig and
> mvebu_v5_defconfig. I will see about cooking up some patches.
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Russell King <linux@arm.linux.org.uk>,
	Detlef Vollmann <dv@vollmann.ch>, Benjamin Cama <benoar@dolka.fr>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Jason Cooper <jason@lakedaemon.net>
Subject: Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform
Date: Wed, 02 Dec 2015 12:03:00 +0100	[thread overview]
Message-ID: <87k2ox2jvf.fsf@free-electrons.com> (raw)
In-Reply-To: <20151201225126.GB5542@lunn.ch> (Andrew Lunn's message of "Tue, 1 Dec 2015 23:51:26 +0100")

Hi Andrew,
 
 On mar., déc. 01 2015, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Nov 30, 2015 at 02:37:31PM +0100, Gregory CLEMENT wrote:
>> Hi Arnd,
>>  
>>  On mer., nov. 25 2015, Arnd Bergmann <arnd@arndb.de> wrote:
>> 
>> > I've posted these before and now gotten around to a rebase and
>> > want to include them in the arm-soc next/multiplatform branch for
>> > 4.5.
>> >
>> > Originally the plan for these platforms was to convert all of
>> > them to DT and use only mach-mvebu. That has not happened,
>> > so I would do it this way instead so we can at least have
>> > them in a single kernel.
>> >
>> > Let me know if there are any concerns or objections.
>> 
>> I have applied all the patches on mvebu/oldmvebu_multiplatform (I fixed
>> the last one which didn't apply on Kconfig). I also merged it
>> mvebu/for-netx to be part of the linux-next.
>> 
>> But before making it part of mvebu/soc, I would like to get some
>> Tested-by. The series is available on
>> git://git.infradead.org/linux-mvebu.git
>> in the branch mvebu/oldmvebu_multiplatform but it also will be part soon
>> of linux-next.
>
> Hi Gregory
>
> I blew the dust of my Orion5x NAS Reference Design. It boots.

Great!
Thanks for testing

Gregory

>
> Tested-by: Andrew Lunn <andrew@lunn.ch>
>
> It would be nice to make Orion5x part of the multi_v5_defconfig and
> mvebu_v5_defconfig. I will see about cooking up some patches.
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  parent reply	other threads:[~2015-12-02 11:03 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 15:49 [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 1/5] ARM: orion: move watchdog setup to mach-orion5x Arnd Bergmann
2015-11-25 15:49   ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 2/5] ARM: orion: always use MULTI_IRQ_HANDLER Arnd Bergmann
2015-11-25 15:49   ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 3/5] ARM: orion: use SPARSE_IRQ everywhere Arnd Bergmann
2015-11-25 15:49   ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 4/5] ARM: orion: clean up mach/*.h headers Arnd Bergmann
2015-11-25 15:49   ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 5/5] ARM: orion: multiplatform support Arnd Bergmann
2015-11-25 15:49   ` Arnd Bergmann
2015-11-25 16:09 ` [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn
2015-11-25 16:09   ` Andrew Lunn
2015-11-25 17:34   ` Gregory CLEMENT
2015-11-25 17:34     ` Gregory CLEMENT
2015-11-25 17:44     ` Andrew Lunn
2015-11-25 17:44       ` Andrew Lunn
2015-11-25 19:58       ` Arnd Bergmann
2015-11-25 19:58         ` Arnd Bergmann
2015-11-26 14:50         ` Jason Cooper
2015-11-26 14:50           ` Jason Cooper
2015-11-25 18:37   ` Russell King - ARM Linux
2015-11-25 18:37     ` Russell King - ARM Linux
2015-11-25 19:16     ` Andrew Lunn
2015-11-25 19:16       ` Andrew Lunn
2015-11-25 19:29       ` Russell King - ARM Linux
2015-11-25 19:29         ` Russell King - ARM Linux
2015-11-25 23:19       ` Russell King - ARM Linux
2015-11-25 23:19         ` Russell King - ARM Linux
2015-11-25 20:05     ` Arnd Bergmann
2015-11-25 20:05       ` Arnd Bergmann
2015-11-25 22:47       ` Russell King - ARM Linux
2015-11-25 22:47         ` Russell King - ARM Linux
2015-11-25 20:14 ` Andrew Lunn
2015-11-25 20:14   ` Andrew Lunn
2015-11-30 13:37 ` Gregory CLEMENT
2015-11-30 13:37   ` Gregory CLEMENT
2015-11-30 13:43   ` Gregory CLEMENT
2015-12-01 17:22     ` Detlef Vollmann
2015-12-02 11:08       ` Gregory CLEMENT
2015-12-02 14:55         ` Andrew Lunn
2015-12-02 14:55           ` Andrew Lunn
2015-12-10 12:56     ` Detlef Vollmann
2015-12-10 13:18       ` Arnd Bergmann
2015-12-10 13:18         ` Arnd Bergmann
2015-12-10 13:43         ` Arnd Bergmann
2015-12-10 13:43           ` Arnd Bergmann
2015-12-10 19:03           ` Detlef Vollmann
2015-12-10 20:59             ` Arnd Bergmann
2015-12-10 20:59               ` Arnd Bergmann
2015-12-10 21:14               ` Detlef Vollmann
2015-12-10 21:29                 ` Arnd Bergmann
2015-12-10 21:29                   ` Arnd Bergmann
2015-12-10 22:00                   ` Detlef Vollmann
2015-12-10 23:10                     ` Arnd Bergmann
2015-12-10 23:10                       ` Arnd Bergmann
2015-12-11 13:36                       ` Jason Cooper
2015-12-11 13:36                         ` Jason Cooper
2015-12-11 14:46                         ` Arnd Bergmann
2015-12-11 14:46                           ` Arnd Bergmann
2015-12-11 14:55                           ` Jason Cooper
2015-12-11 14:55                             ` Jason Cooper
2015-12-11 22:41                             ` Detlef Vollmann
2015-12-11 18:27                         ` Josh Triplett
2015-12-11 18:27                           ` Josh Triplett
2015-12-11 18:46                           ` Jason Cooper
2015-12-11 18:46                             ` Jason Cooper
2015-12-11 19:08                             ` Josh Triplett
2015-12-11 19:08                               ` Josh Triplett
2015-12-11 19:14                               ` Jason Cooper
2015-12-11 19:14                                 ` Jason Cooper
     [not found]         ` <5669808F.2050909@vollmann.ch>
2015-12-11 21:33           ` Arnd Bergmann
2015-12-11 21:33             ` Arnd Bergmann
2015-12-11 23:18             ` Detlef Vollmann
2015-12-01 22:51   ` Andrew Lunn
2015-12-01 22:51     ` Andrew Lunn
2015-12-01 22:55     ` Arnd Bergmann
2015-12-01 22:55       ` Arnd Bergmann
2015-12-02 11:03     ` Gregory CLEMENT [this message]
2015-12-02 11:03       ` Gregory CLEMENT
2015-12-02 12:33   ` Russell King - ARM Linux
2015-12-02 12:33     ` Russell King - ARM Linux
2015-12-02 15:49     ` Arnd Bergmann
2015-12-02 15:49       ` Arnd Bergmann
2015-12-02 19:28       ` Russell King - ARM Linux
2015-12-02 19:28         ` Russell King - ARM Linux
2015-12-02 19:37         ` Russell King - ARM Linux
2015-12-02 19:37           ` Russell King - ARM Linux
2015-12-02 19:54           ` Arnd Bergmann
2015-12-02 19:54             ` Arnd Bergmann
2015-12-02 19:51         ` Arnd Bergmann
2015-12-02 19:51           ` Arnd Bergmann
2015-12-02 20:22           ` Russell King - ARM Linux
2015-12-02 20:22             ` Russell King - ARM Linux
2015-12-02 20:38             ` Andrew Lunn
2015-12-02 20:38               ` Andrew Lunn
2015-12-02 21:03               ` Russell King - ARM Linux
2015-12-02 21:03                 ` Russell King - ARM Linux
2015-12-02 21:15               ` Arnd Bergmann
2015-12-02 21:15                 ` Arnd Bergmann
2015-12-02 23:59                 ` Andrew Lunn
2015-12-02 23:59                   ` Andrew Lunn

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=87k2ox2jvf.fsf@free-electrons.com \
    --to=gregory.clement@free-electrons.com \
    --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.