Message ID | 20221011082924.884123-1-s.hauer@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | usb: chipidea: Export more phy tuning parameters to device tree | expand |
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 >