thermal: armada: Rename armada_thermal_ops struct
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Tue, 6 May 2014 16:59:45 +0000 (13:59 -0300)
committerZhang Rui <rui.zhang@intel.com>
Thu, 15 May 2014 09:11:07 +0000 (17:11 +0800)
commit66fdb7b63513d92c0ca9ff3a34e5f29b2e018e47
tree6b116633dddfe365f1ec68f5c5bcb75cc4d37e27
parentd6d211db37e75de2ddc3a4f979038c40df7cc79c
thermal: armada: Rename armada_thermal_ops struct

As preparation work to add a generic infrastructure to support
different SoC variants, the armada_thermal_ops will be used
to host the SoC-specific fields, such as formula values and
register shifts.

For this reason, the name armada_thermal_ops is no longer suitable,
and this commit replaces it with armada_thermal_data.

Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/armada_thermal.c