Re: [PATCH 06/16] mfd: omap-usb-host: cleanup clock management code

2012-11-27 Thread Roger Quadros
On 11/26/2012 10:02 PM, Felipe Balbi wrote: > Hi, > > On Mon, Nov 26, 2012 at 05:14:45PM +0200, Roger Quadros wrote: >> Felipe, >> >> On 11/21/2012 03:39 PM, Felipe Balbi wrote: >>> Hi, >>> >>> On Thu, Nov 15, 2012 at 04:34:04PM +0200, Roger Quadros wrote: All ports have similarly named port

Re: [PATCH 06/16] mfd: omap-usb-host: cleanup clock management code

2012-11-26 Thread Felipe Balbi
Hi, On Mon, Nov 26, 2012 at 05:14:45PM +0200, Roger Quadros wrote: > Felipe, > > On 11/21/2012 03:39 PM, Felipe Balbi wrote: > > 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 s

Re: [PATCH 06/16] mfd: omap-usb-host: cleanup clock management code

2012-11-26 Thread Roger Quadros
Felipe, On 11/21/2012 03:39 PM, Felipe Balbi wrote: > 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: Roge

Re: [PATCH 06/16] mfd: omap-usb-host: cleanup clock management code

2012-11-21 Thread Felipe Balbi
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 > --- > drivers/mfd/omap-usb-host.c | 208 > +

[PATCH 06/16] mfd: omap-usb-host: cleanup clock management code

2012-11-15 Thread Roger Quadros
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 --- drivers/mfd/omap-usb-host.c | 208 +-- 1 files changed, 101 insertions(+), 107 delet