Re: [ibm-acpi-devel] [PATCH 8/9] ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it

2007-09-24 Thread Jean Delvare
On Mon, 24 Sep 2007 17:11:28 +0200, Jean Delvare wrote: > On Sun, 23 Sep 2007 11:24:16 -0300, Henrique de Moraes Holschuh wrote: > > + tpacpi_sensors_pdev = platform_device_register_simple( > > + IBM_HWMON_DRVR_NAME, > > +

[ibm-acpi-devel] [PATCH 8/9] ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it

2007-09-23 Thread Henrique de Moraes Holschuh
Use a separate platform device to attach hwmon attributes and class, and add a name attribute of "thinkpad_hwmon" to it. To do it properly, we also register a new platform driver ("thinkpad_hwmon"). This makes thinkpad-acpi compatible with libsensors4 from lm-sensors, and the platform driver and

[ibm-acpi-devel] [PATCH 8/9] ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it

2007-09-23 Thread Henrique de Moraes Holschuh
Use a separate platform device to attach hwmon attributes and class, and add a name attribute of "thinkpad_hwmon" to it. To do it properly, we also register a new platform driver ("thinkpad_hwmon"). This makes thinkpad-acpi compatible with libsensors4 from lm-sensors, and the platform driver and