From: emilio@elopez.com.ar (Emilio López)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v4 1/8] clk: sunxi: Implement A31 USB clock
Date: Tue, 13 May 2014 13:40:46 -0300 [thread overview]
Message-ID: <53724B0E.1010307@elopez.com.ar> (raw)
In-Reply-To: <1399995862-17788-2-git-send-email-maxime.ripard@free-electrons.com>
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 <maxime.ripard@free-electrons.com>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Acked-by: Mike Turquette <mturquette@linaro.org>
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 <emilio@elopez.com.ar>
---
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.
--
1.9.2
WARNING: multiple messages have this Message-ID (diff)
From: "Emilio López" <emilio@elopez.com.ar>
To: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Mike Turquette <mturquette@linaro.org>,
stern@rowland.harvard.edu, kishon@ti.com, hdegoede@redhat.com,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Boris Brezillon <boris@free-electrons.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org,
kevin.z.m.zh@gmail.com, sunny@allwinnertech.com,
shuge@allwinnertech.com, zhuzhenhua@allwinnertech.com,
linux-sunxi@googlegroups.com
Subject: Re: [PATCH RESEND v4 1/8] clk: sunxi: Implement A31 USB clock
Date: Tue, 13 May 2014 13:40:46 -0300 [thread overview]
Message-ID: <53724B0E.1010307@elopez.com.ar> (raw)
In-Reply-To: <1399995862-17788-2-git-send-email-maxime.ripard@free-electrons.com>
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 <maxime.ripard@free-electrons.com>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Acked-by: Mike Turquette <mturquette@linaro.org>
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 <emilio@elopez.com.ar>
---
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.
--
1.9.2
next prev parent reply other threads:[~2014-05-13 16:40 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 15:44 [PATCH RESEND v4 0/8] Add Allwinner A31 USB support Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 1/8] clk: sunxi: Implement A31 USB clock Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 16:40 ` Emilio López [this message]
2014-05-13 16:40 ` Emilio López
2014-05-13 15:44 ` [PATCH RESEND v4 2/8] ARM: sun6i: Add the USB clocks to the DTSI Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 3/8] phy: sunxi: Rework phy initialization Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-14 5:48 ` Kishon Vijay Abraham I
2014-05-14 5:48 ` Kishon Vijay Abraham I
2014-05-14 6:49 ` Maxime Ripard
2014-05-14 6:49 ` Maxime Ripard
2014-05-15 9:44 ` Kishon Vijay Abraham I
2014-05-15 9:44 ` Kishon Vijay Abraham I
2014-05-13 15:44 ` [PATCH RESEND v4 4/8] phy: usb: sunxi: Introduce Allwinner A31 USB PHY support Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-14 8:39 ` Kishon Vijay Abraham I
2014-05-14 8:39 ` Kishon Vijay Abraham I
2014-05-14 12:30 ` Maxime Ripard
2014-05-14 12:30 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 5/8] usb: ehci-platform: add optional reset controller retrieval Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 6/8] usb: ohci-platform: Enable optional use of reset controller Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 7/8] ARM: sun6i: dt: Add support for the USB controllers Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-13 15:44 ` [PATCH RESEND v4 8/8] ARM: sunxi: dt: add APP4-EVB1 board support Maxime Ripard
2014-05-13 15:44 ` Maxime Ripard
2014-05-14 12:34 ` [PATCH RESEND v4 0/8] Add Allwinner A31 USB support Maxime Ripard
2014-05-14 12:34 ` Maxime Ripard
2014-05-14 16:05 ` Greg Kroah-Hartman
2014-05-14 16:05 ` Greg Kroah-Hartman
2014-05-15 9:14 ` Maxime Ripard
2014-05-15 9:14 ` Maxime Ripard
2014-05-27 22:53 ` Greg Kroah-Hartman
2014-05-27 22:53 ` Greg Kroah-Hartman
2014-05-28 7:47 ` Maxime Ripard
2014-05-28 7:47 ` Maxime Ripard
2014-05-23 18:33 ` Maxime Ripard
2014-05-23 18:33 ` Maxime Ripard
2014-05-23 22:19 ` Greg Kroah-Hartman
2014-05-23 22:19 ` Greg Kroah-Hartman
2014-05-24 15:09 ` Maxime Ripard
2014-05-24 15:09 ` Maxime Ripard
[not found] <1400072167-29631-1-git-send-email-maxime.ripard@free-electrons.com>
2014-05-14 12:56 ` [PATCH RESEND v4 1/8] clk: sunxi: Implement A31 USB clock Maxime Ripard
2014-05-14 12:56 ` Maxime Ripard
2014-05-14 13:02 ` Maxime Ripard
2014-05-14 13:02 ` Maxime Ripard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53724B0E.1010307@elopez.com.ar \
--to=emilio@elopez.com.ar \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.