From: Sergiu Moga <sergiu.moga@microchip.com>
To: <marex@denx.de>, <michal.simek@amd.com>, <jim.t90615@gmail.com>,
<sumit.garg@linaro.org>, <weijie.gao@mediatek.com>,
<sjg@chromium.org>, <sergiu.moga@microchip.com>,
<eugen.hristev@microchip.com>, <cristian.birsan@microchip.com>
Cc: <u-boot@lists.denx.de>
Subject: [PATCH 0/4] Register at91 OHCI into DM and add SAMA7 USB PHY's
Date: Fri, 23 Dec 2022 14:34:51 +0200 [thread overview]
Message-ID: <20221223123454.362757-1-sergiu.moga@microchip.com> (raw)
This patch series originates from a bigger patch series:
https://lists.denx.de/pipermail/u-boot/2022-December/502865.html
Register ohci-at91 driver into Driver Model. In order for the VBUS to
stay enabled, a `child_pre_probe` method has been added to overcome the
DM core disabling it in `usb_scan_device`: when the generic `device_probe`
method is called, the pinctrl is processed once again, undoing whatever
changes have been made in our driver's probe method.
In order to enable USB on SAMA7G5 the addition of the USB 2.0 PHY
drivers were required.
Cristian Birsan (1):
usb: ohci-at91: Add `ohci_t` field in `ohci_at91_priv`
Sergiu Moga (3):
phy: at91: Add support for the USB 2.0 PHY's of SAMA7
usb: ohci-at91: Enable OHCI functionality and register into DM
usb: ohci-at91: Add USB PHY functionality
drivers/phy/Kconfig | 10 ++
drivers/phy/Makefile | 1 +
drivers/phy/phy-sama7-usb.c | 90 +++++++++++++
drivers/phy/phy-sama7-utmi-clk.c | 202 +++++++++++++++++++++++++++++
drivers/usb/host/ohci-at91.c | 215 +++++++++++++++++++++++++++++++
5 files changed, 518 insertions(+)
create mode 100644 drivers/phy/phy-sama7-usb.c
create mode 100644 drivers/phy/phy-sama7-utmi-clk.c
--
2.34.1
next reply other threads:[~2022-12-23 12:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 12:34 Sergiu Moga [this message]
2022-12-23 12:34 ` [PATCH 1/4] phy: at91: Add support for the USB 2.0 PHY's of SAMA7 Sergiu Moga
2022-12-23 12:34 ` [PATCH 2/4] usb: ohci-at91: Enable OHCI functionality and register into DM Sergiu Moga
2023-01-02 23:26 ` Marek Vasut
2023-01-03 12:11 ` Sergiu.Moga
2023-01-03 14:34 ` Marek Vasut
2023-01-03 15:49 ` Sergiu.Moga
2023-01-03 15:57 ` Marek Vasut
2023-01-03 16:01 ` Sergiu.Moga
2023-01-03 16:04 ` Marek Vasut
2022-12-23 12:34 ` [PATCH 3/4] usb: ohci-at91: Add `ohci_t` field in `ohci_at91_priv` Sergiu Moga
2023-01-02 23:27 ` Marek Vasut
2022-12-23 12:34 ` [PATCH 4/4] usb: ohci-at91: Add USB PHY functionality Sergiu Moga
2023-01-02 23:33 ` Marek Vasut
2023-01-03 13:02 ` Sergiu.Moga
2023-01-03 14:38 ` Marek Vasut
2022-12-23 12:44 ` [PATCH 0/4] Register at91 OHCI into DM and add SAMA7 USB PHY's Sergiu.Moga
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=20221223123454.362757-1-sergiu.moga@microchip.com \
--to=sergiu.moga@microchip.com \
--cc=cristian.birsan@microchip.com \
--cc=eugen.hristev@microchip.com \
--cc=jim.t90615@gmail.com \
--cc=marex@denx.de \
--cc=michal.simek@amd.com \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.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.