w83792d.c 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558
  1. /*
  2. w83792d.c - Part of lm_sensors, Linux kernel modules for hardware
  3. monitoring
  4. Copyright (C) 2004, 2005 Winbond Electronics Corp.
  5. Chunhao Huang <DZShen@Winbond.com.tw>,
  6. Rudolf Marek <r.marek@sh.cvut.cz>
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU General Public License for more details.
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. Note:
  19. 1. This driver is only for 2.6 kernel, 2.4 kernel need a different driver.
  20. 2. This driver is only for Winbond W83792D C version device, there
  21. are also some motherboards with B version W83792D device. The
  22. calculation method to in6-in7(measured value, limits) is a little
  23. different between C and B version. C or B version can be identified
  24. by CR[0x49h].
  25. */
  26. /*
  27. Supports following chips:
  28. Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA
  29. w83792d 9 7 7 3 0x7a 0x5ca3 yes no
  30. */
  31. #include <linux/config.h>
  32. #include <linux/module.h>
  33. #include <linux/init.h>
  34. #include <linux/slab.h>
  35. #include <linux/i2c.h>
  36. #include <linux/hwmon.h>
  37. #include <linux/hwmon-sysfs.h>
  38. #include <linux/err.h>
  39. #include <linux/mutex.h>
  40. /* Addresses to scan */
  41. static unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END };
  42. /* Insmod parameters */
  43. I2C_CLIENT_INSMOD_1(w83792d);
  44. I2C_CLIENT_MODULE_PARM(force_subclients, "List of subclient addresses: "
  45. "{bus, clientaddr, subclientaddr1, subclientaddr2}");
  46. static int init;
  47. module_param(init, bool, 0);
  48. MODULE_PARM_DESC(init, "Set to one to force chip initialization");
  49. /* The W83792D registers */
  50. static const u8 W83792D_REG_IN[9] = {
  51. 0x20, /* Vcore A in DataSheet */
  52. 0x21, /* Vcore B in DataSheet */
  53. 0x22, /* VIN0 in DataSheet */
  54. 0x23, /* VIN1 in DataSheet */
  55. 0x24, /* VIN2 in DataSheet */
  56. 0x25, /* VIN3 in DataSheet */
  57. 0x26, /* 5VCC in DataSheet */
  58. 0xB0, /* 5VSB in DataSheet */
  59. 0xB1 /* VBAT in DataSheet */
  60. };
  61. #define W83792D_REG_LOW_BITS1 0x3E /* Low Bits I in DataSheet */
  62. #define W83792D_REG_LOW_BITS2 0x3F /* Low Bits II in DataSheet */
  63. static const u8 W83792D_REG_IN_MAX[9] = {
  64. 0x2B, /* Vcore A High Limit in DataSheet */
  65. 0x2D, /* Vcore B High Limit in DataSheet */
  66. 0x2F, /* VIN0 High Limit in DataSheet */
  67. 0x31, /* VIN1 High Limit in DataSheet */
  68. 0x33, /* VIN2 High Limit in DataSheet */
  69. 0x35, /* VIN3 High Limit in DataSheet */
  70. 0x37, /* 5VCC High Limit in DataSheet */
  71. 0xB4, /* 5VSB High Limit in DataSheet */
  72. 0xB6 /* VBAT High Limit in DataSheet */
  73. };
  74. static const u8 W83792D_REG_IN_MIN[9] = {
  75. 0x2C, /* Vcore A Low Limit in DataSheet */
  76. 0x2E, /* Vcore B Low Limit in DataSheet */
  77. 0x30, /* VIN0 Low Limit in DataSheet */
  78. 0x32, /* VIN1 Low Limit in DataSheet */
  79. 0x34, /* VIN2 Low Limit in DataSheet */
  80. 0x36, /* VIN3 Low Limit in DataSheet */
  81. 0x38, /* 5VCC Low Limit in DataSheet */
  82. 0xB5, /* 5VSB Low Limit in DataSheet */
  83. 0xB7 /* VBAT Low Limit in DataSheet */
  84. };
  85. static const u8 W83792D_REG_FAN[7] = {
  86. 0x28, /* FAN 1 Count in DataSheet */
  87. 0x29, /* FAN 2 Count in DataSheet */
  88. 0x2A, /* FAN 3 Count in DataSheet */
  89. 0xB8, /* FAN 4 Count in DataSheet */
  90. 0xB9, /* FAN 5 Count in DataSheet */
  91. 0xBA, /* FAN 6 Count in DataSheet */
  92. 0xBE /* FAN 7 Count in DataSheet */
  93. };
  94. static const u8 W83792D_REG_FAN_MIN[7] = {
  95. 0x3B, /* FAN 1 Count Low Limit in DataSheet */
  96. 0x3C, /* FAN 2 Count Low Limit in DataSheet */
  97. 0x3D, /* FAN 3 Count Low Limit in DataSheet */
  98. 0xBB, /* FAN 4 Count Low Limit in DataSheet */
  99. 0xBC, /* FAN 5 Count Low Limit in DataSheet */
  100. 0xBD, /* FAN 6 Count Low Limit in DataSheet */
  101. 0xBF /* FAN 7 Count Low Limit in DataSheet */
  102. };
  103. #define W83792D_REG_FAN_CFG 0x84 /* FAN Configuration in DataSheet */
  104. static const u8 W83792D_REG_FAN_DIV[4] = {
  105. 0x47, /* contains FAN2 and FAN1 Divisor */
  106. 0x5B, /* contains FAN4 and FAN3 Divisor */
  107. 0x5C, /* contains FAN6 and FAN5 Divisor */
  108. 0x9E /* contains FAN7 Divisor. */
  109. };
  110. static const u8 W83792D_REG_PWM[7] = {
  111. 0x81, /* FAN 1 Duty Cycle, be used to control */
  112. 0x83, /* FAN 2 Duty Cycle, be used to control */
  113. 0x94, /* FAN 3 Duty Cycle, be used to control */
  114. 0xA3, /* FAN 4 Duty Cycle, be used to control */
  115. 0xA4, /* FAN 5 Duty Cycle, be used to control */
  116. 0xA5, /* FAN 6 Duty Cycle, be used to control */
  117. 0xA6 /* FAN 7 Duty Cycle, be used to control */
  118. };
  119. #define W83792D_REG_BANK 0x4E
  120. #define W83792D_REG_TEMP2_CONFIG 0xC2
  121. #define W83792D_REG_TEMP3_CONFIG 0xCA
  122. static const u8 W83792D_REG_TEMP1[3] = {
  123. 0x27, /* TEMP 1 in DataSheet */
  124. 0x39, /* TEMP 1 Over in DataSheet */
  125. 0x3A, /* TEMP 1 Hyst in DataSheet */
  126. };
  127. static const u8 W83792D_REG_TEMP_ADD[2][6] = {
  128. { 0xC0, /* TEMP 2 in DataSheet */
  129. 0xC1, /* TEMP 2(0.5 deg) in DataSheet */
  130. 0xC5, /* TEMP 2 Over High part in DataSheet */
  131. 0xC6, /* TEMP 2 Over Low part in DataSheet */
  132. 0xC3, /* TEMP 2 Thyst High part in DataSheet */
  133. 0xC4 }, /* TEMP 2 Thyst Low part in DataSheet */
  134. { 0xC8, /* TEMP 3 in DataSheet */
  135. 0xC9, /* TEMP 3(0.5 deg) in DataSheet */
  136. 0xCD, /* TEMP 3 Over High part in DataSheet */
  137. 0xCE, /* TEMP 3 Over Low part in DataSheet */
  138. 0xCB, /* TEMP 3 Thyst High part in DataSheet */
  139. 0xCC } /* TEMP 3 Thyst Low part in DataSheet */
  140. };
  141. static const u8 W83792D_REG_THERMAL[3] = {
  142. 0x85, /* SmartFanI: Fan1 target value */
  143. 0x86, /* SmartFanI: Fan2 target value */
  144. 0x96 /* SmartFanI: Fan3 target value */
  145. };
  146. static const u8 W83792D_REG_TOLERANCE[3] = {
  147. 0x87, /* (bit3-0)SmartFan Fan1 tolerance */
  148. 0x87, /* (bit7-4)SmartFan Fan2 tolerance */
  149. 0x97 /* (bit3-0)SmartFan Fan3 tolerance */
  150. };
  151. static const u8 W83792D_REG_POINTS[3][4] = {
  152. { 0x85, /* SmartFanII: Fan1 temp point 1 */
  153. 0xE3, /* SmartFanII: Fan1 temp point 2 */
  154. 0xE4, /* SmartFanII: Fan1 temp point 3 */
  155. 0xE5 }, /* SmartFanII: Fan1 temp point 4 */
  156. { 0x86, /* SmartFanII: Fan2 temp point 1 */
  157. 0xE6, /* SmartFanII: Fan2 temp point 2 */
  158. 0xE7, /* SmartFanII: Fan2 temp point 3 */
  159. 0xE8 }, /* SmartFanII: Fan2 temp point 4 */
  160. { 0x96, /* SmartFanII: Fan3 temp point 1 */
  161. 0xE9, /* SmartFanII: Fan3 temp point 2 */
  162. 0xEA, /* SmartFanII: Fan3 temp point 3 */
  163. 0xEB } /* SmartFanII: Fan3 temp point 4 */
  164. };
  165. static const u8 W83792D_REG_LEVELS[3][4] = {
  166. { 0x88, /* (bit3-0) SmartFanII: Fan1 Non-Stop */
  167. 0x88, /* (bit7-4) SmartFanII: Fan1 Level 1 */
  168. 0xE0, /* (bit7-4) SmartFanII: Fan1 Level 2 */
  169. 0xE0 }, /* (bit3-0) SmartFanII: Fan1 Level 3 */
  170. { 0x89, /* (bit3-0) SmartFanII: Fan2 Non-Stop */
  171. 0x89, /* (bit7-4) SmartFanII: Fan2 Level 1 */
  172. 0xE1, /* (bit7-4) SmartFanII: Fan2 Level 2 */
  173. 0xE1 }, /* (bit3-0) SmartFanII: Fan2 Level 3 */
  174. { 0x98, /* (bit3-0) SmartFanII: Fan3 Non-Stop */
  175. 0x98, /* (bit7-4) SmartFanII: Fan3 Level 1 */
  176. 0xE2, /* (bit7-4) SmartFanII: Fan3 Level 2 */
  177. 0xE2 } /* (bit3-0) SmartFanII: Fan3 Level 3 */
  178. };
  179. #define W83792D_REG_GPIO_EN 0x1A
  180. #define W83792D_REG_CONFIG 0x40
  181. #define W83792D_REG_VID_FANDIV 0x47
  182. #define W83792D_REG_CHIPID 0x49
  183. #define W83792D_REG_WCHIPID 0x58
  184. #define W83792D_REG_CHIPMAN 0x4F
  185. #define W83792D_REG_PIN 0x4B
  186. #define W83792D_REG_I2C_SUBADDR 0x4A
  187. #define W83792D_REG_ALARM1 0xA9 /* realtime status register1 */
  188. #define W83792D_REG_ALARM2 0xAA /* realtime status register2 */
  189. #define W83792D_REG_ALARM3 0xAB /* realtime status register3 */
  190. #define W83792D_REG_CHASSIS 0x42 /* Bit 5: Case Open status bit */
  191. #define W83792D_REG_CHASSIS_CLR 0x44 /* Bit 7: Case Open CLR_CHS/Reset bit */
  192. /* control in0/in1 's limit modifiability */
  193. #define W83792D_REG_VID_IN_B 0x17
  194. #define W83792D_REG_VBAT 0x5D
  195. #define W83792D_REG_I2C_ADDR 0x48
  196. /* Conversions. Rounding and limit checking is only done on the TO_REG
  197. variants. Note that you should be a bit careful with which arguments
  198. these macros are called: arguments may be evaluated more than once.
  199. Fixing this is just not worth it. */
  200. #define IN_FROM_REG(nr,val) (((nr)<=1)?(val*2): \
  201. ((((nr)==6)||((nr)==7))?(val*6):(val*4)))
  202. #define IN_TO_REG(nr,val) (((nr)<=1)?(val/2): \
  203. ((((nr)==6)||((nr)==7))?(val/6):(val/4)))
  204. static inline u8
  205. FAN_TO_REG(long rpm, int div)
  206. {
  207. if (rpm == 0)
  208. return 255;
  209. rpm = SENSORS_LIMIT(rpm, 1, 1000000);
  210. return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
  211. }
  212. #define FAN_FROM_REG(val,div) ((val) == 0 ? -1 : \
  213. ((val) == 255 ? 0 : \
  214. 1350000 / ((val) * (div))))
  215. /* for temp1 */
  216. #define TEMP1_TO_REG(val) (SENSORS_LIMIT(((val) < 0 ? (val)+0x100*1000 \
  217. : (val)) / 1000, 0, 0xff))
  218. #define TEMP1_FROM_REG(val) (((val) & 0x80 ? (val)-0x100 : (val)) * 1000)
  219. /* for temp2 and temp3, because they need addtional resolution */
  220. #define TEMP_ADD_FROM_REG(val1, val2) \
  221. ((((val1) & 0x80 ? (val1)-0x100 \
  222. : (val1)) * 1000) + ((val2 & 0x80) ? 500 : 0))
  223. #define TEMP_ADD_TO_REG_HIGH(val) \
  224. (SENSORS_LIMIT(((val) < 0 ? (val)+0x100*1000 \
  225. : (val)) / 1000, 0, 0xff))
  226. #define TEMP_ADD_TO_REG_LOW(val) ((val%1000) ? 0x80 : 0x00)
  227. #define DIV_FROM_REG(val) (1 << (val))
  228. static inline u8
  229. DIV_TO_REG(long val)
  230. {
  231. int i;
  232. val = SENSORS_LIMIT(val, 1, 128) >> 1;
  233. for (i = 0; i < 7; i++) {
  234. if (val == 0)
  235. break;
  236. val >>= 1;
  237. }
  238. return ((u8) i);
  239. }
  240. struct w83792d_data {
  241. struct i2c_client client;
  242. struct class_device *class_dev;
  243. enum chips type;
  244. struct mutex update_lock;
  245. char valid; /* !=0 if following fields are valid */
  246. unsigned long last_updated; /* In jiffies */
  247. /* array of 2 pointers to subclients */
  248. struct i2c_client *lm75[2];
  249. u8 in[9]; /* Register value */
  250. u8 in_max[9]; /* Register value */
  251. u8 in_min[9]; /* Register value */
  252. u16 low_bits; /* Additional resolution to voltage in6-0 */
  253. u8 fan[7]; /* Register value */
  254. u8 fan_min[7]; /* Register value */
  255. u8 temp1[3]; /* current, over, thyst */
  256. u8 temp_add[2][6]; /* Register value */
  257. u8 fan_div[7]; /* Register encoding, shifted right */
  258. u8 pwm[7]; /* We only consider the first 3 set of pwm,
  259. although 792 chip has 7 set of pwm. */
  260. u8 pwmenable[3];
  261. u32 alarms; /* realtime status register encoding,combined */
  262. u8 chassis; /* Chassis status */
  263. u8 chassis_clear; /* CLR_CHS, clear chassis intrusion detection */
  264. u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */
  265. u8 tolerance[3]; /* Fan1,2,3 tolerance(Smart Fan I/II) */
  266. u8 sf2_points[3][4]; /* Smart FanII: Fan1,2,3 temperature points */
  267. u8 sf2_levels[3][4]; /* Smart FanII: Fan1,2,3 duty cycle levels */
  268. };
  269. static int w83792d_attach_adapter(struct i2c_adapter *adapter);
  270. static int w83792d_detect(struct i2c_adapter *adapter, int address, int kind);
  271. static int w83792d_detach_client(struct i2c_client *client);
  272. static struct w83792d_data *w83792d_update_device(struct device *dev);
  273. #ifdef DEBUG
  274. static void w83792d_print_debug(struct w83792d_data *data, struct device *dev);
  275. #endif
  276. static void w83792d_init_client(struct i2c_client *client);
  277. static struct i2c_driver w83792d_driver = {
  278. .driver = {
  279. .name = "w83792d",
  280. },
  281. .attach_adapter = w83792d_attach_adapter,
  282. .detach_client = w83792d_detach_client,
  283. };
  284. static inline long in_count_from_reg(int nr, struct w83792d_data *data)
  285. {
  286. /* in7 and in8 do not have low bits, but the formula still works */
  287. return ((data->in[nr] << 2) | ((data->low_bits >> (2 * nr)) & 0x03));
  288. }
  289. /* The SMBus locks itself. The Winbond W83792D chip has a bank register,
  290. but the driver only accesses registers in bank 0, so we don't have
  291. to switch banks and lock access between switches. */
  292. static inline int w83792d_read_value(struct i2c_client *client, u8 reg)
  293. {
  294. return i2c_smbus_read_byte_data(client, reg);
  295. }
  296. static inline int
  297. w83792d_write_value(struct i2c_client *client, u8 reg, u8 value)
  298. {
  299. return i2c_smbus_write_byte_data(client, reg, value);
  300. }
  301. /* following are the sysfs callback functions */
  302. static ssize_t show_in(struct device *dev, struct device_attribute *attr,
  303. char *buf)
  304. {
  305. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  306. int nr = sensor_attr->index;
  307. struct w83792d_data *data = w83792d_update_device(dev);
  308. return sprintf(buf,"%ld\n", IN_FROM_REG(nr,(in_count_from_reg(nr, data))));
  309. }
  310. #define show_in_reg(reg) \
  311. static ssize_t show_##reg(struct device *dev, struct device_attribute *attr, \
  312. char *buf) \
  313. { \
  314. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
  315. int nr = sensor_attr->index; \
  316. struct w83792d_data *data = w83792d_update_device(dev); \
  317. return sprintf(buf,"%ld\n", (long)(IN_FROM_REG(nr, (data->reg[nr])*4))); \
  318. }
  319. show_in_reg(in_min);
  320. show_in_reg(in_max);
  321. #define store_in_reg(REG, reg) \
  322. static ssize_t store_in_##reg (struct device *dev, \
  323. struct device_attribute *attr, \
  324. const char *buf, size_t count) \
  325. { \
  326. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
  327. int nr = sensor_attr->index; \
  328. struct i2c_client *client = to_i2c_client(dev); \
  329. struct w83792d_data *data = i2c_get_clientdata(client); \
  330. u32 val; \
  331. \
  332. val = simple_strtoul(buf, NULL, 10); \
  333. data->in_##reg[nr] = SENSORS_LIMIT(IN_TO_REG(nr, val)/4, 0, 255); \
  334. w83792d_write_value(client, W83792D_REG_IN_##REG[nr], data->in_##reg[nr]); \
  335. \
  336. return count; \
  337. }
  338. store_in_reg(MIN, min);
  339. store_in_reg(MAX, max);
  340. static struct sensor_device_attribute sda_in_input[] = {
  341. SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
  342. SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
  343. SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
  344. SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3),
  345. SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4),
  346. SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5),
  347. SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6),
  348. SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7),
  349. SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8),
  350. };
  351. static struct sensor_device_attribute sda_in_min[] = {
  352. SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0),
  353. SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1),
  354. SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2),
  355. SENSOR_ATTR(in3_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 3),
  356. SENSOR_ATTR(in4_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 4),
  357. SENSOR_ATTR(in5_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 5),
  358. SENSOR_ATTR(in6_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 6),
  359. SENSOR_ATTR(in7_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 7),
  360. SENSOR_ATTR(in8_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 8),
  361. };
  362. static struct sensor_device_attribute sda_in_max[] = {
  363. SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
  364. SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
  365. SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
  366. SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3),
  367. SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4),
  368. SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5),
  369. SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6),
  370. SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7),
  371. SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8),
  372. };
  373. #define show_fan_reg(reg) \
  374. static ssize_t show_##reg (struct device *dev, struct device_attribute *attr, \
  375. char *buf) \
  376. { \
  377. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
  378. int nr = sensor_attr->index - 1; \
  379. struct w83792d_data *data = w83792d_update_device(dev); \
  380. return sprintf(buf,"%d\n", \
  381. FAN_FROM_REG(data->reg[nr], DIV_FROM_REG(data->fan_div[nr]))); \
  382. }
  383. show_fan_reg(fan);
  384. show_fan_reg(fan_min);
  385. static ssize_t
  386. store_fan_min(struct device *dev, struct device_attribute *attr,
  387. const char *buf, size_t count)
  388. {
  389. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  390. int nr = sensor_attr->index - 1;
  391. struct i2c_client *client = to_i2c_client(dev);
  392. struct w83792d_data *data = i2c_get_clientdata(client);
  393. u32 val;
  394. val = simple_strtoul(buf, NULL, 10);
  395. data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
  396. w83792d_write_value(client, W83792D_REG_FAN_MIN[nr],
  397. data->fan_min[nr]);
  398. return count;
  399. }
  400. static ssize_t
  401. show_fan_div(struct device *dev, struct device_attribute *attr,
  402. char *buf)
  403. {
  404. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  405. int nr = sensor_attr->index;
  406. struct w83792d_data *data = w83792d_update_device(dev);
  407. return sprintf(buf, "%u\n", DIV_FROM_REG(data->fan_div[nr - 1]));
  408. }
  409. /* Note: we save and restore the fan minimum here, because its value is
  410. determined in part by the fan divisor. This follows the principle of
  411. least suprise; the user doesn't expect the fan minimum to change just
  412. because the divisor changed. */
  413. static ssize_t
  414. store_fan_div(struct device *dev, struct device_attribute *attr,
  415. const char *buf, size_t count)
  416. {
  417. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  418. int nr = sensor_attr->index - 1;
  419. struct i2c_client *client = to_i2c_client(dev);
  420. struct w83792d_data *data = i2c_get_clientdata(client);
  421. unsigned long min;
  422. /*u8 reg;*/
  423. u8 fan_div_reg = 0;
  424. u8 tmp_fan_div;
  425. /* Save fan_min */
  426. min = FAN_FROM_REG(data->fan_min[nr],
  427. DIV_FROM_REG(data->fan_div[nr]));
  428. data->fan_div[nr] = DIV_TO_REG(simple_strtoul(buf, NULL, 10));
  429. fan_div_reg = w83792d_read_value(client, W83792D_REG_FAN_DIV[nr >> 1]);
  430. fan_div_reg &= (nr & 0x01) ? 0x8f : 0xf8;
  431. tmp_fan_div = (nr & 0x01) ? (((data->fan_div[nr]) << 4) & 0x70)
  432. : ((data->fan_div[nr]) & 0x07);
  433. w83792d_write_value(client, W83792D_REG_FAN_DIV[nr >> 1],
  434. fan_div_reg | tmp_fan_div);
  435. /* Restore fan_min */
  436. data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
  437. w83792d_write_value(client, W83792D_REG_FAN_MIN[nr], data->fan_min[nr]);
  438. return count;
  439. }
  440. static struct sensor_device_attribute sda_fan_input[] = {
  441. SENSOR_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 1),
  442. SENSOR_ATTR(fan2_input, S_IRUGO, show_fan, NULL, 2),
  443. SENSOR_ATTR(fan3_input, S_IRUGO, show_fan, NULL, 3),
  444. SENSOR_ATTR(fan4_input, S_IRUGO, show_fan, NULL, 4),
  445. SENSOR_ATTR(fan5_input, S_IRUGO, show_fan, NULL, 5),
  446. SENSOR_ATTR(fan6_input, S_IRUGO, show_fan, NULL, 6),
  447. SENSOR_ATTR(fan7_input, S_IRUGO, show_fan, NULL, 7),
  448. };
  449. static struct sensor_device_attribute sda_fan_min[] = {
  450. SENSOR_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 1),
  451. SENSOR_ATTR(fan2_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 2),
  452. SENSOR_ATTR(fan3_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 3),
  453. SENSOR_ATTR(fan4_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 4),
  454. SENSOR_ATTR(fan5_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 5),
  455. SENSOR_ATTR(fan6_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 6),
  456. SENSOR_ATTR(fan7_min, S_IWUSR | S_IRUGO, show_fan_min, store_fan_min, 7),
  457. };
  458. static struct sensor_device_attribute sda_fan_div[] = {
  459. SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 1),
  460. SENSOR_ATTR(fan2_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 2),
  461. SENSOR_ATTR(fan3_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 3),
  462. SENSOR_ATTR(fan4_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 4),
  463. SENSOR_ATTR(fan5_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 5),
  464. SENSOR_ATTR(fan6_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 6),
  465. SENSOR_ATTR(fan7_div, S_IWUSR | S_IRUGO, show_fan_div, store_fan_div, 7),
  466. };
  467. /* read/write the temperature1, includes measured value and limits */
  468. static ssize_t show_temp1(struct device *dev, struct device_attribute *attr,
  469. char *buf)
  470. {
  471. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  472. int nr = sensor_attr->index;
  473. struct w83792d_data *data = w83792d_update_device(dev);
  474. return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp1[nr]));
  475. }
  476. static ssize_t store_temp1(struct device *dev, struct device_attribute *attr,
  477. const char *buf, size_t count)
  478. {
  479. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  480. int nr = sensor_attr->index;
  481. struct i2c_client *client = to_i2c_client(dev);
  482. struct w83792d_data *data = i2c_get_clientdata(client);
  483. s32 val;
  484. val = simple_strtol(buf, NULL, 10);
  485. data->temp1[nr] = TEMP1_TO_REG(val);
  486. w83792d_write_value(client, W83792D_REG_TEMP1[nr],
  487. data->temp1[nr]);
  488. return count;
  489. }
  490. /* read/write the temperature2-3, includes measured value and limits */
  491. static ssize_t show_temp23(struct device *dev, struct device_attribute *attr,
  492. char *buf)
  493. {
  494. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  495. int nr = sensor_attr->nr;
  496. int index = sensor_attr->index;
  497. struct w83792d_data *data = w83792d_update_device(dev);
  498. return sprintf(buf,"%ld\n",
  499. (long)TEMP_ADD_FROM_REG(data->temp_add[nr][index],
  500. data->temp_add[nr][index+1]));
  501. }
  502. static ssize_t store_temp23(struct device *dev, struct device_attribute *attr,
  503. const char *buf, size_t count)
  504. {
  505. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  506. int nr = sensor_attr->nr;
  507. int index = sensor_attr->index;
  508. struct i2c_client *client = to_i2c_client(dev);
  509. struct w83792d_data *data = i2c_get_clientdata(client);
  510. s32 val;
  511. val = simple_strtol(buf, NULL, 10);
  512. data->temp_add[nr][index] = TEMP_ADD_TO_REG_HIGH(val);
  513. data->temp_add[nr][index+1] = TEMP_ADD_TO_REG_LOW(val);
  514. w83792d_write_value(client, W83792D_REG_TEMP_ADD[nr][index],
  515. data->temp_add[nr][index]);
  516. w83792d_write_value(client, W83792D_REG_TEMP_ADD[nr][index+1],
  517. data->temp_add[nr][index+1]);
  518. return count;
  519. }
  520. static struct sensor_device_attribute_2 sda_temp_input[] = {
  521. SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp1, NULL, 0, 0),
  522. SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0),
  523. SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0),
  524. };
  525. static struct sensor_device_attribute_2 sda_temp_max[] = {
  526. SENSOR_ATTR_2(temp1_max, S_IRUGO | S_IWUSR, show_temp1, store_temp1, 0, 1),
  527. SENSOR_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp23, store_temp23, 0, 2),
  528. SENSOR_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp23, store_temp23, 1, 2),
  529. };
  530. static struct sensor_device_attribute_2 sda_temp_max_hyst[] = {
  531. SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO | S_IWUSR, show_temp1, store_temp1, 0, 2),
  532. SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO | S_IWUSR, show_temp23, store_temp23, 0, 4),
  533. SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO | S_IWUSR, show_temp23, store_temp23, 1, 4),
  534. };
  535. /* get reatime status of all sensors items: voltage, temp, fan */
  536. static ssize_t
  537. show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf)
  538. {
  539. struct w83792d_data *data = w83792d_update_device(dev);
  540. return sprintf(buf, "%d\n", data->alarms);
  541. }
  542. static
  543. DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
  544. static ssize_t
  545. show_pwm(struct device *dev, struct device_attribute *attr,
  546. char *buf)
  547. {
  548. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  549. int nr = sensor_attr->index;
  550. struct w83792d_data *data = w83792d_update_device(dev);
  551. return sprintf(buf, "%d\n", (data->pwm[nr] & 0x0f) << 4);
  552. }
  553. static ssize_t
  554. show_pwmenable(struct device *dev, struct device_attribute *attr,
  555. char *buf)
  556. {
  557. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  558. int nr = sensor_attr->index - 1;
  559. struct w83792d_data *data = w83792d_update_device(dev);
  560. long pwm_enable_tmp = 1;
  561. switch (data->pwmenable[nr]) {
  562. case 0:
  563. pwm_enable_tmp = 1; /* manual mode */
  564. break;
  565. case 1:
  566. pwm_enable_tmp = 3; /*thermal cruise/Smart Fan I */
  567. break;
  568. case 2:
  569. pwm_enable_tmp = 2; /* Smart Fan II */
  570. break;
  571. }
  572. return sprintf(buf, "%ld\n", pwm_enable_tmp);
  573. }
  574. static ssize_t
  575. store_pwm(struct device *dev, struct device_attribute *attr,
  576. const char *buf, size_t count)
  577. {
  578. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  579. int nr = sensor_attr->index;
  580. struct i2c_client *client = to_i2c_client(dev);
  581. struct w83792d_data *data = i2c_get_clientdata(client);
  582. u8 val = SENSORS_LIMIT(simple_strtoul(buf, NULL, 10), 0, 255) >> 4;
  583. mutex_lock(&data->update_lock);
  584. val |= w83792d_read_value(client, W83792D_REG_PWM[nr]) & 0xf0;
  585. data->pwm[nr] = val;
  586. w83792d_write_value(client, W83792D_REG_PWM[nr], data->pwm[nr]);
  587. mutex_unlock(&data->update_lock);
  588. return count;
  589. }
  590. static ssize_t
  591. store_pwmenable(struct device *dev, struct device_attribute *attr,
  592. const char *buf, size_t count)
  593. {
  594. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  595. int nr = sensor_attr->index - 1;
  596. struct i2c_client *client = to_i2c_client(dev);
  597. struct w83792d_data *data = i2c_get_clientdata(client);
  598. u32 val;
  599. u8 fan_cfg_tmp, cfg1_tmp, cfg2_tmp, cfg3_tmp, cfg4_tmp;
  600. val = simple_strtoul(buf, NULL, 10);
  601. switch (val) {
  602. case 1:
  603. data->pwmenable[nr] = 0; /* manual mode */
  604. break;
  605. case 2:
  606. data->pwmenable[nr] = 2; /* Smart Fan II */
  607. break;
  608. case 3:
  609. data->pwmenable[nr] = 1; /* thermal cruise/Smart Fan I */
  610. break;
  611. default:
  612. return -EINVAL;
  613. }
  614. cfg1_tmp = data->pwmenable[0];
  615. cfg2_tmp = (data->pwmenable[1]) << 2;
  616. cfg3_tmp = (data->pwmenable[2]) << 4;
  617. cfg4_tmp = w83792d_read_value(client,W83792D_REG_FAN_CFG) & 0xc0;
  618. fan_cfg_tmp = ((cfg4_tmp | cfg3_tmp) | cfg2_tmp) | cfg1_tmp;
  619. w83792d_write_value(client, W83792D_REG_FAN_CFG, fan_cfg_tmp);
  620. return count;
  621. }
  622. static struct sensor_device_attribute sda_pwm[] = {
  623. SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
  624. SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
  625. SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2),
  626. };
  627. static struct sensor_device_attribute sda_pwm_enable[] = {
  628. SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
  629. show_pwmenable, store_pwmenable, 1),
  630. SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO,
  631. show_pwmenable, store_pwmenable, 2),
  632. SENSOR_ATTR(pwm3_enable, S_IWUSR | S_IRUGO,
  633. show_pwmenable, store_pwmenable, 3),
  634. };
  635. static ssize_t
  636. show_pwm_mode(struct device *dev, struct device_attribute *attr,
  637. char *buf)
  638. {
  639. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  640. int nr = sensor_attr->index;
  641. struct w83792d_data *data = w83792d_update_device(dev);
  642. return sprintf(buf, "%d\n", data->pwm[nr] >> 7);
  643. }
  644. static ssize_t
  645. store_pwm_mode(struct device *dev, struct device_attribute *attr,
  646. const char *buf, size_t count)
  647. {
  648. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  649. int nr = sensor_attr->index;
  650. struct i2c_client *client = to_i2c_client(dev);
  651. struct w83792d_data *data = i2c_get_clientdata(client);
  652. u32 val;
  653. val = simple_strtoul(buf, NULL, 10);
  654. if (val != 0 && val != 1)
  655. return -EINVAL;
  656. mutex_lock(&data->update_lock);
  657. data->pwm[nr] = w83792d_read_value(client, W83792D_REG_PWM[nr]);
  658. if (val) { /* PWM mode */
  659. data->pwm[nr] |= 0x80;
  660. } else { /* DC mode */
  661. data->pwm[nr] &= 0x7f;
  662. }
  663. w83792d_write_value(client, W83792D_REG_PWM[nr], data->pwm[nr]);
  664. mutex_unlock(&data->update_lock);
  665. return count;
  666. }
  667. static struct sensor_device_attribute sda_pwm_mode[] = {
  668. SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO,
  669. show_pwm_mode, store_pwm_mode, 0),
  670. SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO,
  671. show_pwm_mode, store_pwm_mode, 1),
  672. SENSOR_ATTR(pwm3_mode, S_IWUSR | S_IRUGO,
  673. show_pwm_mode, store_pwm_mode, 2),
  674. };
  675. static ssize_t
  676. show_regs_chassis(struct device *dev, struct device_attribute *attr,
  677. char *buf)
  678. {
  679. struct w83792d_data *data = w83792d_update_device(dev);
  680. return sprintf(buf, "%d\n", data->chassis);
  681. }
  682. static DEVICE_ATTR(chassis, S_IRUGO, show_regs_chassis, NULL);
  683. static ssize_t
  684. show_chassis_clear(struct device *dev, struct device_attribute *attr, char *buf)
  685. {
  686. struct w83792d_data *data = w83792d_update_device(dev);
  687. return sprintf(buf, "%d\n", data->chassis_clear);
  688. }
  689. static ssize_t
  690. store_chassis_clear(struct device *dev, struct device_attribute *attr,
  691. const char *buf, size_t count)
  692. {
  693. struct i2c_client *client = to_i2c_client(dev);
  694. struct w83792d_data *data = i2c_get_clientdata(client);
  695. u32 val;
  696. u8 temp1 = 0, temp2 = 0;
  697. val = simple_strtoul(buf, NULL, 10);
  698. data->chassis_clear = SENSORS_LIMIT(val, 0 ,1);
  699. temp1 = ((data->chassis_clear) << 7) & 0x80;
  700. temp2 = w83792d_read_value(client,
  701. W83792D_REG_CHASSIS_CLR) & 0x7f;
  702. w83792d_write_value(client, W83792D_REG_CHASSIS_CLR, temp1 | temp2);
  703. return count;
  704. }
  705. static DEVICE_ATTR(chassis_clear, S_IRUGO | S_IWUSR,
  706. show_chassis_clear, store_chassis_clear);
  707. /* For Smart Fan I / Thermal Cruise */
  708. static ssize_t
  709. show_thermal_cruise(struct device *dev, struct device_attribute *attr,
  710. char *buf)
  711. {
  712. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  713. int nr = sensor_attr->index;
  714. struct w83792d_data *data = w83792d_update_device(dev);
  715. return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]);
  716. }
  717. static ssize_t
  718. store_thermal_cruise(struct device *dev, struct device_attribute *attr,
  719. const char *buf, size_t count)
  720. {
  721. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  722. int nr = sensor_attr->index - 1;
  723. struct i2c_client *client = to_i2c_client(dev);
  724. struct w83792d_data *data = i2c_get_clientdata(client);
  725. u32 val;
  726. u8 target_tmp=0, target_mask=0;
  727. val = simple_strtoul(buf, NULL, 10);
  728. target_tmp = val;
  729. target_tmp = target_tmp & 0x7f;
  730. target_mask = w83792d_read_value(client, W83792D_REG_THERMAL[nr]) & 0x80;
  731. data->thermal_cruise[nr] = SENSORS_LIMIT(target_tmp, 0, 255);
  732. w83792d_write_value(client, W83792D_REG_THERMAL[nr],
  733. (data->thermal_cruise[nr]) | target_mask);
  734. return count;
  735. }
  736. static struct sensor_device_attribute sda_thermal_cruise[] = {
  737. SENSOR_ATTR(thermal_cruise1, S_IWUSR | S_IRUGO,
  738. show_thermal_cruise, store_thermal_cruise, 1),
  739. SENSOR_ATTR(thermal_cruise2, S_IWUSR | S_IRUGO,
  740. show_thermal_cruise, store_thermal_cruise, 2),
  741. SENSOR_ATTR(thermal_cruise3, S_IWUSR | S_IRUGO,
  742. show_thermal_cruise, store_thermal_cruise, 3),
  743. };
  744. /* For Smart Fan I/Thermal Cruise and Smart Fan II */
  745. static ssize_t
  746. show_tolerance(struct device *dev, struct device_attribute *attr,
  747. char *buf)
  748. {
  749. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  750. int nr = sensor_attr->index;
  751. struct w83792d_data *data = w83792d_update_device(dev);
  752. return sprintf(buf, "%ld\n", (long)data->tolerance[nr-1]);
  753. }
  754. static ssize_t
  755. store_tolerance(struct device *dev, struct device_attribute *attr,
  756. const char *buf, size_t count)
  757. {
  758. struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
  759. int nr = sensor_attr->index - 1;
  760. struct i2c_client *client = to_i2c_client(dev);
  761. struct w83792d_data *data = i2c_get_clientdata(client);
  762. u32 val;
  763. u8 tol_tmp, tol_mask;
  764. val = simple_strtoul(buf, NULL, 10);
  765. tol_mask = w83792d_read_value(client,
  766. W83792D_REG_TOLERANCE[nr]) & ((nr == 1) ? 0x0f : 0xf0);
  767. tol_tmp = SENSORS_LIMIT(val, 0, 15);
  768. tol_tmp &= 0x0f;
  769. data->tolerance[nr] = tol_tmp;
  770. if (nr == 1) {
  771. tol_tmp <<= 4;
  772. }
  773. w83792d_write_value(client, W83792D_REG_TOLERANCE[nr],
  774. tol_mask | tol_tmp);
  775. return count;
  776. }
  777. static struct sensor_device_attribute sda_tolerance[] = {
  778. SENSOR_ATTR(tolerance1, S_IWUSR | S_IRUGO,
  779. show_tolerance, store_tolerance, 1),
  780. SENSOR_ATTR(tolerance2, S_IWUSR | S_IRUGO,
  781. show_tolerance, store_tolerance, 2),
  782. SENSOR_ATTR(tolerance3, S_IWUSR | S_IRUGO,
  783. show_tolerance, store_tolerance, 3),
  784. };
  785. /* For Smart Fan II */
  786. static ssize_t
  787. show_sf2_point(struct device *dev, struct device_attribute *attr,
  788. char *buf)
  789. {
  790. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  791. int nr = sensor_attr->nr;
  792. int index = sensor_attr->index;
  793. struct w83792d_data *data = w83792d_update_device(dev);
  794. return sprintf(buf, "%ld\n", (long)data->sf2_points[index-1][nr-1]);
  795. }
  796. static ssize_t
  797. store_sf2_point(struct device *dev, struct device_attribute *attr,
  798. const char *buf, size_t count)
  799. {
  800. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  801. int nr = sensor_attr->nr - 1;
  802. int index = sensor_attr->index - 1;
  803. struct i2c_client *client = to_i2c_client(dev);
  804. struct w83792d_data *data = i2c_get_clientdata(client);
  805. u32 val;
  806. u8 mask_tmp = 0;
  807. val = simple_strtoul(buf, NULL, 10);
  808. data->sf2_points[index][nr] = SENSORS_LIMIT(val, 0, 127);
  809. mask_tmp = w83792d_read_value(client,
  810. W83792D_REG_POINTS[index][nr]) & 0x80;
  811. w83792d_write_value(client, W83792D_REG_POINTS[index][nr],
  812. mask_tmp|data->sf2_points[index][nr]);
  813. return count;
  814. }
  815. static struct sensor_device_attribute_2 sda_sf2_point[] = {
  816. SENSOR_ATTR_2(sf2_point1_fan1, S_IRUGO | S_IWUSR,
  817. show_sf2_point, store_sf2_point, 1, 1),
  818. SENSOR_ATTR_2(sf2_point2_fan1, S_IRUGO | S_IWUSR,
  819. show_sf2_point, store_sf2_point, 2, 1),
  820. SENSOR_ATTR_2(sf2_point3_fan1, S_IRUGO | S_IWUSR,
  821. show_sf2_point, store_sf2_point, 3, 1),
  822. SENSOR_ATTR_2(sf2_point4_fan1, S_IRUGO | S_IWUSR,
  823. show_sf2_point, store_sf2_point, 4, 1),
  824. SENSOR_ATTR_2(sf2_point1_fan2, S_IRUGO | S_IWUSR,
  825. show_sf2_point, store_sf2_point, 1, 2),
  826. SENSOR_ATTR_2(sf2_point2_fan2, S_IRUGO | S_IWUSR,
  827. show_sf2_point, store_sf2_point, 2, 2),
  828. SENSOR_ATTR_2(sf2_point3_fan2, S_IRUGO | S_IWUSR,
  829. show_sf2_point, store_sf2_point, 3, 2),
  830. SENSOR_ATTR_2(sf2_point4_fan2, S_IRUGO | S_IWUSR,
  831. show_sf2_point, store_sf2_point, 4, 2),
  832. SENSOR_ATTR_2(sf2_point1_fan3, S_IRUGO | S_IWUSR,
  833. show_sf2_point, store_sf2_point, 1, 3),
  834. SENSOR_ATTR_2(sf2_point2_fan3, S_IRUGO | S_IWUSR,
  835. show_sf2_point, store_sf2_point, 2, 3),
  836. SENSOR_ATTR_2(sf2_point3_fan3, S_IRUGO | S_IWUSR,
  837. show_sf2_point, store_sf2_point, 3, 3),
  838. SENSOR_ATTR_2(sf2_point4_fan3, S_IRUGO | S_IWUSR,
  839. show_sf2_point, store_sf2_point, 4, 3),
  840. };
  841. static ssize_t
  842. show_sf2_level(struct device *dev, struct device_attribute *attr,
  843. char *buf)
  844. {
  845. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  846. int nr = sensor_attr->nr;
  847. int index = sensor_attr->index;
  848. struct w83792d_data *data = w83792d_update_device(dev);
  849. return sprintf(buf, "%d\n",
  850. (((data->sf2_levels[index-1][nr]) * 100) / 15));
  851. }
  852. static ssize_t
  853. store_sf2_level(struct device *dev, struct device_attribute *attr,
  854. const char *buf, size_t count)
  855. {
  856. struct sensor_device_attribute_2 *sensor_attr = to_sensor_dev_attr_2(attr);
  857. int nr = sensor_attr->nr;
  858. int index = sensor_attr->index - 1;
  859. struct i2c_client *client = to_i2c_client(dev);
  860. struct w83792d_data *data = i2c_get_clientdata(client);
  861. u32 val;
  862. u8 mask_tmp=0, level_tmp=0;
  863. val = simple_strtoul(buf, NULL, 10);
  864. data->sf2_levels[index][nr] = SENSORS_LIMIT((val * 15) / 100, 0, 15);
  865. mask_tmp = w83792d_read_value(client, W83792D_REG_LEVELS[index][nr])
  866. & ((nr==3) ? 0xf0 : 0x0f);
  867. if (nr==3) {
  868. level_tmp = data->sf2_levels[index][nr];
  869. } else {
  870. level_tmp = data->sf2_levels[index][nr] << 4;
  871. }
  872. w83792d_write_value(client, W83792D_REG_LEVELS[index][nr], level_tmp | mask_tmp);
  873. return count;
  874. }
  875. static struct sensor_device_attribute_2 sda_sf2_level[] = {
  876. SENSOR_ATTR_2(sf2_level1_fan1, S_IRUGO | S_IWUSR,
  877. show_sf2_level, store_sf2_level, 1, 1),
  878. SENSOR_ATTR_2(sf2_level2_fan1, S_IRUGO | S_IWUSR,
  879. show_sf2_level, store_sf2_level, 2, 1),
  880. SENSOR_ATTR_2(sf2_level3_fan1, S_IRUGO | S_IWUSR,
  881. show_sf2_level, store_sf2_level, 3, 1),
  882. SENSOR_ATTR_2(sf2_level1_fan2, S_IRUGO | S_IWUSR,
  883. show_sf2_level, store_sf2_level, 1, 2),
  884. SENSOR_ATTR_2(sf2_level2_fan2, S_IRUGO | S_IWUSR,
  885. show_sf2_level, store_sf2_level, 2, 2),
  886. SENSOR_ATTR_2(sf2_level3_fan2, S_IRUGO | S_IWUSR,
  887. show_sf2_level, store_sf2_level, 3, 2),
  888. SENSOR_ATTR_2(sf2_level1_fan3, S_IRUGO | S_IWUSR,
  889. show_sf2_level, store_sf2_level, 1, 3),
  890. SENSOR_ATTR_2(sf2_level2_fan3, S_IRUGO | S_IWUSR,
  891. show_sf2_level, store_sf2_level, 2, 3),
  892. SENSOR_ATTR_2(sf2_level3_fan3, S_IRUGO | S_IWUSR,
  893. show_sf2_level, store_sf2_level, 3, 3),
  894. };
  895. /* This function is called when:
  896. * w83792d_driver is inserted (when this module is loaded), for each
  897. available adapter
  898. * when a new adapter is inserted (and w83792d_driver is still present) */
  899. static int
  900. w83792d_attach_adapter(struct i2c_adapter *adapter)
  901. {
  902. if (!(adapter->class & I2C_CLASS_HWMON))
  903. return 0;
  904. return i2c_probe(adapter, &addr_data, w83792d_detect);
  905. }
  906. static int
  907. w83792d_create_subclient(struct i2c_adapter *adapter,
  908. struct i2c_client *new_client, int addr,
  909. struct i2c_client **sub_cli)
  910. {
  911. int err;
  912. struct i2c_client *sub_client;
  913. (*sub_cli) = sub_client = kzalloc(sizeof(struct i2c_client), GFP_KERNEL);
  914. if (!(sub_client)) {
  915. return -ENOMEM;
  916. }
  917. sub_client->addr = 0x48 + addr;
  918. i2c_set_clientdata(sub_client, NULL);
  919. sub_client->adapter = adapter;
  920. sub_client->driver = &w83792d_driver;
  921. sub_client->flags = 0;
  922. strlcpy(sub_client->name, "w83792d subclient", I2C_NAME_SIZE);
  923. if ((err = i2c_attach_client(sub_client))) {
  924. dev_err(&new_client->dev, "subclient registration "
  925. "at address 0x%x failed\n", sub_client->addr);
  926. kfree(sub_client);
  927. return err;
  928. }
  929. return 0;
  930. }
  931. static int
  932. w83792d_detect_subclients(struct i2c_adapter *adapter, int address, int kind,
  933. struct i2c_client *new_client)
  934. {
  935. int i, id, err;
  936. u8 val;
  937. struct w83792d_data *data = i2c_get_clientdata(new_client);
  938. id = i2c_adapter_id(adapter);
  939. if (force_subclients[0] == id && force_subclients[1] == address) {
  940. for (i = 2; i <= 3; i++) {
  941. if (force_subclients[i] < 0x48 ||
  942. force_subclients[i] > 0x4f) {
  943. dev_err(&new_client->dev, "invalid subclient "
  944. "address %d; must be 0x48-0x4f\n",
  945. force_subclients[i]);
  946. err = -ENODEV;
  947. goto ERROR_SC_0;
  948. }
  949. }
  950. w83792d_write_value(new_client, W83792D_REG_I2C_SUBADDR,
  951. (force_subclients[2] & 0x07) |
  952. ((force_subclients[3] & 0x07) << 4));
  953. }
  954. val = w83792d_read_value(new_client, W83792D_REG_I2C_SUBADDR);
  955. if (!(val & 0x08)) {
  956. err = w83792d_create_subclient(adapter, new_client, val & 0x7,
  957. &data->lm75[0]);
  958. if (err < 0)
  959. goto ERROR_SC_0;
  960. }
  961. if (!(val & 0x80)) {
  962. if ((data->lm75[0] != NULL) &&
  963. ((val & 0x7) == ((val >> 4) & 0x7))) {
  964. dev_err(&new_client->dev, "duplicate addresses 0x%x, "
  965. "use force_subclient\n", data->lm75[0]->addr);
  966. err = -ENODEV;
  967. goto ERROR_SC_1;
  968. }
  969. err = w83792d_create_subclient(adapter, new_client,
  970. (val >> 4) & 0x7, &data->lm75[1]);
  971. if (err < 0)
  972. goto ERROR_SC_1;
  973. }
  974. return 0;
  975. /* Undo inits in case of errors */
  976. ERROR_SC_1:
  977. if (data->lm75[0] != NULL) {
  978. i2c_detach_client(data->lm75[0]);
  979. kfree(data->lm75[0]);
  980. }
  981. ERROR_SC_0:
  982. return err;
  983. }
  984. static void device_create_file_fan(struct device *dev, int i)
  985. {
  986. device_create_file(dev, &sda_fan_input[i].dev_attr);
  987. device_create_file(dev, &sda_fan_div[i].dev_attr);
  988. device_create_file(dev, &sda_fan_min[i].dev_attr);
  989. }
  990. static int
  991. w83792d_detect(struct i2c_adapter *adapter, int address, int kind)
  992. {
  993. int i = 0, val1 = 0, val2;
  994. struct i2c_client *client;
  995. struct device *dev;
  996. struct w83792d_data *data;
  997. int err = 0;
  998. const char *client_name = "";
  999. if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) {
  1000. goto ERROR0;
  1001. }
  1002. /* OK. For now, we presume we have a valid client. We now create the
  1003. client structure, even though we cannot fill it completely yet.
  1004. But it allows us to access w83792d_{read,write}_value. */
  1005. if (!(data = kzalloc(sizeof(struct w83792d_data), GFP_KERNEL))) {
  1006. err = -ENOMEM;
  1007. goto ERROR0;
  1008. }
  1009. client = &data->client;
  1010. dev = &client->dev;
  1011. i2c_set_clientdata(client, data);
  1012. client->addr = address;
  1013. client->adapter = adapter;
  1014. client->driver = &w83792d_driver;
  1015. client->flags = 0;
  1016. /* Now, we do the remaining detection. */
  1017. /* The w83792d may be stuck in some other bank than bank 0. This may
  1018. make reading other information impossible. Specify a force=... or
  1019. force_*=... parameter, and the Winbond will be reset to the right
  1020. bank. */
  1021. if (kind < 0) {
  1022. if (w83792d_read_value(client, W83792D_REG_CONFIG) & 0x80) {
  1023. dev_dbg(dev, "Detection failed at step 1\n");
  1024. goto ERROR1;
  1025. }
  1026. val1 = w83792d_read_value(client, W83792D_REG_BANK);
  1027. val2 = w83792d_read_value(client, W83792D_REG_CHIPMAN);
  1028. /* Check for Winbond ID if in bank 0 */
  1029. if (!(val1 & 0x07)) { /* is Bank0 */
  1030. if (((!(val1 & 0x80)) && (val2 != 0xa3)) ||
  1031. ((val1 & 0x80) && (val2 != 0x5c))) {
  1032. dev_dbg(dev, "Detection failed at step 2\n");
  1033. goto ERROR1;
  1034. }
  1035. }
  1036. /* If Winbond chip, address of chip and W83792D_REG_I2C_ADDR
  1037. should match */
  1038. if (w83792d_read_value(client,
  1039. W83792D_REG_I2C_ADDR) != address) {
  1040. dev_dbg(dev, "Detection failed at step 3\n");
  1041. goto ERROR1;
  1042. }
  1043. }
  1044. /* We have either had a force parameter, or we have already detected the
  1045. Winbond. Put it now into bank 0 and Vendor ID High Byte */
  1046. w83792d_write_value(client,
  1047. W83792D_REG_BANK,
  1048. (w83792d_read_value(client,
  1049. W83792D_REG_BANK) & 0x78) | 0x80);
  1050. /* Determine the chip type. */
  1051. if (kind <= 0) {
  1052. /* get vendor ID */
  1053. val2 = w83792d_read_value(client, W83792D_REG_CHIPMAN);
  1054. if (val2 != 0x5c) { /* the vendor is NOT Winbond */
  1055. goto ERROR1;
  1056. }
  1057. val1 = w83792d_read_value(client, W83792D_REG_WCHIPID);
  1058. if (val1 == 0x7a) {
  1059. kind = w83792d;
  1060. } else {
  1061. if (kind == 0)
  1062. dev_warn(dev,
  1063. "w83792d: Ignoring 'force' parameter for"
  1064. " unknown chip at adapter %d, address"
  1065. " 0x%02x\n", i2c_adapter_id(adapter),
  1066. address);
  1067. goto ERROR1;
  1068. }
  1069. }
  1070. if (kind == w83792d) {
  1071. client_name = "w83792d";
  1072. } else {
  1073. dev_err(dev, "w83792d: Internal error: unknown"
  1074. " kind (%d)?!?", kind);
  1075. goto ERROR1;
  1076. }
  1077. /* Fill in the remaining client fields and put into the global list */
  1078. strlcpy(client->name, client_name, I2C_NAME_SIZE);
  1079. data->type = kind;
  1080. data->valid = 0;
  1081. mutex_init(&data->update_lock);
  1082. /* Tell the I2C layer a new client has arrived */
  1083. if ((err = i2c_attach_client(client)))
  1084. goto ERROR1;
  1085. if ((err = w83792d_detect_subclients(adapter, address,
  1086. kind, client)))
  1087. goto ERROR2;
  1088. /* Initialize the chip */
  1089. w83792d_init_client(client);
  1090. /* A few vars need to be filled upon startup */
  1091. for (i = 0; i < 7; i++) {
  1092. data->fan_min[i] = w83792d_read_value(client,
  1093. W83792D_REG_FAN_MIN[i]);
  1094. }
  1095. /* Register sysfs hooks */
  1096. data->class_dev = hwmon_device_register(dev);
  1097. if (IS_ERR(data->class_dev)) {
  1098. err = PTR_ERR(data->class_dev);
  1099. goto ERROR3;
  1100. }
  1101. for (i = 0; i < 9; i++) {
  1102. device_create_file(dev, &sda_in_input[i].dev_attr);
  1103. device_create_file(dev, &sda_in_max[i].dev_attr);
  1104. device_create_file(dev, &sda_in_min[i].dev_attr);
  1105. }
  1106. for (i = 0; i < 3; i++)
  1107. device_create_file_fan(dev, i);
  1108. /* Read GPIO enable register to check if pins for fan 4,5 are used as
  1109. GPIO */
  1110. val1 = w83792d_read_value(client, W83792D_REG_GPIO_EN);
  1111. if (!(val1 & 0x40))
  1112. device_create_file_fan(dev, 3);
  1113. if (!(val1 & 0x20))
  1114. device_create_file_fan(dev, 4);
  1115. val1 = w83792d_read_value(client, W83792D_REG_PIN);
  1116. if (val1 & 0x40)
  1117. device_create_file_fan(dev, 5);
  1118. if (val1 & 0x04)
  1119. device_create_file_fan(dev, 6);
  1120. for (i = 0; i < 3; i++) {
  1121. device_create_file(dev, &sda_temp_input[i].dev_attr);
  1122. device_create_file(dev, &sda_temp_max[i].dev_attr);
  1123. device_create_file(dev, &sda_temp_max_hyst[i].dev_attr);
  1124. device_create_file(dev, &sda_thermal_cruise[i].dev_attr);
  1125. device_create_file(dev, &sda_tolerance[i].dev_attr);
  1126. }
  1127. for (i = 0; i < ARRAY_SIZE(sda_pwm); i++) {
  1128. device_create_file(dev, &sda_pwm[i].dev_attr);
  1129. device_create_file(dev, &sda_pwm_enable[i].dev_attr);
  1130. device_create_file(dev, &sda_pwm_mode[i].dev_attr);
  1131. }
  1132. device_create_file(dev, &dev_attr_alarms);
  1133. device_create_file(dev, &dev_attr_chassis);
  1134. device_create_file(dev, &dev_attr_chassis_clear);
  1135. for (i = 0; i < ARRAY_SIZE(sda_sf2_point); i++)
  1136. device_create_file(dev, &sda_sf2_point[i].dev_attr);
  1137. for (i = 0; i < ARRAY_SIZE(sda_sf2_level); i++)
  1138. device_create_file(dev, &sda_sf2_level[i].dev_attr);
  1139. return 0;
  1140. ERROR3:
  1141. if (data->lm75[0] != NULL) {
  1142. i2c_detach_client(data->lm75[0]);
  1143. kfree(data->lm75[0]);
  1144. }
  1145. if (data->lm75[1] != NULL) {
  1146. i2c_detach_client(data->lm75[1]);
  1147. kfree(data->lm75[1]);
  1148. }
  1149. ERROR2:
  1150. i2c_detach_client(client);
  1151. ERROR1:
  1152. kfree(data);
  1153. ERROR0:
  1154. return err;
  1155. }
  1156. static int
  1157. w83792d_detach_client(struct i2c_client *client)
  1158. {
  1159. struct w83792d_data *data = i2c_get_clientdata(client);
  1160. int err;
  1161. /* main client */
  1162. if (data)
  1163. hwmon_device_unregister(data->class_dev);
  1164. if ((err = i2c_detach_client(client)))
  1165. return err;
  1166. /* main client */
  1167. if (data)
  1168. kfree(data);
  1169. /* subclient */
  1170. else
  1171. kfree(client);
  1172. return 0;
  1173. }
  1174. static void
  1175. w83792d_init_client(struct i2c_client *client)
  1176. {
  1177. u8 temp2_cfg, temp3_cfg, vid_in_b;
  1178. if (init) {
  1179. w83792d_write_value(client, W83792D_REG_CONFIG, 0x80);
  1180. }
  1181. /* Clear the bit6 of W83792D_REG_VID_IN_B(set it into 0):
  1182. W83792D_REG_VID_IN_B bit6 = 0: the high/low limit of
  1183. vin0/vin1 can be modified by user;
  1184. W83792D_REG_VID_IN_B bit6 = 1: the high/low limit of
  1185. vin0/vin1 auto-updated, can NOT be modified by user. */
  1186. vid_in_b = w83792d_read_value(client, W83792D_REG_VID_IN_B);
  1187. w83792d_write_value(client, W83792D_REG_VID_IN_B,
  1188. vid_in_b & 0xbf);
  1189. temp2_cfg = w83792d_read_value(client, W83792D_REG_TEMP2_CONFIG);
  1190. temp3_cfg = w83792d_read_value(client, W83792D_REG_TEMP3_CONFIG);
  1191. w83792d_write_value(client, W83792D_REG_TEMP2_CONFIG,
  1192. temp2_cfg & 0xe6);
  1193. w83792d_write_value(client, W83792D_REG_TEMP3_CONFIG,
  1194. temp3_cfg & 0xe6);
  1195. /* Start monitoring */
  1196. w83792d_write_value(client, W83792D_REG_CONFIG,
  1197. (w83792d_read_value(client,
  1198. W83792D_REG_CONFIG) & 0xf7)
  1199. | 0x01);
  1200. }
  1201. static struct w83792d_data *w83792d_update_device(struct device *dev)
  1202. {
  1203. struct i2c_client *client = to_i2c_client(dev);
  1204. struct w83792d_data *data = i2c_get_clientdata(client);
  1205. int i, j;
  1206. u8 reg_array_tmp[4], reg_tmp;
  1207. mutex_lock(&data->update_lock);
  1208. if (time_after
  1209. (jiffies - data->last_updated, (unsigned long) (HZ * 3))
  1210. || time_before(jiffies, data->last_updated) || !data->valid) {
  1211. dev_dbg(dev, "Starting device update\n");
  1212. /* Update the voltages measured value and limits */
  1213. for (i = 0; i < 9; i++) {
  1214. data->in[i] = w83792d_read_value(client,
  1215. W83792D_REG_IN[i]);
  1216. data->in_max[i] = w83792d_read_value(client,
  1217. W83792D_REG_IN_MAX[i]);
  1218. data->in_min[i] = w83792d_read_value(client,
  1219. W83792D_REG_IN_MIN[i]);
  1220. }
  1221. data->low_bits = w83792d_read_value(client,
  1222. W83792D_REG_LOW_BITS1) +
  1223. (w83792d_read_value(client,
  1224. W83792D_REG_LOW_BITS2) << 8);
  1225. for (i = 0; i < 7; i++) {
  1226. /* Update the Fan measured value and limits */
  1227. data->fan[i] = w83792d_read_value(client,
  1228. W83792D_REG_FAN[i]);
  1229. data->fan_min[i] = w83792d_read_value(client,
  1230. W83792D_REG_FAN_MIN[i]);
  1231. /* Update the PWM/DC Value and PWM/DC flag */
  1232. data->pwm[i] = w83792d_read_value(client,
  1233. W83792D_REG_PWM[i]);
  1234. }
  1235. reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG);
  1236. data->pwmenable[0] = reg_tmp & 0x03;
  1237. data->pwmenable[1] = (reg_tmp>>2) & 0x03;
  1238. data->pwmenable[2] = (reg_tmp>>4) & 0x03;
  1239. for (i = 0; i < 3; i++) {
  1240. data->temp1[i] = w83792d_read_value(client,
  1241. W83792D_REG_TEMP1[i]);
  1242. }
  1243. for (i = 0; i < 2; i++) {
  1244. for (j = 0; j < 6; j++) {
  1245. data->temp_add[i][j] = w83792d_read_value(
  1246. client,W83792D_REG_TEMP_ADD[i][j]);
  1247. }
  1248. }
  1249. /* Update the Fan Divisor */
  1250. for (i = 0; i < 4; i++) {
  1251. reg_array_tmp[i] = w83792d_read_value(client,
  1252. W83792D_REG_FAN_DIV[i]);
  1253. }
  1254. data->fan_div[0] = reg_array_tmp[0] & 0x07;
  1255. data->fan_div[1] = (reg_array_tmp[0] >> 4) & 0x07;
  1256. data->fan_div[2] = reg_array_tmp[1] & 0x07;
  1257. data->fan_div[3] = (reg_array_tmp[1] >> 4) & 0x07;
  1258. data->fan_div[4] = reg_array_tmp[2] & 0x07;
  1259. data->fan_div[5] = (reg_array_tmp[2] >> 4) & 0x07;
  1260. data->fan_div[6] = reg_array_tmp[3] & 0x07;
  1261. /* Update the realtime status */
  1262. data->alarms = w83792d_read_value(client, W83792D_REG_ALARM1) +
  1263. (w83792d_read_value(client, W83792D_REG_ALARM2) << 8) +
  1264. (w83792d_read_value(client, W83792D_REG_ALARM3) << 16);
  1265. /* Update CaseOpen status and it's CLR_CHS. */
  1266. data->chassis = (w83792d_read_value(client,
  1267. W83792D_REG_CHASSIS) >> 5) & 0x01;
  1268. data->chassis_clear = (w83792d_read_value(client,
  1269. W83792D_REG_CHASSIS_CLR) >> 7) & 0x01;
  1270. /* Update Thermal Cruise/Smart Fan I target value */
  1271. for (i = 0; i < 3; i++) {
  1272. data->thermal_cruise[i] =
  1273. w83792d_read_value(client,
  1274. W83792D_REG_THERMAL[i]) & 0x7f;
  1275. }
  1276. /* Update Smart Fan I/II tolerance */
  1277. reg_tmp = w83792d_read_value(client, W83792D_REG_TOLERANCE[0]);
  1278. data->tolerance[0] = reg_tmp & 0x0f;
  1279. data->tolerance[1] = (reg_tmp >> 4) & 0x0f;
  1280. data->tolerance[2] = w83792d_read_value(client,
  1281. W83792D_REG_TOLERANCE[2]) & 0x0f;
  1282. /* Update Smart Fan II temperature points */
  1283. for (i = 0; i < 3; i++) {
  1284. for (j = 0; j < 4; j++) {
  1285. data->sf2_points[i][j] = w83792d_read_value(
  1286. client,W83792D_REG_POINTS[i][j]) & 0x7f;
  1287. }
  1288. }
  1289. /* Update Smart Fan II duty cycle levels */
  1290. for (i = 0; i < 3; i++) {
  1291. reg_tmp = w83792d_read_value(client,
  1292. W83792D_REG_LEVELS[i][0]);
  1293. data->sf2_levels[i][0] = reg_tmp & 0x0f;
  1294. data->sf2_levels[i][1] = (reg_tmp >> 4) & 0x0f;
  1295. reg_tmp = w83792d_read_value(client,
  1296. W83792D_REG_LEVELS[i][2]);
  1297. data->sf2_levels[i][2] = (reg_tmp >> 4) & 0x0f;
  1298. data->sf2_levels[i][3] = reg_tmp & 0x0f;
  1299. }
  1300. data->last_updated = jiffies;
  1301. data->valid = 1;
  1302. }
  1303. mutex_unlock(&data->update_lock);
  1304. #ifdef DEBUG
  1305. w83792d_print_debug(data, dev);
  1306. #endif
  1307. return data;
  1308. }
  1309. #ifdef DEBUG
  1310. static void w83792d_print_debug(struct w83792d_data *data, struct device *dev)
  1311. {
  1312. int i=0, j=0;
  1313. dev_dbg(dev, "==========The following is the debug message...========\n");
  1314. dev_dbg(dev, "9 set of Voltages: =====>\n");
  1315. for (i=0; i<9; i++) {
  1316. dev_dbg(dev, "vin[%d] is: 0x%x\n", i, data->in[i]);
  1317. dev_dbg(dev, "vin[%d] max is: 0x%x\n", i, data->in_max[i]);
  1318. dev_dbg(dev, "vin[%d] min is: 0x%x\n", i, data->in_min[i]);
  1319. }
  1320. dev_dbg(dev, "Low Bit1 is: 0x%x\n", data->low_bits & 0xff);
  1321. dev_dbg(dev, "Low Bit2 is: 0x%x\n", data->low_bits >> 8);
  1322. dev_dbg(dev, "7 set of Fan Counts and Duty Cycles: =====>\n");
  1323. for (i=0; i<7; i++) {
  1324. dev_dbg(dev, "fan[%d] is: 0x%x\n", i, data->fan[i]);
  1325. dev_dbg(dev, "fan[%d] min is: 0x%x\n", i, data->fan_min[i]);
  1326. dev_dbg(dev, "pwm[%d] is: 0x%x\n", i, data->pwm[i]);
  1327. }
  1328. dev_dbg(dev, "3 set of Temperatures: =====>\n");
  1329. for (i=0; i<3; i++) {
  1330. dev_dbg(dev, "temp1[%d] is: 0x%x\n", i, data->temp1[i]);
  1331. }
  1332. for (i=0; i<2; i++) {
  1333. for (j=0; j<6; j++) {
  1334. dev_dbg(dev, "temp_add[%d][%d] is: 0x%x\n", i, j,
  1335. data->temp_add[i][j]);
  1336. }
  1337. }
  1338. for (i=0; i<7; i++) {
  1339. dev_dbg(dev, "fan_div[%d] is: 0x%x\n", i, data->fan_div[i]);
  1340. }
  1341. dev_dbg(dev, "==========End of the debug message...==================\n");
  1342. dev_dbg(dev, "\n");
  1343. }
  1344. #endif
  1345. static int __init
  1346. sensors_w83792d_init(void)
  1347. {
  1348. return i2c_add_driver(&w83792d_driver);
  1349. }
  1350. static void __exit
  1351. sensors_w83792d_exit(void)
  1352. {
  1353. i2c_del_driver(&w83792d_driver);
  1354. }
  1355. MODULE_AUTHOR("Chunhao Huang @ Winbond <DZShen@Winbond.com.tw>");
  1356. MODULE_DESCRIPTION("W83792AD/D driver for linux-2.6");
  1357. MODULE_LICENSE("GPL");
  1358. module_init(sensors_w83792d_init);
  1359. module_exit(sensors_w83792d_exit);