Re: [PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3

2011-08-12 Thread Ming Lei
On Fri, Aug 12, 2011 at 1:46 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote: On Thu, Aug 11, 2011 at 8:53 PM, Ming Lei tom.leim...@gmail.com wrote: +static struct omap_hwmod_class_sysconfig omap34xx_usb_host_hs_sysc = { +       .rev_offs       = 0x, +       .sysc_offs      = 0x0010,

Re: [PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3

2011-08-12 Thread Munegowda, Keshava
On Fri, Aug 12, 2011 at 12:55 PM, Ming Lei tom.leim...@gmail.com wrote: On Fri, Aug 12, 2011 at 1:46 PM, Munegowda, Keshava keshava_mgo...@ti.com wrote: On Thu, Aug 11, 2011 at 8:53 PM, Ming Lei tom.leim...@gmail.com wrote: +static struct omap_hwmod_class_sysconfig omap34xx_usb_host_hs_sysc =

Re: [PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3

2011-08-11 Thread Ming Lei
Hi, On Tue, Aug 9, 2011 at 10:15 PM, Keshava Munegowda keshava_mgo...@ti.com wrote: Following 4 hwmod strcuture are added: UHH hwmod of usbhs with uhh base address and functional clock, EHCI hwmod with irq and base address, OHCI hwmod with irq and base address, TLL hwmod of usbhs with the

Re: [PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3

2011-08-11 Thread Munegowda, Keshava
On Thu, Aug 11, 2011 at 8:53 PM, Ming Lei tom.leim...@gmail.com wrote: Hi, On Tue, Aug 9, 2011 at 10:15 PM, Keshava Munegowda keshava_mgo...@ti.com wrote: Following 4 hwmod strcuture are added: UHH hwmod of usbhs with uhh base address and functional clock, EHCI hwmod with irq and base

[PATCH 2/5 v4] arm: omap: usb: ehci and ohci hwmod structures for omap3

2011-08-09 Thread Keshava Munegowda
Following 4 hwmod strcuture are added: UHH hwmod of usbhs with uhh base address and functional clock, EHCI hwmod with irq and base address, OHCI hwmod with irq and base address, TLL hwmod of usbhs with the TLL base address and irq. Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com ---