w83792d.c 55 KB

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