devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
To: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	linux-arm-kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [PATCH 1/8] dt-bindings: phy: sun4i-usb-phy: Add property descriptions for H3
Date: Sat, 19 Aug 2017 10:34:34 +0800	[thread overview]
Message-ID: <CAGb2v67cMzvmZGMFptkak-M1AT0FNFSX7p-1xqsczMAnO8UFHA@mail.gmail.com> (raw)
In-Reply-To: <7a1889e0-6733-3f7d-4b34-b08e8bf3e2b5-l0cyMroinI0@public.gmane.org>

On Fri, Aug 18, 2017 at 6:53 PM, Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> wrote:
> Hi,
>
> On Thursday 17 August 2017 10:35 PM, Chen-Yu Tsai wrote:
>> On Fri, Aug 11, 2017 at 1:08 AM, Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
>>> On Thu, Aug 03, 2017 at 04:14:04PM +0800, Chen-Yu Tsai wrote:
>>>> The Allwinner H3 SoC has 4 USB PHYs, so it needs four sets of pmu
>>>> regions, clocks, resets, and optional vbus properties. These were
>>>> not described when the H3 compatible string was added.
>>>>
>>>> Fixes: 626a630e003c ("phy-sun4i-usb: Add support for the host usb-phys
>>>>                     found on the H3 SoC")
>>>> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
>>>> ---
>>>>  Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | 8 ++++++--
>>>>  1 file changed, 6 insertions(+), 2 deletions(-)
>>>
>>> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>>
>> Kishon, are the dt binding and driver parts of this series OK for
>> 4.14? I'd like to get an answer from you to be able to merge the
>> device tree parts.
>
> Yes. I merged the phy driver patches to phy tree. I'm not able to merge the
> dt-bindings patch due to conflicts. Can you resend the dt-binding patch based
> on linux-phy next or let me know if I'm missing any dependent patch.

That's weird. I just applied both patches on top of linux-phy/next and
there were no conflicts or issues. Note that there are two dt binding
patches, patches 1 and 2 in this series. Patch 1 has to be applied before
patch 2

Thanks
ChenYu
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-08-19  2:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-03  8:14 [PATCH 0/8] ARM: sun8i: a83t: Add USB host support Chen-Yu Tsai
     [not found] ` <20170803081411.22389-1-wens-jdAy2FN1RRM@public.gmane.org>
2017-08-03  8:14   ` [PATCH 1/8] dt-bindings: phy: sun4i-usb-phy: Add property descriptions for H3 Chen-Yu Tsai
     [not found]     ` <20170803081411.22389-2-wens-jdAy2FN1RRM@public.gmane.org>
2017-08-08 12:16       ` 'Kishon Vijay Abraham I' via linux-sunxi
2017-08-10 17:08       ` Rob Herring
2017-08-17 17:05         ` Chen-Yu Tsai
     [not found]           ` <CAGb2v65mKdQC40ASsmeWqCxnDWV4mmf9QFo5-t7spX9RRJBdbg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-08-18 10:53             ` 'Kishon Vijay Abraham I' via linux-sunxi
     [not found]               ` <7a1889e0-6733-3f7d-4b34-b08e8bf3e2b5-l0cyMroinI0@public.gmane.org>
2017-08-19  2:34                 ` Chen-Yu Tsai [this message]
2017-08-03  8:14   ` [PATCH 2/8] dt-bindings: phy: sun4i-usb-phy: Add compatible string for A83T Chen-Yu Tsai
     [not found]     ` <20170803081411.22389-3-wens-jdAy2FN1RRM@public.gmane.org>
2017-08-10 17:09       ` Rob Herring
2017-08-03  8:14   ` [PATCH 3/8] phy: sun4i-usb: Support secondary clock for HSIC PHY Chen-Yu Tsai
2017-08-03  8:14   ` [PATCH 4/8] phy: sun4i-usb: Support A83T USB PHYs Chen-Yu Tsai
2017-08-03  8:14   ` [PATCH 5/8] ARM: sun8i: a83t: Add USB PHY and host device nodes Chen-Yu Tsai
2017-08-03  8:14   ` [PATCH 6/8] ARM: sun8i: a83t: Add device node for USB OTG controller Chen-Yu Tsai
2017-08-03  8:14   ` [PATCH 7/8] ARM: sun8i: a83t: cubietruck-plus: Enable onboard USB peripherals Chen-Yu Tsai
2017-08-03  8:14   ` [PATCH 8/8] ARM: sun8i: a83t: h8homlet-v2: Enable USB ports Chen-Yu Tsai
2017-08-19  2:41   ` [PATCH 0/8] ARM: sun8i: a83t: Add USB host support Chen-Yu Tsai

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=CAGb2v67cMzvmZGMFptkak-M1AT0FNFSX7p-1xqsczMAnO8UFHA@mail.gmail.com \
    --to=wens-jday2fn1rrm@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kishon-l0cyMroinI0@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).