From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 667B3C433DB for ; Thu, 28 Jan 2021 09:55:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EA0E664D9D for ; Thu, 28 Jan 2021 09:55:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA0E664D9D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=the-dreams.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QfykALQmvgZvta5hNmgJtv8gJuRyd6iO+QHA0bZbsow=; b=Ee7flKRMkrKHAx5wf3l2saWxD HEY80PJfYrz30hrIochts9u22pHnV3Eb1iqM0GtbqZw7fVw5zVlG2pdOPXfMOyQF1ACg4iYCWGQpz PtQtk82JiM0zB8Q22xZs3rrJX7bTEpnS8Gg/btRXFQGYInWaTQUCBZfjXbjkyaA2Ol1yRYNNjdrXd 3iebnc8UWQlRCOwYJAHCWvaAgWO+hp+3L4Z2SqYLT5GkIv9zEY2yZ6SK8oP8o9KLsS7h4CLLi6LB7 RYbJGbA/WuDRPYUMMSprx0wUBHTz0Fn/lJfS4vEAoxD/lGQe8NwpFMae2QfYpFdNyndrPBcpLKgaJ zmJW801+w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l540L-0007GO-3X; Thu, 28 Jan 2021 09:54:21 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l540J-0007Ft-5x; Thu, 28 Jan 2021 09:54:19 +0000 Received: from localhost (p54b33782.dip0.t-ipconnect.de [84.179.55.130]) by pokefinder.org (Postfix) with ESMTPSA id 6C95F2C04D8; Thu, 28 Jan 2021 10:54:18 +0100 (CET) Date: Thu, 28 Jan 2021 10:54:18 +0100 From: Wolfram Sang To: Qii Wang Subject: Re: [RESEND, V2] i2c: mediatek: Move suspend and resume handling to NOIRQ phase Message-ID: <20210128095418.GM963@ninjato> References: <1610180990-23496-1-git-send-email-qii.wang@mediatek.com> <1611661020.15158.4.camel@mhfsdcap03> MIME-Version: 1.0 In-Reply-To: <1611661020.15158.4.camel@mhfsdcap03> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210128_045419_347477_BF0BD7A8 X-CRM114-Status: GOOD ( 14.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: srv_heupstream@mediatek.com, leilk.liu@mediatek.com, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-i2c@vger.kernel.org, matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============6368971186210430602==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6368971186210430602== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yaap9KN+GmBP785v" Content-Disposition: inline --yaap9KN+GmBP785v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 26, 2021 at 07:37:00PM +0800, Qii Wang wrote: > Hi Wolfram, >=20 > On Sat, 2021-01-09 at 16:29 +0800, qii.wang@mediatek.com wrote: > > From: Qii Wang > >=20 > > Some i2c device driver indirectly uses I2C driver when it is now > > being suspended. The i2c devices driver is suspended during the > > NOIRQ phase and this cannot be changed due to other dependencies. > > Therefore, we also need to move the suspend handling for the I2C > > controller driver to the NOIRQ phase as well. > >=20 > > Signed-off-by: Qii Wang Applied to for-current, thanks! --yaap9KN+GmBP785v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmASicUACgkQFA3kzBSg Kbb1SxAAkdlzqRe2g/+FlrSwbUlvm/+2tdGA2oq/oRPw5uUiSeSC860KEdWS6q0b eF3cQLo3iiPFeUO0bUc/JPpQn6ItaFDVfbvbBLX2hRJswUPXmVJxHqTQqOKuHgrM rsCyXohNdxdT40Bf7+0VteZydDXFbcnStJyCKdn2RjjOXnpX4Y5kQmsqkMxKY4bd 4LXYyvKsuqfTSPqdvSKozOuspmNDI+/Vq8x/IZHccR27y2vz8vg7b6yRjiRQp2tc 0dwXzzIUYvMhKEK0ivfNe1uPMI9Sw7SD5i6wFzkT5DIuKfWRpiQxd304nExOvdoI xe244OgI6WUCXgTax2UwtOnUdscIrP0Edc3wwf7ewdmCAqirUKsZenWbpBOcvdDn lz5IGU5WOQjjds6rL/dYyUlhQRghhRpsmyiF65vFQ/80h0sEMP/g+CAq7GfuAXw2 rqNkOw4YGCqTy5oidT9s4g+69G8i6alQZ+p1GE0B/2KIzMgwPwcKS3NmIrwcrYEE +lszyWcK2o3kkcyYls5hvniLK5zSoJomdfqwwRnCNeJng3GqAUaD34Lq5k7lmaIv IgT3vOzUWN5V/gCtGg6SPEUzkalEhcQ3Z3eu/+nAOj518SLroSdHfWWqwkpktfjs 8KQgg+hYgQxHq5qvs9X12mbYiRI3ZlSnNISA7/k47w3US6BmlLE= =eBay -----END PGP SIGNATURE----- --yaap9KN+GmBP785v-- --===============6368971186210430602== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6368971186210430602==--