88pm860x-core.c 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. /*
  2. * Base driver for Marvell 88PM8607
  3. *
  4. * Copyright (C) 2009 Marvell International Ltd.
  5. *
  6. * Author: Haojian Zhuang <haojian.zhuang@marvell.com>
  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 version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #include <linux/kernel.h>
  13. #include <linux/module.h>
  14. #include <linux/err.h>
  15. #include <linux/i2c.h>
  16. #include <linux/irq.h>
  17. #include <linux/interrupt.h>
  18. #include <linux/irqdomain.h>
  19. #include <linux/of.h>
  20. #include <linux/of_platform.h>
  21. #include <linux/platform_device.h>
  22. #include <linux/regmap.h>
  23. #include <linux/slab.h>
  24. #include <linux/mfd/core.h>
  25. #include <linux/mfd/88pm860x.h>
  26. #include <linux/regulator/machine.h>
  27. #include <linux/power/charger-manager.h>
  28. #define INT_STATUS_NUM 3
  29. static struct resource bk0_resources[] = {
  30. {2, 2, "duty cycle", IORESOURCE_REG, },
  31. {3, 3, "always on", IORESOURCE_REG, },
  32. {3, 3, "current", IORESOURCE_REG, },
  33. };
  34. static struct resource bk1_resources[] = {
  35. {4, 4, "duty cycle", IORESOURCE_REG, },
  36. {5, 5, "always on", IORESOURCE_REG, },
  37. {5, 5, "current", IORESOURCE_REG, },
  38. };
  39. static struct resource bk2_resources[] = {
  40. {6, 6, "duty cycle", IORESOURCE_REG, },
  41. {7, 7, "always on", IORESOURCE_REG, },
  42. {5, 5, "current", IORESOURCE_REG, },
  43. };
  44. static struct resource led0_resources[] = {
  45. /* RGB1 Red LED */
  46. {0xd, 0xd, "control", IORESOURCE_REG, },
  47. {0xc, 0xc, "blink", IORESOURCE_REG, },
  48. };
  49. static struct resource led1_resources[] = {
  50. /* RGB1 Green LED */
  51. {0xe, 0xe, "control", IORESOURCE_REG, },
  52. {0xc, 0xc, "blink", IORESOURCE_REG, },
  53. };
  54. static struct resource led2_resources[] = {
  55. /* RGB1 Blue LED */
  56. {0xf, 0xf, "control", IORESOURCE_REG, },
  57. {0xc, 0xc, "blink", IORESOURCE_REG, },
  58. };
  59. static struct resource led3_resources[] = {
  60. /* RGB2 Red LED */
  61. {0x9, 0x9, "control", IORESOURCE_REG, },
  62. {0x8, 0x8, "blink", IORESOURCE_REG, },
  63. };
  64. static struct resource led4_resources[] = {
  65. /* RGB2 Green LED */
  66. {0xa, 0xa, "control", IORESOURCE_REG, },
  67. {0x8, 0x8, "blink", IORESOURCE_REG, },
  68. };
  69. static struct resource led5_resources[] = {
  70. /* RGB2 Blue LED */
  71. {0xb, 0xb, "control", IORESOURCE_REG, },
  72. {0x8, 0x8, "blink", IORESOURCE_REG, },
  73. };
  74. static struct resource buck1_resources[] = {
  75. {0x24, 0x24, "buck set", IORESOURCE_REG, },
  76. };
  77. static struct resource buck2_resources[] = {
  78. {0x25, 0x25, "buck set", IORESOURCE_REG, },
  79. };
  80. static struct resource buck3_resources[] = {
  81. {0x26, 0x26, "buck set", IORESOURCE_REG, },
  82. };
  83. static struct resource ldo1_resources[] = {
  84. {0x10, 0x10, "ldo set", IORESOURCE_REG, },
  85. };
  86. static struct resource ldo2_resources[] = {
  87. {0x11, 0x11, "ldo set", IORESOURCE_REG, },
  88. };
  89. static struct resource ldo3_resources[] = {
  90. {0x12, 0x12, "ldo set", IORESOURCE_REG, },
  91. };
  92. static struct resource ldo4_resources[] = {
  93. {0x13, 0x13, "ldo set", IORESOURCE_REG, },
  94. };
  95. static struct resource ldo5_resources[] = {
  96. {0x14, 0x14, "ldo set", IORESOURCE_REG, },
  97. };
  98. static struct resource ldo6_resources[] = {
  99. {0x15, 0x15, "ldo set", IORESOURCE_REG, },
  100. };
  101. static struct resource ldo7_resources[] = {
  102. {0x16, 0x16, "ldo set", IORESOURCE_REG, },
  103. };
  104. static struct resource ldo8_resources[] = {
  105. {0x17, 0x17, "ldo set", IORESOURCE_REG, },
  106. };
  107. static struct resource ldo9_resources[] = {
  108. {0x18, 0x18, "ldo set", IORESOURCE_REG, },
  109. };
  110. static struct resource ldo10_resources[] = {
  111. {0x19, 0x19, "ldo set", IORESOURCE_REG, },
  112. };
  113. static struct resource ldo12_resources[] = {
  114. {0x1a, 0x1a, "ldo set", IORESOURCE_REG, },
  115. };
  116. static struct resource ldo_vibrator_resources[] = {
  117. {0x28, 0x28, "ldo set", IORESOURCE_REG, },
  118. };
  119. static struct resource ldo14_resources[] = {
  120. {0x1b, 0x1b, "ldo set", IORESOURCE_REG, },
  121. };
  122. static struct resource touch_resources[] = {
  123. {PM8607_IRQ_PEN, PM8607_IRQ_PEN, "touch", IORESOURCE_IRQ,},
  124. };
  125. static struct resource onkey_resources[] = {
  126. {PM8607_IRQ_ONKEY, PM8607_IRQ_ONKEY, "onkey", IORESOURCE_IRQ,},
  127. };
  128. static struct resource codec_resources[] = {
  129. /* Headset microphone insertion or removal */
  130. {PM8607_IRQ_MICIN, PM8607_IRQ_MICIN, "micin", IORESOURCE_IRQ,},
  131. /* Hook-switch press or release */
  132. {PM8607_IRQ_HOOK, PM8607_IRQ_HOOK, "hook", IORESOURCE_IRQ,},
  133. /* Headset insertion or removal */
  134. {PM8607_IRQ_HEADSET, PM8607_IRQ_HEADSET, "headset", IORESOURCE_IRQ,},
  135. /* Audio short */
  136. {PM8607_IRQ_AUDIO_SHORT, PM8607_IRQ_AUDIO_SHORT, "audio-short",
  137. IORESOURCE_IRQ,},
  138. };
  139. static struct resource battery_resources[] = {
  140. {PM8607_IRQ_CC, PM8607_IRQ_CC, "columb counter", IORESOURCE_IRQ,},
  141. {PM8607_IRQ_BAT, PM8607_IRQ_BAT, "battery", IORESOURCE_IRQ,},
  142. };
  143. static struct resource charger_resources[] = {
  144. {PM8607_IRQ_CHG, PM8607_IRQ_CHG, "charger detect", IORESOURCE_IRQ,},
  145. {PM8607_IRQ_CHG_DONE, PM8607_IRQ_CHG_DONE, "charging done",
  146. IORESOURCE_IRQ,},
  147. {PM8607_IRQ_CHG_FAIL, PM8607_IRQ_CHG_FAIL, "charging timeout",
  148. IORESOURCE_IRQ,},
  149. {PM8607_IRQ_CHG_FAULT, PM8607_IRQ_CHG_FAULT, "charging fault",
  150. IORESOURCE_IRQ,},
  151. {PM8607_IRQ_GPADC1, PM8607_IRQ_GPADC1, "battery temperature",
  152. IORESOURCE_IRQ,},
  153. {PM8607_IRQ_VBAT, PM8607_IRQ_VBAT, "battery voltage", IORESOURCE_IRQ,},
  154. {PM8607_IRQ_VCHG, PM8607_IRQ_VCHG, "vchg voltage", IORESOURCE_IRQ,},
  155. };
  156. static struct resource rtc_resources[] = {
  157. {PM8607_IRQ_RTC, PM8607_IRQ_RTC, "rtc", IORESOURCE_IRQ,},
  158. };
  159. static struct mfd_cell bk_devs[] = {
  160. {
  161. .name = "88pm860x-backlight",
  162. .id = 0,
  163. .num_resources = ARRAY_SIZE(bk0_resources),
  164. .resources = bk0_resources,
  165. }, {
  166. .name = "88pm860x-backlight",
  167. .id = 1,
  168. .num_resources = ARRAY_SIZE(bk1_resources),
  169. .resources = bk1_resources,
  170. }, {
  171. .name = "88pm860x-backlight",
  172. .id = 2,
  173. .num_resources = ARRAY_SIZE(bk2_resources),
  174. .resources = bk2_resources,
  175. },
  176. };
  177. static struct mfd_cell led_devs[] = {
  178. {
  179. .name = "88pm860x-led",
  180. .id = 0,
  181. .num_resources = ARRAY_SIZE(led0_resources),
  182. .resources = led0_resources,
  183. }, {
  184. .name = "88pm860x-led",
  185. .id = 1,
  186. .num_resources = ARRAY_SIZE(led1_resources),
  187. .resources = led1_resources,
  188. }, {
  189. .name = "88pm860x-led",
  190. .id = 2,
  191. .num_resources = ARRAY_SIZE(led2_resources),
  192. .resources = led2_resources,
  193. }, {
  194. .name = "88pm860x-led",
  195. .id = 3,
  196. .num_resources = ARRAY_SIZE(led3_resources),
  197. .resources = led3_resources,
  198. }, {
  199. .name = "88pm860x-led",
  200. .id = 4,
  201. .num_resources = ARRAY_SIZE(led4_resources),
  202. .resources = led4_resources,
  203. }, {
  204. .name = "88pm860x-led",
  205. .id = 5,
  206. .num_resources = ARRAY_SIZE(led5_resources),
  207. .resources = led5_resources,
  208. },
  209. };
  210. static struct mfd_cell reg_devs[] = {
  211. {
  212. .name = "88pm860x-regulator",
  213. .id = 0,
  214. .num_resources = ARRAY_SIZE(buck1_resources),
  215. .resources = buck1_resources,
  216. }, {
  217. .name = "88pm860x-regulator",
  218. .id = 1,
  219. .num_resources = ARRAY_SIZE(buck2_resources),
  220. .resources = buck2_resources,
  221. }, {
  222. .name = "88pm860x-regulator",
  223. .id = 2,
  224. .num_resources = ARRAY_SIZE(buck3_resources),
  225. .resources = buck3_resources,
  226. }, {
  227. .name = "88pm860x-regulator",
  228. .id = 3,
  229. .num_resources = ARRAY_SIZE(ldo1_resources),
  230. .resources = ldo1_resources,
  231. }, {
  232. .name = "88pm860x-regulator",
  233. .id = 4,
  234. .num_resources = ARRAY_SIZE(ldo2_resources),
  235. .resources = ldo2_resources,
  236. }, {
  237. .name = "88pm860x-regulator",
  238. .id = 5,
  239. .num_resources = ARRAY_SIZE(ldo3_resources),
  240. .resources = ldo3_resources,
  241. }, {
  242. .name = "88pm860x-regulator",
  243. .id = 6,
  244. .num_resources = ARRAY_SIZE(ldo4_resources),
  245. .resources = ldo4_resources,
  246. }, {
  247. .name = "88pm860x-regulator",
  248. .id = 7,
  249. .num_resources = ARRAY_SIZE(ldo5_resources),
  250. .resources = ldo5_resources,
  251. }, {
  252. .name = "88pm860x-regulator",
  253. .id = 8,
  254. .num_resources = ARRAY_SIZE(ldo6_resources),
  255. .resources = ldo6_resources,
  256. }, {
  257. .name = "88pm860x-regulator",
  258. .id = 9,
  259. .num_resources = ARRAY_SIZE(ldo7_resources),
  260. .resources = ldo7_resources,
  261. }, {
  262. .name = "88pm860x-regulator",
  263. .id = 10,
  264. .num_resources = ARRAY_SIZE(ldo8_resources),
  265. .resources = ldo8_resources,
  266. }, {
  267. .name = "88pm860x-regulator",
  268. .id = 11,
  269. .num_resources = ARRAY_SIZE(ldo9_resources),
  270. .resources = ldo9_resources,
  271. }, {
  272. .name = "88pm860x-regulator",
  273. .id = 12,
  274. .num_resources = ARRAY_SIZE(ldo10_resources),
  275. .resources = ldo10_resources,
  276. }, {
  277. .name = "88pm860x-regulator",
  278. .id = 13,
  279. .num_resources = ARRAY_SIZE(ldo12_resources),
  280. .resources = ldo12_resources,
  281. }, {
  282. .name = "88pm860x-regulator",
  283. .id = 14,
  284. .num_resources = ARRAY_SIZE(ldo_vibrator_resources),
  285. .resources = ldo_vibrator_resources,
  286. }, {
  287. .name = "88pm860x-regulator",
  288. .id = 15,
  289. .num_resources = ARRAY_SIZE(ldo14_resources),
  290. .resources = ldo14_resources,
  291. },
  292. };
  293. static struct mfd_cell touch_devs[] = {
  294. {"88pm860x-touch", -1,},
  295. };
  296. static struct mfd_cell onkey_devs[] = {
  297. {"88pm860x-onkey", -1,},
  298. };
  299. static struct mfd_cell codec_devs[] = {
  300. {"88pm860x-codec", -1,},
  301. };
  302. static struct regulator_consumer_supply preg_supply[] = {
  303. REGULATOR_SUPPLY("preg", "charger-manager"),
  304. };
  305. static struct regulator_init_data preg_init_data = {
  306. .num_consumer_supplies = ARRAY_SIZE(preg_supply),
  307. .consumer_supplies = &preg_supply[0],
  308. };
  309. static struct charger_regulator chg_desc_regulator_data[] = {
  310. { .regulator_name = "preg", },
  311. };
  312. static struct mfd_cell power_devs[] = {
  313. {"88pm860x-battery", -1,},
  314. {"88pm860x-charger", -1,},
  315. {"88pm860x-preg", -1,},
  316. {"charger-manager", -1,},
  317. };
  318. static struct mfd_cell rtc_devs[] = {
  319. {"88pm860x-rtc", -1,},
  320. };
  321. struct pm860x_irq_data {
  322. int reg;
  323. int mask_reg;
  324. int enable; /* enable or not */
  325. int offs; /* bit offset in mask register */
  326. };
  327. static struct pm860x_irq_data pm860x_irqs[] = {
  328. [PM8607_IRQ_ONKEY] = {
  329. .reg = PM8607_INT_STATUS1,
  330. .mask_reg = PM8607_INT_MASK_1,
  331. .offs = 1 << 0,
  332. },
  333. [PM8607_IRQ_EXTON] = {
  334. .reg = PM8607_INT_STATUS1,
  335. .mask_reg = PM8607_INT_MASK_1,
  336. .offs = 1 << 1,
  337. },
  338. [PM8607_IRQ_CHG] = {
  339. .reg = PM8607_INT_STATUS1,
  340. .mask_reg = PM8607_INT_MASK_1,
  341. .offs = 1 << 2,
  342. },
  343. [PM8607_IRQ_BAT] = {
  344. .reg = PM8607_INT_STATUS1,
  345. .mask_reg = PM8607_INT_MASK_1,
  346. .offs = 1 << 3,
  347. },
  348. [PM8607_IRQ_RTC] = {
  349. .reg = PM8607_INT_STATUS1,
  350. .mask_reg = PM8607_INT_MASK_1,
  351. .offs = 1 << 4,
  352. },
  353. [PM8607_IRQ_CC] = {
  354. .reg = PM8607_INT_STATUS1,
  355. .mask_reg = PM8607_INT_MASK_1,
  356. .offs = 1 << 5,
  357. },
  358. [PM8607_IRQ_VBAT] = {
  359. .reg = PM8607_INT_STATUS2,
  360. .mask_reg = PM8607_INT_MASK_2,
  361. .offs = 1 << 0,
  362. },
  363. [PM8607_IRQ_VCHG] = {
  364. .reg = PM8607_INT_STATUS2,
  365. .mask_reg = PM8607_INT_MASK_2,
  366. .offs = 1 << 1,
  367. },
  368. [PM8607_IRQ_VSYS] = {
  369. .reg = PM8607_INT_STATUS2,
  370. .mask_reg = PM8607_INT_MASK_2,
  371. .offs = 1 << 2,
  372. },
  373. [PM8607_IRQ_TINT] = {
  374. .reg = PM8607_INT_STATUS2,
  375. .mask_reg = PM8607_INT_MASK_2,
  376. .offs = 1 << 3,
  377. },
  378. [PM8607_IRQ_GPADC0] = {
  379. .reg = PM8607_INT_STATUS2,
  380. .mask_reg = PM8607_INT_MASK_2,
  381. .offs = 1 << 4,
  382. },
  383. [PM8607_IRQ_GPADC1] = {
  384. .reg = PM8607_INT_STATUS2,
  385. .mask_reg = PM8607_INT_MASK_2,
  386. .offs = 1 << 5,
  387. },
  388. [PM8607_IRQ_GPADC2] = {
  389. .reg = PM8607_INT_STATUS2,
  390. .mask_reg = PM8607_INT_MASK_2,
  391. .offs = 1 << 6,
  392. },
  393. [PM8607_IRQ_GPADC3] = {
  394. .reg = PM8607_INT_STATUS2,
  395. .mask_reg = PM8607_INT_MASK_2,
  396. .offs = 1 << 7,
  397. },
  398. [PM8607_IRQ_AUDIO_SHORT] = {
  399. .reg = PM8607_INT_STATUS3,
  400. .mask_reg = PM8607_INT_MASK_3,
  401. .offs = 1 << 0,
  402. },
  403. [PM8607_IRQ_PEN] = {
  404. .reg = PM8607_INT_STATUS3,
  405. .mask_reg = PM8607_INT_MASK_3,
  406. .offs = 1 << 1,
  407. },
  408. [PM8607_IRQ_HEADSET] = {
  409. .reg = PM8607_INT_STATUS3,
  410. .mask_reg = PM8607_INT_MASK_3,
  411. .offs = 1 << 2,
  412. },
  413. [PM8607_IRQ_HOOK] = {
  414. .reg = PM8607_INT_STATUS3,
  415. .mask_reg = PM8607_INT_MASK_3,
  416. .offs = 1 << 3,
  417. },
  418. [PM8607_IRQ_MICIN] = {
  419. .reg = PM8607_INT_STATUS3,
  420. .mask_reg = PM8607_INT_MASK_3,
  421. .offs = 1 << 4,
  422. },
  423. [PM8607_IRQ_CHG_FAIL] = {
  424. .reg = PM8607_INT_STATUS3,
  425. .mask_reg = PM8607_INT_MASK_3,
  426. .offs = 1 << 5,
  427. },
  428. [PM8607_IRQ_CHG_DONE] = {
  429. .reg = PM8607_INT_STATUS3,
  430. .mask_reg = PM8607_INT_MASK_3,
  431. .offs = 1 << 6,
  432. },
  433. [PM8607_IRQ_CHG_FAULT] = {
  434. .reg = PM8607_INT_STATUS3,
  435. .mask_reg = PM8607_INT_MASK_3,
  436. .offs = 1 << 7,
  437. },
  438. };
  439. static irqreturn_t pm860x_irq(int irq, void *data)
  440. {
  441. struct pm860x_chip *chip = data;
  442. struct pm860x_irq_data *irq_data;
  443. struct i2c_client *i2c;
  444. int read_reg = -1, value = 0;
  445. int i;
  446. i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion;
  447. for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) {
  448. irq_data = &pm860x_irqs[i];
  449. if (read_reg != irq_data->reg) {
  450. read_reg = irq_data->reg;
  451. value = pm860x_reg_read(i2c, irq_data->reg);
  452. }
  453. if (value & irq_data->enable)
  454. handle_nested_irq(chip->irq_base + i);
  455. }
  456. return IRQ_HANDLED;
  457. }
  458. static void pm860x_irq_lock(struct irq_data *data)
  459. {
  460. struct pm860x_chip *chip = irq_data_get_irq_chip_data(data);
  461. mutex_lock(&chip->irq_lock);
  462. }
  463. static void pm860x_irq_sync_unlock(struct irq_data *data)
  464. {
  465. struct pm860x_chip *chip = irq_data_get_irq_chip_data(data);
  466. struct pm860x_irq_data *irq_data;
  467. struct i2c_client *i2c;
  468. static unsigned char cached[3] = {0x0, 0x0, 0x0};
  469. unsigned char mask[3];
  470. int i;
  471. i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion;
  472. /* Load cached value. In initial, all IRQs are masked */
  473. for (i = 0; i < 3; i++)
  474. mask[i] = cached[i];
  475. for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) {
  476. irq_data = &pm860x_irqs[i];
  477. switch (irq_data->mask_reg) {
  478. case PM8607_INT_MASK_1:
  479. mask[0] &= ~irq_data->offs;
  480. mask[0] |= irq_data->enable;
  481. break;
  482. case PM8607_INT_MASK_2:
  483. mask[1] &= ~irq_data->offs;
  484. mask[1] |= irq_data->enable;
  485. break;
  486. case PM8607_INT_MASK_3:
  487. mask[2] &= ~irq_data->offs;
  488. mask[2] |= irq_data->enable;
  489. break;
  490. default:
  491. dev_err(chip->dev, "wrong IRQ\n");
  492. break;
  493. }
  494. }
  495. /* update mask into registers */
  496. for (i = 0; i < 3; i++) {
  497. if (mask[i] != cached[i]) {
  498. cached[i] = mask[i];
  499. pm860x_reg_write(i2c, PM8607_INT_MASK_1 + i, mask[i]);
  500. }
  501. }
  502. mutex_unlock(&chip->irq_lock);
  503. }
  504. static void pm860x_irq_enable(struct irq_data *data)
  505. {
  506. pm860x_irqs[data->hwirq].enable = pm860x_irqs[data->hwirq].offs;
  507. }
  508. static void pm860x_irq_disable(struct irq_data *data)
  509. {
  510. pm860x_irqs[data->hwirq].enable = 0;
  511. }
  512. static struct irq_chip pm860x_irq_chip = {
  513. .name = "88pm860x",
  514. .irq_bus_lock = pm860x_irq_lock,
  515. .irq_bus_sync_unlock = pm860x_irq_sync_unlock,
  516. .irq_enable = pm860x_irq_enable,
  517. .irq_disable = pm860x_irq_disable,
  518. };
  519. static int pm860x_irq_domain_map(struct irq_domain *d, unsigned int virq,
  520. irq_hw_number_t hw)
  521. {
  522. irq_set_chip_data(virq, d->host_data);
  523. irq_set_chip_and_handler(virq, &pm860x_irq_chip, handle_edge_irq);
  524. irq_set_nested_thread(virq, 1);
  525. #ifdef CONFIG_ARM
  526. set_irq_flags(virq, IRQF_VALID);
  527. #else
  528. irq_set_noprobe(virq);
  529. #endif
  530. return 0;
  531. }
  532. static const struct irq_domain_ops pm860x_irq_domain_ops = {
  533. .map = pm860x_irq_domain_map,
  534. .xlate = irq_domain_xlate_onetwocell,
  535. };
  536. static int device_irq_init(struct pm860x_chip *chip,
  537. struct pm860x_platform_data *pdata)
  538. {
  539. struct i2c_client *i2c = (chip->id == CHIP_PM8607) ?
  540. chip->client : chip->companion;
  541. unsigned char status_buf[INT_STATUS_NUM];
  542. unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
  543. int data, mask, ret = -EINVAL;
  544. int nr_irqs, irq_base = -1;
  545. struct device_node *node = i2c->dev.of_node;
  546. mask = PM8607_B0_MISC1_INV_INT | PM8607_B0_MISC1_INT_CLEAR
  547. | PM8607_B0_MISC1_INT_MASK;
  548. data = 0;
  549. chip->irq_mode = 0;
  550. if (pdata && pdata->irq_mode) {
  551. /*
  552. * irq_mode defines the way of clearing interrupt. If it's 1,
  553. * clear IRQ by write. Otherwise, clear it by read.
  554. * This control bit is valid from 88PM8607 B0 steping.
  555. */
  556. data |= PM8607_B0_MISC1_INT_CLEAR;
  557. chip->irq_mode = 1;
  558. }
  559. ret = pm860x_set_bits(i2c, PM8607_B0_MISC1, mask, data);
  560. if (ret < 0)
  561. goto out;
  562. /* mask all IRQs */
  563. memset(status_buf, 0, INT_STATUS_NUM);
  564. ret = pm860x_bulk_write(i2c, PM8607_INT_MASK_1,
  565. INT_STATUS_NUM, status_buf);
  566. if (ret < 0)
  567. goto out;
  568. if (chip->irq_mode) {
  569. /* clear interrupt status by write */
  570. memset(status_buf, 0xFF, INT_STATUS_NUM);
  571. ret = pm860x_bulk_write(i2c, PM8607_INT_STATUS1,
  572. INT_STATUS_NUM, status_buf);
  573. } else {
  574. /* clear interrupt status by read */
  575. ret = pm860x_bulk_read(i2c, PM8607_INT_STATUS1,
  576. INT_STATUS_NUM, status_buf);
  577. }
  578. if (ret < 0)
  579. goto out;
  580. mutex_init(&chip->irq_lock);
  581. if (pdata && pdata->irq_base)
  582. irq_base = pdata->irq_base;
  583. nr_irqs = ARRAY_SIZE(pm860x_irqs);
  584. chip->irq_base = irq_alloc_descs(irq_base, 0, nr_irqs, 0);
  585. if (chip->irq_base < 0) {
  586. dev_err(&i2c->dev, "Failed to allocate interrupts, ret:%d\n",
  587. chip->irq_base);
  588. ret = -EBUSY;
  589. goto out;
  590. }
  591. irq_domain_add_legacy(node, nr_irqs, chip->irq_base, 0,
  592. &pm860x_irq_domain_ops, chip);
  593. chip->core_irq = i2c->irq;
  594. if (!chip->core_irq)
  595. goto out;
  596. ret = request_threaded_irq(chip->core_irq, NULL, pm860x_irq,
  597. flags | IRQF_ONESHOT, "88pm860x", chip);
  598. if (ret) {
  599. dev_err(chip->dev, "Failed to request IRQ: %d\n", ret);
  600. chip->core_irq = 0;
  601. }
  602. return 0;
  603. out:
  604. chip->core_irq = 0;
  605. return ret;
  606. }
  607. static void device_irq_exit(struct pm860x_chip *chip)
  608. {
  609. if (chip->core_irq)
  610. free_irq(chip->core_irq, chip);
  611. }
  612. int pm8606_osc_enable(struct pm860x_chip *chip, unsigned short client)
  613. {
  614. int ret = -EIO;
  615. struct i2c_client *i2c = (chip->id == CHIP_PM8606) ?
  616. chip->client : chip->companion;
  617. dev_dbg(chip->dev, "%s(B): client=0x%x\n", __func__, client);
  618. dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n",
  619. __func__, chip->osc_vote,
  620. chip->osc_status);
  621. mutex_lock(&chip->osc_lock);
  622. /* Update voting status */
  623. chip->osc_vote |= client;
  624. /* If reference group is off - turn on*/
  625. if (chip->osc_status != PM8606_REF_GP_OSC_ON) {
  626. chip->osc_status = PM8606_REF_GP_OSC_UNKNOWN;
  627. /* Enable Reference group Vsys */
  628. if (pm860x_set_bits(i2c, PM8606_VSYS,
  629. PM8606_VSYS_EN, PM8606_VSYS_EN))
  630. goto out;
  631. /*Enable Internal Oscillator */
  632. if (pm860x_set_bits(i2c, PM8606_MISC,
  633. PM8606_MISC_OSC_EN, PM8606_MISC_OSC_EN))
  634. goto out;
  635. /* Update status (only if writes succeed) */
  636. chip->osc_status = PM8606_REF_GP_OSC_ON;
  637. }
  638. mutex_unlock(&chip->osc_lock);
  639. dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n",
  640. __func__, chip->osc_vote,
  641. chip->osc_status, ret);
  642. return 0;
  643. out:
  644. mutex_unlock(&chip->osc_lock);
  645. return ret;
  646. }
  647. EXPORT_SYMBOL(pm8606_osc_enable);
  648. int pm8606_osc_disable(struct pm860x_chip *chip, unsigned short client)
  649. {
  650. int ret = -EIO;
  651. struct i2c_client *i2c = (chip->id == CHIP_PM8606) ?
  652. chip->client : chip->companion;
  653. dev_dbg(chip->dev, "%s(B): client=0x%x\n", __func__, client);
  654. dev_dbg(chip->dev, "%s(B): vote=0x%x status=%d\n",
  655. __func__, chip->osc_vote,
  656. chip->osc_status);
  657. mutex_lock(&chip->osc_lock);
  658. /*Update voting status */
  659. chip->osc_vote &= ~(client);
  660. /* If reference group is off and this is the last client to release
  661. * - turn off */
  662. if ((chip->osc_status != PM8606_REF_GP_OSC_OFF) &&
  663. (chip->osc_vote == REF_GP_NO_CLIENTS)) {
  664. chip->osc_status = PM8606_REF_GP_OSC_UNKNOWN;
  665. /* Disable Reference group Vsys */
  666. if (pm860x_set_bits(i2c, PM8606_VSYS, PM8606_VSYS_EN, 0))
  667. goto out;
  668. /* Disable Internal Oscillator */
  669. if (pm860x_set_bits(i2c, PM8606_MISC, PM8606_MISC_OSC_EN, 0))
  670. goto out;
  671. chip->osc_status = PM8606_REF_GP_OSC_OFF;
  672. }
  673. mutex_unlock(&chip->osc_lock);
  674. dev_dbg(chip->dev, "%s(A): vote=0x%x status=%d ret=%d\n",
  675. __func__, chip->osc_vote,
  676. chip->osc_status, ret);
  677. return 0;
  678. out:
  679. mutex_unlock(&chip->osc_lock);
  680. return ret;
  681. }
  682. EXPORT_SYMBOL(pm8606_osc_disable);
  683. static void device_osc_init(struct i2c_client *i2c)
  684. {
  685. struct pm860x_chip *chip = i2c_get_clientdata(i2c);
  686. mutex_init(&chip->osc_lock);
  687. /* init portofino reference group voting and status */
  688. /* Disable Reference group Vsys */
  689. pm860x_set_bits(i2c, PM8606_VSYS, PM8606_VSYS_EN, 0);
  690. /* Disable Internal Oscillator */
  691. pm860x_set_bits(i2c, PM8606_MISC, PM8606_MISC_OSC_EN, 0);
  692. chip->osc_vote = REF_GP_NO_CLIENTS;
  693. chip->osc_status = PM8606_REF_GP_OSC_OFF;
  694. }
  695. static void device_bk_init(struct pm860x_chip *chip,
  696. struct pm860x_platform_data *pdata)
  697. {
  698. int ret, i;
  699. if (pdata && pdata->backlight) {
  700. if (pdata->num_backlights > ARRAY_SIZE(bk_devs))
  701. pdata->num_backlights = ARRAY_SIZE(bk_devs);
  702. for (i = 0; i < pdata->num_backlights; i++) {
  703. bk_devs[i].platform_data = &pdata->backlight[i];
  704. bk_devs[i].pdata_size =
  705. sizeof(struct pm860x_backlight_pdata);
  706. }
  707. }
  708. ret = mfd_add_devices(chip->dev, 0, bk_devs,
  709. ARRAY_SIZE(bk_devs), NULL, 0, NULL);
  710. if (ret < 0)
  711. dev_err(chip->dev, "Failed to add backlight subdev\n");
  712. }
  713. static void device_led_init(struct pm860x_chip *chip,
  714. struct pm860x_platform_data *pdata)
  715. {
  716. int ret, i;
  717. if (pdata && pdata->led) {
  718. if (pdata->num_leds > ARRAY_SIZE(led_devs))
  719. pdata->num_leds = ARRAY_SIZE(led_devs);
  720. for (i = 0; i < pdata->num_leds; i++) {
  721. led_devs[i].platform_data = &pdata->led[i];
  722. led_devs[i].pdata_size =
  723. sizeof(struct pm860x_led_pdata);
  724. }
  725. }
  726. ret = mfd_add_devices(chip->dev, 0, led_devs,
  727. ARRAY_SIZE(led_devs), NULL, 0, NULL);
  728. if (ret < 0) {
  729. dev_err(chip->dev, "Failed to add led subdev\n");
  730. return;
  731. }
  732. }
  733. static void device_regulator_init(struct pm860x_chip *chip,
  734. struct pm860x_platform_data *pdata)
  735. {
  736. int ret;
  737. if (pdata == NULL)
  738. return;
  739. if (pdata->buck1) {
  740. reg_devs[0].platform_data = pdata->buck1;
  741. reg_devs[0].pdata_size = sizeof(struct regulator_init_data);
  742. }
  743. if (pdata->buck2) {
  744. reg_devs[1].platform_data = pdata->buck2;
  745. reg_devs[1].pdata_size = sizeof(struct regulator_init_data);
  746. }
  747. if (pdata->buck3) {
  748. reg_devs[2].platform_data = pdata->buck3;
  749. reg_devs[2].pdata_size = sizeof(struct regulator_init_data);
  750. }
  751. if (pdata->ldo1) {
  752. reg_devs[3].platform_data = pdata->ldo1;
  753. reg_devs[3].pdata_size = sizeof(struct regulator_init_data);
  754. }
  755. if (pdata->ldo2) {
  756. reg_devs[4].platform_data = pdata->ldo2;
  757. reg_devs[4].pdata_size = sizeof(struct regulator_init_data);
  758. }
  759. if (pdata->ldo3) {
  760. reg_devs[5].platform_data = pdata->ldo3;
  761. reg_devs[5].pdata_size = sizeof(struct regulator_init_data);
  762. }
  763. if (pdata->ldo4) {
  764. reg_devs[6].platform_data = pdata->ldo4;
  765. reg_devs[6].pdata_size = sizeof(struct regulator_init_data);
  766. }
  767. if (pdata->ldo5) {
  768. reg_devs[7].platform_data = pdata->ldo5;
  769. reg_devs[7].pdata_size = sizeof(struct regulator_init_data);
  770. }
  771. if (pdata->ldo6) {
  772. reg_devs[8].platform_data = pdata->ldo6;
  773. reg_devs[8].pdata_size = sizeof(struct regulator_init_data);
  774. }
  775. if (pdata->ldo7) {
  776. reg_devs[9].platform_data = pdata->ldo7;
  777. reg_devs[9].pdata_size = sizeof(struct regulator_init_data);
  778. }
  779. if (pdata->ldo8) {
  780. reg_devs[10].platform_data = pdata->ldo8;
  781. reg_devs[10].pdata_size = sizeof(struct regulator_init_data);
  782. }
  783. if (pdata->ldo9) {
  784. reg_devs[11].platform_data = pdata->ldo9;
  785. reg_devs[11].pdata_size = sizeof(struct regulator_init_data);
  786. }
  787. if (pdata->ldo10) {
  788. reg_devs[12].platform_data = pdata->ldo10;
  789. reg_devs[12].pdata_size = sizeof(struct regulator_init_data);
  790. }
  791. if (pdata->ldo12) {
  792. reg_devs[13].platform_data = pdata->ldo12;
  793. reg_devs[13].pdata_size = sizeof(struct regulator_init_data);
  794. }
  795. if (pdata->ldo_vibrator) {
  796. reg_devs[14].platform_data = pdata->ldo_vibrator;
  797. reg_devs[14].pdata_size = sizeof(struct regulator_init_data);
  798. }
  799. if (pdata->ldo14) {
  800. reg_devs[15].platform_data = pdata->ldo14;
  801. reg_devs[15].pdata_size = sizeof(struct regulator_init_data);
  802. }
  803. ret = mfd_add_devices(chip->dev, 0, reg_devs,
  804. ARRAY_SIZE(reg_devs), NULL, 0, NULL);
  805. if (ret < 0) {
  806. dev_err(chip->dev, "Failed to add regulator subdev\n");
  807. return;
  808. }
  809. }
  810. static void device_rtc_init(struct pm860x_chip *chip,
  811. struct pm860x_platform_data *pdata)
  812. {
  813. int ret;
  814. if (!pdata)
  815. return;
  816. rtc_devs[0].platform_data = pdata->rtc;
  817. rtc_devs[0].pdata_size = sizeof(struct pm860x_rtc_pdata);
  818. rtc_devs[0].num_resources = ARRAY_SIZE(rtc_resources);
  819. rtc_devs[0].resources = &rtc_resources[0];
  820. ret = mfd_add_devices(chip->dev, 0, &rtc_devs[0],
  821. ARRAY_SIZE(rtc_devs), &rtc_resources[0],
  822. chip->irq_base, NULL);
  823. if (ret < 0)
  824. dev_err(chip->dev, "Failed to add rtc subdev\n");
  825. }
  826. static void device_touch_init(struct pm860x_chip *chip,
  827. struct pm860x_platform_data *pdata)
  828. {
  829. int ret;
  830. if (pdata == NULL)
  831. return;
  832. touch_devs[0].platform_data = pdata->touch;
  833. touch_devs[0].pdata_size = sizeof(struct pm860x_touch_pdata);
  834. touch_devs[0].num_resources = ARRAY_SIZE(touch_resources);
  835. touch_devs[0].resources = &touch_resources[0];
  836. ret = mfd_add_devices(chip->dev, 0, &touch_devs[0],
  837. ARRAY_SIZE(touch_devs), &touch_resources[0],
  838. chip->irq_base, NULL);
  839. if (ret < 0)
  840. dev_err(chip->dev, "Failed to add touch subdev\n");
  841. }
  842. static void device_power_init(struct pm860x_chip *chip,
  843. struct pm860x_platform_data *pdata)
  844. {
  845. int ret;
  846. if (pdata == NULL)
  847. return;
  848. power_devs[0].platform_data = pdata->power;
  849. power_devs[0].pdata_size = sizeof(struct pm860x_power_pdata);
  850. power_devs[0].num_resources = ARRAY_SIZE(battery_resources);
  851. power_devs[0].resources = &battery_resources[0],
  852. ret = mfd_add_devices(chip->dev, 0, &power_devs[0], 1,
  853. &battery_resources[0], chip->irq_base, NULL);
  854. if (ret < 0)
  855. dev_err(chip->dev, "Failed to add battery subdev\n");
  856. power_devs[1].platform_data = pdata->power;
  857. power_devs[1].pdata_size = sizeof(struct pm860x_power_pdata);
  858. power_devs[1].num_resources = ARRAY_SIZE(charger_resources);
  859. power_devs[1].resources = &charger_resources[0],
  860. ret = mfd_add_devices(chip->dev, 0, &power_devs[1], 1,
  861. &charger_resources[0], chip->irq_base, NULL);
  862. if (ret < 0)
  863. dev_err(chip->dev, "Failed to add charger subdev\n");
  864. power_devs[2].platform_data = &preg_init_data;
  865. power_devs[2].pdata_size = sizeof(struct regulator_init_data);
  866. ret = mfd_add_devices(chip->dev, 0, &power_devs[2], 1,
  867. NULL, chip->irq_base, NULL);
  868. if (ret < 0)
  869. dev_err(chip->dev, "Failed to add preg subdev\n");
  870. if (pdata->chg_desc) {
  871. pdata->chg_desc->charger_regulators =
  872. &chg_desc_regulator_data[0];
  873. pdata->chg_desc->num_charger_regulators =
  874. ARRAY_SIZE(chg_desc_regulator_data),
  875. power_devs[3].platform_data = pdata->chg_desc;
  876. power_devs[3].pdata_size = sizeof(*pdata->chg_desc);
  877. ret = mfd_add_devices(chip->dev, 0, &power_devs[3], 1,
  878. NULL, chip->irq_base, NULL);
  879. if (ret < 0)
  880. dev_err(chip->dev, "Failed to add chg-manager subdev\n");
  881. }
  882. }
  883. static void device_onkey_init(struct pm860x_chip *chip,
  884. struct pm860x_platform_data *pdata)
  885. {
  886. int ret;
  887. onkey_devs[0].num_resources = ARRAY_SIZE(onkey_resources);
  888. onkey_devs[0].resources = &onkey_resources[0],
  889. ret = mfd_add_devices(chip->dev, 0, &onkey_devs[0],
  890. ARRAY_SIZE(onkey_devs), &onkey_resources[0],
  891. chip->irq_base, NULL);
  892. if (ret < 0)
  893. dev_err(chip->dev, "Failed to add onkey subdev\n");
  894. }
  895. static void device_codec_init(struct pm860x_chip *chip,
  896. struct pm860x_platform_data *pdata)
  897. {
  898. int ret;
  899. codec_devs[0].num_resources = ARRAY_SIZE(codec_resources);
  900. codec_devs[0].resources = &codec_resources[0],
  901. ret = mfd_add_devices(chip->dev, 0, &codec_devs[0],
  902. ARRAY_SIZE(codec_devs), &codec_resources[0], 0,
  903. NULL);
  904. if (ret < 0)
  905. dev_err(chip->dev, "Failed to add codec subdev\n");
  906. }
  907. static void device_8607_init(struct pm860x_chip *chip,
  908. struct i2c_client *i2c,
  909. struct pm860x_platform_data *pdata)
  910. {
  911. int data, ret;
  912. ret = pm860x_reg_read(i2c, PM8607_CHIP_ID);
  913. if (ret < 0) {
  914. dev_err(chip->dev, "Failed to read CHIP ID: %d\n", ret);
  915. goto out;
  916. }
  917. switch (ret & PM8607_VERSION_MASK) {
  918. case 0x40:
  919. case 0x50:
  920. dev_info(chip->dev, "Marvell 88PM8607 (ID: %02x) detected\n",
  921. ret);
  922. break;
  923. default:
  924. dev_err(chip->dev,
  925. "Failed to detect Marvell 88PM8607. Chip ID: %02x\n",
  926. ret);
  927. goto out;
  928. }
  929. ret = pm860x_reg_read(i2c, PM8607_BUCK3);
  930. if (ret < 0) {
  931. dev_err(chip->dev, "Failed to read BUCK3 register: %d\n", ret);
  932. goto out;
  933. }
  934. if (ret & PM8607_BUCK3_DOUBLE)
  935. chip->buck3_double = 1;
  936. ret = pm860x_reg_read(i2c, PM8607_B0_MISC1);
  937. if (ret < 0) {
  938. dev_err(chip->dev, "Failed to read MISC1 register: %d\n", ret);
  939. goto out;
  940. }
  941. if (pdata && (pdata->i2c_port == PI2C_PORT))
  942. data = PM8607_B0_MISC1_PI2C;
  943. else
  944. data = 0;
  945. ret = pm860x_set_bits(i2c, PM8607_B0_MISC1, PM8607_B0_MISC1_PI2C, data);
  946. if (ret < 0) {
  947. dev_err(chip->dev, "Failed to access MISC1:%d\n", ret);
  948. goto out;
  949. }
  950. ret = device_irq_init(chip, pdata);
  951. if (ret < 0)
  952. goto out;
  953. device_regulator_init(chip, pdata);
  954. device_rtc_init(chip, pdata);
  955. device_onkey_init(chip, pdata);
  956. device_touch_init(chip, pdata);
  957. device_power_init(chip, pdata);
  958. device_codec_init(chip, pdata);
  959. out:
  960. return;
  961. }
  962. static void device_8606_init(struct pm860x_chip *chip,
  963. struct i2c_client *i2c,
  964. struct pm860x_platform_data *pdata)
  965. {
  966. device_osc_init(i2c);
  967. device_bk_init(chip, pdata);
  968. device_led_init(chip, pdata);
  969. }
  970. static int pm860x_device_init(struct pm860x_chip *chip,
  971. struct pm860x_platform_data *pdata)
  972. {
  973. chip->core_irq = 0;
  974. switch (chip->id) {
  975. case CHIP_PM8606:
  976. device_8606_init(chip, chip->client, pdata);
  977. break;
  978. case CHIP_PM8607:
  979. device_8607_init(chip, chip->client, pdata);
  980. break;
  981. }
  982. if (chip->companion) {
  983. switch (chip->id) {
  984. case CHIP_PM8607:
  985. device_8606_init(chip, chip->companion, pdata);
  986. break;
  987. case CHIP_PM8606:
  988. device_8607_init(chip, chip->companion, pdata);
  989. break;
  990. }
  991. }
  992. return 0;
  993. }
  994. static void pm860x_device_exit(struct pm860x_chip *chip)
  995. {
  996. device_irq_exit(chip);
  997. mfd_remove_devices(chip->dev);
  998. }
  999. static int verify_addr(struct i2c_client *i2c)
  1000. {
  1001. unsigned short addr_8607[] = {0x30, 0x34};
  1002. unsigned short addr_8606[] = {0x10, 0x11};
  1003. int size, i;
  1004. if (i2c == NULL)
  1005. return 0;
  1006. size = ARRAY_SIZE(addr_8606);
  1007. for (i = 0; i < size; i++) {
  1008. if (i2c->addr == *(addr_8606 + i))
  1009. return CHIP_PM8606;
  1010. }
  1011. size = ARRAY_SIZE(addr_8607);
  1012. for (i = 0; i < size; i++) {
  1013. if (i2c->addr == *(addr_8607 + i))
  1014. return CHIP_PM8607;
  1015. }
  1016. return 0;
  1017. }
  1018. static const struct regmap_config pm860x_regmap_config = {
  1019. .reg_bits = 8,
  1020. .val_bits = 8,
  1021. };
  1022. static int pm860x_dt_init(struct device_node *np,
  1023. struct device *dev,
  1024. struct pm860x_platform_data *pdata)
  1025. {
  1026. int ret;
  1027. if (of_get_property(np, "marvell,88pm860x-irq-read-clr", NULL))
  1028. pdata->irq_mode = 1;
  1029. ret = of_property_read_u32(np, "marvell,88pm860x-slave-addr",
  1030. &pdata->companion_addr);
  1031. if (ret) {
  1032. dev_err(dev,
  1033. "Not found \"marvell,88pm860x-slave-addr\" property\n");
  1034. pdata->companion_addr = 0;
  1035. }
  1036. return 0;
  1037. }
  1038. static int pm860x_probe(struct i2c_client *client,
  1039. const struct i2c_device_id *id)
  1040. {
  1041. struct pm860x_platform_data *pdata = dev_get_platdata(&client->dev);
  1042. struct device_node *node = client->dev.of_node;
  1043. struct pm860x_chip *chip;
  1044. int ret;
  1045. if (node && !pdata) {
  1046. /* parse DT to get platform data */
  1047. pdata = devm_kzalloc(&client->dev,
  1048. sizeof(struct pm860x_platform_data),
  1049. GFP_KERNEL);
  1050. if (!pdata)
  1051. return -ENOMEM;
  1052. ret = pm860x_dt_init(node, &client->dev, pdata);
  1053. if (ret)
  1054. return ret;
  1055. } else if (!pdata) {
  1056. pr_info("No platform data in %s!\n", __func__);
  1057. return -EINVAL;
  1058. }
  1059. chip = devm_kzalloc(&client->dev,
  1060. sizeof(struct pm860x_chip), GFP_KERNEL);
  1061. if (chip == NULL)
  1062. return -ENOMEM;
  1063. chip->id = verify_addr(client);
  1064. chip->regmap = devm_regmap_init_i2c(client, &pm860x_regmap_config);
  1065. if (IS_ERR(chip->regmap)) {
  1066. ret = PTR_ERR(chip->regmap);
  1067. dev_err(&client->dev, "Failed to allocate register map: %d\n",
  1068. ret);
  1069. return ret;
  1070. }
  1071. chip->client = client;
  1072. i2c_set_clientdata(client, chip);
  1073. chip->dev = &client->dev;
  1074. dev_set_drvdata(chip->dev, chip);
  1075. /*
  1076. * Both client and companion client shares same platform driver.
  1077. * Driver distinguishes them by pdata->companion_addr.
  1078. * pdata->companion_addr is only assigned if companion chip exists.
  1079. * At the same time, the companion_addr shouldn't equal to client
  1080. * address.
  1081. */
  1082. if (pdata->companion_addr && (pdata->companion_addr != client->addr)) {
  1083. chip->companion_addr = pdata->companion_addr;
  1084. chip->companion = i2c_new_dummy(chip->client->adapter,
  1085. chip->companion_addr);
  1086. if (!chip->companion) {
  1087. dev_err(&client->dev,
  1088. "Failed to allocate I2C companion device\n");
  1089. return -ENODEV;
  1090. }
  1091. chip->regmap_companion = regmap_init_i2c(chip->companion,
  1092. &pm860x_regmap_config);
  1093. if (IS_ERR(chip->regmap_companion)) {
  1094. ret = PTR_ERR(chip->regmap_companion);
  1095. dev_err(&chip->companion->dev,
  1096. "Failed to allocate register map: %d\n", ret);
  1097. i2c_unregister_device(chip->companion);
  1098. return ret;
  1099. }
  1100. i2c_set_clientdata(chip->companion, chip);
  1101. }
  1102. pm860x_device_init(chip, pdata);
  1103. return 0;
  1104. }
  1105. static int pm860x_remove(struct i2c_client *client)
  1106. {
  1107. struct pm860x_chip *chip = i2c_get_clientdata(client);
  1108. pm860x_device_exit(chip);
  1109. if (chip->companion) {
  1110. regmap_exit(chip->regmap_companion);
  1111. i2c_unregister_device(chip->companion);
  1112. }
  1113. return 0;
  1114. }
  1115. #ifdef CONFIG_PM_SLEEP
  1116. static int pm860x_suspend(struct device *dev)
  1117. {
  1118. struct i2c_client *client = container_of(dev, struct i2c_client, dev);
  1119. struct pm860x_chip *chip = i2c_get_clientdata(client);
  1120. if (device_may_wakeup(dev) && chip->wakeup_flag)
  1121. enable_irq_wake(chip->core_irq);
  1122. return 0;
  1123. }
  1124. static int pm860x_resume(struct device *dev)
  1125. {
  1126. struct i2c_client *client = container_of(dev, struct i2c_client, dev);
  1127. struct pm860x_chip *chip = i2c_get_clientdata(client);
  1128. if (device_may_wakeup(dev) && chip->wakeup_flag)
  1129. disable_irq_wake(chip->core_irq);
  1130. return 0;
  1131. }
  1132. #endif
  1133. static SIMPLE_DEV_PM_OPS(pm860x_pm_ops, pm860x_suspend, pm860x_resume);
  1134. static const struct i2c_device_id pm860x_id_table[] = {
  1135. { "88PM860x", 0 },
  1136. {}
  1137. };
  1138. MODULE_DEVICE_TABLE(i2c, pm860x_id_table);
  1139. static const struct of_device_id pm860x_dt_ids[] = {
  1140. { .compatible = "marvell,88pm860x", },
  1141. {},
  1142. };
  1143. MODULE_DEVICE_TABLE(of, pm860x_dt_ids);
  1144. static struct i2c_driver pm860x_driver = {
  1145. .driver = {
  1146. .name = "88PM860x",
  1147. .owner = THIS_MODULE,
  1148. .pm = &pm860x_pm_ops,
  1149. .of_match_table = pm860x_dt_ids,
  1150. },
  1151. .probe = pm860x_probe,
  1152. .remove = pm860x_remove,
  1153. .id_table = pm860x_id_table,
  1154. };
  1155. static int __init pm860x_i2c_init(void)
  1156. {
  1157. int ret;
  1158. ret = i2c_add_driver(&pm860x_driver);
  1159. if (ret != 0)
  1160. pr_err("Failed to register 88PM860x I2C driver: %d\n", ret);
  1161. return ret;
  1162. }
  1163. subsys_initcall(pm860x_i2c_init);
  1164. static void __exit pm860x_i2c_exit(void)
  1165. {
  1166. i2c_del_driver(&pm860x_driver);
  1167. }
  1168. module_exit(pm860x_i2c_exit);
  1169. MODULE_DESCRIPTION("PMIC Driver for Marvell 88PM860x");
  1170. MODULE_AUTHOR("Haojian Zhuang <haojian.zhuang@marvell.com>");
  1171. MODULE_LICENSE("GPL");