All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: gadget: Add Renesas RZ/N1 USBF driver
@ 2026-06-25  9:05 Romain Gantois
  2026-06-25  9:05 ` [PATCH 1/2] linux/list.h: Add list_is_first() Romain Gantois
  2026-06-25  9:05 ` [PATCH 2/2] usb: gadget: Add Renesas RZ/N1 USBF controller support Romain Gantois
  0 siblings, 2 replies; 6+ messages in thread
From: Romain Gantois @ 2026-06-25  9:05 UTC (permalink / raw)
  To: u-boot
  Cc: Thomas Petazzoni, Tom Rini, Lukasz Majewski, Mattijs Korpershoek,
	Marek Vasut, Nobuhiro Iwamatsu, Quentin Schulz, Kever Yang,
	Peter Robinson, Jonas Karlman, George Chan, Balaji Selvanathan,
	Herve Codina, Neil Armstrong, Simon Glass, Peng Fan,
	Kory Maincent, Ilias Apalodimas, Kuan-Wei Chiu, Raymond Mao,
	Stefan Roese, Philip Molloy, Jerome Forissier, David Lechner,
	Julien Stephan, Romain Gantois

Hello everyone,

This series adds support for the Renesas USBF controller, which is used in
the RZ/N1 SoC. This will facilitate exposing USB gadgets from RZ/N1 SoCs in
U-Boot.

The driver was ported from the Linux kernel. The following features were
removed to reduce the memory footprint of the driver, and to avoid
including features not relevant to U-Boot:

 - Suspend/resume
 - Handling of endpoints > 2
 - Dynamic detection of endpoint DMA capability (DMA capability is
   predetermined for each endpoint anyway).

Best regards,

Romain

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
Herve Codina (1):
      usb: gadget: Add Renesas RZ/N1 USBF controller support

Romain Gantois (1):
      linux/list.h: Add list_is_first()

 MAINTAINERS                       |    5 +
 drivers/usb/gadget/Kconfig        |    9 +
 drivers/usb/gadget/Makefile       |    1 +
 drivers/usb/gadget/renesas_usbf.c | 3036 +++++++++++++++++++++++++++++++++++++
 include/linux/list.h              |   10 +
 5 files changed, 3061 insertions(+)
---
base-commit: aa64585125f68908f675693ccb40c6f726e2251e
change-id: 20260622-rzn1-usbf-4d364687ae44

Best regards,
--  
Romain Gantois <romain.gantois@bootlin.com>


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

end of thread, other threads:[~2026-06-25 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25  9:05 [PATCH 0/2] usb: gadget: Add Renesas RZ/N1 USBF driver Romain Gantois
2026-06-25  9:05 ` [PATCH 1/2] linux/list.h: Add list_is_first() Romain Gantois
2026-06-25 11:17   ` Herve Codina
2026-06-25 16:25   ` Simon Glass
2026-06-25  9:05 ` [PATCH 2/2] usb: gadget: Add Renesas RZ/N1 USBF controller support Romain Gantois
2026-06-25 12:35   ` Marek Vasut

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.