The following changes since commit cf1ad559a20d1930aa7b47a52f54e1f8718de301:
regulator: defer probe when trying to get voltage from unresolved supply (2020-11-03 13:19:01 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.10-rc4 for you to fetch changes up to 2ba546ebe0ce2af47833d8912ced9b4a579f13cb: regulator: ti-abb: Fix array out of bound read access on the first transition (2020-11-18 17:59:24 +0000) ---------------------------------------------------------------- regulator: Fixes for v5.10 Mostly core fixes here, one set from MichaÅ MirosÅaw which cleans up some issues introduced as part of the coupled regulators work, one memory leak during probe and two due to regulators which have an input supply name and regulator name which are identical, which is very unusual. There's also a fix for our handling of the similarly unusual case where we can't determine if a regulator is enabled during boot. ---------------------------------------------------------------- MichaÅ MirosÅaw (3): regulator: fix memory leak with repeated set_machine_constraints() regulator: avoid resolve_supply() infinite recursion regulator: workaround self-referent regulators Nishanth Menon (1): regulator: ti-abb: Fix array out of bound read access on the first transition Pi-Hsun Shih (1): regulator: core: don't disable regulator if is_enabled return error. Sean Nyekjaer (1): regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200} drivers/regulator/core.c | 43 ++++++++++++++++++++-------------- drivers/regulator/pfuze100-regulator.c | 13 ++++++---- drivers/regulator/ti-abb-regulator.c | 12 +++++++++- 3 files changed, 44 insertions(+), 24 deletions(-)