Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-12 Thread Magnus Damm
Hi Laurent, On Wed, Mar 12, 2014 at 8:26 PM, Laurent Pinchart wrote: > Hi Magnus, > > On Wednesday 12 March 2014 10:23:48 Magnus Damm wrote: >> On Wed, Mar 12, 2014 at 1:32 AM, Laurent Pinchart wrote: >> > On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: >> >> Hi Laurent, >> >> >> >> O

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-12 Thread Laurent Pinchart
Hi Magnus, On Wednesday 12 March 2014 10:23:48 Magnus Damm wrote: > On Wed, Mar 12, 2014 at 1:32 AM, Laurent Pinchart wrote: > > On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: > >> Hi Laurent, > >> > >> On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: > >> > Does this require

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Magnus Damm
On Wed, Mar 12, 2014 at 1:32 AM, Laurent Pinchart wrote: > On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: >> Hi Laurent, >> >> On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: >> > Does this require drivers/sh/pm_runtime.c to be compiled in ? >> >> Let's check... >> >> My koel

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Laurent Pinchart
Hi Geert, On Tuesday 11 March 2014 18:44:21 Geert Uytterhoeven wrote: > On Tue, Mar 11, 2014 at 5:32 PM, Laurent Pinchart wrote: > > On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: > >> On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: > >> > Does this require drivers/sh/pm_runt

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Geert Uytterhoeven
Hi Laurent, On Tue, Mar 11, 2014 at 5:32 PM, Laurent Pinchart wrote: > On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: >> On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: >> > Does this require drivers/sh/pm_runtime.c to be compiled in ? >> >> Let's check... >> >> My koelsch-l

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Laurent Pinchart
On Tuesday 11 March 2014 17:23:37 Geert Uytterhoeven wrote: > Hi Laurent, > > On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: > > Does this require drivers/sh/pm_runtime.c to be compiled in ? > > Let's check... > > My koelsch-legacy kernel has drivers/sh/pm_runtime.c compiled in. > My k

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Geert Uytterhoeven
Hi Laurent, On Tue, Mar 11, 2014 at 4:55 PM, Laurent Pinchart wrote: > Does this require drivers/sh/pm_runtime.c to be compiled in ? Let's check... My koelsch-legacy kernel has drivers/sh/pm_runtime.c compiled in. My koelsch-reference kernel hasn't. However, under the -reference kernel many MS

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. Does this require drivers/sh/pm_runtime.c to be compiled in ? On Tuesday 11 March 2014 10:59:11 Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Signed-off-by: Geert Uytterhoeven > Cc: Magnus Damm > --- > drivers/spi/spi-sh-msiof.c | 25 +

Re: [PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Mark Brown
On Tue, Mar 11, 2014 at 10:59:11AM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven Applied, thanks. signature.asc Description: Digital signature

[PATCH 2/3] spi: sh-msiof: Convert to spi core auto_runtime_pm framework

2014-03-11 Thread Geert Uytterhoeven
From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven Cc: Magnus Damm --- drivers/spi/spi-sh-msiof.c | 25 + 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c index 739eb2f12ecc..e850d03e7190 100