u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] phy: sun4i-usb: Allwinner D1 Support
@ 2022-07-15  4:09 Samuel Holland
  2022-07-15  4:09 ` [PATCH 1/4] sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig Samuel Holland
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Samuel Holland @ 2022-07-15  4:09 UTC (permalink / raw)
  To: u-boot, Jagan Teki, Andre Przywara; +Cc: Samuel Holland, Joe Hershberger

This series updates the USB PHY driver to support the Allwinner D1,
which is a new RISC-V SoC. First it cleans up a couple of things that
tie the driver to the existing ARM port, and then it adds the new PHY
variant to the driver. Patches 3-4 are effectively the same as changes
made to the Linux driver.

After this series, the driver still uses the VBUS and ID pin options
from arch/arm/mach-sunxi/Kconfig. Those options will be replaced by
devicetree properties in a separate series.


Andre Przywara (1):
  phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling

Samuel Holland (3):
  sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig
  phy: sun4i-usb: Drop use of arch-specific headers
  phy: sun4i-usb: Add D1 variant

 arch/arm/mach-sunxi/Kconfig           |  9 ------
 drivers/phy/allwinner/Kconfig         | 10 ++++++
 drivers/phy/allwinner/phy-sun4i-usb.c | 44 +++++++++++++++------------
 3 files changed, 34 insertions(+), 29 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-15  9:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  4:09 [PATCH 0/4] phy: sun4i-usb: Allwinner D1 Support Samuel Holland
2022-07-15  4:09 ` [PATCH 1/4] sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig Samuel Holland
2022-07-15  9:15   ` Jagan Teki
2022-07-15  4:09 ` [PATCH 2/4] phy: sun4i-usb: Drop use of arch-specific headers Samuel Holland
2022-07-15  9:15   ` Jagan Teki
2022-07-15  4:09 ` [PATCH 3/4] phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling Samuel Holland
2022-07-15  9:16   ` Jagan Teki
2022-07-15  4:09 ` [PATCH 4/4] phy: sun4i-usb: Add D1 variant Samuel Holland
2022-07-15  9:16   ` Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).