[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1542120469-15450-1-git-send-email-andrei.stefanescu@microchip.com>
Date: Tue, 13 Nov 2018 14:47:29 +0000
From: <Andrei.Stefanescu@...rochip.com>
To: <lgirdwood@...il.com>, <broonie@...nel.org>, <robh+dt@...nel.org>,
<mark.rutland@....com>
CC: <Nicolas.Ferre@...rochip.com>, <Cristian.Birsan@...rochip.com>,
<Claudiu.Beznea@...rochip.com>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <Andrei.Stefanescu@...rochip.com>
Subject: [PATCH 0/2] set regulator constraints for standby state
This patch series adds support for setting the regulator constraints
when entering standby Linux state.
The new bindings are called regulator-state-standby and have
the same syntax as regulator-state-mem/disk.
Before this patch, if the regulator driver implemented
set_suspend_voltage/mode the rdev_warn message: "No configuration"
(drivers/regulator/core.c:suspend_set_state) would be issued when
resuming from standby.
Andrei Stefanescu (2):
regulator: dt-bindings: add regulator-state-standby bindings
regulator: of: add support for parsing regulator-state-standby
Documentation/devicetree/bindings/regulator/regulator.txt | 5 ++++-
drivers/regulator/of_regulator.c | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
--
2.7.4
Powered by blists - more mailing lists