On 11/20/2014 06:18 AM, Eduardo Valentin wrote:
Hi Guenter,

On Thu, Nov 20, 2014 at 10:12:13AM -0400, Eduardo Valentin wrote:
Different drivers request API extensions in of-thermal. For this reason,
additional callbacks are required to fit the new drivers needs.

The current API implementation expects the registering sensor driver
to provide a get_temp and get_trend callbacks as function parameters.
As the amount of callbacks is growing, this patch changes the existing
implementation to use a .ops field to hold all the of thermal callbacks
to sensor drivers.

This patch also changes the existing of-thermal users to fit the new
API design. No functional change is introduced in this patch.

Cc: Alexandre Courbot <gnu...@gmail.com>
Cc: devicet...@vger.kernel.org
Cc: Grant Likely <grant.lik...@linaro.org>
Cc: Guenter Roeck <li...@roeck-us.net>
Cc: Jean Delvare <jdelv...@suse.de>
Cc: linux-kernel@vger.kernel.org
Cc: linux...@vger.kernel.org
Cc: linux-te...@vger.kernel.org
Cc: lm-sens...@lm-sensors.org
Cc: Rob Herring <robh...@kernel.org>
Cc: Stephen Warren <swar...@wwwdotorg.org>
Cc: Thierry Reding <thierry.red...@gmail.com>
Cc: Zhang Rui <rui.zh...@intel.com>
Tested-by: Mikko Perttunen <mikko.perttu...@kapsi.fi>
Reviewed-by: Mikko Perttunen <mikko.perttu...@kapsi.fi>
Reviewed-by: Alexandre Courbot <acour...@nvidia.com>
Reviewed-by: Lukasz Majewski <l.majew...@samsung.com>
Signed-off-by: Eduardo Valentin <edubez...@gmail.com>
---
  drivers/hwmon/lm75.c                               |  9 +++--
  drivers/hwmon/ntc_thermistor.c                     |  6 +++-
  drivers/hwmon/tmp102.c                             |  6 +++-

Do you have objections if I queue this one for 3.19?


No.

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to