On Fri, 2011-12-02 at 15:55 -0800, Kevin Hilman wrote: > Tero Kristo <t-kristo@xxxxxx> writes: > > > OMAP3 uses the default settings for VDD1 channel, otherwise the settings will > > overlap with VDD2 and attempting to modify VDD1 voltage will actually change > > VDD2 voltage. > > > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > > I've forgotten a bit how this was supposed to work (again), Can you > elaborate more on how this fails? There is a diagram in the OMAP TRM for setting the bits in this register, however the racen fix part appears to be needed only for omap4. I can drop this part of the fix from the series if you want for the next version, alternatively I can split this patch into two. The idea for this part of the fix is anyway that the channel configuration is more complex in omap4, we define volt_reg and cmd_reg addresses for each omap4_X_pmic, however we only want to enable racen bit only if cmd and volt register addresses are the same. Otherwise the voltage commands are not sent (or are sent to invalid address) which causes the voltage commands not to change voltages at all. -Tero > Setting the OMAP_VC_CHANNEL_DEFAULT flag makes sense to me, but the > other change doesn't. > > Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html