public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] rk3399: enable dwc3 gadget and fastboot
@ 2016-09-01  2:14 Kever Yang
  2016-09-01  2:14 ` [U-Boot] [PATCH v4 1/4] rk3399: add a empty "sys_proto.h" header file Kever Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Kever Yang @ 2016-09-01  2:14 UTC (permalink / raw)
  To: u-boot


This patch set enable rk3399 dwc3 controller and gadget driver
for fastboot.


Changes in v4:
- parse DT for quirk, base address and maximum speed
- use 1 bit for usb2_phyif_utmi_width instead of 5bit

Changes in v3:
- remove utmi width DT parse from borad init
- Parse the DT for utmi+ interface width in dwc3 driver
- move the config into Kconfig file.

Changes in v2:
- parse dt for utmi width
- use a variable to identify utmi+ bus width instead of CONFIG MACRO
- remove config for USB2PHY UTMI BITS

Kever Yang (4):
  rk3399: add a empty "sys_proto.h" header file
  board: evb-rk3399: add api to support dwc3 gadget
  usb: dwc3: add support for 16 bit UTMI+ interface
  config: rk3399: add support for dwc3 gadget

 arch/arm/include/asm/arch-rockchip/sys_proto.h | 10 +++++
 board/rockchip/evb_rk3399/evb-rk3399.c         | 51 ++++++++++++++++++++++++++
 configs/evb-rk3399_defconfig                   | 17 +++++++++
 drivers/usb/dwc3/core.c                        | 19 ++++++++++
 drivers/usb/dwc3/core.h                        | 12 ++++++
 5 files changed, 109 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-rockchip/sys_proto.h

-- 
1.9.1

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

end of thread, other threads:[~2017-09-12 10:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01  2:14 [U-Boot] [PATCH v4 0/4] rk3399: enable dwc3 gadget and fastboot Kever Yang
2016-09-01  2:14 ` [U-Boot] [PATCH v4 1/4] rk3399: add a empty "sys_proto.h" header file Kever Yang
2016-09-05 23:17   ` Simon Glass
2016-09-01  2:14 ` [U-Boot] [PATCH v4 2/4] board: evb-rk3399: add api to support dwc3 gadget Kever Yang
2016-09-01  8:59   ` Marek Vasut
2016-09-02  9:58     ` Kever Yang
2016-09-02 12:14       ` Marek Vasut
2016-09-01  2:14 ` [U-Boot] [PATCH v4 3/4] usb: dwc3: add support for 16 bit UTMI+ interface Kever Yang
2016-09-01  9:09   ` Marek Vasut
2016-09-02 10:00     ` Kever Yang
2017-09-11 13:30   ` [U-Boot] [U-Boot, v4, " Philipp Tomsich
2017-09-12  5:02     ` Kever Yang
2017-09-12  9:09       ` Dr. Philipp Tomsich
2017-09-12 10:22         ` Marek Vasut
2017-09-12 10:50           ` Dr. Philipp Tomsich
2016-09-01  2:14 ` [U-Boot] [PATCH v4 4/4] config: rk3399: add support for dwc3 gadget Kever Yang

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