Re: [RFC PATCH] regulator: palmas: enable all modes for SMPS10

From: Laxman Dewangan
Date: Thu May 30 2013 - 08:59:32 EST


HI Mark,

On Thursday 30 May 2013 05:02 PM, Mark Brown wrote:
* PGP Signed by an unknown key

On Thu, May 30, 2013 at 04:26:33PM +0530, Kishon Vijay Abraham I wrote:

Only compile tested. Just sent a patch to get some comments
/ideas on how to handle such one off regulators.
to handle
What's unclear or confusing? This all looks really basic...

Palma have SMPS10 regulator which can generate two voltage level 3.75 and 5V.
This SMPS10 has the two outputs OUT1 and OUT2 and having one input IN1.

SMPS10-OUT2 is always connected to SMPS10-IN1 via following logic:
- Through parasitic diode (no sw control)
- In bypass mode (bit configuration is there to enable/disable Bypass)
- In Boost mode (bit configuration is there to enable/disable Boost mode)

SMPS10-OUT1 is connected to the SMPS10-OUT2 pin through Switch (SW control for enabling/disabling this switch).


So I think:
regualtor enable/disable, we should toggle the bit for SWITCH.
In STANDBY mode, it should be BYPASS disable and Boost disable.
In Idle/Normal mode, BYPASS enable and Boost disable.
In Fast mode, it should be bypass disable and Boost enable.


Kishon,
Do you agree here?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/