Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754588Ab3JaLJg (ORCPT ); Thu, 31 Oct 2013 07:09:36 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:65255 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753495Ab3JaLJd (ORCPT ); Thu, 31 Oct 2013 07:09:33 -0400 From: Tushar Behera To: linux-kernel@vger.kernel.org Cc: patches@linaro.org, dri-devel@lists.freedesktop.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-mips@linux-mips.org, linux-watchdog@vger.kernel.org, David Airlie , Greg Kroah-Hartman , Joerg Roedel , John Crispin , Ralf Baechle , Rob Landley , Russell King , Will Deacon , Wim Van Sebroeck Subject: [PATCH 0/5] Remove remaining instances of devm_request_and_ioremap Date: Thu, 31 Oct 2013 16:38:02 +0530 Message-Id: <1383217687-12037-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1730 Lines: 46 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@lists.freedesktop.org CC: iommu@lists.linux-foundation.org CC: linux-arm-kernel@lists.infradead.org CC: linux-doc@vger.kernel.org CC: linux-mips@linux-mips.org CC: linux-watchdog@vger.kernel.org CC: David Airlie CC: Greg Kroah-Hartman CC: Joerg Roedel CC: John Crispin CC: Ralf Baechle CC: Rob Landley CC: Russell King CC: Will Deacon CC: Wim Van Sebroeck -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/