All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [U-Boot 0/3] introduce Rockchip rockusb
@ 2017-03-15  7:56 Eddie Cai
  2017-03-15  7:56 ` [U-Boot] [U-Boot 1/3] drivers: usb: gadget: add the rockusb gadget Eddie Cai
                   ` (5 more replies)
  0 siblings, 6 replies; 36+ messages in thread
From: Eddie Cai @ 2017-03-15  7:56 UTC (permalink / raw)
  To: u-boot

rockusb is a protocol run between host pc and device. it help people get device
info, flash image to device. this patch implement rockusb on device side. 

Eddie Cai (3):
  drivers: usb: gadget: add the rockusb gadget
  cmd: add rockusb command
  rockchip: rk3288: enable rockusb support on rk3288 based device

 cmd/Kconfig                     |  12 +
 cmd/Makefile                    |   1 +
 cmd/rockusb.c                   |  79 ++++
 drivers/usb/gadget/Makefile     |   1 +
 drivers/usb/gadget/f_rockusb.c  | 801 ++++++++++++++++++++++++++++++++++++++++
 include/configs/rk3288_common.h |   4 +
 include/rockusb.h               |  13 +
 7 files changed, 911 insertions(+)
 create mode 100644 cmd/rockusb.c
 create mode 100644 drivers/usb/gadget/f_rockusb.c
 create mode 100644 include/rockusb.h

-- 
2.7.4

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

end of thread, other threads:[~2017-05-14 21:49 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15  7:56 [U-Boot] [U-Boot 0/3] introduce Rockchip rockusb Eddie Cai
2017-03-15  7:56 ` [U-Boot] [U-Boot 1/3] drivers: usb: gadget: add the rockusb gadget Eddie Cai
2017-03-16  7:05   ` Kever Yang
2017-03-20  7:24     ` Eddie Cai
2017-03-20  8:37       ` Lukasz Majewski
2017-04-20  0:56         ` Eddie Cai
2017-04-20 10:04   ` Lukasz Majewski
2017-03-15  7:56 ` [U-Boot] [U-Boot 2/3] cmd: add rockusb command Eddie Cai
2017-03-20  2:29   ` Simon Glass
2017-03-20  8:14     ` Eddie Cai
2017-03-22 13:05       ` Simon Glass
2017-04-20 10:11   ` Lukasz Majewski
2017-03-15  7:56 ` [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device Eddie Cai
2017-03-20  2:30   ` Simon Glass
2017-03-20  8:16     ` Eddie Cai
2017-05-02 10:37     ` Eddie Cai
2017-05-03 10:09       ` Simon Glass
2017-05-04  7:17         ` Eddie Cai
2017-05-04  9:19           ` Lukasz Majewski
2017-05-04 16:49             ` Simon Glass
2017-05-05  1:15               ` Eddie Cai
2017-05-14  9:32                 ` Simon Glass
2017-05-14 21:49                   ` Lukasz Majewski
2017-04-20 10:12   ` Lukasz Majewski
2017-03-15  9:06 ` [U-Boot] [U-Boot 0/3] introduce Rockchip rockusb Lukasz Majewski
2017-03-15  9:31   ` Eddie Cai
2017-03-15  9:46     ` Lukasz Majewski
2017-03-16 21:26 ` Marek Vasut
2017-03-20  1:53   ` Eddie Cai
2017-03-20 12:24     ` Marek Vasut
2017-03-20 16:01       ` Simon Glass
2017-03-20 16:33         ` Marek Vasut
2017-03-21  5:17           ` Kever Yang
2017-03-21 14:27             ` Tom Rini
2017-03-27  8:27 ` Lukasz Majewski
2017-03-28  9:13   ` Eddie Cai

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.