public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove devm_request_and_ioremap()
@ 2014-06-19 18:48 Wolfram Sang
  2014-06-19 18:48 ` [PATCH 1/3] DRM: Armada: Use devm_ioremap_resource Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Wolfram Sang @ 2014-06-19 18:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, dri-devel, linux-doc

Pretty much a year ago, Tushar cleaned up a lot of deprecated uses of
devm_request_and_ioremap, yet some remains are still left. Remove the last two
users, and let the function rest in peace. I'd suggest that this series is
picked up as a whole to have that case finally closed. Greg? Are you interested
in picking it up?

   Wolfram


Tushar Behera (2):
  DRM: Armada: Use devm_ioremap_resource
  lib: devres: Remove deprecated devm_request_and_ioremap

Wolfram Sang (1):
  bus: brcmstb_gisb: Use devm_ioremap_resource

 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 ----------------------------
 5 files changed, 6 insertions(+), 39 deletions(-)

-- 
2.0.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-20  8:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 18:48 [PATCH 0/3] Remove devm_request_and_ioremap() Wolfram Sang
2014-06-19 18:48 ` [PATCH 1/3] DRM: Armada: Use devm_ioremap_resource Wolfram Sang
2014-06-19 18:49 ` [PATCH 2/3] bus: brcmstb_gisb: " Wolfram Sang
2014-06-19 18:49 ` [PATCH 3/3] lib: devres: Remove deprecated devm_request_and_ioremap Wolfram Sang
2014-06-19 18:50 ` [PATCH 0/3] Remove devm_request_and_ioremap() Wolfram Sang
2014-06-20  2:36 ` Jingoo Han
2014-06-20  2:59   ` 'Greg Kroah-Hartman'
2014-06-20  6:47     ` Wolfram Sang
2014-06-20  8:45     ` Wolfram Sang
2014-06-20  8:51       ` Tushar Behera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox