[PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Timur Tabi
The Data Collection Manager (DCM) is a feature of the FPGA on some Freescale PowerPC reference boards that can read temperature, current, and voltage settings from the sensors on those boards. This driver exposes the DCM via a sysfs interface (/sys/devices/platform/fsl-ocm.0). The DCM collects

Re: [PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Tabi Timur-B04825
Mark Brown wrote: On Mon, Aug 01, 2011 at 04:48:54PM -0500, Timur Tabi wrote: The Data Collection Manager (DCM) is a feature of the FPGA on some Freescale PowerPC reference boards that can read temperature, current, and voltage settings from the sensors on those boards. This driver exposes

Re: [PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Mark Brown
On Mon, Aug 01, 2011 at 04:48:54PM -0500, Timur Tabi wrote: The Data Collection Manager (DCM) is a feature of the FPGA on some Freescale PowerPC reference boards that can read temperature, current, and voltage settings from the sensors on those boards. This driver exposes the DCM via a sysfs

Re: [PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Mark Brown
On Mon, Aug 01, 2011 at 11:58:00PM +, Tabi Timur-B04825 wrote: Mark Brown wrote: On Mon, Aug 01, 2011 at 04:48:54PM -0500, Timur Tabi wrote: PowerPC reference boards that can read temperature, current, and voltage settings from the sensors on those boards. This driver exposes the DCM

Re: [PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Tabi Timur-B04825
Mark Brown wrote: I'd expect that things like the _lowest, _highest and _average attributes which a number of drivers have are what you're looking for. Yes, but then all I'm doing is presenting numbers that don't change to an interface, simply on the basis that the numbers represent sensor

Re: [PATCH] drivers/misc: introduce Freescale Data Collection Manager driver

2011-08-01 Thread Mark Brown
On Tue, Aug 02, 2011 at 01:57:45AM +, Tabi Timur-B04825 wrote: Mark Brown wrote: I'd expect that things like the _lowest, _highest and _average attributes which a number of drivers have are what you're looking for. Yes, but then all I'm doing is presenting numbers that don't change to