mbox

[GIT,PULL] arm-soc: lpc32xx: platform updates

Message ID 50A0D053.8020602@antcom.de
State New
Headers show

Pull-request

git://git.antcom.de/linux-2.6.git lpc32xx/core

Message

stigge@antcom.de Nov. 12, 2012, 10:32 a.m. UTC
Hi Arnd and Olof,

this is a follow-up update of the previous pull request, adding only one patch
to the LPC32xx platform (Motor PWM clock by Alban Bedel).

Thanks,

Roland


The following changes since commit 91deef8069e7ffafac4467200e1d37af1b2d7c56:

  ARM: LPC32xx: Cleanup irq.c (2012-11-07 13:30:50 +0100)

are available in the git repository at:

  git://git.antcom.de/linux-2.6.git lpc32xx/core

for you to fetch changes up to 84cee34db4d34b9059f4ef66f7d1805e438cc7f3:

  ARM: LPC32xx: Add the motor PWM clock (2012-11-12 11:27:40 +0100)

----------------------------------------------------------------
Alban Bedel (1):
      ARM: LPC32xx: Add the motor PWM clock

 arch/arm/mach-lpc32xx/clock.c                 |    8 ++++++++
 arch/arm/mach-lpc32xx/include/mach/platform.h |    1 +
 2 files changed, 9 insertions(+)

Comments

Arnd Bergmann Nov. 12, 2012, 2:34 p.m. UTC | #1
On Monday 12 November 2012, Roland Stigge wrote:
> this is a follow-up update of the previous pull request, adding only one patch
> to the LPC32xx platform (Motor PWM clock by Alban Bedel).
> 
> The following changes since commit 91deef8069e7ffafac4467200e1d37af1b2d7c56:
> 
>   ARM: LPC32xx: Cleanup irq.c (2012-11-07 13:30:50 +0100)
> 
> are available in the git repository at:
> 
>   git://git.antcom.de/linux-2.6.git lpc32xx/core
> 

Pulled into next/soc, thanks!

It would be nice if you could start using signed tag for pull requests
and put a little series description into that tag. Ideally signed with
a gpg key that is trusted by other kernel developers, but just having the
changelog is good as well.

	Arnd