[U-Boot] [PATCH 1/8] Nomadik: move timer code to drivers/misc

Rabin VINCENT rabin.vincent at stericsson.com
Tue Apr 6 13:16:22 CEST 2010


On Sun, Mar 28, 2010 at 07:30:01PM +0200, Tom wrote:
> Rabin Vincent wrote:
> > The Nomadik MTU driver will also be used on the U8500 SoC, so move it
> > out of platform-specific code.
> > 
> > Acked-by: Alessandro Rubini <rubini at unipv.it>
> > Acked-by: Michael Brandt <michael.brandt at stericsson.com>
> > Signed-off-by: Rabin Vincent <rabin.vincent at stericsson.com>
> > ---
> >  cpu/arm926ejs/nomadik/Makefile                     |    2 +-
> >  drivers/misc/Makefile                              |    1 +
> >  .../nomadik/timer.c => drivers/misc/nomadik_mtu.c  |    2 +-
> >  include/configs/nhk8815.h                          |    1 +
> >  .../{asm-arm/arch-nomadik/mtu.h => nomadik_mtu.h}  |    0
> 
> Move the nomadik_gpio.h and nomadik_mtu.h into nomadik.h
> Just to have 1 nomadik *.h

nomadik.h is currently used for 8815-specific addresses.  If Alessandro
has no objections, I will move it to, say, nmdk8815.h and then combine
the common peripheral headers into nomadik.h.

Rabin


More information about the U-Boot mailing list