Re: [PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-11-16 Thread Punit Agrawal
Hi Guenter, Guenter Roeck writes: > On Wed, Oct 28, 2015 at 05:17:31PM +, Sudeep Holla wrote: >> Currently it's assumed that firmware exports only the class of sensors >> supported by the driver. However with newer firmware or SCPI protocol >> revision, support for newer classes of sensors

Re: [PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-11-16 Thread Punit Agrawal
Hi Guenter, Guenter Roeck writes: > On Wed, Oct 28, 2015 at 05:17:31PM +, Sudeep Holla wrote: >> Currently it's assumed that firmware exports only the class of sensors >> supported by the driver. However with newer firmware or SCPI protocol >> revision, support for newer

Re: [PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-10-28 Thread Guenter Roeck
On Wed, Oct 28, 2015 at 05:17:31PM +, Sudeep Holla wrote: > Currently it's assumed that firmware exports only the class of sensors > supported by the driver. However with newer firmware or SCPI protocol > revision, support for newer classes of sensors can be present. > > The driver fails to

[PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-10-28 Thread Sudeep Holla
Currently it's assumed that firmware exports only the class of sensors supported by the driver. However with newer firmware or SCPI protocol revision, support for newer classes of sensors can be present. The driver fails to probe with the following warning if an unsupported class of sensor is

[PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-10-28 Thread Sudeep Holla
Currently it's assumed that firmware exports only the class of sensors supported by the driver. However with newer firmware or SCPI protocol revision, support for newer classes of sensors can be present. The driver fails to probe with the following warning if an unsupported class of sensor is

Re: [PATCH v2] hwmon: (scpi) skip unsupported sensors properly

2015-10-28 Thread Guenter Roeck
On Wed, Oct 28, 2015 at 05:17:31PM +, Sudeep Holla wrote: > Currently it's assumed that firmware exports only the class of sensors > supported by the driver. However with newer firmware or SCPI protocol > revision, support for newer classes of sensors can be present. > > The driver fails to