[PATCH v3 0/2] Changes since v2: Added missing Signed-off-by tags.
Marek Vasut
marek.vasut at mailbox.org
Thu Apr 16 20:13:47 CEST 2026
On 4/16/26 5:38 PM, Michele Bisogno wrote:
> Changes since v2: Added missing Signed-off-by tags.
The subject should describe what this series does, it shouldn't be a
changelog.
> 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.
Can you please clarify exactly what kind of problem are you hitting with
the current code and how is it triggered ? Details please.
> 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(-)
[...]
More information about the U-Boot
mailing list