mbox

[GIT,PULL] Second Round of Renesas ARM based SoC defconfig updates for v3.13

Message ID cover.1381300141.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.13

Message

Simon Horman Oct. 9, 2013, 6:51 a.m. UTC
Hi Olof, Hi Arnd, Hi Kevin,

please consider this second round of Renesas ARM based SoC defconfig
updates for v3.13.


The following changes since commit 6bb2e347899b297eea26f2658eac8fdcd633fba5:

  ARM: shmobile: Add koelsch defconfig (2013-09-20 17:46:15 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.13

for you to fetch changes up to bb416e1d7416861bece0335f543c590d9af09c79:

  ARM: shmobile: Genmai defconfig (2013-10-03 13:01:30 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM based SoC defconfig updates for v3.13

* Add defconfig for Genmai board

----------------------------------------------------------------
Magnus Damm (1):
      ARM: shmobile: Genmai defconfig

 arch/arm/configs/genmai_defconfig | 116 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 116 insertions(+)
 create mode 100644 arch/arm/configs/genmai_defconfig

Comments

Kevin Hilman Oct. 14, 2013, 10:09 p.m. UTC | #1
Simon Horman <horms+renesas@verge.net.au> writes:

> From: Magnus Damm <damm@opensource.se>
>
> Add a defconfig for the Genmai board. In the future this board will
> use a shared defconfig for multiplatform, but until CCF is implemented
> this will be used.

How far in the future are we talking about?  

There's already 9 defconfigs for SH-mobile.  Is this *really* the last
one before multi-platform support?

Kevin
Simon Horman Oct. 15, 2013, 12:27 a.m. UTC | #2
On Mon, Oct 14, 2013 at 03:09:48PM -0700, Kevin Hilman wrote:
> Simon Horman <horms+renesas@verge.net.au> writes:
> 
> > From: Magnus Damm <damm@opensource.se>
> >
> > Add a defconfig for the Genmai board. In the future this board will
> > use a shared defconfig for multiplatform, but until CCF is implemented
> > this will be used.
> 
> How far in the future are we talking about?

I believe we are talking about one or two release cycles.

> There's already 9 defconfigs for SH-mobile.  Is this *really* the last
> one before multi-platform support?

Yes, I believe it is.
Magnus Damm Oct. 15, 2013, 2 a.m. UTC | #3
On Tue, Oct 15, 2013 at 7:09 AM, Kevin Hilman <khilman@linaro.org> wrote:
> Simon Horman <horms+renesas@verge.net.au> writes:
>
>> From: Magnus Damm <damm@opensource.se>
>>
>> Add a defconfig for the Genmai board. In the future this board will
>> use a shared defconfig for multiplatform, but until CCF is implemented
>> this will be used.
>
> How far in the future are we talking about?

My plan is to implement and upstream CCF for r7s72100 now in Q4 of 2013.

> There's already 9 defconfigs for SH-mobile.  Is this *really* the last
> one before multi-platform support?

Yes, it is! From this time all the mach-shmobile boards have to be
multi-platform from the start.

Thanks,

/ magnus
Kevin Hilman Oct. 15, 2013, 2:13 p.m. UTC | #4
Magnus Damm <magnus.damm@gmail.com> writes:

> On Tue, Oct 15, 2013 at 7:09 AM, Kevin Hilman <khilman@linaro.org> wrote:
>> Simon Horman <horms+renesas@verge.net.au> writes:
>>
>>> From: Magnus Damm <damm@opensource.se>
>>>
>>> Add a defconfig for the Genmai board. In the future this board will
>>> use a shared defconfig for multiplatform, but until CCF is implemented
>>> this will be used.
>>
>> How far in the future are we talking about?
>
> My plan is to implement and upstream CCF for r7s72100 now in Q4 of 2013.

Great, thanks for the update.

>> There's already 9 defconfigs for SH-mobile.  Is this *really* the last
>> one before multi-platform support?
>
> Yes, it is! From this time all the mach-shmobile boards have to be
> multi-platform from the start.

OK, then we'll take this as the last one.

Thanks,

Kevin