From patchwork Fri Apr 12 23:32:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2439291 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 05DC13FD40 for ; Fri, 12 Apr 2013 23:33:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754001Ab3DLXd5 (ORCPT ); Fri, 12 Apr 2013 19:33:57 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:49750 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753851Ab3DLXdo (ORCPT ); Fri, 12 Apr 2013 19:33:44 -0400 Received: by mail-la0-f54.google.com with SMTP id ec20so2976850lab.27 for ; Fri, 12 Apr 2013 16:33:43 -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=spgodWdWeVjlDKKawYRPw2ONaKYxH5nN1uNv8de8pTI=; b=BhzLizR6v/1CXlYjR4fWM4YuYmLhEfamRlFFxB009rZUDmN3Wleo3Iutdv+gDjoEpM 6S7eRqllGhoM0g7WAdMDgcmCNRxK7DK0VA0JtlkPyLV9Tp+IpCRuVATOurubnlFmIcOB 0FAaS/n5zQl+59Bi30D++5TJWxU76EqZtbh92na+I+EsUv+GH6yp2PV3Hxm8v4bEeh0p SEqGx05O8h+5cLR56GphqRbDK1Q5wTIKuOBya058sWYOZLdfBjJdmGPd1kvYK1pir7Hm GfWl1+e7dc/DT3utMhyf3c34dqygA9KxZTzVAdj13ZtL0M3TImGC9FuhrVSJGALwdnio Aw1A== X-Received: by 10.152.1.133 with SMTP id 5mr6253903lam.42.1365809622981; Fri, 12 Apr 2013 16:33:42 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-80-224.pppoe.mtu-net.ru. [91.79.80.224]) by mx.google.com with ESMTPS id l20sm4032972lbv.9.2013.04.12.16.33.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 12 Apr 2013 16:33:42 -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 v4 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, 13 Apr 2013 03:32:46 +0400 MIME-Version: 1.0 Message-Id: <201304130332.47246.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQkRRkT5KEH1qs8JQUGQ7mcugup4u3Zbz4OaPg4nxQO4BQoPbQ4QsBNcaG+w/JQWLsWUboUE 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 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 @@ -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 = {