thermal: OMAP3/DM3730 band gap thermal sensor driver
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 1 Sep 2014 00:18:02 +0000 (03:18 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 14 Sep 2014 15:38:02 +0000 (18:38 +0300)
commitdcbdfaf6456807138f0bbbf95e83fe7e6033a7d0
tree49ab20a710cec08849db2bb570d0ac285b55c3e3
parentb0321b66cb8c9a7b424ca7f41d0784df7235b1fc
thermal: OMAP3/DM3730 band gap thermal sensor driver

Could have used ti-soc-thermal framework, but it's too much work to
backport it to 3.2 and it's DT only, so here is a standalone driver.

Note that proper hwmod data is needed for this driver to work
(more specifically runtime_pm to be able to control the clock).
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/omap3_thermal.c [new file with mode: 0644]