RE: [PATCH 07/11] regulator: renesas-usb-vbus-regulator: Add RZ/G3L VBUS regulator support
From: Biju Das
Date: Mon Jun 15 2026 - 03:20:19 EST
Hi Mark,
Thanks for the feedback
> -----Original Message-----
> From: Mark Brown <broonie@xxxxxxxxxx>
> Sent: 12 June 2026 17:41
> Subject: Re: [PATCH 07/11] regulator: renesas-usb-vbus-regulator: Add RZ/G3L VBUS regulator support
>
> On Fri, Jun 12, 2026 at 03:30:35PM +0100, Biju wrote:
>
> > -static int rzg2l_usb_vbus_regulator_probe(struct platform_device
> > *pdev)
> > +static int rzg2l_usb_vbus_regulator_common_probe(struct platform_device *pdev,
> > + bool multi_regulator)
>
> This multi_regulator thing feels not super scalable - it might be better to pass in a pointer to an array
> of regulators.
Agreed, will pass pointer to an array of regulators for scalability.
Cheers,
Biju