public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com, Marek Vasut <marex@denx.de>
Cc: Angus Ainslie <angus@akkea.ca>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Simon Glass <sjg@chromium.org>, Wolfgang Denk <wd@denx.de>
Subject: [PATCH v3 0/2] usb: dwc3: Enable PHY support
Date: Wed,  9 Mar 2022 10:05:43 +0100	[thread overview]
Message-ID: <cover.1646816742.git.michal.simek@xilinx.com> (raw)

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


             reply	other threads:[~2022-03-09  9:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09  9:05 Michal Simek [this message]
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

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=cover.1646816742.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=angus@akkea.ca \
    --cc=git@xilinx.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=marex@denx.de \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox