All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] at91: non critical fixes (for early 3.11) #2
@ 2013-06-26 13:45 ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2013-06-26 13:45 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: daniel.lezcano, Nicolas Ferre, Linux Kernel list,
	linux-arm-kernel, Jean-Christophe PLAGNIOL-VILLARD,
	Ludovic Desroches

Arnd, Olof,

Another fixes-non-critical pull-request for early 3.11. It is of course based
on the patches that you already have in arm-soc/at91/fixes.

Thanks, best regards,

The following changes since commit 133e00116b5bc76110bcc41ded369489209b641f:

  ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHED (2013-06-18 10:20:30 +0200)

are available in the git repository at:

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

for you to fetch changes up to bd2da9ca138e446824a7542b381aed442fef4caa:

  ARM: at91/PMC: use at91_usb_rate() for UTMI PLL (2013-06-26 15:24:11 +0200)

----------------------------------------------------------------
Several fixes for:
- external irq on non-DT boards
- cpuidle code in some circumstances
- PMC code in relation with PLLB/PLL_UTMI/USB:
  mainly for SAMA5D3 and AT91SAM9N12

----------------------------------------------------------------
Daniel Lezcano (1):
      ARM: at91: cpuidle: Fix target_residency

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: fix at91_extern_irq usage for non-dt boards

Nicolas Ferre (4):
      ARM: at91/PMC: sama5d3 family doesn't have a PLLB
      ARM: at91/PMC: at91sam9n12 family has a PLLB
      ARM: at91/PMC: fix at91sam9n12 USB FS init
      ARM: at91/PMC: use at91_usb_rate() for UTMI PLL

 arch/arm/mach-at91/at91rm9200.c            |  8 ++++----
 arch/arm/mach-at91/at91sam9260.c           |  4 ++--
 arch/arm/mach-at91/at91sam9261.c           |  4 ++--
 arch/arm/mach-at91/at91sam9263.c           |  2 +-
 arch/arm/mach-at91/at91sam9g45.c           |  2 +-
 arch/arm/mach-at91/at91sam9rl.c            |  2 +-
 arch/arm/mach-at91/at91x40.c               |  7 +++----
 arch/arm/mach-at91/clock.c                 | 30 +++++++++++++++++++++++-------
 arch/arm/mach-at91/cpuidle.c               |  2 +-
 arch/arm/mach-at91/generic.h               |  2 +-
 arch/arm/mach-at91/include/mach/at91_pmc.h |  3 +++
 arch/arm/mach-at91/irq.c                   |  9 ++++++++-
 arch/arm/mach-at91/pm.c                    |  2 +-
 arch/arm/mach-at91/setup.c                 |  2 +-
 arch/arm/mach-at91/soc.h                   |  1 +
 15 files changed, 53 insertions(+), 27 deletions(-)

-- 
Nicolas Ferre

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

* [GIT PULL] at91: non critical fixes (for early 3.11) #2
@ 2013-06-26 13:45 ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2013-06-26 13:45 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Another fixes-non-critical pull-request for early 3.11. It is of course based
on the patches that you already have in arm-soc/at91/fixes.

Thanks, best regards,

The following changes since commit 133e00116b5bc76110bcc41ded369489209b641f:

  ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHED (2013-06-18 10:20:30 +0200)

are available in the git repository at:

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

for you to fetch changes up to bd2da9ca138e446824a7542b381aed442fef4caa:

  ARM: at91/PMC: use at91_usb_rate() for UTMI PLL (2013-06-26 15:24:11 +0200)

----------------------------------------------------------------
Several fixes for:
- external irq on non-DT boards
- cpuidle code in some circumstances
- PMC code in relation with PLLB/PLL_UTMI/USB:
  mainly for SAMA5D3 and AT91SAM9N12

----------------------------------------------------------------
Daniel Lezcano (1):
      ARM: at91: cpuidle: Fix target_residency

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: fix at91_extern_irq usage for non-dt boards

Nicolas Ferre (4):
      ARM: at91/PMC: sama5d3 family doesn't have a PLLB
      ARM: at91/PMC: at91sam9n12 family has a PLLB
      ARM: at91/PMC: fix at91sam9n12 USB FS init
      ARM: at91/PMC: use at91_usb_rate() for UTMI PLL

 arch/arm/mach-at91/at91rm9200.c            |  8 ++++----
 arch/arm/mach-at91/at91sam9260.c           |  4 ++--
 arch/arm/mach-at91/at91sam9261.c           |  4 ++--
 arch/arm/mach-at91/at91sam9263.c           |  2 +-
 arch/arm/mach-at91/at91sam9g45.c           |  2 +-
 arch/arm/mach-at91/at91sam9rl.c            |  2 +-
 arch/arm/mach-at91/at91x40.c               |  7 +++----
 arch/arm/mach-at91/clock.c                 | 30 +++++++++++++++++++++++-------
 arch/arm/mach-at91/cpuidle.c               |  2 +-
 arch/arm/mach-at91/generic.h               |  2 +-
 arch/arm/mach-at91/include/mach/at91_pmc.h |  3 +++
 arch/arm/mach-at91/irq.c                   |  9 ++++++++-
 arch/arm/mach-at91/pm.c                    |  2 +-
 arch/arm/mach-at91/setup.c                 |  2 +-
 arch/arm/mach-at91/soc.h                   |  1 +
 15 files changed, 53 insertions(+), 27 deletions(-)

-- 
Nicolas Ferre

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

* Re: [GIT PULL] at91: non critical fixes (for early 3.11) #2
  2013-06-26 13:45 ` Nicolas Ferre
@ 2013-06-27 13:03   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-27 13:03 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Olof Johansson, daniel.lezcano, Linux Kernel list,
	linux-arm-kernel, Jean-Christophe PLAGNIOL-VILLARD,
	Ludovic Desroches

On Wednesday 26 June 2013, Nicolas Ferre wrote:
> Another fixes-non-critical pull-request for early 3.11. It is of course based
> on the patches that you already have in arm-soc/at91/fixes.
> 
> Thanks, best regards,
> 
> The following changes since commit 133e00116b5bc76110bcc41ded369489209b641f:
> 
>   ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHED (2013-06-18 10:20:30 +0200)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-fixes
> 
> for you to fetch changes up to bd2da9ca138e446824a7542b381aed442fef4caa:
> 
>   ARM: at91/PMC: use at91_usb_rate() for UTMI PLL (2013-06-26 15:24:11 +0200)

All of these look simple enough, so I've pulled them into next/fixes-non-critical.

Thanks,

	Arnd

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

* [GIT PULL] at91: non critical fixes (for early 3.11) #2
@ 2013-06-27 13:03   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-27 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 26 June 2013, Nicolas Ferre wrote:
> Another fixes-non-critical pull-request for early 3.11. It is of course based
> on the patches that you already have in arm-soc/at91/fixes.
> 
> Thanks, best regards,
> 
> The following changes since commit 133e00116b5bc76110bcc41ded369489209b641f:
> 
>   ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHED (2013-06-18 10:20:30 +0200)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-fixes
> 
> for you to fetch changes up to bd2da9ca138e446824a7542b381aed442fef4caa:
> 
>   ARM: at91/PMC: use at91_usb_rate() for UTMI PLL (2013-06-26 15:24:11 +0200)

All of these look simple enough, so I've pulled them into next/fixes-non-critical.

Thanks,

	Arnd

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

end of thread, other threads:[~2013-06-27 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-26 13:45 [GIT PULL] at91: non critical fixes (for early 3.11) #2 Nicolas Ferre
2013-06-26 13:45 ` Nicolas Ferre
2013-06-27 13:03 ` Arnd Bergmann
2013-06-27 13:03   ` Arnd Bergmann

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.