public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/2] usb: dwc3: Enable PHY support
@ 2022-03-09  9:05 Michal Simek
  2022-03-09  9:05 ` [PATCH v3 1/2] generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ Michal Simek
  2022-03-09  9:05 ` [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration Michal Simek
  0 siblings, 2 replies; 11+ messages in thread
From: Michal Simek @ 2022-03-09  9:05 UTC (permalink / raw)
  To: u-boot, git, Marek Vasut
  Cc: Angus Ainslie, Heinrich Schuchardt, Kunihiko Hayashi, Simon Glass,
	Wolfgang Denk

Hi,

I am sending two patches for adding PHY support for DWC3 driver. For
getting this work one header patch is required to fix issue with
am57xx_hs_evm_usb_defconfig which enabled CONFIG_PHY and DWC3 drivers for
U-Boot proper but doesn't enable CONFIG_SPL_PHY support. That's why there
is a need to use CONFIG_IS_ENABLED macro to also properly handle SPL
builds.

Marek: Please take both of these patches via your usb tree.

Thanks,
Michal

Changes in v3:
- Add cover letter

Changes in v2:
- based on bug reported by Marek
 https://lore.kernel.org/all/d7adc9a4-f505-eaab-8cd9-45f778bc3b4a@denx.de/
- Add missing header

Michal Simek (2):
  generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
  usb: dwc3: Add support for usb3-phy PHY configuration

 drivers/usb/dwc3/dwc3-generic.c | 18 ++++++++++++++++++
 include/generic-phy.h           |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-25 10:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09  9:05 [PATCH v3 0/2] usb: dwc3: Enable PHY support Michal Simek
2022-03-09  9:05 ` [PATCH v3 1/2] generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ Michal Simek
2022-03-14  7:24   ` Bin Meng
2022-03-09  9:05 ` [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration Michal Simek
2022-03-14  7:24   ` Bin Meng
2022-04-25  9:47   ` Jan Kiszka
2022-04-25  9:56     ` Michal Simek
2022-04-25 10:05       ` Jan Kiszka
2022-04-25 10:06         ` Michal Simek
2022-04-25 10:09           ` Jan Kiszka
2022-04-25 10:14             ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox