Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp860370pxb; Thu, 28 Jan 2021 01:58:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJyrEjXNIEWe0QiIB2JCl42y5u2wp7FgTwd0equS1TknmmVk3iyXBR9paOhfZ1yqFs6MNaN9 X-Received: by 2002:a17:906:198b:: with SMTP id g11mr7919491ejd.536.1611827903130; Thu, 28 Jan 2021 01:58:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611827903; cv=none; d=google.com; s=arc-20160816; b=H7lzdEbEEA6HAxwhTgVrwGXs5Y+EMWceaHOa9sLgGIeLNaUhfgklt1I2a7/iw2oAcO Jg5DoMFcCYo1LRqTQcZ7oalRHwOJFlWB4ZKyMSVMAp6TFwbWPOj2ityoktihFHpuVVh5 W/PYrwFAVjv1jIjsMTRsIe7l14E4E32v5wC/t1ae/rO3ED2uIcqRQQB4feLCQGO+SRaS B6fHz0muGchx7ev3Bpf6CbGgt8N0Kv0Qc5hKzVBeUsTjGbfGIGROE4JEIlYaN595QHse 0OrikYcCp3Wnb4F9VDDBJmyk3SKjp0JaA1QpoI3WdMsfXIXR2itDcLlGoUFHV8ruiU7k Rtpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=Mou3uh2dacgdnAabKGxqbD6jUVJ8SaxjDEghhpW+8jQ=; b=PCsExA6PwoIblFE1WvPyXp9Uw4F99G3r6hW8qo0j3PmBwHNPAC3/79AIiuopy/st8D AePi4fXEweYsQXopuZ/bvvs8dHMfgPvuBiXUeb7xMSuH7jDcTpxfJ2jb3mHh9Pn8XmPR BhcNQIxxb2axCt6DyvKpIZF6Ck/HjMSnyuglUJl0ugi61W/Ndkgsrn1L7mSTTOBmaECJ oZwQQncaNeQMJnv+BocNEukEgKbObOri1LzzC60Py76Fua2wUtDlAnE4dthATkuFwk1d EKF4WlB+PbemGFuro2L/NtdcDAnM8qjyBFAug+Su24g4ZRDirhfC2eZa+8bQkVeWwB8N Wh/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m21si2663015edq.433.2021.01.28.01.57.58; Thu, 28 Jan 2021 01:58:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231561AbhA1JzC (ORCPT + 99 others); Thu, 28 Jan 2021 04:55:02 -0500 Received: from sauhun.de ([88.99.104.3]:49816 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229578AbhA1JzA (ORCPT ); Thu, 28 Jan 2021 04:55:00 -0500 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 Cc: matthias.bgg@gmail.com, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, leilk.liu@mediatek.com 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 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yaap9KN+GmBP785v" Content-Disposition: inline In-Reply-To: <1611661020.15158.4.camel@mhfsdcap03> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --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--