Re: [U-Boot] [PATCH 3/8] nomadik_gpio: get base address from platform code

2010-03-28 Thread Tom
Rabin Vincent wrote: > Change the Nomadik GPIO driver to get the base addresses from platform > specific code, since it will be used on multiple platforms with > different base addresses. > > Acked-by: Alessandro Rubini > Acked-by: Michael Brandt > Signed-off-by: Rabin Vincent > --- > board/st

[U-Boot] [PATCH 3/8] nomadik_gpio: get base address from platform code

2010-03-17 Thread Rabin Vincent
Change the Nomadik GPIO driver to get the base addresses from platform specific code, since it will be used on multiple platforms with different base addresses. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- board/st/nhk8815/nhk8815.c |7 +++ dri