[v1,0/2] media: i2c: hi846: minor PM fixes

Message ID 20211109131013.2684058-1-martin.kepplinger@puri.sm (mailing list archive)
Headers
Series media: i2c: hi846: minor PM fixes |

Message

Martin Kepplinger Nov. 9, 2021, 1:10 p.m. UTC
  hi Saraki and all,

Here are minor PM fixes for the hi846 sensor while testing system suspend:

thank you very much for your time,

                             martin


Martin Kepplinger (2):
  media: i2c: hi846: check return value of regulator_bulk_disable()
  media: i2c: hi846: use pm_runtime_force_suspend/resume for system
    suspend

 drivers/media/i2c/hi846.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
  

Comments

Martin Kepplinger Dec. 14, 2021, 1:44 p.m. UTC | #1
Am Dienstag, dem 09.11.2021 um 14:10 +0100 schrieb Martin Kepplinger:
> hi Saraki and all,
> 
> Here are minor PM fixes for the hi846 sensor while testing system
> suspend:
> 
> thank you very much for your time,
> 
>                              martin
> 
> 
> Martin Kepplinger (2):
>   media: i2c: hi846: check return value of regulator_bulk_disable()
>   media: i2c: hi846: use pm_runtime_force_suspend/resume for system
>     suspend
> 
>  drivers/media/i2c/hi846.c | 14 ++++++++------
>  1 file changed, 8 insertions(+), 6 deletions(-)
> 

hi all. Any objection or other thoughts about this? This fixes system
suspend.

thank you!

                          martin
  
Sakari Ailus Dec. 14, 2021, 3:21 p.m. UTC | #2
On Tue, Dec 14, 2021 at 02:44:41PM +0100, Martin Kepplinger wrote:
> Am Dienstag, dem 09.11.2021 um 14:10 +0100 schrieb Martin Kepplinger:
> > hi Saraki and all,
> > 
> > Here are minor PM fixes for the hi846 sensor while testing system
> > suspend:
> > 
> > thank you very much for your time,
> > 
> >                              martin
> > 
> > 
> > Martin Kepplinger (2):
> >   media: i2c: hi846: check return value of regulator_bulk_disable()
> >   media: i2c: hi846: use pm_runtime_force_suspend/resume for system
> >     suspend
> > 
> >  drivers/media/i2c/hi846.c | 14 ++++++++------
> >  1 file changed, 8 insertions(+), 6 deletions(-)
> > 
> 
> hi all. Any objection or other thoughts about this? This fixes system
> suspend.

Thanks for the ping, Martin.

The patches are in my tree now.