hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointers
authorGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 14 Feb 2011 06:34:47 +0000 (22:34 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 15 Mar 2011 05:39:16 +0000 (22:39 -0700)
For newer chips, several registers are banked and thus need to be 16 bit.
Also, register addresses change.

To prepare for those chips, convert affected register arrays to 16 bit,
and change access to those registers to array pointers in struct w83627ehf_data.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Ian Dobson <i.dobson@planet-ian.com>

No differences found