[PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code

Kevin Hilman khilman at deeprootsystems.com
Thu Sep 16 13:16:00 EDT 2010


"Gopinath, Thara" <thara at ti.com> writes:

[...]

>>>From: Paul Walmsley <paul at pwsan.com>
>>>
>>>The OPP layer code should be independent of the PMIC,
>>>introduce the TWL/TPS-specific code out to its own file.
>
> Hello Kevin,
>
> I have been using this code for a while now. I really do not think wee
> need a separate file for implementing the vsel to voltage in (uV) and
> vice versa formulas. Today only voltage layer is interested in these
> conversions. Voltage layer has a structure that can be populated with
> the information required from the PMIC. We only need to add two more
> function pointers to this structure. This info can then be passed from
> the actual PMIC driver file. This will make it much more simpler for
> OMAP4 where we have different formulas between different revisions of
> PMIC. Also in the omap voltage code we will no longer have to hard
> code omap_twl_vsel_to_uv and omap_twl_uv_to_vsel. 

Feel free to post an RFC series for what you're proposing.  

IMHO, even the voltage layer should not care about these conversions.
The voltage layer should care about voltages, and the PMIC layer should
handle these conversions.  IOW, this stuff is best abstracted in the
PMIC code, or board- or SoC-specific hooks that can be registered with
the PMIC.

> So please consider dropping this patch from this series.

If you pick this up as part of your voltage series (or more likely as a
pre-requisite of your voltage series) we can surely drop it from this
series, at it doesn't really belong with the OPP series.

There are no upstream users of this yet, so dropping it is easy. :)

Kevin




More information about the linux-arm-kernel mailing list