w83792d.c 56 KB

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