From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
Alan Stern
<stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>,
Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>
Cc: devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-usb <linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: Re: [PATCH v3 1/2] ohci-platform: Add support for devicetree instantiation
Date: Sat, 11 Jan 2014 01:02:21 +0300 [thread overview]
Message-ID: <52D06DED.1040409@cogentembedded.com> (raw)
In-Reply-To: <52CFC1A8.4010505-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Hello.
On 01/10/2014 12:47 PM, Hans de Goede wrote:
> Hi,
I would like to know why you dropped me from the To: list when replying. I
have hardly noticed your reply.
>>>>> Add support for ohci-platform instantiation from devicetree, including
>>>>> optionally getting clks and a phy from devicetree, and enabling / disabling
>>>>> those on power_on / off.
>>>>> This should allow using ohci-platform from devicetree in various cases.
>>>>> Specifically after this commit it can be used for the ohci controller found
>>>>> on Allwinner sunxi SoCs.
>>>>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>>>>> ---
>>>>> .../devicetree/bindings/usb/mmio-ohci.txt | 22 +++
>>>>> drivers/usb/host/ohci-platform.c | 150
>>>>> ++++++++++++++++++---
>>>>> 2 files changed, 152 insertions(+), 20 deletions(-)
>>>>> create mode 100644 Documentation/devicetree/bindings/usb/mmio-ohci.txt
>>>>
>>>>> diff --git a/Documentation/devicetree/bindings/usb/mmio-ohci.txt
>>>>> b/Documentation/devicetree/bindings/usb/mmio-ohci.txt
>>>>> new file mode 100644
>>>>> index 0000000..9c776ed
>>>>> --- /dev/null
>>>>> +++ b/Documentation/devicetree/bindings/usb/mmio-ohci.txt
>>>>> @@ -0,0 +1,22 @@
>>>>> +Generic MMIO OHCI controller
>>>> OHCI controller always uses MMIO, and likewise EHCI. You don't need to
>>>> specifically mention it.
>>> Right, I'm only using it here because it is also used in the compatible
>>> string.
>> Please drop it.
>>>>> +
>>>>> +Required properties:
>>>>> +- compatible : "mmio-ohci"
>>>> Likewise, it's not a good name. Why not call it "platform-ohci"?
>>> Because, as you would have known had you read the entire thread, people
>>> objected
>>> against exactly that name because the "platform" bus thing is a Linux
>>> invention,
>>> and other operating systems don't use the platform nomenclature for non pci
>>> busses.
>> I wonder where were all those people when "xhci-platform" compatible got
>> adopted in drivers/usb/host/xhci-plat.c? :-P
I remember I suggested "usb-xhci" but the author didn't want to do it and
I said that I have no strong opinion (along with Alan Stern, IIRC), so we have
it now...
>> Anyway, I want to suggest "usb-[eo]hci" of which "usb-ehci" binding has
>> even already documented in Documentation/devicetree/bindings/usb/usb-ehci.txt.
>> Both these "compatible" values are used as backups in the multiple described
>> bindings of the platform-specific [EO]HCI controllers. I really don't see
>> why you should invent anything new (and so poorly named).
> This too has already been discussed, again please read the entire thread
> including review of earlier versions of the patch.
Sorry, I have been generally lacking the time to read linux-usb recently.
I only bumped into your patch randomly, despite me being interested in this
matter for my own platform...
> We cannot usb usb-ehci, because the existing usb-ehci compatible string is not
> used for a generic usb controller, but
> for a ppc specific one which needs model specific setup, see the driver
> currently implementing compatible = usb-ehci.
Not true about it being entirely PPC specific: the driver actually looks
for another "compatible" property to make it truly PPC specific (and apply
some errata fixes for that specific PPC platform) and "usb-ehci" is used in
many non-PPC binding examples as a backup still. Valentine Barshak's did his
work on ehci-ppc-of.c when DT was used only on PPC and SPARC, so it was kind
of a honest mistake on his part to name the driver so that people would think
it's PPC specific (not only his, it seems, as the driver was based on the
other two). This does not seem a fatal mistake, and we could limit the driver
to match only on that IBM 440EPx platform it was designed for and tested on,
making ehci-platform.c handle "usb-ehci". This is more work but I believe it's
the Right Thing. The problem is that we'll have to do this atomically with
ehci-platform.c change since 2 other PPC platforms use "usb-ehci" as a backup
to their specific "compatible" props and don't have the platform-specific
drivers for them, and we probably wouldn't want to break them.
I would like to help you here but the matter is not urgent for me, so cannot
work on it right now... :-(
Anyway, I'm strongly against such names as "mmio-[eo]hci". But I could
live with just "[eo]hci" if you don't follow my advice and unravel the
ehci-ppc-of.c knot...
> Regards,
> Hans
WBR, Sergei
next prev parent reply other threads:[~2014-01-10 22:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-09 17:57 [PATCH v3 0/2] ohci and ehci-platform clks, phy and dt support Hans de Goede
[not found] ` <1389290226-6971-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-09 17:57 ` [PATCH v3 1/2] ohci-platform: Add support for devicetree instantiation Hans de Goede
[not found] ` <1389290226-6971-2-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-09 18:07 ` Arnd Bergmann
2014-01-09 18:18 ` Hans de Goede
2014-01-09 20:14 ` Sergei Shtylyov
[not found] ` <52CF0326.1090407-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2014-01-09 19:48 ` Hans de Goede
[not found] ` <52CEFCFE.7080308-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-09 21:08 ` Sergei Shtylyov
[not found] ` <52CF0FB1.1010109-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2014-01-10 9:47 ` Hans de Goede
[not found] ` <52CFC1A8.4010505-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-10 22:02 ` Sergei Shtylyov [this message]
2014-01-09 20:36 ` Alan Stern
[not found] ` <Pine.LNX.4.44L0.1401091446310.1493-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2014-01-10 10:13 ` Hans de Goede
[not found] ` <52CFC7DC.3010406-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-10 15:29 ` Alan Stern
2014-01-09 17:57 ` [PATCH v3 2/2] ehci-platform: Add support for clks and phy passed through devicetree Hans de Goede
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=52D06DED.1040409@cogentembedded.com \
--to=sergei.shtylyov-m4dtvfq/zs1mrggop+s0pdbpr1lh4cv8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@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).