From patchwork Fri Apr 19 22:00:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2467121 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 8D083DF25A for ; Fri, 19 Apr 2013 22:01:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934287Ab3DSWBA (ORCPT ); Fri, 19 Apr 2013 18:01:00 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:65040 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933892Ab3DSWA7 (ORCPT ); Fri, 19 Apr 2013 18:00:59 -0400 Received: by mail-lb0-f182.google.com with SMTP id z13so4078278lbh.41 for ; Fri, 19 Apr 2013 15:00:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:cc:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=0rn6R1K1klRfB0acZVZ8LOZJh+l4Bf6Uj11PGatnm80=; b=XTw9T/ovzKTAOQ+nN9VuRaRy8Ots1DSxKEVMXyI3oKHilmepyWJEruxgDYp2UTlz/f nX1BDM+8YLPyU56HuxMLUADH8a/+emHmkp+hXlhBIoseMdFbYWAiSfM7q/yyjVTmRRzj UCRqcaBzeHUocKLPq8FiDwdi8PFKf5NQaMS0V3pcLRUr7bCyJm3yYRS1tVjhmHbW4tDO 1SJHDxzLO0QvNRiDuBIkQcHk/j62cjoqGhvZH0lDWgi2YRJKberFnAuG3QDTluGkjQkD VsGris1kBmShbUX7b1Zv6YIHPjBemxdRKrRH6PqX7bpYX9kg4RL8XOaptPWx3iajTyNf qbpw== X-Received: by 10.112.199.104 with SMTP id jj8mr8897044lbc.20.1366408857963; Fri, 19 Apr 2013 15:00:57 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-86-130.pppoe.mtu-net.ru. [91.79.86.130]) by mx.google.com with ESMTPS id 6sm6526516lbp.0.2013.04.19.15.00.56 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 19 Apr 2013 15:00:57 -0700 (PDT) To: horms@verge.net.au, magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v5 5/9] ARM: shmobile: r8a7779: remove USB PHY 2nd memory resource Cc: linux-usb@vger.kernel.org From: Sergei Shtylyov Organization: Cogent Embedded Date: Sat, 20 Apr 2013 02:00:07 +0400 MIME-Version: 1.0 Message-Id: <201304200200.08498.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQmzy2InVjHqAriG/kTn1ZQMBcQ1lhSNHquMg/OPhlQdD5NIGHMCrSy4Xja7EVlZQwYt69xI Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Now that 'drivers/usb/phy/rcar-phy.c' doesn't require the second memory resource anymore, we can remove it from the R8A7779's USB PHY platform device. Signed-off-by: Sergei Shtylyov Acked-by: Kuninori Morimoto Acked-by: Simon Horman --- Changes since version 4: - refreshed the patch. Changes since version 3: - lowercased the SoC name in the subject. Changes since version 2: - refreshed atop of the prior patches; - added a note about testing to the changelog; - added ACKs from Simon Horman and Kuninori Morimoto. Changes since the original posting: - new patch in this version, split from the previous one. arch/arm/mach-shmobile/setup-r8a7779.c | 5 ----- 1 file changed, 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/mach-shmobile/setup-r8a7779.c =================================================================== --- renesas.orig/arch/arm/mach-shmobile/setup-r8a7779.c +++ renesas/arch/arm/mach-shmobile/setup-r8a7779.c @@ -395,11 +395,6 @@ static struct resource usb_phy_resources .end = 0xffe70900 - 1, .flags = IORESOURCE_MEM, }, - [1] = { - .start = 0xfff70000, - .end = 0xfff70900 - 1, - .flags = IORESOURCE_MEM, - }, }; static struct platform_device usb_phy_device = {