From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/6] Add support for DM_USB and DM_USB_DEV to TI's K2G platforms
Date: Thu, 6 Dec 2018 23:09:01 +0100 [thread overview]
Message-ID: <20181206230901.3e43ed0f@jawa> (raw)
In-Reply-To: <1543918382-6520-1-git-send-email-jjhiblot@ti.com>
Hi Jean-Jacques, Marek,
> The K2G platforms can use the generic DWC3 driver instead of relying
> on the keystone-xhci driver.
> Benefits are:
> - moving toward DM
> - brings USB gadget for free
> - allows us to remove some code
>
> Tested on:
> - K2G EVM
>
I'm not sure if I shall wait for Marek's PR to Tom (preferred) or send
new PR to Marek?
Marek what do you think?
>
> Changes in v2:
> - rebased on latest version of u-boot-usb/master
> - use DM_USB_GADGET instead of DM_USB_DEV
>
> Jean-Jacques Hiblot (6):
> usb: dwc3-generic: make it compatible with "ti,keystone-dwc3"
> board: ks2_evm: Enable the USB clocks if DM_USB is used
> ARM: dts: k2g-evm: enable USB0 and USB1
> PHY: Add phy driver for the keystone USB PHY
> usb: host: replace xhci-keystone driver by the generic dwc3 driver
> configs: k2g_evm: Enable DFU on K2G EVM
>
> arch/arm/dts/keystone-k2g-evm.dts | 28 ++++
> arch/arm/dts/keystone-k2g.dtsi | 56 ++++++++
> board/ti/ks2_evm/board.c | 12 ++
> configs/k2e_evm_defconfig | 7 +
> configs/k2e_hs_evm_defconfig | 7 +
> configs/k2g_evm_defconfig | 12 ++
> configs/k2g_hs_evm_defconfig | 12 ++
> configs/k2hk_evm_defconfig | 7 +
> configs/k2hk_hs_evm_defconfig | 7 +
> configs/k2l_evm_defconfig | 7 +
> configs/k2l_hs_evm_defconfig | 7 +
> drivers/phy/Kconfig | 10 ++
> drivers/phy/Makefile | 1 +
> drivers/phy/keystone-usb-phy.c | 109 ++++++++++++++++
> drivers/usb/dwc3/dwc3-generic.c | 1 +
> drivers/usb/host/Makefile | 1 -
> drivers/usb/host/xhci-keystone.c | 240
> -----------------------------------
> include/configs/ti_armv7_keystone2.h | 17 ++- 18 files changed, 294
> insertions(+), 247 deletions(-) create mode 100644
> drivers/phy/keystone-usb-phy.c delete mode 100644
> drivers/usb/host/xhci-keystone.c
>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181206/d3307e58/attachment.sig>
prev parent reply other threads:[~2018-12-06 22:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-04 10:12 [U-Boot] [PATCH v2 0/6] Add support for DM_USB and DM_USB_DEV to TI's K2G platforms Jean-Jacques Hiblot
2018-12-04 10:12 ` [U-Boot] [PATCH v2 1/6] usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" Jean-Jacques Hiblot
2018-12-04 10:12 ` [U-Boot] [PATCH v2 2/6] board: ks2_evm: Enable the USB clocks if DM_USB is used Jean-Jacques Hiblot
2018-12-05 3:12 ` Tom Rini
2018-12-04 10:12 ` [U-Boot] [PATCH v2 3/6] ARM: dts: k2g-evm: enable USB0 and USB1 Jean-Jacques Hiblot
2018-12-05 3:12 ` Tom Rini
2018-12-04 10:12 ` [U-Boot] [PATCH v2 4/6] PHY: Add phy driver for the keystone USB PHY Jean-Jacques Hiblot
2018-12-04 10:13 ` [U-Boot] [PATCH v2 5/6] usb: host: replace xhci-keystone driver by the generic dwc3 driver Jean-Jacques Hiblot
2018-12-04 10:13 ` [U-Boot] [PATCH v2 6/6] configs: k2g_evm: Enable DFU on K2G EVM Jean-Jacques Hiblot
2018-12-05 3:12 ` Tom Rini
2018-12-06 22:09 ` Lukasz Majewski [this message]
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=20181206230901.3e43ed0f@jawa \
--to=lukma@denx.de \
--cc=u-boot@lists.denx.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