From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Subject: Re: [PATCH v2 1/2] drivers: provide devm_platform_ioremap_resource() Date: Wed, 20 Feb 2019 12:21:26 +0100 Message-ID: References: <20190220111240.10041-1-brgl@bgdev.pl> <20190220111240.10041-2-brgl@bgdev.pl> <20190220111650.GA13077@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190220111650.GA13077@kroah.com> Sender: linux-kernel-owner@vger.kernel.org To: Greg Kroah-Hartman Cc: "Rafael J . Wysocki" , Keerthy , Linus Walleij , Andy Shevchenko , Linux Kernel Mailing List , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski List-Id: linux-gpio@vger.kernel.org =C5=9Br., 20 lut 2019 o 12:16 Greg Kroah-Hartman napisa=C5=82(a): > > On Wed, Feb 20, 2019 at 12:12:39PM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > There are currently 1200+ instances of using platform_get_resource() > > and devm_ioremap_resource() together in the kernel tree. > > > > This patch wraps these two calls in a single helper. Thanks to that > > we don't have to declare a local variable for struct resource * and can > > omit the redundant argument for resource type. We also have one > > function call less. > > > > Signed-off-by: Bartosz Golaszewski > > Acked-by: Greg Kroah-Hartman > Should this go through the driver-core tree? Bart