From patchwork Sat Jun 1 21:48:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2648991 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 268A2DFE76 for ; Sat, 1 Jun 2013 21:48:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756033Ab3FAVsh (ORCPT ); Sat, 1 Jun 2013 17:48:37 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:53069 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754830Ab3FAVsg (ORCPT ); Sat, 1 Jun 2013 17:48:36 -0400 Received: by mail-lb0-f179.google.com with SMTP id r11so2723835lbv.10 for ; Sat, 01 Jun 2013 14:48:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=C8TCsrB8Cxftjyv8EGydUuslB+zbKdp5xKTNT1cX8ho=; b=Xvkd9RmHUlo5ODoMCg7EkVHaq6L1Bx9lmqjD1RWRZGQJcgx9za2akYUy1oanC6lyzo 9MOrLssE1ZK//LMOBSj1G4Wnon9OoqQ6t1ftxDB+jPhBXi+EO5qQq6vf/S8+8Ux6nUlr FBvycGUMvK+iws3g9k9kmhEAxnugzGSnI4MunGamMYHprTH18KX0ssQxAXj/TjQj5tbL tJ6nlcOYblAIdSJIlS4fnGtO8yJL1zRSRtAiLjaTu4/coWf9PmoSprnjg8OnhEX8XXg1 Q9C7kX/E02G1ddZnIuZCZvH1vYmYjYAzb3TQd6kv0yA97RBZekvxUgU7iILj1pKHcslz SZEg== X-Received: by 10.112.130.163 with SMTP id of3mr8246195lbb.41.1370123314916; Sat, 01 Jun 2013 14:48:34 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-76-145-9.pppoe.mtu-net.ru. [91.76.145.9]) by mx.google.com with ESMTPSA id t17sm20971731lbd.11.2013.06.01.14.48.33 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 01 Jun 2013 14:48:34 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org Subject: [PATCH v8 5/9] ARM: shmobile: r8a7779: remove USB PHY 2nd memory resource Date: Sun, 2 Jun 2013 01:48:42 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: linux-usb@vger.kernel.org, magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org References: <201306020128.05914.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201306020128.05914.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201306020148.43282.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQmRrlDwGuZisTV+BLZ4I2wZAr6djd3IPGza/KEUWGQPhruDnpl/1sb40iZWpFbC6im4ZPN5 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Now that 'drivers/usb/phy/phy-rcar-usb.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 7: - updated the driver file name in the changelog. 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 = {