Message ID | 20211109131013.2684058-1-martin.kepplinger@puri.sm (mailing list archive) |
---|---|
Headers | show |
Series | media: i2c: hi846: minor PM fixes | expand |
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
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.