Hello guys,
Here are a couple of fixes and clean ups on the omap thermal code.
These are trivial I'd say.
There is one question about the location of the BG sensor code. Looking to the existing code under drivers/thermal/, looks like it is practice to keep the sensor driver code there as well. So, I was wondering if same needs to be done for OMAP code, because as of today the sensor code is residing under drivers/mfd. I will cook something and send it across to see how it looks like.
Eduardo Valentin (4): thermal: omap: fix get mode function MFD: omap scm: remove all references to TI THERMAL_FRAMEWORK config MFD: omap temp sensor: rework initialization sequence omap thermal: fix off by one issue
drivers/mfd/omap4460plus_temp_sensor.c | 272 +++++++++----------------------- drivers/mfd/omap4plus_scm.c | 9 - drivers/thermal/omap_thermal.c | 14 +- include/linux/mfd/omap4_scm.h | 4 +- 4 files changed, 80 insertions(+), 219 deletions(-)