All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] board: samsung: e850-96: Enable USB
@ 2025-07-09 22:29 Sam Protsenko
  2025-07-09 22:29 ` [PATCH 1/9] phy: samsung: Add Exynos USB DRD PHY driver Sam Protsenko
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Sam Protsenko @ 2025-07-09 22:29 UTC (permalink / raw)
  To: Tom Rini, Marek Vasut, Minkyu Kang
  Cc: Minkyu Kang, Simon Glass, Oliver Gaskell, Mattijs Korpershoek,
	Greg Malysa, Nathan Barrett-Morrison, Jerome Forissier,
	Ilias Apalodimas, Roger Quadros, u-boot

This series enables USB and related features on the E850-96 board. For
now only USB gadget is enabled; USB host will be added later. Next
features are enabled:
  - Fastboot
  - DFU
  - EFI Capsule Update (not really USB related, but DFU related)

All features are tested with Linux and Android partition tables, as well
as updating 'boot0' eMMC area where E850-96 firmware reside.

Sam Protsenko (9):
  phy: samsung: Add Exynos USB DRD PHY driver
  usb: dwc3-generic: Add Exynos850 support
  board: samsung: e850-96: Setup serial# env var
  board: samsung: e850-96: Add dfu_alt_info
  board: samsung: e850-96: Add Android partitions
  configs: e850-96: Increase malloc() pool size
  configs: e850-96: Enable USB gadget and fastboot
  board: samsung: e850-96: Enable EFI Capsule Update mechanism
  doc: samsung: Describe flashing process for E850-96

 MAINTAINERS                       |   1 +
 board/samsung/e850-96/e850-96.c   |  77 ++++++
 board/samsung/e850-96/e850-96.env |  44 ++++
 configs/e850-96_defconfig         |  25 +-
 doc/board/samsung/e850-96.rst     |  85 ++++++-
 drivers/phy/Kconfig               |   9 +
 drivers/phy/Makefile              |   1 +
 drivers/phy/phy-exynos-usbdrd.c   | 386 ++++++++++++++++++++++++++++++
 drivers/usb/dwc3/dwc3-generic.c   |   1 +
 include/configs/e850-96.h         |  21 ++
 10 files changed, 637 insertions(+), 13 deletions(-)
 create mode 100644 drivers/phy/phy-exynos-usbdrd.c

-- 
2.39.5


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

end of thread, other threads:[~2025-07-25  5:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 22:29 [PATCH 0/9] board: samsung: e850-96: Enable USB Sam Protsenko
2025-07-09 22:29 ` [PATCH 1/9] phy: samsung: Add Exynos USB DRD PHY driver Sam Protsenko
2025-07-17  6:58   ` Mattijs Korpershoek
2025-07-20 19:57     ` Sam Protsenko
2025-07-21  9:26       ` Mattijs Korpershoek
2025-07-22  4:30         ` Sam Protsenko
2025-07-22  7:42           ` Minkyu Kang
2025-07-22 19:21             ` Sam Protsenko
2025-07-24  9:44               ` Minkyu Kang
2025-07-24 19:16                 ` Sam Protsenko
2025-07-25  5:07                   ` Minkyu Kang
2025-07-09 22:29 ` [PATCH 2/9] usb: dwc3-generic: Add Exynos850 support Sam Protsenko
2025-07-17  6:59   ` Mattijs Korpershoek
2025-07-09 22:29 ` [PATCH 3/9] board: samsung: e850-96: Setup serial# env var Sam Protsenko
2025-07-09 22:29 ` [PATCH 4/9] board: samsung: e850-96: Add dfu_alt_info Sam Protsenko
2025-07-09 22:29 ` [PATCH 5/9] board: samsung: e850-96: Add Android partitions Sam Protsenko
2025-07-09 22:29 ` [PATCH 6/9] configs: e850-96: Increase malloc() pool size Sam Protsenko
2025-07-09 22:29 ` [PATCH 7/9] configs: e850-96: Enable USB gadget and fastboot Sam Protsenko
2025-07-09 22:29 ` [PATCH 8/9] board: samsung: e850-96: Enable EFI Capsule Update mechanism Sam Protsenko
2025-07-09 22:29 ` [PATCH 9/9] doc: samsung: Describe flashing process for E850-96 Sam Protsenko
2025-07-25  5:08 ` [PATCH 0/9] board: samsung: e850-96: Enable USB Minkyu Kang

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.