All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] rk3399: enable dwc3 gadget and fastboot
Date: Wed, 24 Aug 2016 11:46:40 +0800	[thread overview]
Message-ID: <1472010404-334-1-git-send-email-kever.yang@rock-chips.com> (raw)


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


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         | 33 ++++++++++++++++++++++++++
 drivers/usb/dwc3/core.c                        |  6 +++++
 drivers/usb/dwc3/core.h                        | 12 ++++++++++
 include/configs/rk3399_common.h                | 20 ++++++++++++++++
 include/dwc3-uboot.h                           |  1 +
 6 files changed, 82 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-rockchip/sys_proto.h

-- 
1.9.1

             reply	other threads:[~2016-08-24  3:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24  3:46 Kever Yang [this message]
2016-08-24  3:46 ` [U-Boot] [PATCH v2 1/4] rk3399: add a empty "sys_proto.h" header file Kever Yang
2016-08-24  3:46 ` [U-Boot] [PATCH v2 2/4] board: evb-rk3399: add api to support dwc3 gadget Kever Yang
2016-08-25  1:07   ` Kever Yang
2016-08-26  9:11     ` Marek Vasut
2016-08-29  0:49       ` Kever Yang
2016-08-29  0:54         ` Marek Vasut
2016-08-24  3:46 ` [U-Boot] [PATCH v2 3/4] usb: dwc3: add support for 16 bit UTMI+ interface Kever Yang
2016-08-24 11:38   ` Marek Vasut
2016-08-25  1:17     ` Kever Yang
2016-08-26  9:09       ` Marek Vasut
2016-08-29  0:55         ` Kever Yang
2016-08-29  1:01           ` Marek Vasut
2016-08-30  3:21             ` Kever Yang
2016-08-31  0:48               ` Marek Vasut
2016-08-24  3:46 ` [U-Boot] [PATCH v2 4/4] config: rk3399: add support for dwc3 gadget Kever Yang
2016-08-27 22:22   ` Steve Rae
2016-08-29  0:56     ` Kever Yang

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=1472010404-334-1-git-send-email-kever.yang@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --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.