Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Wed, Mar 12, 2014 at 04:37:19PM +0100, Laurent Pinchart wrote: > Hi Felipe, > > (CC'ing Geert Uytterhoeven as we happen to discuss runtime PM and clock > handling for the Renesas SoCs at the moment) > > Thank you for the patch. This is a bit of a late reply, but that's better > than >

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Fri, Mar 28, 2014 at 02:20:24PM +0100, Geert Uytterhoeven wrote: > Hi Felipe, > > On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart > wrote: > > On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: > >> Still TODO a commit log. Not for merging! > >> > >> NYET-Signed-off-by: Felipe

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Geert Uytterhoeven
Hi Felipe, On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart wrote: > On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: >> Still TODO a commit log. Not for merging! >> >> NYET-Signed-off-by: Felipe Balbi >> --- >> >> This patch is an idea I've had recently in order to combine several

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Geert Uytterhoeven
Hi Felipe, On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: Still TODO a commit log. Not for merging! NYET-Signed-off-by: Felipe Balbi ba...@ti.com --- This patch is an idea I've had

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Fri, Mar 28, 2014 at 02:20:24PM +0100, Geert Uytterhoeven wrote: Hi Felipe, On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: Still TODO a commit log. Not for merging!

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Wed, Mar 12, 2014 at 04:37:19PM +0100, Laurent Pinchart wrote: Hi Felipe, (CC'ing Geert Uytterhoeven as we happen to discuss runtime PM and clock handling for the Renesas SoCs at the moment) Thank you for the patch. This is a bit of a late reply, but that's better than no

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-12 Thread Laurent Pinchart
Hi Felipe, (CC'ing Geert Uytterhoeven as we happen to discuss runtime PM and clock handling for the Renesas SoCs at the moment) Thank you for the patch. This is a bit of a late reply, but that's better than no reply I suppose. Please see below for a small comment. On Friday 31 January 2014

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-12 Thread Laurent Pinchart
Hi Felipe, (CC'ing Geert Uytterhoeven as we happen to discuss runtime PM and clock handling for the Renesas SoCs at the moment) Thank you for the patch. This is a bit of a late reply, but that's better than no reply I suppose. Please see below for a small comment. On Friday 31 January 2014

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Felipe Balbi
Hi, On Fri, Jan 31, 2014 at 04:34:27PM -0500, Alan Stern wrote: > On Fri, 31 Jan 2014, Felipe Balbi wrote: > > > Still TODO a commit log. Not for merging! > > > > NYET-Signed-off-by: Felipe Balbi > > --- > > > > This patch is an idea I've had recently in order to combine several > >

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Alan Stern
On Fri, 31 Jan 2014, Felipe Balbi wrote: > Still TODO a commit log. Not for merging! > > NYET-Signed-off-by: Felipe Balbi > --- > > This patch is an idea I've had recently in order to combine several different > PM implementations into the platform-bus. > > This patch is bare minimum for

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Felipe Balbi
Hi, On Fri, Jan 31, 2014 at 08:04:35PM +, Russell King - ARM Linux wrote: > On Fri, Jan 31, 2014 at 12:12:45PM -0600, Felipe Balbi wrote: > > diff --git a/drivers/base/platform.c b/drivers/base/platform.c > > index 3a94b79..86aeb5b 100644 > > --- a/drivers/base/platform.c > > +++

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Russell King - ARM Linux
On Fri, Jan 31, 2014 at 12:12:45PM -0600, Felipe Balbi wrote: > diff --git a/drivers/base/platform.c b/drivers/base/platform.c > index 3a94b79..86aeb5b 100644 > --- a/drivers/base/platform.c > +++ b/drivers/base/platform.c > @@ -484,6 +484,21 @@ static int platform_drv_probe(struct device *_dev) >

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Russell King - ARM Linux
On Fri, Jan 31, 2014 at 12:12:45PM -0600, Felipe Balbi wrote: diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 3a94b79..86aeb5b 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -484,6 +484,21 @@ static int platform_drv_probe(struct device *_dev)

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Felipe Balbi
Hi, On Fri, Jan 31, 2014 at 08:04:35PM +, Russell King - ARM Linux wrote: On Fri, Jan 31, 2014 at 12:12:45PM -0600, Felipe Balbi wrote: diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 3a94b79..86aeb5b 100644 --- a/drivers/base/platform.c +++

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Alan Stern
On Fri, 31 Jan 2014, Felipe Balbi wrote: Still TODO a commit log. Not for merging! NYET-Signed-off-by: Felipe Balbi ba...@ti.com --- This patch is an idea I've had recently in order to combine several different PM implementations into the platform-bus. This patch is bare minimum

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-01-31 Thread Felipe Balbi
Hi, On Fri, Jan 31, 2014 at 04:34:27PM -0500, Alan Stern wrote: On Fri, 31 Jan 2014, Felipe Balbi wrote: Still TODO a commit log. Not for merging! NYET-Signed-off-by: Felipe Balbi ba...@ti.com --- This patch is an idea I've had recently in order to combine several