Re: [PATCH] regulator: consumer.rst: document bulk operations
From: Javier Carrasco
Date: Wed Aug 20 2025 - 09:59:25 EST
On Tue Aug 19, 2025 at 11:52 PM CST, Mark Brown wrote:
> On Tue, Aug 19, 2025 at 12:25:43PM +0800, Javier Carrasco wrote:
>> The current consumer documentation does not include bulk operations,
>> providing an example of how to acquire multiple regulators by calling
>> regulator_get() multiple times. That solution is valid and slightly
>> simpler for a small amount of regulators, but it does not scale well.
>>
>> Document the bulk operations to get, enable and disable regulators.
>>
>> ---
>> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
>> ---
>
> You need to put the signoff before the ---, anything after the --- will
> get deleted when applying.
Sorry about that, I wrote a cover letter that I later removed, and b4
ended up adding the ---, which I missed before sending upstream.
Thank you for applying the patch, I am planning to update the
documentation of the regulator API when I have some time, and I will
make sure that the patches are properly formatted.
Best regards,
Javier Carrasco