Raghavendra Rao Ananta f36bc9cda1 soc: qcom: ssr: Add dependency hooks for subsystem power operations
The subsystems might depend on other subsystem's state to be powered-on
or powered-off. Hence, add flexibility via 'pon-depends-on' and
'poff-depends-on' device-tree properties. This way, first the dependent
subsystem's power operation would be fulfilled and then this
subsystem's.

Change-Id: I9764178ff9cc3957389f25cb5b0882c75c0d7db0
Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
2019-06-17 11:31:18 -07:00

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.
Description
No description provided
Readme 4 GiB
Languages
C 98.1%
Assembly 1.2%
Makefile 0.3%
Shell 0.1%