On 12/9/2010 12:41 AM, [email protected] wrote:
On 12/8/2010 10:20 PM, [email protected] wrote:
Thank Arjan and Alan.
We would discuss more internally if the interrupt mode is necessary.
Otherwise, the last question I mentioned on previous mail was we add
a
new function to export the driver version to sysfs. This is an easy
way
to maintain the version form our point of view. But it might be a
bad
thing to modify this version number in each patch released.
actually, linux kernel modules already have a version concept that is
generally exported using a standard interface


why not use that?

see MODULE_VERSION() macro from<linux/module.h>
and /sys/module/<name>/version and/or /sys/module/<name>/srcversion
as well as "modinfo<name>"

Is there another way to export the version if we want to know the
version number of built-in driver?

/sys/module/ is not limited by a configuration option being =y or =m


_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to