[PATCH 0/5] Remove remaining instances of devm_request_and_ioremap
Tushar Behera
tushar.behera at linaro.org
Thu Oct 31 12:08:02 CET 2013
devm_request_and_ioremap is now obsolete and is replaced by
devm_ioremap_resource. Update the remaining places where
devm_request_and_ioremap is still used and remove its definition.
The patches are based on next-20131030.
Tushar Behera (5):
MIPS: ralink: Use devm_ioremap_resource
DRM: Armada: Use devm_ioremap_resource
iommu/arm-smmu: Use devm_ioremap_resource
watchdog: ralink: Use devm_ioremap_resource
lib: devres: Remove deprecated devm_request_and_ioremap
Documentation/driver-model/devres.txt | 1 -
arch/mips/ralink/timer.c | 2 +-
drivers/gpu/drm/armada/armada_crtc.c | 8 +++-----
drivers/iommu/arm-smmu.c | 6 +++---
drivers/watchdog/rt2880_wdt.c | 2 +-
include/linux/device.h | 2 --
lib/devres.c | 28 ----------------------------
7 files changed, 8 insertions(+), 41 deletions(-)
CC: dri-devel at lists.freedesktop.org
CC: iommu at lists.linux-foundation.org
CC: linux-arm-kernel at lists.infradead.org
CC: linux-doc at vger.kernel.org
CC: linux-mips at linux-mips.org
CC: linux-watchdog at vger.kernel.org
CC: David Airlie <airlied at linux.ie>
CC: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
CC: Joerg Roedel <joro at 8bytes.org>
CC: John Crispin <blogic at openwrt.org>
CC: Ralf Baechle <ralf at linux-mips.org>
CC: Rob Landley <rob at landley.net>
CC: Russell King <rmk+kernel at arm.linux.org.uk>
CC: Will Deacon <will.deacon at arm.com>
CC: Wim Van Sebroeck <wim at iguana.be>
--
1.7.9.5
More information about the dri-devel
mailing list