Re: [PATCH] Input: ads7846: Convert to devm_hwmon_device_register_with_groups
From: Guenter Roeck <linux@roeck-us.net>
Date: 2013-11-26 04:38:14
Also in:
lkml
From: Guenter Roeck <linux@roeck-us.net>
Date: 2013-11-26 04:38:14
Also in:
lkml
On 11/25/2013 07:03 PM, Dmitry Torokhov wrote:
Hi Guenter, On Sat, Nov 23, 2013 at 01:37:00PM -0800, Guenter Roeck wrote:quoted
Simplify the code and create mandatory 'name' attribute by using new hwmon API. Also use is_visible to determine visible attributes instead of creating several different attribute groups.This change does not quite work without converting the rest of the driver to devm_ resources as it makes hwmon outlive regulator and other essential resources when unbinding driver from the device.
Ok, I'll use hwmon_device_register_with_groups instead. Thanks, Guenter