Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7273987ybi; Thu, 1 Aug 2019 05:53:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqyBm8My0acrMumIPBDdY8n4VNO33Mmra6LI3ak7fSGfd51SuuxDrMppqwGpG/l+Wx3uTFDL X-Received: by 2002:a17:90a:c68c:: with SMTP id n12mr8719749pjt.29.1564663988056; Thu, 01 Aug 2019 05:53:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564663988; cv=none; d=google.com; s=arc-20160816; b=YwFWi/Lsc8D28mpaFGCnIN+dwRGwv7unTb3hZHmcdW2jtiLIjNWq/fhF3BFrZpQY2r hdDALJXud/vkpia/A0BcSebYz2bb1bk/0HYk5Nvg8l2j7Wa79kR6w9pwUZzRt7c77fcr aRiNeo3Oh6oTVsQhLF9GWFx4VjE4WigoOZPQ9BGW1mOe78akwq3aQn1p9QE4rlXF1Bvx iYuE1rRdxPWUYp0t5ONGoIchpdzAuPSuKb61Cie9SjRegmdp9Pl8ma52Q1b2qW6WuT9a 9W+XfnhVqRcpVOyPfsDM6sG3VJExh0ZUHfBdYyctnZFzWbNgMF86AsYnlCWNzXQysOVz OyrQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YbR2PbILmrMF3l9S6AWlB17g7HsM3oEpxRzkEy6Z/8o=; b=PW+Ue1DGJXtRfDqxXG+mQDDby9G5RVqILwwrl6h7dd6nzbzq4Ncs7a3PSSKVsLNpgu Iupn4jzQCbiVEN7V0nzBwu32DoneSBgjhjxyuz0pZxnJ/37TYEAkN8FeVe/2MjPGaYP+ S0S3Qu545c67gQTbhcBGtDxFrU1l4n26oX4fdBLq7VWW10lZXn6Y7h/IPzCqjTFZnxAR D2NQv15LHkmM1kOgkN7AgOv855M1JJNjcAzu8aAsfeBLW+Bxrtqs5PDSGsEF4PnCN2dg O6Z6SrngppF6KZpmFf+V0dMa8vLQCjHw1xHTKpgq9jip/gHv2GA+mgosG8upHIzV/CMx gxmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i17si4055062pju.96.2019.08.01.05.52.52; Thu, 01 Aug 2019 05:53:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731531AbfHAMu0 (ORCPT + 99 others); Thu, 1 Aug 2019 08:50:26 -0400 Received: from sauhun.de ([88.99.104.3]:52594 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731335AbfHAMu0 (ORCPT ); Thu, 1 Aug 2019 08:50:26 -0400 Received: from localhost (p54B333D2.dip0.t-ipconnect.de [84.179.51.210]) by pokefinder.org (Postfix) with ESMTPSA id 62C102C2817; Thu, 1 Aug 2019 14:50:24 +0200 (CEST) Date: Thu, 1 Aug 2019 14:50:24 +0200 From: Wolfram Sang To: Anson.Huang@nxp.com Cc: aisheng.dong@nxp.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, wsa+renesas@sang-engineering.com, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH 1/2] i2c: mxs: use devm_platform_ioremap_resource() to simplify code Message-ID: <20190801125023.GH1659@ninjato> References: <20190717084017.30987-1-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cfJ13FhsvNR/yOpm" Content-Disposition: inline In-Reply-To: <20190717084017.30987-1-Anson.Huang@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --cfJ13FhsvNR/yOpm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 17, 2019 at 04:40:16PM +0800, Anson.Huang@nxp.com wrote: > From: Anson Huang >=20 > Use the new helper devm_platform_ioremap_resource() which wraps the > platform_get_resource() and devm_ioremap_resource() together, to > simplify the code. >=20 > Signed-off-by: Anson Huang Applied to for-next, thanks! --cfJ13FhsvNR/yOpm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1C4A8ACgkQFA3kzBSg KbbuCQ/+Jh3jQy7mSWoI1drhM0j9+MC/Kq5i599BC0Fr4mV3KNiHW9aKVRPpNKnm PPe6xTh0GiT8TetvzKh0k8snQi0xhZOB4NagfqVK3sZ1zKgQFLX2420Gf1V6rF9+ e7OqfHEkIbJDfn4649lJCjpjfkDFBrOgItFISc7in0APZjhlFVFeNyErUe4xIaqu XdBZ3s5hJNdvF8l759DZEf8Ue77+RkjOFjjM5elGRz3qCEjCsSXVgs2x0toozBd4 mAxgRx3r7eBWSeuhyWqJSNEVo24rwS7Aw1UUR5vPWLWfVkJLqdxPEdirywXtIW3d 3GPu/D6W8YK63Mg7ncs+ryD3giFfNz5IFhGFKm7kFPvwju7IR2kzIjZTrMo92vTO O780yEYiDnnqLTJrVBBYEXMu7xJB6U+IbiCC+2r1eJg4mgJo1eHYxIK7PxBSCZs4 pdwFNeSzJJRXJgM4+bMb253AJVtVmkkxFbsv+UXc//8hFqvIWnqg2Jn7NKncFkjh wZK1gRASN1uEE79J1Z3P7RdMElW2a6LRSqErfOduznRQUlo5bdSX/u4bxJdv3qLY Y37hMgqJnrP5Nf4yktdfTXJIa76Z+eNkfhRihK23Nr4mXxYey06lRvRsqjsO8Fam kP9TB/6L5ENQ4zn9MASaLP9MhA6dekax5msNYj97Ww0oXG8Fy0U= =niRb -----END PGP SIGNATURE----- --cfJ13FhsvNR/yOpm--