regulator: rpm-smd-regulator: don't wait for ACK when lowering power state
Modify the rpm-smd-regulator driver so that it does not wait for
an ACK or a NACK from the RPM after sending a request for a
strictly lower power state. Some keys represent attributes with
well defined higher/lower semantics. These include 'swen', 'uv',
'ma', 'corn', and 'vlvl'. There is no need to wait for an ACK if
the value of one of the keys from this set is being configured to
a lower value. Some keys such as 'pcen', 'pcmd', and 'resn' do
not have higher/lower semantics so an ACK is required any time
their value changes.
Change-Id: I9cae9916181ee086a3537fec11e4e5846a729abf
Signed-off-by:
David Collins <collinsd@codeaurora.org>
Loading
Please register or sign in to comment