From patchwork Tue May 13 16:40:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Emilio_L=C3=B3pez?= X-Patchwork-Id: 4169641 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3EB39BFF02 for ; Tue, 13 May 2014 16:43:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6782F20254 for ; Tue, 13 May 2014 16:43:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7EC2220172 for ; Tue, 13 May 2014 16:43:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkFlf-0001gf-1o; Tue, 13 May 2014 16:41:27 +0000 Received: from yotta.elopez.com.ar ([2a00:1768:1004:d00d:c0de:4:f00d:cafe]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkFlb-0001dx-JB for linux-arm-kernel@lists.infradead.org; Tue, 13 May 2014 16:41:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elopez.com.ar; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=NyOvtZrLR6cpCYva7DjiQNIcrfFinYOMipbGDzFbuDQ=; b=YVgP1CS4sNh++fMtOJkgq2cGqsjkvuF1WZTE2dBav8cuYzYVKS2lQayirqm7oqJ2GIDDXDLngU6iVdXPVvIeUBaa70AxDyIInGm3Yhce7+B82JECqbnelsB43kNBS6wEFdq+RjfQrF0rpTuB0suvZ7+sWjq2kR87I7166/RoQJenFBVMecGAKDCPMp1rJPtQwXHa7NCrdNBCyPEufUvF7CU7HUNIrvr34B3CrBCBVxVF9K021GT25rFBUY/a6bH2TbCokCYzetcLLtv7K8QlvLbkLFmqchuyhWFvfJPmVxl3MeEFde2bA1gjg/w2p2vNjt4l1abLFABYyp+V+PP3Zg==; Received: from 201-212-135-39.cab.prima.net.ar ([201.212.135.39] helo=[192.168.1.103]) by yotta.elopez.com.ar with esmtpsa (TLS1.0:ECDHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1WkFl7-0006jd-Ax; Tue, 13 May 2014 13:40:53 -0300 Message-ID: <53724B0E.1010307@elopez.com.ar> Date: Tue, 13 May 2014 13:40:46 -0300 From: =?ISO-8859-1?Q?Emilio_L=F3pez?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Maxime Ripard Subject: Re: [PATCH RESEND v4 1/8] clk: sunxi: Implement A31 USB clock References: <1399995862-17788-1-git-send-email-maxime.ripard@free-electrons.com> <1399995862-17788-2-git-send-email-maxime.ripard@free-electrons.com> In-Reply-To: <1399995862-17788-2-git-send-email-maxime.ripard@free-electrons.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140513_094123_851241_45B2E447 X-CRM114-Status: GOOD ( 11.99 ) X-Spam-Score: -0.8 (/) Cc: Mike Turquette , Greg Kroah-Hartman , linux-sunxi@googlegroups.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, hdegoede@redhat.com, Boris Brezillon , stern@rowland.harvard.edu, kevin.z.m.zh@gmail.com, sunny@allwinnertech.com, shuge@allwinnertech.com, zhuzhenhua@allwinnertech.com, linux-arm-kernel@lists.infradead.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 X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Maxime, El 13/05/14 12:44, Maxime Ripard escribió: > The A31 USB clock slightly differ from its older counterparts, mostly because > it has a different gate for each PHY, while the older one had a single gate for > all the phy. > > Signed-off-by: Maxime Ripard > Reviewed-by: Hans de Goede > Acked-by: Mike Turquette I have queued this commit in sunxi-clk-for-mike for my 3.16 pull. I have also queued the trivial patch below to keep the new compatible documented. Cheers, Emilio --->8--- clk: sunxi: document new A31 USB clock compatible Support for the USB gates and resets on A31 has been recently added using a new compatible, so let's document it here. Signed-off-by: Emilio López --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt b/Documentation/devicetree/bindings/clock/sunxi.txt index a5160d8..1f6d3f4 100644 --- a/Documentation/devicetree/bindings/clock/sunxi.txt +++ b/Documentation/devicetree/bindings/clock/sunxi.txt @@ -41,6 +41,7 @@ Required properties: "allwinner,sun7i-a20-gmac-clk" - for the GMAC clock module on A20/A31 "allwinner,sun4i-a10-usb-clk" - for usb gates + resets on A10 / A20 "allwinner,sun5i-a13-usb-clk" - for usb gates + resets on A13 + "allwinner,sun6i-a31-usb-clk" - for usb gates + resets on A31 Required properties for all clocks: - reg : shall be the control register address for the clock.