On Thu, Oct 20, 2011 at 01:10:55PM -0700, Tony Lindgren wrote: > * Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> [111020 12:23]: > > I don't understand what an "arch independent DT node" would be? > Well that's the standard non-Linux specific parts. Basically what's > in the $Subject patch minus what you commented on earlier: Oh, you don't mean arch specific at all then. > > +- regulator-change-voltage: boolean, Output voltage can be changed by software > > +- regulator-change-current: boolean, Output current can be chnaged by software These aren't really Linux specific, and you could probably just infer them from having a voltage/current range anyway. > > +- regulator-change-mode: boolean, Operating mode can be changed by software > > +- regulator-change-status: boolean, Enable/Disable control for regulator exists > > +- regulator-change-drms: boolean, Dynamic regulator mode switching is enabled > > +- regulator-mode-fast: boolean, allow/set fast mode for the regulator > > +- regulator-mode-normal: boolean, allow/set normal mode for the regulator > > +- regulator-mode-idle: boolean, allow/set idle mode for the regulator > > +- regulator-mode-standby: boolean, allow/set standby mode for the regulator > > +- regulator-input-uV: Input voltage for regulator when supplied by another regulator > > +- regulator-always-on: boolean, regulator should never be disabled > We still need to figure out how to get the above board specific > data to the device driver probe in a way where we can avoid having > platform glue code. Any thoughts on that? I think we should just not bother with most of the above and see if anyone notices, with the exception of always on and status changes it's vanishingly rare for anyone to actually do anything constructive with them. Neither of the two I mentioned are Linux specific either, they mean somehing useful for any OS it's just that the decision is policy which is going to depend on the OS version. Status changes we can probably allow people to enable, it'll just mean that older device trees won't get good power use out of newer kernels and if you move to an older kernel things will start exploding as drivers loose regulator support. Always on we can probably live without, it's a combination of overspecification and interaction with _has_full_constraints() which isn't represented in this binding anyway. -- 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