Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1684296 > unrolled thread
| Started by | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| First post | 2017-07-10 16:40 +0200 |
| Last post | 2017-07-10 16:40 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCHv2 0/3] regulator: cpcap: Fix standby mode Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-10 16:40 +0200
[PATCHv2 3/3] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-10 16:40 +0200
| From | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Date | 2017-07-10 16:40 +0200 |
| Subject | [PATCHv2 0/3] regulator: cpcap: Fix standby mode |
| Message-ID | <u1I0V-6aD-7@gated-at.bofh.it> |
Hi, This fixes standby mode of vaudio on Motorola Droid 4. Changes since PATCHv1: * return -EINVAL for invalid modes * Split driver change into two patches, since two things are changed * Add Acked-by from Tony -- Sebastian Sebastian Reichel (3): regulator: cpcap: Fix standby mode regulator: cpcap: Add OF mode mapping ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 1 + drivers/regulator/cpcap-regulator.c | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) -- 2.13.2
[toc] | [next] | [standalone]
| From | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Date | 2017-07-10 16:40 +0200 |
| Subject | [PATCHv2 3/3] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio |
| Message-ID | <u1I0W-6aD-29@gated-at.bofh.it> |
| In reply to | #1684296 |
Set default mode for vaudio, which may be left in standby mode if the system is booted via kexec from Android. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> --- arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi index 86033aee8a29..7c6d61fb5cf2 100644 --- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi +++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi @@ -261,5 +261,6 @@ regulator-min-microvolt = <2775000>; regulator-max-microvolt = <2775000>; regulator-enable-ramp-delay = <1000>; + regulator-initial-mode = <0x00>; /* NORMAL */ }; }; -- 2.13.2
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web