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

2010-04-06 Thread Alessandro Rubini
>> > .../{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

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

2010-04-06 Thread Rabin VINCENT
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 > > Acked-by: Michael Brandt > > Signed-off-by: Rabin Vincent > > --- > >

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

2010-03-28 Thread Tom
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 > Acked-by: Michael Brandt > Signed-off-by: Rabin Vincent > --- > cpu/arm926ejs/nomadik/Makefile |2 +- > driver

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

2010-03-17 Thread Rabin Vincent
The Nomadik MTU driver will also be used on the U8500 SoC, so move it out of platform-specific code. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- cpu/arm926ejs/nomadik/Makefile |2 +- drivers/misc/Makefile