* AT91: Fix pull requset
@ 2011-07-01 6:54 Jean-Christophe PLAGNIOL-VILLARD
2011-07-01 15:09 ` Arnd Bergmann
0 siblings, 1 reply; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-01 6:54 UTC (permalink / raw)
To: linux-arm-kernel
HI Linus, Russell, Arnd
I do not known who can take this pull request
But this is some fix for at91 for the 3.0
The following changes since commit 5220cc9382e11ca955ce946ee6a5bac577bb14ff:
Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2011-06-24 08:42:35 -0700)
are available in the git repository at:
git://github.com/at91linux/linux-2.6-at91.git at91-next
Jean-Christophe PLAGNIOL-VILLARD (3):
at91: fix at91_set_serial_console: use platform device id
atmel_serial: fix internal port num
at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl
Joachim Eastwood (1):
at91: Use "pclk" as con_id on at91cap9 and at91rm9200
arch/arm/mach-at91/at91cap9.c | 8 ++++----
arch/arm/mach-at91/at91cap9_devices.c | 2 +-
arch/arm/mach-at91/at91rm9200.c | 6 +++---
arch/arm/mach-at91/at91rm9200_devices.c | 2 +-
arch/arm/mach-at91/at91sam9260_devices.c | 2 +-
arch/arm/mach-at91/at91sam9261_devices.c | 2 +-
arch/arm/mach-at91/at91sam9263_devices.c | 2 +-
arch/arm/mach-at91/at91sam9g45.c | 10 +++++-----
arch/arm/mach-at91/at91sam9g45_devices.c | 2 +-
arch/arm/mach-at91/at91sam9rl.c | 4 ++--
arch/arm/mach-at91/at91sam9rl_devices.c | 2 +-
drivers/tty/serial/atmel_serial.c | 3 ++-
12 files changed, 23 insertions(+), 22 deletions(-)
Best Regards,
J.
^ permalink raw reply [flat|nested] 4+ messages in thread
* AT91: Fix pull requset
2011-07-01 6:54 AT91: Fix pull requset Jean-Christophe PLAGNIOL-VILLARD
@ 2011-07-01 15:09 ` Arnd Bergmann
2011-07-01 18:33 ` Uwe Kleine-König
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2011-07-01 15:09 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 01 July 2011, Jean-Christophe PLAGNIOL-VILLARD wrote:
> HI Linus, Russell, Arnd
>
> I do not known who can take this pull request
>
> But this is some fix for at91 for the 3.0
I can take and forward these next week, possibly together with other bug
fixes that come in for soc trees.
One comment though:
> Jean-Christophe PLAGNIOL-VILLARD (3):
> at91: fix at91_set_serial_console: use platform device id
> atmel_serial: fix internal port num
These two patches look like they should apply to older kernels as well:
The code you change has been in the kernel since 2006.
For every bug fix you commit, please check if it applies to older
kernels as well, and mark with 'Cc: stable at kernel.org' if so. Do you
want to update the changelog and send another pull request?
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* AT91: Fix pull requset
2011-07-01 15:09 ` Arnd Bergmann
@ 2011-07-01 18:33 ` Uwe Kleine-König
2011-07-03 2:31 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2011-07-01 18:33 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 01, 2011 at 05:09:40PM +0200, Arnd Bergmann wrote:
> On Friday 01 July 2011, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > HI Linus, Russell, Arnd
> For every bug fix you commit, please check if it applies to older
> kernels as well, and mark with 'Cc: stable at kernel.org' if so. Do you
> want to update the changelog and send another pull request?
Or alternatively (i.e. if you don't want to rewrite your tree) just
writing to stable at kernel.org and indicating the upstream commit ids is
usually OK, too.
The other extreme is to point out the affected versions, e.g. by using
Cc: stable at kernel.org [2.6.xy+]
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 4+ messages in thread
* AT91: Fix pull requset
2011-07-01 18:33 ` Uwe Kleine-König
@ 2011-07-03 2:31 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-03 2:31 UTC (permalink / raw)
To: linux-arm-kernel
On 20:33 Fri 01 Jul , Uwe Kleine-K?nig wrote:
> On Fri, Jul 01, 2011 at 05:09:40PM +0200, Arnd Bergmann wrote:
> > On Friday 01 July 2011, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > HI Linus, Russell, Arnd
> > For every bug fix you commit, please check if it applies to older
> > kernels as well, and mark with 'Cc: stable at kernel.org' if so. Do you
> > want to update the changelog and send another pull request?
> Or alternatively (i.e. if you don't want to rewrite your tree) just
> writing to stable at kernel.org and indicating the upstream commit ids is
> usually OK, too.
> The other extreme is to point out the affected versions, e.g. by using
>
> Cc: stable at kernel.org [2.6.xy+]
I known and will have done if needed but those fixes are for this release only
Best Regards,
J.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-03 2:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 6:54 AT91: Fix pull requset Jean-Christophe PLAGNIOL-VILLARD
2011-07-01 15:09 ` Arnd Bergmann
2011-07-01 18:33 ` Uwe Kleine-König
2011-07-03 2:31 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).