Hi, On Thu, Nov 15, 2012 at 04:34:04PM +0200, Roger Quadros wrote: > All ports have similarly named port clocks so we can > bunch them into a port data structure and use for loop > to enable/disable the clocks. > > Signed-off-by: Roger Quadros <rogerq@xxxxxx> > --- > drivers/mfd/omap-usb-host.c | 208 +++++++++++++++++++++---------------------- > 1 files changed, 101 insertions(+), 107 deletions(-) > > diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c > index 23cec57..7303c41 100644 > --- a/drivers/mfd/omap-usb-host.c > +++ b/drivers/mfd/omap-usb-host.c > @@ -76,6 +76,8 @@ > > #define OMAP_UHH_DEBUG_CSR (0x44) > > +#define MAX_HS_USB_PORTS 3 /* Increase this if any chip has more */ > + > /* Values of UHH_REVISION - Note: these are not given in the TRM */ > #define OMAP_USBHS_REV1 0x00000010 /* OMAP3 */ > #define OMAP_USBHS_REV2 0x50700100 /* OMAP4 */ > @@ -87,14 +89,15 @@ > #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) > #define is_ehci_hsic_mode(x) (x == OMAP_EHCI_PORT_MODE_HSIC) > > +struct usbhs_port { > + struct clk *utmi_clk; > +}; I rather not since this will make it a lot more difficult to use pm_clk_add() :-s Also, this sort of thing should be dynamically allocated anyway ;-) -- balbi
Attachment:
signature.asc
Description: Digital signature