public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] This is version 2 of the RZ/G2L support.
@ 2026-04-16 14:44 Michele Bisogno
  2026-04-16 14:44 ` [PATCH v2 1/2] regulator: rzg2l: implement connectivity notification Michele Bisogno
  2026-04-16 14:44 ` [PATCH v2 2/2] usb: gadget: renesas: add support for RZ/G2L SoC Michele Bisogno
  0 siblings, 2 replies; 3+ messages in thread
From: Michele Bisogno @ 2026-04-16 14:44 UTC (permalink / raw)
  To: u-boot
  Cc: marek.vasut+renesas, paul, jh80.chung, peng.fan, lukma,
	mkorpershoek, trini, Michele Bisogno

This is version 2 of the RZ/G2L SoC support for the Renesas USBHS gadget driver.

Changes since v1:

    Split regulator changes into a separate patch.

    Refined FIFO PIO logic for better alignment handling.

Technical Justification:
While the Linux driver for RZ/G2L relies on DMA, this U-Boot implementation
focuses on the PIO path. The refactoring in fifo.c to use byte-level access
(ioread8/iowrite8) is necessary to handle trailing bytes and alignment
requirements specific to the RZ/G2L bus.

Additionally, explicit reset deassertion is added to the probe sequence,
and a re-entrancy fix (usb_del_gadget_udc) is included to prevent crashes
during repeated executions of gadget commands like 'ums'.

Michele Bisogno (2):
  regulator: rzg2l: implement connectivity notification
  usb: gadget: renesas: add support for RZ/G2L SoC

 .../power/regulator/rzg2l-usbphy-regulator.c  | 10 ++++++--
 drivers/usb/gadget/rcar/common.c              | 15 ++++++++++++
 drivers/usb/gadget/rcar/fifo.c                | 23 +++++++++++--------
 3 files changed, 36 insertions(+), 12 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-04-17 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 14:44 [PATCH v2 0/2] This is version 2 of the RZ/G2L support Michele Bisogno
2026-04-16 14:44 ` [PATCH v2 1/2] regulator: rzg2l: implement connectivity notification Michele Bisogno
2026-04-16 14:44 ` [PATCH v2 2/2] usb: gadget: renesas: add support for RZ/G2L SoC Michele Bisogno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox