On 03/06/16 12:48, Laxman Dewangan wrote:
On Friday 03 June 2016 03:49 PM, Jonathan Cameron wrote:The voltage shunt also becomes meaningless (unless you have other very
If there is no shunt resistance then we can not enable power monitorIs this the power good stuff? description should be more detailed.+
+enable-power-monitor: Boolean, Enable power monitoring of the device.
on that rail. Device does not mandate to have shunt and so this is
based on platforms.
small voltage drops to measure!). So drop that channel as well.
Either it is there to do current measurement or it isn't.
That's definitely a usespace or firmware decision, not a kernel oneWe change the mode dynamically. If we have more core then goto theIs the difference between driver load time and the point where usespace can+
+enable-continuous-mode: Boolean. Device support oneshot and continuous
+ mode for the channel data conversion. Presence
+ of this property will enable the continuous
+ mode from boot.
set it up significant enough to justify this?
continuous mode so that we can apply throttling if power consumption
is going more than requirement. If we are running single core then
change to oneshot mode.
to my mind - unless I guess you an enforcing bringing this device up
before firing up the additional cores?
Then it's nasty but I can start to see some justification.