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

From: Tabi Timur-B04825
Date: Mon Aug 01 2011 - 21:57:58 EST


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 values.

If I'm running a sensor application, I'm doing it to get real-time
monitoring of the sensors in my system. The DCM on our boards is not
capable of real-time results. So you're not actually "monitoring" the
hardware. The data from the DCM is available only *after* you stop
running the background process.

> At the very least it seems obvious how you might extend the interface if
> some features you need are missing. The subsystem has fairly extensive
> documentation in Documentation/hwmon.

I just don't see how it fits. Yes, I could do it, but then I'd end up
with something that doesn't make any sense. I would have to use a custom
interface to start monitoring and then another interface to stop it. Then
I would query the results use the hwmon interface, but the results would
be static. That just seems silly.

--
Timur Tabi
Linux kernel developer at Freescale
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/