[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140611152714.GB27630@kroah.com>
Date: Wed, 11 Jun 2014 08:27:14 -0700
From: 'Greg Kroah-Hartman' <gregkh@...uxfoundation.org>
To: Jingoo Han <jg1.han@...sung.com>
Cc: linux-kernel@...r.kernel.org,
'Thierry Reding' <thierry.reding@...il.com>,
'David Airlie' <airlied@...ux.ie>,
'Arnd Bergmann' <arnd@...db.de>,
'Florian Fainelli' <f.fainelli@...il.com>
Subject: Re: [PATCH] devres: remove devm_request_and_ioremap()
On Wed, Jun 11, 2014 at 02:00:05PM +0900, Jingoo Han wrote:
> devm_request_and_ioremap() was obsoleted by the commit 7509657
> ("lib: devres: Introduce devm_ioremap_resource()") and has been
> deprecated for a long time. So, let's remove this function.
> In addition, all usages of devm_request_and_ioremap() are also
> removed.
>
> Signed-off-by: Jingoo Han <jg1.han@...sung.com>
> ---
> Based-on the latest linux kernel
> (dfb9454 Merge git://www.linux-watchdog.org/linux-watchdog)
>
> Documentation/driver-model/devres.txt | 1 -
> drivers/bus/brcmstb_gisb.c | 6 +-
> drivers/gpu/drm/armada/armada_crtc.c | 8 +-
> include/linux/device.h | 2 -
> lib/devres.c | 28 ------
> scripts/coccinelle/api/devm_ioremap_resource.cocci | 90 --------------------
> 6 files changed, 6 insertions(+), 129 deletions(-)
> delete mode 100644 scripts/coccinelle/api/devm_ioremap_resource.cocci
Thanks, I'll queue it up after 3.16-rc1 is out.
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists