mbox

[GIT,PULL] ARM: LPC32xx: Core updates

Message ID 50094A0E.4070006@antcom.de
State New
Headers show

Pull-request

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

Message

stigge@antcom.de July 20, 2012, 12:07 p.m. UTC
Hi Arnd and Olof,

this LPC32xx core update (branch lpc32xx/core2) builds upon the
previously provided lpc32xx/core-fixes. Basically including PWM support
(for the PWM driver from Alexandre already in the pwm tree), and
CPU ID.

Thanks,

Roland


The following changes since commit 8ba85f8bffdfbac98dac8630406f7d020103db70:

  ARM: LPC32xx: Adjust to pl08x DMA interface changes (2012-07-12 14:25:37 +0200)

are available in the git repository at:

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

for you to fetch changes up to c49a18308669a7c1bd61ddd4f575a88d49b0b852:

  ARM: LPC32xx: Add PWM support (2012-07-20 14:01:51 +0200)

----------------------------------------------------------------
Alexandre Pereira da Silva (3):
      ARM: LPC32xx: Set system serial based on cpu unique id
      ARM: LPC32xx: Add PWM clock
      ARM: LPC32xx: Add PWM support

 arch/arm/Kconfig               |    1 +
 arch/arm/mach-lpc32xx/clock.c  |   14 ++++++++++++++
 arch/arm/mach-lpc32xx/common.c |   10 ++++++++--
 3 files changed, 23 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann July 20, 2012, 10:19 p.m. UTC | #1
On Friday 20 July 2012, Roland Stigge wrote:
> Hi Arnd and Olof,
> 
> this LPC32xx core update (branch lpc32xx/core2) builds upon the
> previously provided lpc32xx/core-fixes. Basically including PWM support
> (for the PWM driver from Alexandre already in the pwm tree), and
> CPU ID.

Pulled both branches into the sames ones as earlier respective ones.
Note that you don't actually have to start a new branch when you
add patches for the same topic, you can just add stuff on top,
whichever works best for you.

It would be nice if you can start sending tags rather than branches,
because that lets you put the changeset text right into the tag
so I don't have to copy it into the merge text manually.

	Arnd