[PATCH 1/2] hwmon: add generic GPIO fan driver
Guenter Roeck
guenter.roeck at ericsson.com
Tue Oct 19 10:52:20 EDT 2010
Hi Simon.
On Tue, Oct 19, 2010 at 07:46:36AM -0400, Simon Guinot wrote:
> Hi Guenter,
[ ... ]
> > It probably does. Wonder what it actually shows. Can you check ?
>
> If CONFIG_PRINTK is enabled, dev_info() end up in a dev_printk() call
> with the level argument set to KERN_INFO.
> The message format is:
> ${driver_name} ${device_name}: ${message}
>
> Note that the device id number is part of the device name. So, if two
> gpio-fan devices are initialized, you will see:
>
> gpio-fan gpio-fan.0: GPIO fan initialized
> gpio-fan gpio-fan.1: GPIO fan initialized
>
> For a single fan device, you will see:
>
> gpio-fan gpio-fan: GPIO fan initialized
>
Ok, guess that is all we can ask for.
Thanks,
Guenter
More information about the linux-arm-kernel
mailing list