Re: [PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-09-14 Thread Guenter Roeck
On 09/14/2013 11:31 AM, Jean Delvare wrote: Hi Guenter, On Mon, 02 Sep 2013 12:25:35 -0700, Guenter Roeck wrote: On 08/31/2013 07:48 PM, Guenter Roeck wrote: This patch series introduces new hwmon API functions hwmon_device_register_with_groups() and devm_hwmon_device_register_with_groups().

Re: [PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-09-14 Thread Jean Delvare
Hi Guenter, On Mon, 02 Sep 2013 12:25:35 -0700, Guenter Roeck wrote: > On 08/31/2013 07:48 PM, Guenter Roeck wrote: > > This patch series introduces new hwmon API functions > > hwmon_device_register_with_groups() and > > devm_hwmon_device_register_with_groups(). > > > > hwmon_device_register_with

Re: [PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-09-03 Thread Guenter Roeck
On Mon, Sep 02, 2013 at 12:25:35PM -0700, Guenter Roeck wrote: > On 08/31/2013 07:48 PM, Guenter Roeck wrote: > >This patch series introduces new hwmon API functions > >hwmon_device_register_with_groups() and > >devm_hwmon_device_register_with_groups(). > > > >hwmon_device_register_with_groups() l

Re: [PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-09-02 Thread Guenter Roeck
On 08/31/2013 07:48 PM, Guenter Roeck wrote: This patch series introduces new hwmon API functions hwmon_device_register_with_groups() and devm_hwmon_device_register_with_groups(). hwmon_device_register_with_groups() lets callers register hwmon devices as well as associated sysfs attributes with

[PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-08-31 Thread Guenter Roeck
This patch series introduces new hwmon API functions hwmon_device_register_with_groups() and devm_hwmon_device_register_with_groups(). hwmon_device_register_with_groups() lets callers register hwmon devices as well as associated sysfs attributes with a single call. This simplifies hwmon device re