[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383217687-12037-1-git-send-email-tushar.behera@linaro.org>
Date: Thu, 31 Oct 2013 16:38:02 +0530
From: Tushar Behera <tushar.behera@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: patches@...aro.org, dri-devel@...ts.freedesktop.org,
iommu@...ts.linux-foundation.org,
linux-arm-kernel@...ts.infradead.org, linux-doc@...r.kernel.org,
linux-mips@...ux-mips.org, linux-watchdog@...r.kernel.org,
David Airlie <airlied@...ux.ie>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Joerg Roedel <joro@...tes.org>,
John Crispin <blogic@...nwrt.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Rob Landley <rob@...dley.net>,
Russell King <rmk+kernel@....linux.org.uk>,
Will Deacon <will.deacon@....com>,
Wim Van Sebroeck <wim@...ana.be>
Subject: [PATCH 0/5] Remove remaining instances of devm_request_and_ioremap
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@...ts.freedesktop.org
CC: iommu@...ts.linux-foundation.org
CC: linux-arm-kernel@...ts.infradead.org
CC: linux-doc@...r.kernel.org
CC: linux-mips@...ux-mips.org
CC: linux-watchdog@...r.kernel.org
CC: David Airlie <airlied@...ux.ie>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: Joerg Roedel <joro@...tes.org>
CC: John Crispin <blogic@...nwrt.org>
CC: Ralf Baechle <ralf@...ux-mips.org>
CC: Rob Landley <rob@...dley.net>
CC: Russell King <rmk+kernel@....linux.org.uk>
CC: Will Deacon <will.deacon@....com>
CC: Wim Van Sebroeck <wim@...ana.be>
--
1.7.9.5
--
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