From patchwork Tue Nov 9 13:10:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 78315 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1mkQuE-005tEB-AQ; Tue, 09 Nov 2021 13:11:18 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234688AbhKINOC (ORCPT + 1 other); Tue, 9 Nov 2021 08:14:02 -0500 Received: from comms.puri.sm ([159.203.221.185]:47440 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhKINOB (ORCPT ); Tue, 9 Nov 2021 08:14:01 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id CD8C8E0306; Tue, 9 Nov 2021 05:10:45 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k3Q3wFnK-lMX; Tue, 9 Nov 2021 05:10:45 -0800 (PST) From: Martin Kepplinger To: sakari.ailus@linux.intel.com, mchehab@kernel.org Cc: linux-media@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@puri.sm, Martin Kepplinger Subject: [PATCH v1 0/2] media: i2c: hi846: minor PM fixes Date: Tue, 9 Nov 2021 14:10:11 +0100 Message-Id: <20211109131013.2684058-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.4 (--) X-LSpam-Report: No, score=-2.4 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no 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(-)