The following changes since commit 811ba489fa524ec634933cdf83aaf6c007a4c004: regulator: of: Add of_node_put() before return in function (2019-08-01 14:07:46 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.3-rc8 for you to fetch changes up to 3829100a63724f6dbf264b2a7f06e7f638ed952d: regulator: twl: voltage lists for vdd1/2 on twl4030 (2019-08-15 15:08:41 +0100) ---------------------------------------------------------------- regulator: Fixes for v5.3 This is obviouly very late, containing three small and simple driver specific fixes. The main one is the TWL fix, this fixes issues with cpufreq on the PMICs used with BeagleBoard generation OMAP SoCs which had been broken due to changes in the generic OPP code exposing a bug in the regulator driver for these devices causing them to think that OPPs weren't supported on the system. Sorry about sending this so late, I hadn't registered that the TWL issue manifested in cpufreq. ---------------------------------------------------------------- Andreas Kemnade (1): regulator: twl: voltage lists for vdd1/2 on twl4030 Dan Carpenter (1): regulator: slg51000: Fix a couple NULL vs IS_ERR() checks Raag Jadav (1): regulator: act8945a-regulator: fix ldo register addresses in set_mode hook drivers/regulator/act8945a-regulator.c | 8 ++++---- drivers/regulator/slg51000-regulator.c | 4 ++-- drivers/regulator/twl-regulator.c | 23 ++++++++++++++++++++--- 3 files changed, 26 insertions(+), 9 deletions(-)