linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] at91: fixes for 3.6 (take 1)
@ 2012-08-24 15:59 Nicolas Ferre
  2012-08-27  8:03 ` Nicolas Ferre
  2012-08-27  8:08 ` [GIT PULL] at91: fixes for 3.6 (take 1 bis) Nicolas Ferre
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Ferre @ 2012-08-24 15:59 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches, voice,
	Joachim Eastwood, linux-arm-kernel, Linux Kernel list

The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:

  Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-fixes

for you to fetch changes up to 0d4d1e37ca732615717d4434b58682f81a6bb61c:

  ARM: at91/feature-removal-schedule: delay at91_mci removal (2012-08-24 10:45:07 +0200)

----------------------------------------------------------------
Fixes for AT91 related to:
- move to sparse IRQ: some drivers were forgotten
- a build error in sound driver & a DTS typo
- the delay for removal of old at91_mci driver

----------------------------------------------------------------
Bo Shen (1):
      ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts

Joachim Eastwood (1):
      ASoC: atmel-ssc: include linux/io.h for raw io

Ludovic Desroches (3):
      ARM: at91: fix system timer irq issue due to sparse irq support
      ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support
      ARM: at91/feature-removal-schedule: delay at91_mci removal

Nicolas Ferre (1):
      ARM: at91/clock: fix PLLA overclock warning

 Documentation/feature-removal-schedule.txt |    2 +-
 arch/arm/boot/dts/at91sam9g25ek.dts        |    2 +-
 arch/arm/mach-at91/at91rm9200_time.c       |    2 +-
 arch/arm/mach-at91/at91sam9260_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9261_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9263_devices.c   |   10 ++++++++--
 arch/arm/mach-at91/at91sam9g45_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9rl_devices.c    |    6 +++++-
 arch/arm/mach-at91/clock.c                 |   12 ++++++++++++
 drivers/rtc/rtc-at91sam9.c                 |   22 +++++++++++++++-------
 include/linux/atmel-ssc.h                  |    1 +
 11 files changed, 59 insertions(+), 16 deletions(-)

Thanks, best regards,
-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] at91: fixes for 3.6 (take 1)
  2012-08-24 15:59 [GIT PULL] at91: fixes for 3.6 (take 1) Nicolas Ferre
@ 2012-08-27  8:03 ` Nicolas Ferre
  2012-08-27  8:08 ` [GIT PULL] at91: fixes for 3.6 (take 1 bis) Nicolas Ferre
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2012-08-27  8:03 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Joachim Eastwood, Linux Kernel list, Ludovic Desroches, voice,
	Jean-Christophe PLAGNIOL-VILLARD, linux-arm-kernel, Mark Brown

On 08/24/2012 05:59 PM, Nicolas Ferre :
> The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:
> 
>   Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-fixes
> 
> for you to fetch changes up to 0d4d1e37ca732615717d4434b58682f81a6bb61c:
> 
>   ARM: at91/feature-removal-schedule: delay at91_mci removal (2012-08-24 10:45:07 +0200)
> 
> ----------------------------------------------------------------
> Fixes for AT91 related to:
> - move to sparse IRQ: some drivers were forgotten
> - a build error in sound driver & a DTS typo
> - the delay for removal of old at91_mci driver
> 
> ----------------------------------------------------------------
> Bo Shen (1):
>       ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts
> 
> Joachim Eastwood (1):
>       ASoC: atmel-ssc: include linux/io.h for raw io

Hi,

As per Mark's suggestion, this one will go through ASoC tree. So I have
removed it from the tag. I resend a pull request now.

Best regards,


