Re: [PATCH] commands: regulator: add option to list provider devices

2023-12-04 Thread Sascha Hauer
On Tue, Nov 28, 2023 at 04:30:20PM +0100, Ahmad Fatoum wrote: > Especially on SCMI boards, it isn't immediately clear if e.g. reg11 is > supplied by a directly accessed regulator or by the secure world. > > Give the regulator command a -D option to list devices that the > regulator is associated w

[PATCH] commands: regulator: add option to list provider devices

2023-11-28 Thread Ahmad Fatoum
Especially on SCMI boards, it isn't immediately clear if e.g. reg11 is supplied by a directly accessed regulator or by the secure world. Give the regulator command a -D option to list devices that the regulator is associated with as well. Signed-off-by: Ahmad Fatoum --- commands/regulator.c