From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-dfu (13.12.2018)
Date: Wed, 12 Dec 2018 23:58:21 +0100 [thread overview]
Message-ID: <20181212235821.45d1a7d1@jawa> (raw)
Dear Marek,
The following changes since commit 51b24944fdbfa760aa87a1ad812355e1df9c9355:
usb: musb: Remove legacy CONFIG_USB_DA8XX (2018-12-12 15:23:04 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 8a3755462f65c032528af70c6582abf89f91b2bc:
configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl (2018-12-12 15:35:08 +0100)
----------------------------------------------------------------
Jean-Jacques Hiblot (20):
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
spl: drivers: Link usb common library to SPL if USB gadget is enabled
spl: net: dm: usb: bind the gadget before attempting to load the image
phy: omap_usb2: Add support for am437x
dwc3-generic: Add support for the am437x
board: ti: am43xx: turn on USB clocks
dts: Add a u-boot specific dtsi file for the am4372
dts: am4372: Enable USB1 in SPL
configs: am43xx_evm: Enable DM_USB and DM_USB_GADGET
configs: am43xx: Enable RNDIS support in SPL
usb: musb-new: Allow the diver not to use the set_phy_power() callback
usb: musb-new: Add support for DM_USB
arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL
configs: am335x_evm: Do not disable DM_USB in SPL
configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl
arch/arm/dts/am4372-generic-u-boot.dtsi | 2 +
arch/arm/dts/am4372-u-boot.dtsi | 40 ++++++++++++++++++
arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 2 +
arch/arm/dts/am437x-idk-evm-u-boot.dtsi | 2 +
arch/arm/dts/am437x-sk-evm-u-boot.dtsi | 2 +
arch/arm/dts/keystone-k2g-evm.dts | 28 +++++++++++++
arch/arm/dts/keystone-k2g.dtsi | 56 +++++++++++++++++++++++++
arch/arm/include/asm/omap_musb.h | 8 ++++
arch/arm/mach-omap2/am33xx/board.c | 58 ++++++++++++++++++++++----
board/ti/am43xx/board.c | 22 ++++++++++
board/ti/ks2_evm/board.c | 12 ++++++
common/Makefile | 3 ++
common/spl/spl_net.c | 4 +-
configs/am335x_boneblack_vboot_defconfig | 10 +++++
configs/am43xx_evm_defconfig | 19 +++++++++
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/Makefile | 1 +
drivers/phy/Kconfig | 10 +++++
drivers/phy/Makefile | 1 +
drivers/phy/keystone-usb-phy.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++
drivers/phy/omap-usb2-phy.c | 45 +++++++++++++++-----
drivers/usb/dwc3/dwc3-generic.c | 2 +
drivers/usb/host/Makefile | 1 -
drivers/usb/host/xhci-keystone.c | 240 -----------------------------------------------------------------------------------------------------------
drivers/usb/musb-new/am35x.c | 8 ++--
drivers/usb/musb-new/musb_dsps.c | 8 ++--
drivers/usb/musb-new/musb_gadget.c | 11 +++++
drivers/usb/musb-new/musb_uboot.c | 4 +-
drivers/usb/musb-new/ti-musb.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
include/configs/am335x_evm.h | 1 -
include/configs/ti_armv7_keystone2.h | 17 +++++---
38 files changed, 649 insertions(+), 324 deletions(-)
create mode 100644 arch/arm/dts/am4372-u-boot.dtsi
create mode 100644 drivers/phy/keystone-usb-phy.c
delete mode 100644 drivers/usb/host/xhci-keystone.c
Travis-Ci: https://travis-ci.org/lmajewski/u-boot-dfu/builds/467026476
This is the last instalment of patches from Jean-Jacques
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/20181212/64773d41/attachment.sig>
next reply other threads:[~2018-12-12 22:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-12 22:58 Lukasz Majewski [this message]
2018-12-12 23:04 ` [U-Boot] [GIT] Pull request: u-boot-dfu (13.12.2018) Marek Vasut
2018-12-13 8:13 ` Lukasz Majewski
2018-12-13 9:06 ` Lokesh Vutla
2018-12-13 13:24 ` Marek Vasut
2018-12-13 13:36 ` Lukasz Majewski
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=20181212235821.45d1a7d1@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 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.