remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domains
Stephan Gerhold authored

Newer platforms vote for necessary power domains through the power
domain subsystem. For historical reasons older platforms like MSM8916
or MSM8974 still control these as regulators.

Managing them as power domains is preferred since that allows us
to vote for corners instead of raw voltages.

Make it possible for MSM8916 and MSM8974 to manage these as power
domains. For compatibility with old device trees we still need to
support falling back to the regulators when necessary.

The way this is implemented here is that the deprecated regulators
are defined as "fallback_proxy_supply". Only if attaching the power
domains fails because they are not specified (-ENODATA) we request
and manage the fallback regulators instead.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200916104135.25085-7-stephan@gerhold.net

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
8750cf39
Name Last commit Last update
Documentation dt-bindings: remoteproc: qcom: Deprecate regulators for Q6V5 PDs
LICENSES LICENSES/deprecated: add Zlib license text
arch treewide: Convert macro and uses of __section(foo) to __section("foo")
block Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
drivers remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domains
fs treewide: Convert macro and uses of __section(foo) to __section("foo")
include treewide: Convert macro and uses of __section(foo) to __section("foo")
init Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype
kernel treewide: Convert macro and uses of __section(foo) to __section("foo")
lib Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandom
mm Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
net mm: remove kzfree() compatibility definition
samples bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
scripts treewide: Convert macro and uses of __section(foo) to __section("foo")
security Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux
sound Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
tools treewide: Convert macro and uses of __section(foo) to __section("foo")
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt kvm: x86/mmu: Support dirty logging for the TDP MMU
.clang-format Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.