From: Grazvydas Ignotas Date: Mon, 1 Sep 2014 00:18:02 +0000 (+0300) Subject: thermal: OMAP3/DM3730 band gap thermal sensor driver X-Git-Tag: sz_173~93 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=dcbdfaf6456807138f0bbbf95e83fe7e6033a7d0;hp=dcbdfaf6456807138f0bbbf95e83fe7e6033a7d0;ds=sidebyside 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). ---