From: Peter Chen <peter.chen@kernel.org>
To: Sascha Hauer <s.hauer@pengutronix.de>,
Xu Yang <xu.yang_2@nxp.com>, Li Jun <jun.li@nxp.com>
Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Peng Fan <peng.fan@oss.nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree
Date: Mon, 17 Oct 2022 08:41:53 +0800 [thread overview]
Message-ID: <20221017004153.GC12701@nchen-desktop> (raw)
In-Reply-To: <20221011082924.884123-1-s.hauer@pengutronix.de>
On 22-10-11 10:29:18, Sascha Hauer wrote:
> This series exports more phy tuning settings to device tree. There are
> some values already exported and I follow that example in this series.
>
> Patches 1 and 2 contain two small bugfixes for issues I stumbled upon
> along the way. Patches 3 and 4 are cleanups. These patches could be
> applied without the remaining two patches.
>
> The binding patch is based on
> https://lore.kernel.org/linux-arm-kernel/20221010101816.298334-3-peng.fan@oss.nxp.com/t/,
> so this will need a rebase once this series settles.
I have left NXP, maybe Jun Li or Yang Xu could have a review.
Peter
>
> Sascha
>
> Sascha Hauer (6):
> usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks
> usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source
> usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields
> usb: chipidea: usbmisc_imx: Add prefix to register defines
> usb: chipidea: usbmisc_imx: Add device tree properties for i.MX7 phy
> tuning
> dt-bindings: usb: ci-hdrc-usb2: Add more phy tuning properties
>
> .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 79 ++++++++
> drivers/usb/chipidea/ci_hdrc_imx.c | 14 ++
> drivers/usb/chipidea/ci_hdrc_imx.h | 7 +
> drivers/usb/chipidea/usbmisc_imx.c | 186 ++++++++++++------
> 4 files changed, 230 insertions(+), 56 deletions(-)
>
> --
> 2.30.2
>
--
Thanks,
Peter Chen
WARNING: multiple messages have this Message-ID (diff)
From: Peter Chen <peter.chen@kernel.org>
To: Sascha Hauer <s.hauer@pengutronix.de>,
Xu Yang <xu.yang_2@nxp.com>, Li Jun <jun.li@nxp.com>
Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Peng Fan <peng.fan@oss.nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree
Date: Mon, 17 Oct 2022 08:41:53 +0800 [thread overview]
Message-ID: <20221017004153.GC12701@nchen-desktop> (raw)
In-Reply-To: <20221011082924.884123-1-s.hauer@pengutronix.de>
On 22-10-11 10:29:18, Sascha Hauer wrote:
> This series exports more phy tuning settings to device tree. There are
> some values already exported and I follow that example in this series.
>
> Patches 1 and 2 contain two small bugfixes for issues I stumbled upon
> along the way. Patches 3 and 4 are cleanups. These patches could be
> applied without the remaining two patches.
>
> The binding patch is based on
> https://lore.kernel.org/linux-arm-kernel/20221010101816.298334-3-peng.fan@oss.nxp.com/t/,
> so this will need a rebase once this series settles.
I have left NXP, maybe Jun Li or Yang Xu could have a review.
Peter
>
> Sascha
>
> Sascha Hauer (6):
> usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks
> usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source
> usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields
> usb: chipidea: usbmisc_imx: Add prefix to register defines
> usb: chipidea: usbmisc_imx: Add device tree properties for i.MX7 phy
> tuning
> dt-bindings: usb: ci-hdrc-usb2: Add more phy tuning properties
>
> .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 79 ++++++++
> drivers/usb/chipidea/ci_hdrc_imx.c | 14 ++
> drivers/usb/chipidea/ci_hdrc_imx.h | 7 +
> drivers/usb/chipidea/usbmisc_imx.c | 186 ++++++++++++------
> 4 files changed, 230 insertions(+), 56 deletions(-)
>
> --
> 2.30.2
>
--
Thanks,
Peter Chen
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-10-17 0:42 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-11 8:29 [PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-11 8:29 ` [PATCH 1/6] usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-18 8:45 ` Xu Yang
2022-10-18 8:45 ` Xu Yang
2022-10-11 8:29 ` [PATCH 2/6] usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-18 8:46 ` Xu Yang
2022-10-18 8:46 ` Xu Yang
2022-10-11 8:29 ` [PATCH 3/6] usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-18 8:39 ` xu yang
2022-10-18 8:39 ` xu yang
2022-10-11 8:29 ` [PATCH 4/6] usb: chipidea: usbmisc_imx: Add prefix to register defines Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-18 8:49 ` Xu Yang
2022-10-18 8:49 ` Xu Yang
2022-10-11 8:29 ` [PATCH 5/6] usb: chipidea: usbmisc_imx: Add device tree properties for i.MX7 phy tuning Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-11 8:29 ` [PATCH 6/6] dt-bindings: usb: ci-hdrc-usb2: Add more phy tuning properties Sascha Hauer
2022-10-11 8:29 ` Sascha Hauer
2022-10-12 16:08 ` Rob Herring
2022-10-12 16:08 ` Rob Herring
2022-10-13 10:14 ` Sascha Hauer
2022-10-13 10:14 ` Sascha Hauer
2022-10-13 20:03 ` Rob Herring
2022-10-13 20:03 ` Rob Herring
2022-10-17 0:41 ` Peter Chen [this message]
2022-10-17 0:41 ` [PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree Peter Chen
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=20221017004153.GC12701@nchen-desktop \
--to=peter.chen@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jun.li@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=peng.fan@oss.nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=xu.yang_2@nxp.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.