> Ludovic Desroches (3):
>       ARM: at91: fix system timer irq issue due to sparse irq support
>       ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support
>       ARM: at91/feature-removal-schedule: delay at91_mci removal
> 
> Nicolas Ferre (1):
>       ARM: at91/clock: fix PLLA overclock warning
> 
>  Documentation/feature-removal-schedule.txt |    2 +-
>  arch/arm/boot/dts/at91sam9g25ek.dts        |    2 +-
>  arch/arm/mach-at91/at91rm9200_time.c       |    2 +-
>  arch/arm/mach-at91/at91sam9260_devices.c   |    6 +++++-
>  arch/arm/mach-at91/at91sam9261_devices.c   |    6 +++++-
>  arch/arm/mach-at91/at91sam9263_devices.c   |   10 ++++++++--
>  arch/arm/mach-at91/at91sam9g45_devices.c   |    6 +++++-
>  arch/arm/mach-at91/at91sam9rl_devices.c    |    6 +++++-
>  arch/arm/mach-at91/clock.c                 |   12 ++++++++++++
>  drivers/rtc/rtc-at91sam9.c                 |   22 +++++++++++++++-------
>  include/linux/atmel-ssc.h                  |    1 +
>  11 files changed, 59 insertions(+), 16 deletions(-)
> 
> Thanks, best regards,
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] at91: fixes for 3.6 (take 1 bis)
  2012-08-24 15:59 [GIT PULL] at91: fixes for 3.6 (take 1) Nicolas Ferre
  2012-08-27  8:03 ` Nicolas Ferre
@ 2012-08-27  8:08 ` Nicolas Ferre
  2012-08-28  0:00   ` Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Ferre @ 2012-08-27  8:08 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Joachim Eastwood, Linux Kernel list, Ludovic Desroches, voice,
	Jean-Christophe PLAGNIOL-VILLARD, linux-arm-kernel

Hi,

This pull request supersedes the previous one from August 24th. It removes
the ASoC SSC part which is now handled by Mark Brown.

The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:

  Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-fixes

for you to fetch changes up to 51a6149b89b822cacf572b2ca2a15cb6f2232b11:

  ARM: at91/feature-removal-schedule: delay at91_mci removal (2012-08-27 09:59:36 +0200)

----------------------------------------------------------------
Fixes for AT91 related to:
- move to sparse IRQ: some drivers were forgotten
- a DTS typo
- the delay for removal of old at91_mci driver

----------------------------------------------------------------
Bo Shen (1):
      ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts

Ludovic Desroches (3):
      ARM: at91: fix system timer irq issue due to sparse irq support
      ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support
      ARM: at91/feature-removal-schedule: delay at91_mci removal

Nicolas Ferre (1):
      ARM: at91/clock: fix PLLA overclock warning

 Documentation/feature-removal-schedule.txt |    2 +-
 arch/arm/boot/dts/at91sam9g25ek.dts        |    2 +-
 arch/arm/mach-at91/at91rm9200_time.c       |    2 +-
 arch/arm/mach-at91/at91sam9260_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9261_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9263_devices.c   |   10 ++++++++--
 arch/arm/mach-at91/at91sam9g45_devices.c   |    6 +++++-
 arch/arm/mach-at91/at91sam9rl_devices.c    |    6 +++++-
 arch/arm/mach-at91/clock.c                 |   12 ++++++++++++
 drivers/rtc/rtc-at91sam9.c                 |   22 +++++++++++++++-------
 10 files changed, 58 insertions(+), 16 deletions(-)

Thanks, best regards,
-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] at91: fixes for 3.6 (take 1 bis)
  2012-08-27  8:08 ` [GIT PULL] at91: fixes for 3.6 (take 1 bis) Nicolas Ferre
@ 2012-08-28  0:00   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-08-28  0:00 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, Joachim Eastwood, Linux Kernel list,
	Ludovic Desroches, voice, Jean-Christophe PLAGNIOL-VILLARD,
	linux-arm-kernel

On Mon, Aug 27, 2012 at 10:08:07AM +0200, Nicolas Ferre wrote:
> Hi,
> 
> This pull request supersedes the previous one from August 24th. It removes
> the ASoC SSC part which is now handled by Mark Brown.
> 
> The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:
> 
>   Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-fixes

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-28  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 15:59 [GIT PULL] at91: fixes for 3.6 (take 1) Nicolas Ferre
2012-08-27  8:03 ` Nicolas Ferre
2012-08-27  8:08 ` [GIT PULL] at91: fixes for 3.6 (take 1 bis) Nicolas Ferre
2012-08-28  0:00   ` Olof Johansson

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).