All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: fixes for 3.19 #1 (bis)
Date: Fri, 9 Jan 2015 10:02:50 +0100	[thread overview]
Message-ID: <54AF993A.7070707@atmel.com> (raw)
In-Reply-To: <20150108224150.GB13612@quad.lixom.net>

Le 08/01/2015 23:41, Olof Johansson a ?crit :
> On Mon, Jan 05, 2015 at 12:14:37PM +0100, Nicolas Ferre wrote:
>> Arnd, Olof, Kevin,
>>
>> This is the rebase of my previous pull-request on top of 3.19-rc1. As said at
>> the time of my early messages, I was waiting for the arm-soc *and* pinctrl
>> material to reach Linus T.'s tree before sending this pull-request. In fact
>> this sequence was needed for the gpio header removal. The little patch about
>> #include deletion just follows an earlier merge conflict in arm-soc tree: I was
>> also waiting for this moment before sending the definitive fix, just to be
>> sure.
>>
>> In comparison with the previous pull-request, I also added a tiny correction of
>> the sama5d4.dtsi timer entry. All the rest is pretty straightforward.
>>
>> Thanks, best regards,
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-fixes
>>
>> for you to fetch changes up to 0e049c66ebf56a415cadd6c593b7ee0a2cb9d19d:
>>
>>   ARM: at91/dt: sama5d4: fix the timer reg length (2015-01-05 11:07:14 +0100)
>>
>> ----------------------------------------------------------------
>> First fixes batch for AT91 on 3.19 folowing The big cleanup:
>> - removal of unused Kconfig RTC options
>> - GPIO header file is now in same directory as the pinctrl driver
>> - little fix on #includes
>> - removal of DEBUG_LL from the sama5 common defconfig
>> - little fix of reg size in sama5d4.dtsi
>>
>> ----------------------------------------------------------------
>> Bo Shen (1):
>>       ARM: at91/dt: sama5d4: fix the timer reg length
> 
> This is the only fix among these patches, isn't it? The others seem to
> be code removals/cleanups better targeted for 3.20, as far as I can tell.

Well, this is why I sent the first version of this pull-request very
early in the process. I didn't have the possibility to re-send it
earlier on top of -rc1 until this pull-request.

For me, the remaining of a dead Kconfig option, some issues with
DEGUG_LL and to a lesser extend the remaining of dead code are worth
cleaning now. I do have more cleanup patches to come in 3.20, but
waiting more for this simple material to be included is IMHO not
necessary...

I may have some more fixes remaining for 3.19 and will be cautious about
their nature.


Bye,
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	<arm@kernel.org>
Cc: 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>,
	Linus Walleij <linus.walleij@linaro.org>,
	"Ludovic Desroches" <ludovic.desroches@atmel.com>
Subject: Re: [GIT PULL] at91: fixes for 3.19 #1 (bis)
Date: Fri, 9 Jan 2015 10:02:50 +0100	[thread overview]
Message-ID: <54AF993A.7070707@atmel.com> (raw)
In-Reply-To: <20150108224150.GB13612@quad.lixom.net>

Le 08/01/2015 23:41, Olof Johansson a écrit :
> On Mon, Jan 05, 2015 at 12:14:37PM +0100, Nicolas Ferre wrote:
>> Arnd, Olof, Kevin,
>>
>> This is the rebase of my previous pull-request on top of 3.19-rc1. As said at
>> the time of my early messages, I was waiting for the arm-soc *and* pinctrl
>> material to reach Linus T.'s tree before sending this pull-request. In fact
>> this sequence was needed for the gpio header removal. The little patch about
>> #include deletion just follows an earlier merge conflict in arm-soc tree: I was
>> also waiting for this moment before sending the definitive fix, just to be
>> sure.
>>
>> In comparison with the previous pull-request, I also added a tiny correction of
>> the sama5d4.dtsi timer entry. All the rest is pretty straightforward.
>>
>> Thanks, best regards,
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-fixes
>>
>> for you to fetch changes up to 0e049c66ebf56a415cadd6c593b7ee0a2cb9d19d:
>>
>>   ARM: at91/dt: sama5d4: fix the timer reg length (2015-01-05 11:07:14 +0100)
>>
>> ----------------------------------------------------------------
>> First fixes batch for AT91 on 3.19 folowing The big cleanup:
>> - removal of unused Kconfig RTC options
>> - GPIO header file is now in same directory as the pinctrl driver
>> - little fix on #includes
>> - removal of DEBUG_LL from the sama5 common defconfig
>> - little fix of reg size in sama5d4.dtsi
>>
>> ----------------------------------------------------------------
>> Bo Shen (1):
>>       ARM: at91/dt: sama5d4: fix the timer reg length
> 
> This is the only fix among these patches, isn't it? The others seem to
> be code removals/cleanups better targeted for 3.20, as far as I can tell.

Well, this is why I sent the first version of this pull-request very
early in the process. I didn't have the possibility to re-send it
earlier on top of -rc1 until this pull-request.

For me, the remaining of a dead Kconfig option, some issues with
DEGUG_LL and to a lesser extend the remaining of dead code are worth
cleaning now. I do have more cleanup patches to come in 3.20, but
waiting more for this simple material to be included is IMHO not
necessary...

I may have some more fixes remaining for 3.19 and will be cautious about
their nature.


Bye,
-- 
Nicolas Ferre

  reply	other threads:[~2015-01-09  9:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05 11:14 [GIT PULL] at91: fixes for 3.19 #1 (bis) Nicolas Ferre
2015-01-05 11:14 ` Nicolas Ferre
2015-01-08 22:41 ` Olof Johansson
2015-01-08 22:41   ` Olof Johansson
2015-01-09  9:02   ` Nicolas Ferre [this message]
2015-01-09  9:02     ` Nicolas Ferre
2015-01-11 21:12     ` Olof Johansson
2015-01-11 21:12       ` Olof Johansson
2015-01-12 15:08       ` Nicolas Ferre
2015-01-12 15:08         ` Nicolas Ferre
2015-01-12 15:59         ` Arnd Bergmann
2015-01-12 15:59           ` Arnd Bergmann
2015-01-12 16:52           ` Nicolas Ferre
2015-01-12 16:52             ` Nicolas Ferre

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=54AF993A.7070707@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.