Re: [PATCH 07/11] arm: omap4: add USBHOST and related base addresses

2010-11-30 Thread Tony Lindgren
* Felipe Balbi  [101122 02:15]:
> On Mon, Nov 22, 2010 at 12:10:10AM +0530, Anand Gadiyar wrote:
> >Add base addresses for USBHOST, USBTLL, EHCI and OHCI to
> >the header file.
> >
> >This will disappear when the drivers are converted to use
> >the hwmod database, however this patch is needed until then.
> >
> >Signed-off-by: Anand Gadiyar 
> 
> Tony, I need an Ack here again :-p

Acked-by: Tony Lindgren 
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 07/11] arm: omap4: add USBHOST and related base addresses

2010-11-22 Thread Felipe Balbi

On Mon, Nov 22, 2010 at 12:10:10AM +0530, Anand Gadiyar wrote:

Add base addresses for USBHOST, USBTLL, EHCI and OHCI to
the header file.

This will disappear when the drivers are converted to use
the hwmod database, however this patch is needed until then.

Signed-off-by: Anand Gadiyar 


Tony, I need an Ack here again :-p

--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 07/11] arm: omap4: add USBHOST and related base addresses

2010-11-21 Thread Anand Gadiyar
Add base addresses for USBHOST, USBTLL, EHCI and OHCI to
the header file.

This will disappear when the drivers are converted to use
the hwmod database, however this patch is needed until then.

Signed-off-by: Anand Gadiyar 
---
 arch/arm/plat-omap/include/plat/omap44xx.h |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-omap/include/plat/omap44xx.h 
b/arch/arm/plat-omap/include/plat/omap44xx.h
index 8b3f12f..ea2b8a6 100644
--- a/arch/arm/plat-omap/include/plat/omap44xx.h
+++ b/arch/arm/plat-omap/include/plat/omap44xx.h
@@ -52,5 +52,10 @@
 #define OMAP4_MMU1_BASE0x55082000
 #define OMAP4_MMU2_BASE0x4A066000
 
+#define OMAP44XX_USBTLL_BASE   (L4_44XX_BASE + 0x62000)
+#define OMAP44XX_UHH_CONFIG_BASE   (L4_44XX_BASE + 0x64000)
+#define OMAP44XX_HSUSB_OHCI_BASE   (L4_44XX_BASE + 0x64800)
+#define OMAP44XX_HSUSB_EHCI_BASE   (L4_44XX_BASE + 0x64C00)
+
 #endif /* __ASM_ARCH_OMAP44XX_H */
 
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html