From patchwork Tue Apr 9 22:35:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2418151 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 63B3BDFE82 for ; Tue, 9 Apr 2013 22:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936551Ab3DIWgf (ORCPT ); Tue, 9 Apr 2013 18:36:35 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:37829 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936522Ab3DIWgd (ORCPT ); Tue, 9 Apr 2013 18:36:33 -0400 Received: by mail-la0-f51.google.com with SMTP id fo12so2067885lab.38 for ; Tue, 09 Apr 2013 15:36:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:from:organization:date:cc:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=+GRTzkZ3J6hUsPjDhk6/yK3TjBrVCLvQylDicy7dDE8=; b=LEJV7/W85Kw1kX6dtA7f6Wj7Pl40bjtRVLukylrBi+LiuVomIMUSEcbGvWIGClUeDF GQWqIx7igh0EtznH6Vz1Uqlw6KZv0TAMku/RPixokPMI2A5rc8+GEtnsiI+V5Fmo6Zbl T4GL8OQV27mm31xQ4Q38Rq4ei3d60owRLThNFY0cRMbGZXJq/LU8BCoJAj1UCwrKC0CF OLXlmnWIXr7rvNeSkGhbRGuJfSApDBk6mod9E+WVC7fnrh2DXpg8FlkR8DmOHZyeoDqq cq707/UAQnDLymFZz2iFIkBWH9XgF8xEDg0Mn6B60xKVxLzcnCb/bGgBdWXhyrb7wEXU 2p3Q== X-Received: by 10.152.28.41 with SMTP id y9mr13271705lag.15.1365546991280; Tue, 09 Apr 2013 15:36:31 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-87-206.pppoe.mtu-net.ru. [91.79.87.206]) by mx.google.com with ESMTPS id i3sm13102935lbn.0.2013.04.09.15.36.29 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 15:36:30 -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 v3 5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource From: Sergei Shtylyov Organization: Cogent Embedded Date: Wed, 10 Apr 2013 02:35:30 +0400 Cc: linux-usb@vger.kernel.org MIME-Version: 1.0 Message-Id: <201304100235.30615.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQngFrStui6bcVbeyvh0O0WWHfHlS74WR9rurOUVe6ijk6KeRaP+JmOL/O9ppkEl3delDrUR 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 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 @@ -406,11 +406,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 = {