w83792d.c 56 KB

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