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: 2467131 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 7AAFA3FD8C for ; Fri, 19 Apr 2013 22:01:38 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTJMy-0001aJ-FA; Fri, 19 Apr 2013 22:01:24 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTJMf-00071R-UL; Fri, 19 Apr 2013 22:01:05 +0000 Received: from mail-lb0-f173.google.com ([209.85.217.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UTJMc-00070q-Sb for linux-arm-kernel@lists.infradead.org; Fri, 19 Apr 2013 22:01:04 +0000 Received: by mail-lb0-f173.google.com with SMTP id w20so4191822lbh.32 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=h49BCfchoEGytvmF6WTMtz4fG1ZDFM3ZfOQCB1BOKoV7MwPGIQINAqcfwuUkL5TN9S wirNts31TJyTxYAdwqXnMSnoov85VPc2XuqlSkqcFt2oVBoVrAdmQ5Uod0uUSve+pogj wVXdS0SVjZEEjM6CCd9jft5017MZrCxMQT2kHVc+q4V06PeFSIR2FadtzGTtW48joMxs JokLmiW5MkVnssXyCNYEawX9VyZxLQa8DE2/gDrtMWHSSb6UnK8nc5i6VNtNnQzEkcq7 ncEaBOeUkdMqkYI5goAeUaNNsvFSy7FJYBnD7aLqojkV8V/xETOiTKOzL6QWMm/hfHBH GXPw== 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 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: ALoCoQmAH+HaoKYxxq5+0Phhch6k9XZYrZcxiH1TN4h7HX9RGqGhUVRhaTbxZgIo9kUJkjaYnlBD X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130419_180103_151320_C54C369E X-CRM114-Status: GOOD ( 10.25 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.173 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-usb@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.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(-) 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 = {