From 279af1a91a041070e17cb41900151cb724e1b32a Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 13 Feb 2011 22:34:47 -0800 Subject: [PATCH] hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointers 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 Acked-by: Ian Dobson --- Reading git-format-patch failed