All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add fastboot support for MediaTek mt8518
@ 2020-01-06  6:26 mingming lee
  2020-01-06  6:26 ` [PATCH 1/6] usb: musb-new: mt85xx: add musb-new gadget driver mingming lee
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: mingming lee @ 2020-01-06  6:26 UTC (permalink / raw)
  To: u-boot

This patch series adds basic fastboot support for MediaTek MT8518 EMMC boards,
including musb-new structure for gadget driver and fastboot related configs.

mingming lee (6):
  usb: musb-new: mt85xx: add musb-new gadget driver.
  ARM: Mediatek: Add board_late_init to init usb gadget driver
  configs: mt8518: set global variables for fastboot
  configs: mt8518: enable usb gadget driver
  configs: mt8518: Enable fastboot related configs
  fastboot: mt85xx: add command to flash/erase emmc hwpart

 arch/arm/dts/mt8518.dtsi           |  13 +
 board/mediatek/mt8518/mt8518_ap1.c |  18 ++
 configs/mt8518_ap1_emmc_defconfig  |  22 ++
 drivers/fastboot/Kconfig           |  30 +++
 drivers/fastboot/fb_mmc.c          |  98 ++++++-
 drivers/usb/musb-new/Kconfig       |  11 +-
 drivers/usb/musb-new/Makefile      |   1 +
 drivers/usb/musb-new/mt85xx.c      | 417 +++++++++++++++++++++++++++++
 include/configs/mt8518.h           |  10 +-
 9 files changed, 614 insertions(+), 6 deletions(-)
 create mode 100644 drivers/usb/musb-new/mt85xx.c

-- 
2.24.1

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

end of thread, other threads:[~2020-01-16 12:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06  6:26 [PATCH 0/6] Add fastboot support for MediaTek mt8518 mingming lee
2020-01-06  6:26 ` [PATCH 1/6] usb: musb-new: mt85xx: add musb-new gadget driver mingming lee
2020-01-06  6:26 ` [PATCH 2/6] ARM: Mediatek: Add board_late_init to init usb " mingming lee
2020-01-06  6:26 ` [PATCH 3/6] configs: mt8518: set global variables for fastboot mingming lee
2020-01-06  6:26 ` [PATCH 4/6] configs: mt8518: enable usb gadget driver mingming lee
2020-01-06  6:26 ` [PATCH 5/6] configs: mt8518: Enable fastboot related configs mingming lee
2020-01-06  6:26 ` [PATCH 6/6] fastboot: mt85xx: add command to flash/erase emmc hwpart mingming lee
2020-01-15 20:48   ` Tom Rini
2020-01-16  1:52     ` Mingming Lee
2020-01-16 12:28       ` Tom Rini

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.