[PATCH v4 1/3] regulator: Add of_regulator_bulk_get_all
Mark Brown
broonie at kernel.org
Fri Nov 18 08:14:37 PST 2022
On Tue, Nov 15, 2022 at 07:36:01AM +0000, Corentin Labbe wrote:
> It work exactly like regulator_bulk_get() but instead of working on a
> provided list of names, it seek all consumers properties matching
> xxx-supply.
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/of_regulator_bulk_get_all
for you to fetch changes up to 27b9ecc7a9ba1d0014779bfe5a6dbf630899c6e7:
regulator: Add of_regulator_bulk_get_all (2022-11-18 15:13:34 +0000)
----------------------------------------------------------------
regulator: Add of_regulator_bulk_get_all()
This adds a new of_regulator_bulk_get_all() which grab all supplies
properties in a DT node, for use in implementing generic handling
for things like MDIO PHYs where the physical standardisation of
the bus does not extend to power supplies.
----------------------------------------------------------------
Corentin Labbe (1):
regulator: Add of_regulator_bulk_get_all
drivers/regulator/of_regulator.c | 92 ++++++++++++++++++++++++++++++++++++++
include/linux/regulator/consumer.h | 8 ++++
2 files changed, 100 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20221118/50acf24e/attachment.sig>
More information about the linux-arm-kernel
mailing list