From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] ARM: at91: remove !DT support for at91rm9200
Date: Fri, 28 Nov 2014 10:36:09 +0100 [thread overview]
Message-ID: <54784209.6070003@atmel.com> (raw)
In-Reply-To: <27354361.uIQEXGDqXb@wuerfel>
On 27/11/2014 18:38, Arnd Bergmann wrote:
> On Thursday 27 November 2014 18:12:43 Alexandre Belloni wrote:
>> On 27/11/2014 at 17:49:50 +0100, Arnd Bergmann wrote :
>>> On Thursday 27 November 2014 17:06:28 Nicolas Ferre wrote:
>>>> This is the last series of patches that removes the non-Device-Tree board
>>>> support for older Atmel SoCs.
>>>> Again, for the record, it was announced here
>>>> https://lkml.org/lkml/2014/9/10/293 ([ANNOUNCE] ARM: at91: removal of board
>>>> files) two months ago.
>>>> Several files beyond at91rm9200 are touched this time as I tried to remove the
>>>> biggest parts that were related to !DT SoC initializations. More cleanup is
>>>> certainly needed to remove dead code.
>>>>
>>>> The diffstat is also pretty big as a lot of at91rm9200 boards were remaining.
>>>>
>>>
>>> Awesome stuff!
>>>
>>> Two questions:
>>>
>>> - is anything holding this up from getting merged in 3.19?
>>>
>>
>> If you think this is not too late in the cycle, I would say go ahead
>
> I'd say we should do it, unless there are last-minute regressions.
Arnd,
I am totally in favor for a merge into 3.19.
I wanted to wait one day or two but given that the official announce had
been made several months ago, I don't think it makes a big difference.
So, what do you prefer:
1/ I wait today and send you the pull-request this evening (our time)
2/ I send you the pull-request at the beginning of next week but still
can make it for 3.19?
(BTW, in the meantime, there is a pending pull-request (at91-cleanup3)
but it is true that you needn't pulling it in if you plan to take this
one which will be named at91-cleanup4 and that will obviously contain
the 3rd one).
>>> - Are there any remaining issues that keep us from using multiplatform?
>>> I know you all have been working on those a lot, but I haven't
>>> checked what is still missing.
>>>
>>
>> As discussed some weeks ago, I prepared patches to switch sama5d[3-4] to
>> multiplatform. We are still missing the SMC and matrix drivers to switch
>> sam9 and rm9200.
>>
>> The currently affected drivers are:
>> - drivers/ata/pata_at91.c (SMC)
>> - drivers/pcmcia/at91_cf.c (SMC)
>> - drivers/usb/gadget/udc/at91_udc.c (Matrix, this is the only one
>> for sam9)
>> - sound/atmel/ac97c.c (that one is still not converted to DT anyway...)
>> - drivers/watchdog/at91rm9200_wdt.c (WIP, will be converted properly to
>> an MFD)
>>
>> I'll resume working on that in December.
>
> Ok, sounds great.
>
>> Do you want me to submit the sama5d[3-4] switch for 3.19? I'll have to
>> rebase on that series. The main remaining issue is that I couldn't work
>> out a way not breaking the defconfigs, even after talking with the
>> Kconfig maintainer so doing first sama5 then sam9/rm9200 will break the
>> defconfigs for sam9/rm9200 twice.
>
> Probably better to do all of mach-at91 at once for 3.20 so we don't break
> anything trying to make both aproaches work together.
Ok, let's schedule it for 3.20.
Bye,
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>,
<linux-arm-kernel@lists.infradead.org>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Boris BREZILLON <boris.brezillon@free-electrons.com>
Cc: <linux-kernel@vger.kernel.org>,
Ludovic Desroches <ludovic.desroches@atmel.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Subject: Re: [PATCH 00/11] ARM: at91: remove !DT support for at91rm9200
Date: Fri, 28 Nov 2014 10:36:09 +0100 [thread overview]
Message-ID: <54784209.6070003@atmel.com> (raw)
In-Reply-To: <27354361.uIQEXGDqXb@wuerfel>
On 27/11/2014 18:38, Arnd Bergmann wrote:
> On Thursday 27 November 2014 18:12:43 Alexandre Belloni wrote:
>> On 27/11/2014 at 17:49:50 +0100, Arnd Bergmann wrote :
>>> On Thursday 27 November 2014 17:06:28 Nicolas Ferre wrote:
>>>> This is the last series of patches that removes the non-Device-Tree board
>>>> support for older Atmel SoCs.
>>>> Again, for the record, it was announced here
>>>> https://lkml.org/lkml/2014/9/10/293 ([ANNOUNCE] ARM: at91: removal of board
>>>> files) two months ago.
>>>> Several files beyond at91rm9200 are touched this time as I tried to remove the
>>>> biggest parts that were related to !DT SoC initializations. More cleanup is
>>>> certainly needed to remove dead code.
>>>>
>>>> The diffstat is also pretty big as a lot of at91rm9200 boards were remaining.
>>>>
>>>
>>> Awesome stuff!
>>>
>>> Two questions:
>>>
>>> - is anything holding this up from getting merged in 3.19?
>>>
>>
>> If you think this is not too late in the cycle, I would say go ahead
>
> I'd say we should do it, unless there are last-minute regressions.
Arnd,
I am totally in favor for a merge into 3.19.
I wanted to wait one day or two but given that the official announce had
been made several months ago, I don't think it makes a big difference.
So, what do you prefer:
1/ I wait today and send you the pull-request this evening (our time)
2/ I send you the pull-request at the beginning of next week but still
can make it for 3.19?
(BTW, in the meantime, there is a pending pull-request (at91-cleanup3)
but it is true that you needn't pulling it in if you plan to take this
one which will be named at91-cleanup4 and that will obviously contain
the 3rd one).
>>> - Are there any remaining issues that keep us from using multiplatform?
>>> I know you all have been working on those a lot, but I haven't
>>> checked what is still missing.
>>>
>>
>> As discussed some weeks ago, I prepared patches to switch sama5d[3-4] to
>> multiplatform. We are still missing the SMC and matrix drivers to switch
>> sam9 and rm9200.
>>
>> The currently affected drivers are:
>> - drivers/ata/pata_at91.c (SMC)
>> - drivers/pcmcia/at91_cf.c (SMC)
>> - drivers/usb/gadget/udc/at91_udc.c (Matrix, this is the only one
>> for sam9)
>> - sound/atmel/ac97c.c (that one is still not converted to DT anyway...)
>> - drivers/watchdog/at91rm9200_wdt.c (WIP, will be converted properly to
>> an MFD)
>>
>> I'll resume working on that in December.
>
> Ok, sounds great.
>
>> Do you want me to submit the sama5d[3-4] switch for 3.19? I'll have to
>> rebase on that series. The main remaining issue is that I couldn't work
>> out a way not breaking the defconfigs, even after talking with the
>> Kconfig maintainer so doing first sama5 then sam9/rm9200 will break the
>> defconfigs for sam9/rm9200 twice.
>
> Probably better to do all of mach-at91 at once for 3.20 so we don't break
> anything trying to make both aproaches work together.
Ok, let's schedule it for 3.20.
Bye,
--
Nicolas Ferre
next prev parent reply other threads:[~2014-11-28 9:36 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 16:06 [PATCH 00/11] ARM: at91: remove !DT support for at91rm9200 Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 01/11] ARM: at91: remove at91rm9200 legacy boards files Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 02/11] ARM: at91: remove at91rm9200 legacy board support Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 03/11] ARM: at91: switch configuration option to SOC_AT91RM9200 Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 04/11] ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for drivers Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 05/11] ARM: at91: always USE_OF from now on Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 06/11] ARM: at91/trivial: update Kconfig comment to mention SAMA5 Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 07/11] ARM: at91: remove all !DT related configuration options Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 08/11] ARM: at91: remove clock data in at91sam9n12.c and at91sam9x5.c files Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 09/11] ARM: at91: remove old at91-specific clock driver Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:06 ` [PATCH 10/11] ARM: at91: remove legacy IRQ driver and related code Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:20 ` Julia Lawall
2014-11-27 16:20 ` Julia Lawall
2014-11-27 16:06 ` [PATCH 11/11] ARM: at91: remove unused IRQ function declarations Nicolas Ferre
2014-11-27 16:06 ` Nicolas Ferre
2014-11-27 16:49 ` [PATCH 00/11] ARM: at91: remove !DT support for at91rm9200 Arnd Bergmann
2014-11-27 16:49 ` Arnd Bergmann
2014-11-27 17:12 ` Alexandre Belloni
2014-11-27 17:12 ` Alexandre Belloni
2014-11-27 17:38 ` Arnd Bergmann
2014-11-27 17:38 ` Arnd Bergmann
2014-11-28 9:36 ` Nicolas Ferre [this message]
2014-11-28 9:36 ` Nicolas Ferre
2014-11-28 10:25 ` Arnd Bergmann
2014-11-28 10:25 ` Arnd Bergmann
2014-11-28 10:48 ` Nicolas Ferre
2014-11-28 10:48 ` Nicolas Ferre
2014-11-27 23:12 ` Arnd Bergmann
2014-11-27 23:12 ` Arnd Bergmann
2014-11-27 23:39 ` Boris Brezillon
2014-11-27 23:39 ` Boris Brezillon
2014-11-27 23:41 ` Arnd Bergmann
2014-11-27 23:41 ` Arnd Bergmann
2014-11-28 0:28 ` Alexandre Belloni
2014-11-28 0:28 ` Alexandre Belloni
2014-11-28 8:27 ` Alexander Stein
2014-11-28 8:27 ` Alexander Stein
2014-11-28 8:49 ` Arnd Bergmann
2014-11-28 8:49 ` Arnd Bergmann
2014-11-28 11:31 ` Alexandre Belloni
2014-11-28 11:31 ` Alexandre Belloni
2014-11-28 12:06 ` Arnd Bergmann
2014-11-28 12:06 ` Arnd Bergmann
2014-11-28 11:13 ` Boris Brezillon
2014-11-28 11:13 ` Boris Brezillon
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=54784209.6070003@atmel.com \
--to=nicolas.ferre@atmel.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.