From: Rob Herring <robh@kernel.org>
To: Al Cooper <alcooperx@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mark Rutland <mark.rutland@arm.com>,
Alan Stern <stern@rowland.harvard.edu>,
Mathias Nyman <mathias.nyman@intel.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Dmitry Osipenko <digetx@gmail.com>,
Chunfeng Yun <chunfeng.yun@mediatek.com>,
Jianguo Sun <sunjianguo1@huawei.com>,
James Hogan <jhogan@kernel.org>, Alban Bedel <albeu@free.fr>,
Lu Baolu <baolu.lu@linux.intel.com>,
Avi Fishman <avifishman70@gmail.com>,
Alex Elder <elder@linaro.org>,
Hans de Goede <hdegoede@redhat.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com
Subject: [1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document
Date: Mon, 15 Oct 2018 13:22:16 -0500 [thread overview]
Message-ID: <20181015182216.GA29537@bogus> (raw)
On Wed, Sep 26, 2018 at 06:20:10PM -0400, Al Cooper wrote:
> Add DT bindings document for Broadcom STB USB OHCI, EHCI and
> XHCI drivers.
>
> Signed-off-by: Al Cooper <alcooperx@gmail.com>
> ---
> .../devicetree/bindings/usb/brcm,ehci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,ohci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,xhci-brcm.txt | 23 ++++++++++++++++++++++
> 3 files changed, 67 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ohci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,xhci-brcm.txt
>
> diff --git a/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> new file mode 100644
> index 000000000000..020b5ec40f5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> @@ -0,0 +1,22 @@
> +Broadcom STB USB EHCI controller
> +
> +Required properties:
> +- compatible: should be "brcm,ehci-brcm-v2"
Needs an SoC specific compatible string.
> +- reg: should contain one register range i.e. start and length
> +- interrupts: description of the interrupt line
> +- phys: phandle + phy specifier pair
> + The specifier should be 0 for the OHCI/EHCI PHY and 1 for the XHCI PHY
0 or 1 depends on the phy binding. This binding just needs to say how
many phy specifiers there are.
> +
> +Optional properties:
> +- clocks: A list of phandles for the clocks
Need to say how many and the order.
> +
> +Example:
> +
> +ehci@f0b00300 {
> + compatible = "brcm,ehci-brcm-v2";
> + reg = <0xf0b00300 0xa8>;
> + interrupts = <0x0 0x5a 0x0>;
> + interrupt-names = "usb0_ehci_0";
> + phys = <&usbphy_0 0x0>;
> + clocks = <&usb20>
> +};
Similar comments in the other 2 files.
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Al Cooper <alcooperx@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mark Rutland <mark.rutland@arm.com>,
Alan Stern <stern@rowland.harvard.edu>,
Mathias Nyman <mathias.nyman@intel.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Dmitry Osipenko <digetx@gmail.com>,
Chunfeng Yun <chunfeng.yun@mediatek.com>,
Jianguo Sun <sunjianguo1@huawei.com>,
James Hogan <jhogan@kernel.org>, Alban Bedel <albeu@free.fr>,
Lu Baolu <baolu.lu@linux.intel.com>,
Avi Fishman <avifishman70@gmail.com>,
Alex Elder <elder@linaro.org>,
Hans de Goede <hdegoede@redhat.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
bcm-kernel-f
Subject: Re: [PATCH 1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document
Date: Mon, 15 Oct 2018 13:22:16 -0500 [thread overview]
Message-ID: <20181015182216.GA29537@bogus> (raw)
In-Reply-To: <1538000414-24873-2-git-send-email-alcooperx@gmail.com>
On Wed, Sep 26, 2018 at 06:20:10PM -0400, Al Cooper wrote:
> Add DT bindings document for Broadcom STB USB OHCI, EHCI and
> XHCI drivers.
>
> Signed-off-by: Al Cooper <alcooperx@gmail.com>
> ---
> .../devicetree/bindings/usb/brcm,ehci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,ohci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,xhci-brcm.txt | 23 ++++++++++++++++++++++
> 3 files changed, 67 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ohci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,xhci-brcm.txt
>
> diff --git a/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> new file mode 100644
> index 000000000000..020b5ec40f5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> @@ -0,0 +1,22 @@
> +Broadcom STB USB EHCI controller
> +
> +Required properties:
> +- compatible: should be "brcm,ehci-brcm-v2"
Needs an SoC specific compatible string.
> +- reg: should contain one register range i.e. start and length
> +- interrupts: description of the interrupt line
> +- phys: phandle + phy specifier pair
> + The specifier should be 0 for the OHCI/EHCI PHY and 1 for the XHCI PHY
0 or 1 depends on the phy binding. This binding just needs to say how
many phy specifiers there are.
> +
> +Optional properties:
> +- clocks: A list of phandles for the clocks
Need to say how many and the order.
> +
> +Example:
> +
> +ehci@f0b00300 {
> + compatible = "brcm,ehci-brcm-v2";
> + reg = <0xf0b00300 0xa8>;
> + interrupts = <0x0 0x5a 0x0>;
> + interrupt-names = "usb0_ehci_0";
> + phys = <&usbphy_0 0x0>;
> + clocks = <&usb20>
> +};
Similar comments in the other 2 files.
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Al Cooper <alcooperx@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mark Rutland <mark.rutland@arm.com>,
Alan Stern <stern@rowland.harvard.edu>,
Mathias Nyman <mathias.nyman@intel.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Dmitry Osipenko <digetx@gmail.com>,
Chunfeng Yun <chunfeng.yun@mediatek.com>,
Jianguo Sun <sunjianguo1@huawei.com>,
James Hogan <jhogan@kernel.org>, Alban Bedel <albeu@free.fr>,
Lu Baolu <baolu.lu@linux.intel.com>,
Avi Fishman <avifishman70@gmail.com>,
Alex Elder <elder@linaro.org>,
Hans de Goede <hdegoede@redhat.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com
Subject: Re: [PATCH 1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document
Date: Mon, 15 Oct 2018 13:22:16 -0500 [thread overview]
Message-ID: <20181015182216.GA29537@bogus> (raw)
In-Reply-To: <1538000414-24873-2-git-send-email-alcooperx@gmail.com>
On Wed, Sep 26, 2018 at 06:20:10PM -0400, Al Cooper wrote:
> Add DT bindings document for Broadcom STB USB OHCI, EHCI and
> XHCI drivers.
>
> Signed-off-by: Al Cooper <alcooperx@gmail.com>
> ---
> .../devicetree/bindings/usb/brcm,ehci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,ohci-brcm.txt | 22 +++++++++++++++++++++
> .../devicetree/bindings/usb/brcm,xhci-brcm.txt | 23 ++++++++++++++++++++++
> 3 files changed, 67 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,ohci-brcm.txt
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,xhci-brcm.txt
>
> diff --git a/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> new file mode 100644
> index 000000000000..020b5ec40f5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
> @@ -0,0 +1,22 @@
> +Broadcom STB USB EHCI controller
> +
> +Required properties:
> +- compatible: should be "brcm,ehci-brcm-v2"
Needs an SoC specific compatible string.
> +- reg: should contain one register range i.e. start and length
> +- interrupts: description of the interrupt line
> +- phys: phandle + phy specifier pair
> + The specifier should be 0 for the OHCI/EHCI PHY and 1 for the XHCI PHY
0 or 1 depends on the phy binding. This binding just needs to say how
many phy specifiers there are.
> +
> +Optional properties:
> +- clocks: A list of phandles for the clocks
Need to say how many and the order.
> +
> +Example:
> +
> +ehci@f0b00300 {
> + compatible = "brcm,ehci-brcm-v2";
> + reg = <0xf0b00300 0xa8>;
> + interrupts = <0x0 0x5a 0x0>;
> + interrupt-names = "usb0_ehci_0";
> + phys = <&usbphy_0 0x0>;
> + clocks = <&usb20>
> +};
Similar comments in the other 2 files.
next reply other threads:[~2018-10-15 18:22 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-15 18:22 Rob Herring [this message]
2018-10-15 18:22 ` [PATCH 1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document Rob Herring
2018-10-15 18:22 ` Rob Herring
-- strict thread matches above, loose matches on Subject: below --
2018-09-27 9:08 [2/5] usb: host: Add OHCI driver for Broadcom STB SoCs Arnd Bergmann
2018-09-27 9:08 ` [PATCH 2/5] " Arnd Bergmann
2018-09-27 9:08 ` Arnd Bergmann
2018-09-27 5:57 [4/5] usb: host: Add XHCI " Felipe Balbi
2018-09-27 5:57 ` [PATCH 4/5] " Felipe Balbi
2018-09-27 5:57 ` Felipe Balbi
2018-09-27 5:51 [4/5] " Chunfeng Yun
2018-09-27 5:51 ` [PATCH 4/5] " Chunfeng Yun
2018-09-27 5:51 ` Chunfeng Yun
2018-09-26 22:20 [5/5] usb: host: Enable building of new Broadcom STB USB drivers Alan Cooper
2018-09-26 22:20 ` [PATCH 5/5] " Al Cooper
2018-09-26 22:20 ` Al Cooper
2018-09-26 22:20 [4/5] usb: host: Add XHCI driver for Broadcom STB SoCs Alan Cooper
2018-09-26 22:20 ` [PATCH 4/5] " Al Cooper
2018-09-26 22:20 ` Al Cooper
2018-09-26 22:20 [3/5] usb: host: Add EHCI " Alan Cooper
2018-09-26 22:20 ` [PATCH 3/5] " Al Cooper
2018-09-26 22:20 ` Al Cooper
2018-09-26 22:20 [2/5] usb: host: Add OHCI " Alan Cooper
2018-09-26 22:20 ` [PATCH 2/5] " Al Cooper
2018-09-26 22:20 ` Al Cooper
2018-09-26 22:20 [1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document Alan Cooper
2018-09-26 22:20 ` [PATCH 1/5] " Al Cooper
2018-09-26 22:20 ` Al Cooper
2018-09-26 22:20 [PATCH 0/5] Add XHCI, EHCI and OHCI drivers for Broadcom STB SoCs Al Cooper
2018-09-26 22:20 ` Al Cooper
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=20181015182216.GA29537@bogus \
--to=robh@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=albeu@free.fr \
--cc=alcooperx@gmail.com \
--cc=arnd@arndb.de \
--cc=avifishman70@gmail.com \
--cc=baolu.lu@linux.intel.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=chunfeng.yun@mediatek.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=digetx@gmail.com \
--cc=elder@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=jhogan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathias.nyman@intel.com \
--cc=mchehab+samsung@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=sunjianguo1@huawei.com \
/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.