Mark Brown
unread,Nov 18, 2022, 11:14:42 AM11/18/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Corentin Labbe, and...@lunn.ch, calvin....@oss.nxp.com, da...@davemloft.net, edum...@google.com, hkall...@gmail.com, jernej....@gmail.com, krzysztof.k...@linaro.org, ku...@kernel.org, lgir...@gmail.com, li...@armlinux.org.uk, pab...@redhat.com, rob...@kernel.org, sam...@sholland.org, we...@csie.org, devic...@vger.kernel.org, linux-ar...@lists.infradead.org, linux-...@vger.kernel.org, linux...@lists.linux.dev, net...@vger.kernel.org, linux...@googlegroups.com
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(+)