From: Eduardo Valentin Date: Tue, 19 Mar 2013 14:54:23 +0000 (-0400) Subject: staging: ti-soc-thermal: split writable data from readonly data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9879b2c46f432d6d805743d14a7456b6fae8ac7a;p=pandora-kernel.git staging: ti-soc-thermal: split writable data from readonly data This patch changes the data structures of this driver so that readonly data can reside only in the conf pointer. Now each register has a struct to hold its configuration info, to be used base on chip version for instance, and a struct of values to be written, like register shadow and priv data. Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed