Re: [PATCH 0/2] serial: sh-sci: Use pm_runtime_get_sync()/put()

2018-10-03 Thread Wolfram Sang
Hey guys, I stumbled over this one again and want to make sure we have a conclusion here. > The way I understand it, the problem this intends to fix is not the > state the device ends up in, but that it needs to be powered while > registers are read or written. I agree. > It seems to me that

Re: [PATCH 0/2] serial: sh-sci: Use pm_runtime_get_sync()/put()

2018-09-20 Thread Ulrich Hecht
Sorry for the delay... > On April 13, 2018 at 7:27 PM Geert Uytterhoeven wrote: > > On Fri, Apr 13, 2018 at 7:00 PM, Ulrich Hecht > wrote: > > These patches make sure that the device is up while the suspend/resume code > > is executed. Up-port from the BSP, tested not to break stuff. > > > >

Re: [PATCH 0/2] serial: sh-sci: Use pm_runtime_get_sync()/put()

2018-07-12 Thread Wolfram Sang
On Fri, Apr 13, 2018 at 07:27:59PM +0200, Geert Uytterhoeven wrote: > Hi Ulrich, > > On Fri, Apr 13, 2018 at 7:00 PM, Ulrich Hecht > wrote: > > These patches make sure that the device is up while the suspend/resume code > > is executed. Up-port from the BSP, tested not to break stuff. > > > >

Re: [PATCH 0/2] serial: sh-sci: Use pm_runtime_get_sync()/put()

2018-04-13 Thread Geert Uytterhoeven
Hi Ulrich, On Fri, Apr 13, 2018 at 7:00 PM, Ulrich Hecht wrote: > These patches make sure that the device is up while the suspend/resume code > is executed. Up-port from the BSP, tested not to break stuff. > > Hien Dang (2): > serial: sh-sci: Use

[PATCH 0/2] serial: sh-sci: Use pm_runtime_get_sync()/put()

2018-04-13 Thread Ulrich Hecht
Hi! These patches make sure that the device is up while the suspend/resume code is executed. Up-port from the BSP, tested not to break stuff. CU Uli Hien Dang (2): serial: sh-sci: Use pm_runtime_get_sync()/put() on suspend serial: sh-sci: Use pm_runtime_get_sync()/put() on resume