Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4547320ybh; Tue, 6 Aug 2019 13:42:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCyy+UQXv8VDniRBteT3qdcoVdAcJ76Br2aifh1N4aCm211VTcqmqC8L/LBVuQiDnyWNSm X-Received: by 2002:a62:e71a:: with SMTP id s26mr5412311pfh.89.1565124168486; Tue, 06 Aug 2019 13:42:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565124168; cv=none; d=google.com; s=arc-20160816; b=LKwbarvkT/GBpBOUaToleF4WZZabYUYXdTPJ1reb8nsc6/EwFTGZ6Q8tXhAWe4s3jB yquSkmgrt/EUGWR8DjLxZGO1Oprh9CMO0EwHvXbTjfTQw76HLZ1Our1AVPpkL4PpLFTd zu6NeyjMoq4quBu6Hec+27nsuwR4EeBPiXFqqrFTj5+AN9Zb+nndQJGop5N4duI+RkYY HI6mVbL6924YyEek+BeVF7bIMi92hzZVRVV7LeI23TL5HuacNX4t6PQl/YisrBqm71gz 2Mm76d8ZWcKsSF5kHf73NABSsEh4jTPUPPawYC6UfLi9cAgiQbfItzzjdC6SH9NAPnZY jEeA== 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=6SzQrCrVORgB4cb9tPjHMM75NVDW6p//4TvW+DhGPV4=; b=Qd2ABLnN9Tcx4ulCT/5A/G8Dk2T3atHOhQouyybUgGUciwKyWDNKJestLbzkx8CFi2 UGk/ozottAZUlw/uxBvNxh+eLSwg0ZfZk/s7vxXRLBM528iqAHjAFBiHzgQi0eHthcHp F+UBPOzaO2YxOq9gBWRkk/f9jRv5IAPaTSazHtkHOMsJJTMIepsdu0WPLW4Q5aNKvBdi ERlujOPsRgiYxobHgj/4kSs09x4AuTZ6MXXg2079GbMyEVeNIgZxiaK8MVZ/CsSTk+bY 9uVtoTfqe+j9bDpZeA+QALCzn6lczRrvFbTcvi2H+bAzh00E+KpFUpohWz0c1m8WwuVg cvbQ== 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 a63si44214893pla.348.2019.08.06.13.42.32; Tue, 06 Aug 2019 13:42:48 -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 S1726822AbfHFUlL (ORCPT + 99 others); Tue, 6 Aug 2019 16:41:11 -0400 Received: from sauhun.de ([88.99.104.3]:36628 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726016AbfHFUlL (ORCPT ); Tue, 6 Aug 2019 16:41:11 -0400 Received: from localhost (p54B3324E.dip0.t-ipconnect.de [84.179.50.78]) by pokefinder.org (Postfix) with ESMTPSA id 4A2442C290E; Tue, 6 Aug 2019 22:41:09 +0200 (CEST) Date: Tue, 6 Aug 2019 22:41:08 +0200 From: Wolfram Sang To: Baolin Wang Cc: wsa+renesas@sang-engineering.com, orsonzhai@gmail.com, zhang.lyra@gmail.com, vincent.guittot@linaro.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] i2c: sprd: Change to use devm_platform_ioremap_resource() Message-ID: <20190806204108.GE911@ninjato> References: <29fa51009a97e6b7d8622190810b7505819ac0b2.1564041157.git.baolin.wang@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="84ND8YJRMFlzkrP4" Content-Disposition: inline In-Reply-To: <29fa51009a97e6b7d8622190810b7505819ac0b2.1564041157.git.baolin.wang@linaro.org> 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 --84ND8YJRMFlzkrP4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 25, 2019 at 03:56:17PM +0800, Baolin Wang wrote: > Use the new helper that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together. >=20 > Signed-off-by: Baolin Wang Applied to for-next, thanks! --84ND8YJRMFlzkrP4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1J5eQACgkQFA3kzBSg KbYoWw/6Ay3QLXDyDjiOR0IQrT5EjvxtPTRSdk7QaFV+xDHgOhkhMABKjV1aojp3 Zh4wX97PPlwNuiICoEXe982xJFHUHN6ntT5yk4JkALOaJdZsfCrjKfM/dYFfElsh 7fxhJHj9aZ60hUOBaKcq5zaiNHhyzUtarOvJ7ehvsAd0MJvc5nB1qut/tj7TNTxy SMzYk8DVlgwF1OB8lYiV9FXdV6L8YUa8nsTS6prJQ8vcVIS/VnL/xO/j1fHwccOl 70WkpIeJRX3OCR8dKME1X12BTmDeUoVAkGs2UfFrdSZQ37X4QCgcD8oCoBHtdJ+u 50/8NnH92AFJWGl8WVyaNV5l1QfuiIBBRWB6cExdwL0MNKaBeil/eEsxhAEu6J3E L8qN6Xz0Gb92irtyP60YWGTYLiCCdqSul7XosXwCOficF1ooe0yNdO0W0UIjsvUK r1PFrQF1KPkztO2f5+BabIy1nqL68ZW47R12461pN5gVEy41NAEVYs2NsFr1zSm1 quT893AuyfADEZwfdiOX5vYpZw8VV1BmJL8OwigLcv4WGwpBAMPkpQoUgrrBl7ei YWqzCI6Xn86d4et/sT4agRZXu8p0EDPeGYSZvzR7+PySP59eiuR9n+ntZz2kr2kt MeEo56iYp7TdVBlXBTlOyg9o1JCMZ1DoP9Vxvhk5TYPiZ64dTGI= =M37f -----END PGP SIGNATURE----- --84ND8YJRMFlzkrP4--