From: Peter Chen <peter.chen@nxp.com>
To: "shawnguo@kernel.org" <shawnguo@kernel.org>,
"balbi@kernel.org" <balbi@kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
Aisheng Dong <aisheng.dong@nxp.com>,
dl-linux-imx <linux-imx@nxp.com>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
Peter Chen <peter.chen@nxp.com>
Subject: [PATCH 0/7] Add imx7ulp USBOTG1 support
Date: Sun, 28 Apr 2019 02:51:09 +0000 [thread overview]
Message-ID: <20190428024847.5046-1-peter.chen@nxp.com> (raw)
There is a dual-role USB controller at imx7ulp, we add support for it
in this patch set, and the dual-role function is tested at imx7ulp-evk
board.
Thanks.
Peter Chen (7):
doc: dt-binding: mxs-usb-phy: add compatible for 7ulp
usb: phy: phy-mxs-usb: add imx7ulp support
doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp
doc: dt-binding: usbmisc-imx: add compatible string for imx7ulp
usb: chipidea: imx: add imx7ulp support
ARM: dts: imx7ulp: add imx7ulp USBOTG1 support
ARM: dts: imx7ulp-evk: enable USBOTG1 support
.../devicetree/bindings/phy/mxs-usb-phy.txt | 1 +
.../devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 +
.../devicetree/bindings/usb/usbmisc-imx.txt | 1 +
arch/arm/boot/dts/imx7ulp-evk.dts | 35 ++++++++++
arch/arm/boot/dts/imx7ulp.dtsi | 30 +++++++++
drivers/usb/chipidea/ci_hdrc_imx.c | 28 +++++++-
drivers/usb/chipidea/usbmisc_imx.c | 4 ++
drivers/usb/phy/phy-mxs-usb.c | 76 +++++++++++++++++++++-
include/linux/usb/chipidea.h | 1 +
9 files changed, 175 insertions(+), 2 deletions(-)
--
2.14.1
WARNING: multiple messages have this Message-ID (diff)
From: Peter Chen <peter.chen@nxp.com>
To: "shawnguo@kernel.org" <shawnguo@kernel.org>,
"balbi@kernel.org" <balbi@kernel.org>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Peter Chen <peter.chen@nxp.com>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH 0/7] Add imx7ulp USBOTG1 support
Date: Sun, 28 Apr 2019 02:51:09 +0000 [thread overview]
Message-ID: <20190428024847.5046-1-peter.chen@nxp.com> (raw)
There is a dual-role USB controller at imx7ulp, we add support for it
in this patch set, and the dual-role function is tested at imx7ulp-evk
board.
Thanks.
Peter Chen (7):
doc: dt-binding: mxs-usb-phy: add compatible for 7ulp
usb: phy: phy-mxs-usb: add imx7ulp support
doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp
doc: dt-binding: usbmisc-imx: add compatible string for imx7ulp
usb: chipidea: imx: add imx7ulp support
ARM: dts: imx7ulp: add imx7ulp USBOTG1 support
ARM: dts: imx7ulp-evk: enable USBOTG1 support
.../devicetree/bindings/phy/mxs-usb-phy.txt | 1 +
.../devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 +
.../devicetree/bindings/usb/usbmisc-imx.txt | 1 +
arch/arm/boot/dts/imx7ulp-evk.dts | 35 ++++++++++
arch/arm/boot/dts/imx7ulp.dtsi | 30 +++++++++
drivers/usb/chipidea/ci_hdrc_imx.c | 28 +++++++-
drivers/usb/chipidea/usbmisc_imx.c | 4 ++
drivers/usb/phy/phy-mxs-usb.c | 76 +++++++++++++++++++++-
include/linux/usb/chipidea.h | 1 +
9 files changed, 175 insertions(+), 2 deletions(-)
--
2.14.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Peter Chen <peter.chen@nxp.com>
To: "shawnguo@kernel.org" <shawnguo@kernel.org>,
"balbi@kernel.org" <balbi@kernel.org>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Peter Chen <peter.chen@nxp.com>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH 0/7] Add imx7ulp USBOTG1 support
Date: Sun, 28 Apr 2019 02:51:09 +0000 [thread overview]
Message-ID: <20190428024847.5046-1-peter.chen@nxp.com> (raw)
There is a dual-role USB controller at imx7ulp, we add support for it
in this patch set, and the dual-role function is tested at imx7ulp-evk
board.
Thanks.
Peter Chen (7):
doc: dt-binding: mxs-usb-phy: add compatible for 7ulp
usb: phy: phy-mxs-usb: add imx7ulp support
doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp
doc: dt-binding: usbmisc-imx: add compatible string for imx7ulp
usb: chipidea: imx: add imx7ulp support
ARM: dts: imx7ulp: add imx7ulp USBOTG1 support
ARM: dts: imx7ulp-evk: enable USBOTG1 support
.../devicetree/bindings/phy/mxs-usb-phy.txt | 1 +
.../devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 +
.../devicetree/bindings/usb/usbmisc-imx.txt | 1 +
arch/arm/boot/dts/imx7ulp-evk.dts | 35 ++++++++++
arch/arm/boot/dts/imx7ulp.dtsi | 30 +++++++++
drivers/usb/chipidea/ci_hdrc_imx.c | 28 +++++++-
drivers/usb/chipidea/usbmisc_imx.c | 4 ++
drivers/usb/phy/phy-mxs-usb.c | 76 +++++++++++++++++++++-
include/linux/usb/chipidea.h | 1 +
9 files changed, 175 insertions(+), 2 deletions(-)
--
2.14.1
next reply other threads:[~2019-04-28 2:51 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-28 2:51 Peter Chen [this message]
2019-04-28 2:51 ` [PATCH 0/7] Add imx7ulp USBOTG1 support Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` [6/7] ARM: dts: imx7ulp: add " Peter Chen
2019-04-28 2:51 ` [PATCH 6/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-05-01 18:38 ` [6/7] " Rob Herring
2019-05-01 18:38 ` [PATCH 6/7] " Rob Herring
2019-05-01 18:38 ` Rob Herring
2019-05-01 18:38 ` Rob Herring
2019-05-05 3:13 ` [6/7] " Peter Chen
2019-05-05 3:13 ` [PATCH 6/7] " Peter Chen
2019-05-05 3:13 ` Peter Chen
2019-05-05 3:13 ` Peter Chen
2019-05-06 15:30 ` Rob Herring
2019-05-06 15:30 ` Rob Herring
2019-05-06 15:30 ` Rob Herring
2019-05-07 1:49 ` Peter Chen
2019-05-07 1:49 ` Peter Chen
2019-05-07 1:49 ` Peter Chen
-- strict thread matches above, loose matches on Subject: below --
2019-04-28 2:51 [1/7] doc: dt-binding: mxs-usb-phy: add compatible for 7ulp Peter Chen
2019-04-28 2:51 ` [PATCH 1/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 [2/7] usb: phy: phy-mxs-usb: add imx7ulp support Peter Chen
2019-04-28 2:51 ` [PATCH 2/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 [3/7] doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp Peter Chen
2019-04-28 2:51 ` [PATCH 3/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 [4/7] doc: dt-binding: usbmisc-imx: " Peter Chen
2019-04-28 2:51 ` [PATCH 4/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 [5/7] usb: chipidea: imx: add imx7ulp support Peter Chen
2019-04-28 2:51 ` [PATCH 5/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 [7/7] ARM: dts: imx7ulp-evk: enable USBOTG1 support Peter Chen
2019-04-28 2:51 ` [PATCH 7/7] " Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-04-28 2:51 ` Peter Chen
2019-05-02 19:46 [1/7] doc: dt-binding: mxs-usb-phy: add compatible for 7ulp Rob Herring
2019-05-02 19:46 ` [PATCH 1/7] " Rob Herring
2019-05-02 19:46 ` Rob Herring
2019-05-02 19:46 ` Rob Herring
2019-05-02 19:46 [3/7] doc: dt-binding: ci-hdrc-usb2: add compatible string for imx7ulp Rob Herring
2019-05-02 19:46 ` [PATCH 3/7] " Rob Herring
2019-05-02 19:46 ` Rob Herring
2019-05-02 19:46 ` Rob Herring
2019-05-02 19:46 [4/7] doc: dt-binding: usbmisc-imx: " Rob Herring
2019-05-02 19:46 ` [PATCH 4/7] " Rob Herring
2019-05-02 19:46 ` Rob Herring
2019-05-02 19:46 ` Rob Herring
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=20190428024847.5046-1-peter.chen@nxp.com \
--to=peter.chen@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=balbi@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.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.