RE: [PATCH 2/3] spi: dw: Add basic runtime PM support

2019-09-17 Thread Gareth Williams
Hi Geert, > On Mon, Sep 17, 2019 at 07:36 PM Geert Uytterhoeven > wrote: > > Hi Gareth, > > On Mon, Sep 16, 2019 at 6:14 PM Gareth Williams > wrote: > > > On Mon, Sep 16, 2019 at 15:36 PM Geert Uytterhoeven > > > wrote: > > > On Fri, Sep 13, 2019 at 2:13 PM Gareth Williams > > > wrote: > > >

Re: [PATCH 2/3] spi: dw: Add basic runtime PM support

2019-09-16 Thread Geert Uytterhoeven
Hi Gareth, On Mon, Sep 16, 2019 at 6:14 PM Gareth Williams wrote: > > On Mon, Sep 16, 2019 at 15:36 PM Geert Uytterhoeven > > wrote: > > On Fri, Sep 13, 2019 at 2:13 PM Gareth Williams > > wrote: > > > From: Phil Edworthy > > > > > > Enable runtime PM so that the clock used to access the regis

RE: [PATCH 2/3] spi: dw: Add basic runtime PM support

2019-09-16 Thread Gareth Williams
Hi Geert, I appreciate the feedback. > On Mon, Sep 16, 2019 at 15:36 PM Geert Uytterhoeven > wrote: > Hi Gareth, > > On Fri, Sep 13, 2019 at 2:13 PM Gareth Williams > wrote: > > From: Phil Edworthy > > > > Enable runtime PM so that the clock used to access the registers in > > the peripheral

Re: [PATCH 2/3] spi: dw: Add basic runtime PM support

2019-09-16 Thread Geert Uytterhoeven
Hi Gareth, On Fri, Sep 13, 2019 at 2:13 PM Gareth Williams wrote: > From: Phil Edworthy > > Enable runtime PM so that the clock used to access the registers in the > peripheral is turned on using a clock domain. > > Signed-off-by: Phil Edworthy > Signed-off-by: Gareth Williams Thanks for your

[PATCH 2/3] spi: dw: Add basic runtime PM support

2019-09-13 Thread Gareth Williams
From: Phil Edworthy Enable runtime PM so that the clock used to access the registers in the peripheral is turned on using a clock domain. Signed-off-by: Phil Edworthy Signed-off-by: Gareth Williams --- drivers/spi/spi-dw.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/spi/sp