ec.c 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  1. /*
  2. * ec.c - ACPI Embedded Controller Driver (v3)
  3. *
  4. * Copyright (C) 2001-2015 Intel Corporation
  5. * Author: 2014, 2015 Lv Zheng <lv.zheng@intel.com>
  6. * 2006, 2007 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
  7. * 2006 Denis Sadykov <denis.m.sadykov@intel.com>
  8. * 2004 Luming Yu <luming.yu@intel.com>
  9. * 2001, 2002 Andy Grover <andrew.grover@intel.com>
  10. * 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
  11. * Copyright (C) 2008 Alexey Starikovskiy <astarikovskiy@suse.de>
  12. *
  13. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License as published by
  17. * the Free Software Foundation; either version 2 of the License, or (at
  18. * your option) any later version.
  19. *
  20. * This program is distributed in the hope that it will be useful, but
  21. * WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. * General Public License for more details.
  24. *
  25. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. */
  27. /* Uncomment next line to get verbose printout */
  28. /* #define DEBUG */
  29. #define pr_fmt(fmt) "ACPI : EC: " fmt
  30. #include <linux/kernel.h>
  31. #include <linux/module.h>
  32. #include <linux/init.h>
  33. #include <linux/types.h>
  34. #include <linux/delay.h>
  35. #include <linux/interrupt.h>
  36. #include <linux/list.h>
  37. #include <linux/spinlock.h>
  38. #include <linux/slab.h>
  39. #include <linux/acpi.h>
  40. #include <linux/dmi.h>
  41. #include <asm/io.h>
  42. #include "internal.h"
  43. #define ACPI_EC_CLASS "embedded_controller"
  44. #define ACPI_EC_DEVICE_NAME "Embedded Controller"
  45. #define ACPI_EC_FILE_INFO "info"
  46. /* EC status register */
  47. #define ACPI_EC_FLAG_OBF 0x01 /* Output buffer full */
  48. #define ACPI_EC_FLAG_IBF 0x02 /* Input buffer full */
  49. #define ACPI_EC_FLAG_CMD 0x08 /* Input buffer contains a command */
  50. #define ACPI_EC_FLAG_BURST 0x10 /* burst mode */
  51. #define ACPI_EC_FLAG_SCI 0x20 /* EC-SCI occurred */
  52. /*
  53. * The SCI_EVT clearing timing is not defined by the ACPI specification.
  54. * This leads to lots of practical timing issues for the host EC driver.
  55. * The following variations are defined (from the target EC firmware's
  56. * perspective):
  57. * STATUS: After indicating SCI_EVT edge triggered IRQ to the host, the
  58. * target can clear SCI_EVT at any time so long as the host can see
  59. * the indication by reading the status register (EC_SC). So the
  60. * host should re-check SCI_EVT after the first time the SCI_EVT
  61. * indication is seen, which is the same time the query request
  62. * (QR_EC) is written to the command register (EC_CMD). SCI_EVT set
  63. * at any later time could indicate another event. Normally such
  64. * kind of EC firmware has implemented an event queue and will
  65. * return 0x00 to indicate "no outstanding event".
  66. * QUERY: After seeing the query request (QR_EC) written to the command
  67. * register (EC_CMD) by the host and having prepared the responding
  68. * event value in the data register (EC_DATA), the target can safely
  69. * clear SCI_EVT because the target can confirm that the current
  70. * event is being handled by the host. The host then should check
  71. * SCI_EVT right after reading the event response from the data
  72. * register (EC_DATA).
  73. * EVENT: After seeing the event response read from the data register
  74. * (EC_DATA) by the host, the target can clear SCI_EVT. As the
  75. * target requires time to notice the change in the data register
  76. * (EC_DATA), the host may be required to wait additional guarding
  77. * time before checking the SCI_EVT again. Such guarding may not be
  78. * necessary if the host is notified via another IRQ.
  79. */
  80. #define ACPI_EC_EVT_TIMING_STATUS 0x00
  81. #define ACPI_EC_EVT_TIMING_QUERY 0x01
  82. #define ACPI_EC_EVT_TIMING_EVENT 0x02
  83. /* EC commands */
  84. enum ec_command {
  85. ACPI_EC_COMMAND_READ = 0x80,
  86. ACPI_EC_COMMAND_WRITE = 0x81,
  87. ACPI_EC_BURST_ENABLE = 0x82,
  88. ACPI_EC_BURST_DISABLE = 0x83,
  89. ACPI_EC_COMMAND_QUERY = 0x84,
  90. };
  91. #define ACPI_EC_DELAY 500 /* Wait 500ms max. during EC ops */
  92. #define ACPI_EC_UDELAY_GLK 1000 /* Wait 1ms max. to get global lock */
  93. #define ACPI_EC_UDELAY_POLL 550 /* Wait 1ms for EC transaction polling */
  94. #define ACPI_EC_CLEAR_MAX 100 /* Maximum number of events to query
  95. * when trying to clear the EC */
  96. enum {
  97. EC_FLAGS_QUERY_PENDING, /* Query is pending */
  98. EC_FLAGS_QUERY_GUARDING, /* Guard for SCI_EVT check */
  99. EC_FLAGS_HANDLERS_INSTALLED, /* Handlers for GPE and
  100. * OpReg are installed */
  101. EC_FLAGS_STARTED, /* Driver is started */
  102. EC_FLAGS_STOPPED, /* Driver is stopped */
  103. EC_FLAGS_COMMAND_STORM, /* GPE storms occurred to the
  104. * current command processing */
  105. };
  106. #define ACPI_EC_COMMAND_POLL 0x01 /* Available for command byte */
  107. #define ACPI_EC_COMMAND_COMPLETE 0x02 /* Completed last byte */
  108. /* ec.c is compiled in acpi namespace so this shows up as acpi.ec_delay param */
  109. static unsigned int ec_delay __read_mostly = ACPI_EC_DELAY;
  110. module_param(ec_delay, uint, 0644);
  111. MODULE_PARM_DESC(ec_delay, "Timeout(ms) waited until an EC command completes");
  112. static bool ec_busy_polling __read_mostly;
  113. module_param(ec_busy_polling, bool, 0644);
  114. MODULE_PARM_DESC(ec_busy_polling, "Use busy polling to advance EC transaction");
  115. static unsigned int ec_polling_guard __read_mostly = ACPI_EC_UDELAY_POLL;
  116. module_param(ec_polling_guard, uint, 0644);
  117. MODULE_PARM_DESC(ec_polling_guard, "Guard time(us) between EC accesses in polling modes");
  118. static unsigned int ec_event_clearing __read_mostly = ACPI_EC_EVT_TIMING_QUERY;
  119. /*
  120. * If the number of false interrupts per one transaction exceeds
  121. * this threshold, will think there is a GPE storm happened and
  122. * will disable the GPE for normal transaction.
  123. */
  124. static unsigned int ec_storm_threshold __read_mostly = 8;
  125. module_param(ec_storm_threshold, uint, 0644);
  126. MODULE_PARM_DESC(ec_storm_threshold, "Maxim false GPE numbers not considered as GPE storm");
  127. struct acpi_ec_query_handler {
  128. struct list_head node;
  129. acpi_ec_query_func func;
  130. acpi_handle handle;
  131. void *data;
  132. u8 query_bit;
  133. struct kref kref;
  134. };
  135. struct transaction {
  136. const u8 *wdata;
  137. u8 *rdata;
  138. unsigned short irq_count;
  139. u8 command;
  140. u8 wi;
  141. u8 ri;
  142. u8 wlen;
  143. u8 rlen;
  144. u8 flags;
  145. };
  146. struct acpi_ec_query {
  147. struct transaction transaction;
  148. struct work_struct work;
  149. struct acpi_ec_query_handler *handler;
  150. };
  151. static int acpi_ec_query(struct acpi_ec *ec, u8 *data);
  152. static void advance_transaction(struct acpi_ec *ec);
  153. static void acpi_ec_event_handler(struct work_struct *work);
  154. static void acpi_ec_event_processor(struct work_struct *work);
  155. struct acpi_ec *boot_ec, *first_ec;
  156. EXPORT_SYMBOL(first_ec);
  157. static int EC_FLAGS_VALIDATE_ECDT; /* ASUStec ECDTs need to be validated */
  158. static int EC_FLAGS_SKIP_DSDT_SCAN; /* Not all BIOS survive early DSDT scan */
  159. static int EC_FLAGS_CLEAR_ON_RESUME; /* Needs acpi_ec_clear() on boot/resume */
  160. static int EC_FLAGS_QUERY_HANDSHAKE; /* Needs QR_EC issued when SCI_EVT set */
  161. /* --------------------------------------------------------------------------
  162. * Logging/Debugging
  163. * -------------------------------------------------------------------------- */
  164. /*
  165. * Splitters used by the developers to track the boundary of the EC
  166. * handling processes.
  167. */
  168. #ifdef DEBUG
  169. #define EC_DBG_SEP " "
  170. #define EC_DBG_DRV "+++++"
  171. #define EC_DBG_STM "====="
  172. #define EC_DBG_REQ "*****"
  173. #define EC_DBG_EVT "#####"
  174. #else
  175. #define EC_DBG_SEP ""
  176. #define EC_DBG_DRV
  177. #define EC_DBG_STM
  178. #define EC_DBG_REQ
  179. #define EC_DBG_EVT
  180. #endif
  181. #define ec_log_raw(fmt, ...) \
  182. pr_info(fmt "\n", ##__VA_ARGS__)
  183. #define ec_dbg_raw(fmt, ...) \
  184. pr_debug(fmt "\n", ##__VA_ARGS__)
  185. #define ec_log(filter, fmt, ...) \
  186. ec_log_raw(filter EC_DBG_SEP fmt EC_DBG_SEP filter, ##__VA_ARGS__)
  187. #define ec_dbg(filter, fmt, ...) \
  188. ec_dbg_raw(filter EC_DBG_SEP fmt EC_DBG_SEP filter, ##__VA_ARGS__)
  189. #define ec_log_drv(fmt, ...) \
  190. ec_log(EC_DBG_DRV, fmt, ##__VA_ARGS__)
  191. #define ec_dbg_drv(fmt, ...) \
  192. ec_dbg(EC_DBG_DRV, fmt, ##__VA_ARGS__)
  193. #define ec_dbg_stm(fmt, ...) \
  194. ec_dbg(EC_DBG_STM, fmt, ##__VA_ARGS__)
  195. #define ec_dbg_req(fmt, ...) \
  196. ec_dbg(EC_DBG_REQ, fmt, ##__VA_ARGS__)
  197. #define ec_dbg_evt(fmt, ...) \
  198. ec_dbg(EC_DBG_EVT, fmt, ##__VA_ARGS__)
  199. #define ec_dbg_ref(ec, fmt, ...) \
  200. ec_dbg_raw("%lu: " fmt, ec->reference_count, ## __VA_ARGS__)
  201. /* --------------------------------------------------------------------------
  202. * Device Flags
  203. * -------------------------------------------------------------------------- */
  204. static bool acpi_ec_started(struct acpi_ec *ec)
  205. {
  206. return test_bit(EC_FLAGS_STARTED, &ec->flags) &&
  207. !test_bit(EC_FLAGS_STOPPED, &ec->flags);
  208. }
  209. static bool acpi_ec_flushed(struct acpi_ec *ec)
  210. {
  211. return ec->reference_count == 1;
  212. }
  213. /* --------------------------------------------------------------------------
  214. * EC Registers
  215. * -------------------------------------------------------------------------- */
  216. static inline u8 acpi_ec_read_status(struct acpi_ec *ec)
  217. {
  218. u8 x = inb(ec->command_addr);
  219. ec_dbg_raw("EC_SC(R) = 0x%2.2x "
  220. "SCI_EVT=%d BURST=%d CMD=%d IBF=%d OBF=%d",
  221. x,
  222. !!(x & ACPI_EC_FLAG_SCI),
  223. !!(x & ACPI_EC_FLAG_BURST),
  224. !!(x & ACPI_EC_FLAG_CMD),
  225. !!(x & ACPI_EC_FLAG_IBF),
  226. !!(x & ACPI_EC_FLAG_OBF));
  227. return x;
  228. }
  229. static inline u8 acpi_ec_read_data(struct acpi_ec *ec)
  230. {
  231. u8 x = inb(ec->data_addr);
  232. ec->timestamp = jiffies;
  233. ec_dbg_raw("EC_DATA(R) = 0x%2.2x", x);
  234. return x;
  235. }
  236. static inline void acpi_ec_write_cmd(struct acpi_ec *ec, u8 command)
  237. {
  238. ec_dbg_raw("EC_SC(W) = 0x%2.2x", command);
  239. outb(command, ec->command_addr);
  240. ec->timestamp = jiffies;
  241. }
  242. static inline void acpi_ec_write_data(struct acpi_ec *ec, u8 data)
  243. {
  244. ec_dbg_raw("EC_DATA(W) = 0x%2.2x", data);
  245. outb(data, ec->data_addr);
  246. ec->timestamp = jiffies;
  247. }
  248. #ifdef DEBUG
  249. static const char *acpi_ec_cmd_string(u8 cmd)
  250. {
  251. switch (cmd) {
  252. case 0x80:
  253. return "RD_EC";
  254. case 0x81:
  255. return "WR_EC";
  256. case 0x82:
  257. return "BE_EC";
  258. case 0x83:
  259. return "BD_EC";
  260. case 0x84:
  261. return "QR_EC";
  262. }
  263. return "UNKNOWN";
  264. }
  265. #else
  266. #define acpi_ec_cmd_string(cmd) "UNDEF"
  267. #endif
  268. /* --------------------------------------------------------------------------
  269. * GPE Registers
  270. * -------------------------------------------------------------------------- */
  271. static inline bool acpi_ec_is_gpe_raised(struct acpi_ec *ec)
  272. {
  273. acpi_event_status gpe_status = 0;
  274. (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status);
  275. return (gpe_status & ACPI_EVENT_FLAG_STATUS_SET) ? true : false;
  276. }
  277. static inline void acpi_ec_enable_gpe(struct acpi_ec *ec, bool open)
  278. {
  279. if (open)
  280. acpi_enable_gpe(NULL, ec->gpe);
  281. else {
  282. BUG_ON(ec->reference_count < 1);
  283. acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE);
  284. }
  285. if (acpi_ec_is_gpe_raised(ec)) {
  286. /*
  287. * On some platforms, EN=1 writes cannot trigger GPE. So
  288. * software need to manually trigger a pseudo GPE event on
  289. * EN=1 writes.
  290. */
  291. ec_dbg_raw("Polling quirk");
  292. advance_transaction(ec);
  293. }
  294. }
  295. static inline void acpi_ec_disable_gpe(struct acpi_ec *ec, bool close)
  296. {
  297. if (close)
  298. acpi_disable_gpe(NULL, ec->gpe);
  299. else {
  300. BUG_ON(ec->reference_count < 1);
  301. acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE);
  302. }
  303. }
  304. static inline void acpi_ec_clear_gpe(struct acpi_ec *ec)
  305. {
  306. /*
  307. * GPE STS is a W1C register, which means:
  308. * 1. Software can clear it without worrying about clearing other
  309. * GPEs' STS bits when the hardware sets them in parallel.
  310. * 2. As long as software can ensure only clearing it when it is
  311. * set, hardware won't set it in parallel.
  312. * So software can clear GPE in any contexts.
  313. * Warning: do not move the check into advance_transaction() as the
  314. * EC commands will be sent without GPE raised.
  315. */
  316. if (!acpi_ec_is_gpe_raised(ec))
  317. return;
  318. acpi_clear_gpe(NULL, ec->gpe);
  319. }
  320. /* --------------------------------------------------------------------------
  321. * Transaction Management
  322. * -------------------------------------------------------------------------- */
  323. static void acpi_ec_submit_request(struct acpi_ec *ec)
  324. {
  325. ec->reference_count++;
  326. if (ec->reference_count == 1)
  327. acpi_ec_enable_gpe(ec, true);
  328. }
  329. static void acpi_ec_complete_request(struct acpi_ec *ec)
  330. {
  331. bool flushed = false;
  332. ec->reference_count--;
  333. if (ec->reference_count == 0)
  334. acpi_ec_disable_gpe(ec, true);
  335. flushed = acpi_ec_flushed(ec);
  336. if (flushed)
  337. wake_up(&ec->wait);
  338. }
  339. static void acpi_ec_set_storm(struct acpi_ec *ec, u8 flag)
  340. {
  341. if (!test_bit(flag, &ec->flags)) {
  342. acpi_ec_disable_gpe(ec, false);
  343. ec_dbg_drv("Polling enabled");
  344. set_bit(flag, &ec->flags);
  345. }
  346. }
  347. static void acpi_ec_clear_storm(struct acpi_ec *ec, u8 flag)
  348. {
  349. if (test_bit(flag, &ec->flags)) {
  350. clear_bit(flag, &ec->flags);
  351. acpi_ec_enable_gpe(ec, false);
  352. ec_dbg_drv("Polling disabled");
  353. }
  354. }
  355. /*
  356. * acpi_ec_submit_flushable_request() - Increase the reference count unless
  357. * the flush operation is not in
  358. * progress
  359. * @ec: the EC device
  360. *
  361. * This function must be used before taking a new action that should hold
  362. * the reference count. If this function returns false, then the action
  363. * must be discarded or it will prevent the flush operation from being
  364. * completed.
  365. */
  366. static bool acpi_ec_submit_flushable_request(struct acpi_ec *ec)
  367. {
  368. if (!acpi_ec_started(ec))
  369. return false;
  370. acpi_ec_submit_request(ec);
  371. return true;
  372. }
  373. static void acpi_ec_submit_query(struct acpi_ec *ec)
  374. {
  375. if (!test_and_set_bit(EC_FLAGS_QUERY_PENDING, &ec->flags)) {
  376. ec_dbg_evt("Command(%s) submitted/blocked",
  377. acpi_ec_cmd_string(ACPI_EC_COMMAND_QUERY));
  378. ec->nr_pending_queries++;
  379. schedule_work(&ec->work);
  380. }
  381. }
  382. static void acpi_ec_complete_query(struct acpi_ec *ec)
  383. {
  384. if (test_bit(EC_FLAGS_QUERY_PENDING, &ec->flags)) {
  385. clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags);
  386. ec_dbg_evt("Command(%s) unblocked",
  387. acpi_ec_cmd_string(ACPI_EC_COMMAND_QUERY));
  388. }
  389. }
  390. static bool acpi_ec_guard_event(struct acpi_ec *ec)
  391. {
  392. bool guarded = true;
  393. unsigned long flags;
  394. spin_lock_irqsave(&ec->lock, flags);
  395. /*
  396. * If firmware SCI_EVT clearing timing is "event", we actually
  397. * don't know when the SCI_EVT will be cleared by firmware after
  398. * evaluating _Qxx, so we need to re-check SCI_EVT after waiting an
  399. * acceptable period.
  400. *
  401. * The guarding period begins when EC_FLAGS_QUERY_PENDING is
  402. * flagged, which means SCI_EVT check has just been performed.
  403. * But if the current transaction is ACPI_EC_COMMAND_QUERY, the
  404. * guarding should have already been performed (via
  405. * EC_FLAGS_QUERY_GUARDING) and should not be applied so that the
  406. * ACPI_EC_COMMAND_QUERY transaction can be transitioned into
  407. * ACPI_EC_COMMAND_POLL state immediately.
  408. */
  409. if (ec_event_clearing == ACPI_EC_EVT_TIMING_STATUS ||
  410. ec_event_clearing == ACPI_EC_EVT_TIMING_QUERY ||
  411. !test_bit(EC_FLAGS_QUERY_PENDING, &ec->flags) ||
  412. (ec->curr && ec->curr->command == ACPI_EC_COMMAND_QUERY))
  413. guarded = false;
  414. spin_unlock_irqrestore(&ec->lock, flags);
  415. return guarded;
  416. }
  417. static int ec_transaction_polled(struct acpi_ec *ec)
  418. {
  419. unsigned long flags;
  420. int ret = 0;
  421. spin_lock_irqsave(&ec->lock, flags);
  422. if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_POLL))
  423. ret = 1;
  424. spin_unlock_irqrestore(&ec->lock, flags);
  425. return ret;
  426. }
  427. static int ec_transaction_completed(struct acpi_ec *ec)
  428. {
  429. unsigned long flags;
  430. int ret = 0;
  431. spin_lock_irqsave(&ec->lock, flags);
  432. if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_COMPLETE))
  433. ret = 1;
  434. spin_unlock_irqrestore(&ec->lock, flags);
  435. return ret;
  436. }
  437. static inline void ec_transaction_transition(struct acpi_ec *ec, unsigned long flag)
  438. {
  439. ec->curr->flags |= flag;
  440. if (ec->curr->command == ACPI_EC_COMMAND_QUERY) {
  441. if (ec_event_clearing == ACPI_EC_EVT_TIMING_STATUS &&
  442. flag == ACPI_EC_COMMAND_POLL)
  443. acpi_ec_complete_query(ec);
  444. if (ec_event_clearing == ACPI_EC_EVT_TIMING_QUERY &&
  445. flag == ACPI_EC_COMMAND_COMPLETE)
  446. acpi_ec_complete_query(ec);
  447. if (ec_event_clearing == ACPI_EC_EVT_TIMING_EVENT &&
  448. flag == ACPI_EC_COMMAND_COMPLETE)
  449. set_bit(EC_FLAGS_QUERY_GUARDING, &ec->flags);
  450. }
  451. }
  452. static void advance_transaction(struct acpi_ec *ec)
  453. {
  454. struct transaction *t;
  455. u8 status;
  456. bool wakeup = false;
  457. ec_dbg_stm("%s (%d)", in_interrupt() ? "IRQ" : "TASK",
  458. smp_processor_id());
  459. /*
  460. * By always clearing STS before handling all indications, we can
  461. * ensure a hardware STS 0->1 change after this clearing can always
  462. * trigger a GPE interrupt.
  463. */
  464. acpi_ec_clear_gpe(ec);
  465. status = acpi_ec_read_status(ec);
  466. t = ec->curr;
  467. /*
  468. * Another IRQ or a guarded polling mode advancement is detected,
  469. * the next QR_EC submission is then allowed.
  470. */
  471. if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) {
  472. if (ec_event_clearing == ACPI_EC_EVT_TIMING_EVENT &&
  473. (!ec->nr_pending_queries ||
  474. test_bit(EC_FLAGS_QUERY_GUARDING, &ec->flags))) {
  475. clear_bit(EC_FLAGS_QUERY_GUARDING, &ec->flags);
  476. acpi_ec_complete_query(ec);
  477. }
  478. }
  479. if (!t)
  480. goto err;
  481. if (t->flags & ACPI_EC_COMMAND_POLL) {
  482. if (t->wlen > t->wi) {
  483. if ((status & ACPI_EC_FLAG_IBF) == 0)
  484. acpi_ec_write_data(ec, t->wdata[t->wi++]);
  485. else
  486. goto err;
  487. } else if (t->rlen > t->ri) {
  488. if ((status & ACPI_EC_FLAG_OBF) == 1) {
  489. t->rdata[t->ri++] = acpi_ec_read_data(ec);
  490. if (t->rlen == t->ri) {
  491. ec_transaction_transition(ec, ACPI_EC_COMMAND_COMPLETE);
  492. if (t->command == ACPI_EC_COMMAND_QUERY)
  493. ec_dbg_evt("Command(%s) completed by hardware",
  494. acpi_ec_cmd_string(ACPI_EC_COMMAND_QUERY));
  495. wakeup = true;
  496. }
  497. } else
  498. goto err;
  499. } else if (t->wlen == t->wi &&
  500. (status & ACPI_EC_FLAG_IBF) == 0) {
  501. ec_transaction_transition(ec, ACPI_EC_COMMAND_COMPLETE);
  502. wakeup = true;
  503. }
  504. goto out;
  505. } else {
  506. if (EC_FLAGS_QUERY_HANDSHAKE &&
  507. !(status & ACPI_EC_FLAG_SCI) &&
  508. (t->command == ACPI_EC_COMMAND_QUERY)) {
  509. ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL);
  510. t->rdata[t->ri++] = 0x00;
  511. ec_transaction_transition(ec, ACPI_EC_COMMAND_COMPLETE);
  512. ec_dbg_evt("Command(%s) completed by software",
  513. acpi_ec_cmd_string(ACPI_EC_COMMAND_QUERY));
  514. wakeup = true;
  515. } else if ((status & ACPI_EC_FLAG_IBF) == 0) {
  516. acpi_ec_write_cmd(ec, t->command);
  517. ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL);
  518. } else
  519. goto err;
  520. goto out;
  521. }
  522. err:
  523. /*
  524. * If SCI bit is set, then don't think it's a false IRQ
  525. * otherwise will take a not handled IRQ as a false one.
  526. */
  527. if (!(status & ACPI_EC_FLAG_SCI)) {
  528. if (in_interrupt() && t) {
  529. if (t->irq_count < ec_storm_threshold)
  530. ++t->irq_count;
  531. /* Allow triggering on 0 threshold */
  532. if (t->irq_count == ec_storm_threshold)
  533. acpi_ec_set_storm(ec, EC_FLAGS_COMMAND_STORM);
  534. }
  535. }
  536. out:
  537. if (status & ACPI_EC_FLAG_SCI)
  538. acpi_ec_submit_query(ec);
  539. if (wakeup && in_interrupt())
  540. wake_up(&ec->wait);
  541. }
  542. static void start_transaction(struct acpi_ec *ec)
  543. {
  544. ec->curr->irq_count = ec->curr->wi = ec->curr->ri = 0;
  545. ec->curr->flags = 0;
  546. }
  547. static int ec_guard(struct acpi_ec *ec)
  548. {
  549. unsigned long guard = usecs_to_jiffies(ec_polling_guard);
  550. unsigned long timeout = ec->timestamp + guard;
  551. /* Ensure guarding period before polling EC status */
  552. do {
  553. if (ec_busy_polling) {
  554. /* Perform busy polling */
  555. if (ec_transaction_completed(ec))
  556. return 0;
  557. udelay(jiffies_to_usecs(guard));
  558. } else {
  559. /*
  560. * Perform wait polling
  561. * 1. Wait the transaction to be completed by the
  562. * GPE handler after the transaction enters
  563. * ACPI_EC_COMMAND_POLL state.
  564. * 2. A special guarding logic is also required
  565. * for event clearing mode "event" before the
  566. * transaction enters ACPI_EC_COMMAND_POLL
  567. * state.
  568. */
  569. if (!ec_transaction_polled(ec) &&
  570. !acpi_ec_guard_event(ec))
  571. break;
  572. if (wait_event_timeout(ec->wait,
  573. ec_transaction_completed(ec),
  574. guard))
  575. return 0;
  576. }
  577. } while (time_before(jiffies, timeout));
  578. return -ETIME;
  579. }
  580. static int ec_poll(struct acpi_ec *ec)
  581. {
  582. unsigned long flags;
  583. int repeat = 5; /* number of command restarts */
  584. while (repeat--) {
  585. unsigned long delay = jiffies +
  586. msecs_to_jiffies(ec_delay);
  587. do {
  588. if (!ec_guard(ec))
  589. return 0;
  590. spin_lock_irqsave(&ec->lock, flags);
  591. advance_transaction(ec);
  592. spin_unlock_irqrestore(&ec->lock, flags);
  593. } while (time_before(jiffies, delay));
  594. pr_debug("controller reset, restart transaction\n");
  595. spin_lock_irqsave(&ec->lock, flags);
  596. start_transaction(ec);
  597. spin_unlock_irqrestore(&ec->lock, flags);
  598. }
  599. return -ETIME;
  600. }
  601. static int acpi_ec_transaction_unlocked(struct acpi_ec *ec,
  602. struct transaction *t)
  603. {
  604. unsigned long tmp;
  605. int ret = 0;
  606. /* start transaction */
  607. spin_lock_irqsave(&ec->lock, tmp);
  608. /* Enable GPE for command processing (IBF=0/OBF=1) */
  609. if (!acpi_ec_submit_flushable_request(ec)) {
  610. ret = -EINVAL;
  611. goto unlock;
  612. }
  613. ec_dbg_ref(ec, "Increase command");
  614. /* following two actions should be kept atomic */
  615. ec->curr = t;
  616. ec_dbg_req("Command(%s) started", acpi_ec_cmd_string(t->command));
  617. start_transaction(ec);
  618. spin_unlock_irqrestore(&ec->lock, tmp);
  619. ret = ec_poll(ec);
  620. spin_lock_irqsave(&ec->lock, tmp);
  621. if (t->irq_count == ec_storm_threshold)
  622. acpi_ec_clear_storm(ec, EC_FLAGS_COMMAND_STORM);
  623. ec_dbg_req("Command(%s) stopped", acpi_ec_cmd_string(t->command));
  624. ec->curr = NULL;
  625. /* Disable GPE for command processing (IBF=0/OBF=1) */
  626. acpi_ec_complete_request(ec);
  627. ec_dbg_ref(ec, "Decrease command");
  628. unlock:
  629. spin_unlock_irqrestore(&ec->lock, tmp);
  630. return ret;
  631. }
  632. static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t)
  633. {
  634. int status;
  635. u32 glk;
  636. if (!ec || (!t) || (t->wlen && !t->wdata) || (t->rlen && !t->rdata))
  637. return -EINVAL;
  638. if (t->rdata)
  639. memset(t->rdata, 0, t->rlen);
  640. mutex_lock(&ec->mutex);
  641. if (ec->global_lock) {
  642. status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &glk);
  643. if (ACPI_FAILURE(status)) {
  644. status = -ENODEV;
  645. goto unlock;
  646. }
  647. }
  648. status = acpi_ec_transaction_unlocked(ec, t);
  649. if (ec->global_lock)
  650. acpi_release_global_lock(glk);
  651. unlock:
  652. mutex_unlock(&ec->mutex);
  653. return status;
  654. }
  655. static int acpi_ec_burst_enable(struct acpi_ec *ec)
  656. {
  657. u8 d;
  658. struct transaction t = {.command = ACPI_EC_BURST_ENABLE,
  659. .wdata = NULL, .rdata = &d,
  660. .wlen = 0, .rlen = 1};
  661. return acpi_ec_transaction(ec, &t);
  662. }
  663. static int acpi_ec_burst_disable(struct acpi_ec *ec)
  664. {
  665. struct transaction t = {.command = ACPI_EC_BURST_DISABLE,
  666. .wdata = NULL, .rdata = NULL,
  667. .wlen = 0, .rlen = 0};
  668. return (acpi_ec_read_status(ec) & ACPI_EC_FLAG_BURST) ?
  669. acpi_ec_transaction(ec, &t) : 0;
  670. }
  671. static int acpi_ec_read(struct acpi_ec *ec, u8 address, u8 *data)
  672. {
  673. int result;
  674. u8 d;
  675. struct transaction t = {.command = ACPI_EC_COMMAND_READ,
  676. .wdata = &address, .rdata = &d,
  677. .wlen = 1, .rlen = 1};
  678. result = acpi_ec_transaction(ec, &t);
  679. *data = d;
  680. return result;
  681. }
  682. static int acpi_ec_write(struct acpi_ec *ec, u8 address, u8 data)
  683. {
  684. u8 wdata[2] = { address, data };
  685. struct transaction t = {.command = ACPI_EC_COMMAND_WRITE,
  686. .wdata = wdata, .rdata = NULL,
  687. .wlen = 2, .rlen = 0};
  688. return acpi_ec_transaction(ec, &t);
  689. }
  690. int ec_read(u8 addr, u8 *val)
  691. {
  692. int err;
  693. u8 temp_data;
  694. if (!first_ec)
  695. return -ENODEV;
  696. err = acpi_ec_read(first_ec, addr, &temp_data);
  697. if (!err) {
  698. *val = temp_data;
  699. return 0;
  700. }
  701. return err;
  702. }
  703. EXPORT_SYMBOL(ec_read);
  704. int ec_write(u8 addr, u8 val)
  705. {
  706. int err;
  707. if (!first_ec)
  708. return -ENODEV;
  709. err = acpi_ec_write(first_ec, addr, val);
  710. return err;
  711. }
  712. EXPORT_SYMBOL(ec_write);
  713. int ec_transaction(u8 command,
  714. const u8 *wdata, unsigned wdata_len,
  715. u8 *rdata, unsigned rdata_len)
  716. {
  717. struct transaction t = {.command = command,
  718. .wdata = wdata, .rdata = rdata,
  719. .wlen = wdata_len, .rlen = rdata_len};
  720. if (!first_ec)
  721. return -ENODEV;
  722. return acpi_ec_transaction(first_ec, &t);
  723. }
  724. EXPORT_SYMBOL(ec_transaction);
  725. /* Get the handle to the EC device */
  726. acpi_handle ec_get_handle(void)
  727. {
  728. if (!first_ec)
  729. return NULL;
  730. return first_ec->handle;
  731. }
  732. EXPORT_SYMBOL(ec_get_handle);
  733. /*
  734. * Process _Q events that might have accumulated in the EC.
  735. * Run with locked ec mutex.
  736. */
  737. static void acpi_ec_clear(struct acpi_ec *ec)
  738. {
  739. int i, status;
  740. u8 value = 0;
  741. for (i = 0; i < ACPI_EC_CLEAR_MAX; i++) {
  742. status = acpi_ec_query(ec, &value);
  743. if (status || !value)
  744. break;
  745. }
  746. if (unlikely(i == ACPI_EC_CLEAR_MAX))
  747. pr_warn("Warning: Maximum of %d stale EC events cleared\n", i);
  748. else
  749. pr_info("%d stale EC events cleared\n", i);
  750. }
  751. static void acpi_ec_start(struct acpi_ec *ec, bool resuming)
  752. {
  753. unsigned long flags;
  754. spin_lock_irqsave(&ec->lock, flags);
  755. if (!test_and_set_bit(EC_FLAGS_STARTED, &ec->flags)) {
  756. ec_dbg_drv("Starting EC");
  757. /* Enable GPE for event processing (SCI_EVT=1) */
  758. if (!resuming) {
  759. acpi_ec_submit_request(ec);
  760. ec_dbg_ref(ec, "Increase driver");
  761. }
  762. ec_log_drv("EC started");
  763. }
  764. spin_unlock_irqrestore(&ec->lock, flags);
  765. }
  766. static bool acpi_ec_stopped(struct acpi_ec *ec)
  767. {
  768. unsigned long flags;
  769. bool flushed;
  770. spin_lock_irqsave(&ec->lock, flags);
  771. flushed = acpi_ec_flushed(ec);
  772. spin_unlock_irqrestore(&ec->lock, flags);
  773. return flushed;
  774. }
  775. static void acpi_ec_stop(struct acpi_ec *ec, bool suspending)
  776. {
  777. unsigned long flags;
  778. spin_lock_irqsave(&ec->lock, flags);
  779. if (acpi_ec_started(ec)) {
  780. ec_dbg_drv("Stopping EC");
  781. set_bit(EC_FLAGS_STOPPED, &ec->flags);
  782. spin_unlock_irqrestore(&ec->lock, flags);
  783. wait_event(ec->wait, acpi_ec_stopped(ec));
  784. spin_lock_irqsave(&ec->lock, flags);
  785. /* Disable GPE for event processing (SCI_EVT=1) */
  786. if (!suspending) {
  787. acpi_ec_complete_request(ec);
  788. ec_dbg_ref(ec, "Decrease driver");
  789. }
  790. clear_bit(EC_FLAGS_STARTED, &ec->flags);
  791. clear_bit(EC_FLAGS_STOPPED, &ec->flags);
  792. ec_log_drv("EC stopped");
  793. }
  794. spin_unlock_irqrestore(&ec->lock, flags);
  795. }
  796. void acpi_ec_block_transactions(void)
  797. {
  798. struct acpi_ec *ec = first_ec;
  799. if (!ec)
  800. return;
  801. mutex_lock(&ec->mutex);
  802. /* Prevent transactions from being carried out */
  803. acpi_ec_stop(ec, true);
  804. mutex_unlock(&ec->mutex);
  805. }
  806. void acpi_ec_unblock_transactions(void)
  807. {
  808. struct acpi_ec *ec = first_ec;
  809. if (!ec)
  810. return;
  811. /* Allow transactions to be carried out again */
  812. acpi_ec_start(ec, true);
  813. if (EC_FLAGS_CLEAR_ON_RESUME)
  814. acpi_ec_clear(ec);
  815. }
  816. void acpi_ec_unblock_transactions_early(void)
  817. {
  818. /*
  819. * Allow transactions to happen again (this function is called from
  820. * atomic context during wakeup, so we don't need to acquire the mutex).
  821. */
  822. if (first_ec)
  823. acpi_ec_start(first_ec, true);
  824. }
  825. /* --------------------------------------------------------------------------
  826. Event Management
  827. -------------------------------------------------------------------------- */
  828. static struct acpi_ec_query_handler *
  829. acpi_ec_get_query_handler(struct acpi_ec_query_handler *handler)
  830. {
  831. if (handler)
  832. kref_get(&handler->kref);
  833. return handler;
  834. }
  835. static struct acpi_ec_query_handler *
  836. acpi_ec_get_query_handler_by_value(struct acpi_ec *ec, u8 value)
  837. {
  838. struct acpi_ec_query_handler *handler;
  839. bool found = false;
  840. mutex_lock(&ec->mutex);
  841. list_for_each_entry(handler, &ec->list, node) {
  842. if (value == handler->query_bit) {
  843. found = true;
  844. break;
  845. }
  846. }
  847. mutex_unlock(&ec->mutex);
  848. return found ? acpi_ec_get_query_handler(handler) : NULL;
  849. }
  850. static void acpi_ec_query_handler_release(struct kref *kref)
  851. {
  852. struct acpi_ec_query_handler *handler =
  853. container_of(kref, struct acpi_ec_query_handler, kref);
  854. kfree(handler);
  855. }
  856. static void acpi_ec_put_query_handler(struct acpi_ec_query_handler *handler)
  857. {
  858. kref_put(&handler->kref, acpi_ec_query_handler_release);
  859. }
  860. int acpi_ec_add_query_handler(struct acpi_ec *ec, u8 query_bit,
  861. acpi_handle handle, acpi_ec_query_func func,
  862. void *data)
  863. {
  864. struct acpi_ec_query_handler *handler =
  865. kzalloc(sizeof(struct acpi_ec_query_handler), GFP_KERNEL);
  866. if (!handler)
  867. return -ENOMEM;
  868. handler->query_bit = query_bit;
  869. handler->handle = handle;
  870. handler->func = func;
  871. handler->data = data;
  872. mutex_lock(&ec->mutex);
  873. kref_init(&handler->kref);
  874. list_add(&handler->node, &ec->list);
  875. mutex_unlock(&ec->mutex);
  876. return 0;
  877. }
  878. EXPORT_SYMBOL_GPL(acpi_ec_add_query_handler);
  879. static void acpi_ec_remove_query_handlers(struct acpi_ec *ec,
  880. bool remove_all, u8 query_bit)
  881. {
  882. struct acpi_ec_query_handler *handler, *tmp;
  883. LIST_HEAD(free_list);
  884. mutex_lock(&ec->mutex);
  885. list_for_each_entry_safe(handler, tmp, &ec->list, node) {
  886. if (remove_all || query_bit == handler->query_bit) {
  887. list_del_init(&handler->node);
  888. list_add(&handler->node, &free_list);
  889. }
  890. }
  891. mutex_unlock(&ec->mutex);
  892. list_for_each_entry_safe(handler, tmp, &free_list, node)
  893. acpi_ec_put_query_handler(handler);
  894. }
  895. void acpi_ec_remove_query_handler(struct acpi_ec *ec, u8 query_bit)
  896. {
  897. acpi_ec_remove_query_handlers(ec, false, query_bit);
  898. }
  899. EXPORT_SYMBOL_GPL(acpi_ec_remove_query_handler);
  900. static struct acpi_ec_query *acpi_ec_create_query(u8 *pval)
  901. {
  902. struct acpi_ec_query *q;
  903. struct transaction *t;
  904. q = kzalloc(sizeof (struct acpi_ec_query), GFP_KERNEL);
  905. if (!q)
  906. return NULL;
  907. INIT_WORK(&q->work, acpi_ec_event_processor);
  908. t = &q->transaction;
  909. t->command = ACPI_EC_COMMAND_QUERY;
  910. t->rdata = pval;
  911. t->rlen = 1;
  912. return q;
  913. }
  914. static void acpi_ec_delete_query(struct acpi_ec_query *q)
  915. {
  916. if (q) {
  917. if (q->handler)
  918. acpi_ec_put_query_handler(q->handler);
  919. kfree(q);
  920. }
  921. }
  922. static void acpi_ec_event_processor(struct work_struct *work)
  923. {
  924. struct acpi_ec_query *q = container_of(work, struct acpi_ec_query, work);
  925. struct acpi_ec_query_handler *handler = q->handler;
  926. ec_dbg_evt("Query(0x%02x) started", handler->query_bit);
  927. if (handler->func)
  928. handler->func(handler->data);
  929. else if (handler->handle)
  930. acpi_evaluate_object(handler->handle, NULL, NULL, NULL);
  931. ec_dbg_evt("Query(0x%02x) stopped", handler->query_bit);
  932. acpi_ec_delete_query(q);
  933. }
  934. static int acpi_ec_query(struct acpi_ec *ec, u8 *data)
  935. {
  936. u8 value = 0;
  937. int result;
  938. struct acpi_ec_query *q;
  939. q = acpi_ec_create_query(&value);
  940. if (!q)
  941. return -ENOMEM;
  942. /*
  943. * Query the EC to find out which _Qxx method we need to evaluate.
  944. * Note that successful completion of the query causes the ACPI_EC_SCI
  945. * bit to be cleared (and thus clearing the interrupt source).
  946. */
  947. result = acpi_ec_transaction(ec, &q->transaction);
  948. if (!value)
  949. result = -ENODATA;
  950. if (result)
  951. goto err_exit;
  952. q->handler = acpi_ec_get_query_handler_by_value(ec, value);
  953. if (!q->handler) {
  954. result = -ENODATA;
  955. goto err_exit;
  956. }
  957. /*
  958. * It is reported that _Qxx are evaluated in a parallel way on
  959. * Windows:
  960. * https://bugzilla.kernel.org/show_bug.cgi?id=94411
  961. *
  962. * Put this log entry before schedule_work() in order to make
  963. * it appearing before any other log entries occurred during the
  964. * work queue execution.
  965. */
  966. ec_dbg_evt("Query(0x%02x) scheduled", value);
  967. if (!schedule_work(&q->work)) {
  968. ec_dbg_evt("Query(0x%02x) overlapped", value);
  969. result = -EBUSY;
  970. }
  971. err_exit:
  972. if (result)
  973. acpi_ec_delete_query(q);
  974. if (data)
  975. *data = value;
  976. return result;
  977. }
  978. static void acpi_ec_check_event(struct acpi_ec *ec)
  979. {
  980. unsigned long flags;
  981. if (ec_event_clearing == ACPI_EC_EVT_TIMING_EVENT) {
  982. if (ec_guard(ec)) {
  983. spin_lock_irqsave(&ec->lock, flags);
  984. /*
  985. * Take care of the SCI_EVT unless no one else is
  986. * taking care of it.
  987. */
  988. if (!ec->curr)
  989. advance_transaction(ec);
  990. spin_unlock_irqrestore(&ec->lock, flags);
  991. }
  992. }
  993. }
  994. static void acpi_ec_event_handler(struct work_struct *work)
  995. {
  996. unsigned long flags;
  997. struct acpi_ec *ec = container_of(work, struct acpi_ec, work);
  998. ec_dbg_evt("Event started");
  999. spin_lock_irqsave(&ec->lock, flags);
  1000. while (ec->nr_pending_queries) {
  1001. spin_unlock_irqrestore(&ec->lock, flags);
  1002. (void)acpi_ec_query(ec, NULL);
  1003. spin_lock_irqsave(&ec->lock, flags);
  1004. ec->nr_pending_queries--;
  1005. /*
  1006. * Before exit, make sure that this work item can be
  1007. * scheduled again. There might be QR_EC failures, leaving
  1008. * EC_FLAGS_QUERY_PENDING uncleared and preventing this work
  1009. * item from being scheduled again.
  1010. */
  1011. if (!ec->nr_pending_queries) {
  1012. if (ec_event_clearing == ACPI_EC_EVT_TIMING_STATUS ||
  1013. ec_event_clearing == ACPI_EC_EVT_TIMING_QUERY)
  1014. acpi_ec_complete_query(ec);
  1015. }
  1016. }
  1017. spin_unlock_irqrestore(&ec->lock, flags);
  1018. ec_dbg_evt("Event stopped");
  1019. acpi_ec_check_event(ec);
  1020. }
  1021. static u32 acpi_ec_gpe_handler(acpi_handle gpe_device,
  1022. u32 gpe_number, void *data)
  1023. {
  1024. unsigned long flags;
  1025. struct acpi_ec *ec = data;
  1026. spin_lock_irqsave(&ec->lock, flags);
  1027. advance_transaction(ec);
  1028. spin_unlock_irqrestore(&ec->lock, flags);
  1029. return ACPI_INTERRUPT_HANDLED;
  1030. }
  1031. /* --------------------------------------------------------------------------
  1032. * Address Space Management
  1033. * -------------------------------------------------------------------------- */
  1034. static acpi_status
  1035. acpi_ec_space_handler(u32 function, acpi_physical_address address,
  1036. u32 bits, u64 *value64,
  1037. void *handler_context, void *region_context)
  1038. {
  1039. struct acpi_ec *ec = handler_context;
  1040. int result = 0, i, bytes = bits / 8;
  1041. u8 *value = (u8 *)value64;
  1042. if ((address > 0xFF) || !value || !handler_context)
  1043. return AE_BAD_PARAMETER;
  1044. if (function != ACPI_READ && function != ACPI_WRITE)
  1045. return AE_BAD_PARAMETER;
  1046. if (ec_busy_polling || bits > 8)
  1047. acpi_ec_burst_enable(ec);
  1048. for (i = 0; i < bytes; ++i, ++address, ++value)
  1049. result = (function == ACPI_READ) ?
  1050. acpi_ec_read(ec, address, value) :
  1051. acpi_ec_write(ec, address, *value);
  1052. if (ec_busy_polling || bits > 8)
  1053. acpi_ec_burst_disable(ec);
  1054. switch (result) {
  1055. case -EINVAL:
  1056. return AE_BAD_PARAMETER;
  1057. case -ENODEV:
  1058. return AE_NOT_FOUND;
  1059. case -ETIME:
  1060. return AE_TIME;
  1061. default:
  1062. return AE_OK;
  1063. }
  1064. }
  1065. /* --------------------------------------------------------------------------
  1066. * Driver Interface
  1067. * -------------------------------------------------------------------------- */
  1068. static acpi_status
  1069. ec_parse_io_ports(struct acpi_resource *resource, void *context);
  1070. static struct acpi_ec *make_acpi_ec(void)
  1071. {
  1072. struct acpi_ec *ec = kzalloc(sizeof(struct acpi_ec), GFP_KERNEL);
  1073. if (!ec)
  1074. return NULL;
  1075. ec->flags = 1 << EC_FLAGS_QUERY_PENDING;
  1076. mutex_init(&ec->mutex);
  1077. init_waitqueue_head(&ec->wait);
  1078. INIT_LIST_HEAD(&ec->list);
  1079. spin_lock_init(&ec->lock);
  1080. INIT_WORK(&ec->work, acpi_ec_event_handler);
  1081. ec->timestamp = jiffies;
  1082. return ec;
  1083. }
  1084. static acpi_status
  1085. acpi_ec_register_query_methods(acpi_handle handle, u32 level,
  1086. void *context, void **return_value)
  1087. {
  1088. char node_name[5];
  1089. struct acpi_buffer buffer = { sizeof(node_name), node_name };
  1090. struct acpi_ec *ec = context;
  1091. int value = 0;
  1092. acpi_status status;
  1093. status = acpi_get_name(handle, ACPI_SINGLE_NAME, &buffer);
  1094. if (ACPI_SUCCESS(status) && sscanf(node_name, "_Q%x", &value) == 1)
  1095. acpi_ec_add_query_handler(ec, value, handle, NULL, NULL);
  1096. return AE_OK;
  1097. }
  1098. static acpi_status
  1099. ec_parse_device(acpi_handle handle, u32 Level, void *context, void **retval)
  1100. {
  1101. acpi_status status;
  1102. unsigned long long tmp = 0;
  1103. struct acpi_ec *ec = context;
  1104. /* clear addr values, ec_parse_io_ports depend on it */
  1105. ec->command_addr = ec->data_addr = 0;
  1106. status = acpi_walk_resources(handle, METHOD_NAME__CRS,
  1107. ec_parse_io_ports, ec);
  1108. if (ACPI_FAILURE(status))
  1109. return status;
  1110. /* Get GPE bit assignment (EC events). */
  1111. /* TODO: Add support for _GPE returning a package */
  1112. status = acpi_evaluate_integer(handle, "_GPE", NULL, &tmp);
  1113. if (ACPI_FAILURE(status))
  1114. return status;
  1115. ec->gpe = tmp;
  1116. /* Use the global lock for all EC transactions? */
  1117. tmp = 0;
  1118. acpi_evaluate_integer(handle, "_GLK", NULL, &tmp);
  1119. ec->global_lock = tmp;
  1120. ec->handle = handle;
  1121. return AE_CTRL_TERMINATE;
  1122. }
  1123. static int ec_install_handlers(struct acpi_ec *ec)
  1124. {
  1125. acpi_status status;
  1126. if (test_bit(EC_FLAGS_HANDLERS_INSTALLED, &ec->flags))
  1127. return 0;
  1128. status = acpi_install_gpe_raw_handler(NULL, ec->gpe,
  1129. ACPI_GPE_EDGE_TRIGGERED,
  1130. &acpi_ec_gpe_handler, ec);
  1131. if (ACPI_FAILURE(status))
  1132. return -ENODEV;
  1133. acpi_ec_start(ec, false);
  1134. status = acpi_install_address_space_handler(ec->handle,
  1135. ACPI_ADR_SPACE_EC,
  1136. &acpi_ec_space_handler,
  1137. NULL, ec);
  1138. if (ACPI_FAILURE(status)) {
  1139. if (status == AE_NOT_FOUND) {
  1140. /*
  1141. * Maybe OS fails in evaluating the _REG object.
  1142. * The AE_NOT_FOUND error will be ignored and OS
  1143. * continue to initialize EC.
  1144. */
  1145. pr_err("Fail in evaluating the _REG object"
  1146. " of EC device. Broken bios is suspected.\n");
  1147. } else {
  1148. acpi_ec_stop(ec, false);
  1149. acpi_remove_gpe_handler(NULL, ec->gpe,
  1150. &acpi_ec_gpe_handler);
  1151. return -ENODEV;
  1152. }
  1153. }
  1154. set_bit(EC_FLAGS_HANDLERS_INSTALLED, &ec->flags);
  1155. return 0;
  1156. }
  1157. static void ec_remove_handlers(struct acpi_ec *ec)
  1158. {
  1159. if (!test_bit(EC_FLAGS_HANDLERS_INSTALLED, &ec->flags))
  1160. return;
  1161. acpi_ec_stop(ec, false);
  1162. if (ACPI_FAILURE(acpi_remove_address_space_handler(ec->handle,
  1163. ACPI_ADR_SPACE_EC, &acpi_ec_space_handler)))
  1164. pr_err("failed to remove space handler\n");
  1165. if (ACPI_FAILURE(acpi_remove_gpe_handler(NULL, ec->gpe,
  1166. &acpi_ec_gpe_handler)))
  1167. pr_err("failed to remove gpe handler\n");
  1168. clear_bit(EC_FLAGS_HANDLERS_INSTALLED, &ec->flags);
  1169. }
  1170. static int acpi_ec_add(struct acpi_device *device)
  1171. {
  1172. struct acpi_ec *ec = NULL;
  1173. int ret;
  1174. strcpy(acpi_device_name(device), ACPI_EC_DEVICE_NAME);
  1175. strcpy(acpi_device_class(device), ACPI_EC_CLASS);
  1176. /* Check for boot EC */
  1177. if (boot_ec &&
  1178. (boot_ec->handle == device->handle ||
  1179. boot_ec->handle == ACPI_ROOT_OBJECT)) {
  1180. ec = boot_ec;
  1181. boot_ec = NULL;
  1182. } else {
  1183. ec = make_acpi_ec();
  1184. if (!ec)
  1185. return -ENOMEM;
  1186. }
  1187. if (ec_parse_device(device->handle, 0, ec, NULL) !=
  1188. AE_CTRL_TERMINATE) {
  1189. kfree(ec);
  1190. return -EINVAL;
  1191. }
  1192. /* Find and register all query methods */
  1193. acpi_walk_namespace(ACPI_TYPE_METHOD, ec->handle, 1,
  1194. acpi_ec_register_query_methods, NULL, ec, NULL);
  1195. if (!first_ec)
  1196. first_ec = ec;
  1197. device->driver_data = ec;
  1198. ret = !!request_region(ec->data_addr, 1, "EC data");
  1199. WARN(!ret, "Could not request EC data io port 0x%lx", ec->data_addr);
  1200. ret = !!request_region(ec->command_addr, 1, "EC cmd");
  1201. WARN(!ret, "Could not request EC cmd io port 0x%lx", ec->command_addr);
  1202. pr_info("GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx\n",
  1203. ec->gpe, ec->command_addr, ec->data_addr);
  1204. ret = ec_install_handlers(ec);
  1205. /* Reprobe devices depending on the EC */
  1206. acpi_walk_dep_device_list(ec->handle);
  1207. /* EC is fully operational, allow queries */
  1208. clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags);
  1209. /* Clear stale _Q events if hardware might require that */
  1210. if (EC_FLAGS_CLEAR_ON_RESUME)
  1211. acpi_ec_clear(ec);
  1212. return ret;
  1213. }
  1214. static int acpi_ec_remove(struct acpi_device *device)
  1215. {
  1216. struct acpi_ec *ec;
  1217. if (!device)
  1218. return -EINVAL;
  1219. ec = acpi_driver_data(device);
  1220. ec_remove_handlers(ec);
  1221. acpi_ec_remove_query_handlers(ec, true, 0);
  1222. release_region(ec->data_addr, 1);
  1223. release_region(ec->command_addr, 1);
  1224. device->driver_data = NULL;
  1225. if (ec == first_ec)
  1226. first_ec = NULL;
  1227. kfree(ec);
  1228. return 0;
  1229. }
  1230. static acpi_status
  1231. ec_parse_io_ports(struct acpi_resource *resource, void *context)
  1232. {
  1233. struct acpi_ec *ec = context;
  1234. if (resource->type != ACPI_RESOURCE_TYPE_IO)
  1235. return AE_OK;
  1236. /*
  1237. * The first address region returned is the data port, and
  1238. * the second address region returned is the status/command
  1239. * port.
  1240. */
  1241. if (ec->data_addr == 0)
  1242. ec->data_addr = resource->data.io.minimum;
  1243. else if (ec->command_addr == 0)
  1244. ec->command_addr = resource->data.io.minimum;
  1245. else
  1246. return AE_CTRL_TERMINATE;
  1247. return AE_OK;
  1248. }
  1249. int __init acpi_boot_ec_enable(void)
  1250. {
  1251. if (!boot_ec || test_bit(EC_FLAGS_HANDLERS_INSTALLED, &boot_ec->flags))
  1252. return 0;
  1253. if (!ec_install_handlers(boot_ec)) {
  1254. first_ec = boot_ec;
  1255. return 0;
  1256. }
  1257. return -EFAULT;
  1258. }
  1259. static const struct acpi_device_id ec_device_ids[] = {
  1260. {"PNP0C09", 0},
  1261. {"", 0},
  1262. };
  1263. /* Some BIOS do not survive early DSDT scan, skip it */
  1264. static int ec_skip_dsdt_scan(const struct dmi_system_id *id)
  1265. {
  1266. EC_FLAGS_SKIP_DSDT_SCAN = 1;
  1267. return 0;
  1268. }
  1269. /* ASUStek often supplies us with broken ECDT, validate it */
  1270. static int ec_validate_ecdt(const struct dmi_system_id *id)
  1271. {
  1272. EC_FLAGS_VALIDATE_ECDT = 1;
  1273. return 0;
  1274. }
  1275. #if 0
  1276. /*
  1277. * Some EC firmware variations refuses to respond QR_EC when SCI_EVT is not
  1278. * set, for which case, we complete the QR_EC without issuing it to the
  1279. * firmware.
  1280. * https://bugzilla.kernel.org/show_bug.cgi?id=82611
  1281. * https://bugzilla.kernel.org/show_bug.cgi?id=97381
  1282. */
  1283. static int ec_flag_query_handshake(const struct dmi_system_id *id)
  1284. {
  1285. pr_debug("Detected the EC firmware requiring QR_EC issued when SCI_EVT set\n");
  1286. EC_FLAGS_QUERY_HANDSHAKE = 1;
  1287. return 0;
  1288. }
  1289. #endif
  1290. /*
  1291. * On some hardware it is necessary to clear events accumulated by the EC during
  1292. * sleep. These ECs stop reporting GPEs until they are manually polled, if too
  1293. * many events are accumulated. (e.g. Samsung Series 5/9 notebooks)
  1294. *
  1295. * https://bugzilla.kernel.org/show_bug.cgi?id=44161
  1296. *
  1297. * Ideally, the EC should also be instructed NOT to accumulate events during
  1298. * sleep (which Windows seems to do somehow), but the interface to control this
  1299. * behaviour is not known at this time.
  1300. *
  1301. * Models known to be affected are Samsung 530Uxx/535Uxx/540Uxx/550Pxx/900Xxx,
  1302. * however it is very likely that other Samsung models are affected.
  1303. *
  1304. * On systems which don't accumulate _Q events during sleep, this extra check
  1305. * should be harmless.
  1306. */
  1307. static int ec_clear_on_resume(const struct dmi_system_id *id)
  1308. {
  1309. pr_debug("Detected system needing EC poll on resume.\n");
  1310. EC_FLAGS_CLEAR_ON_RESUME = 1;
  1311. ec_event_clearing = ACPI_EC_EVT_TIMING_STATUS;
  1312. return 0;
  1313. }
  1314. static struct dmi_system_id ec_dmi_table[] __initdata = {
  1315. {
  1316. ec_skip_dsdt_scan, "Compal JFL92", {
  1317. DMI_MATCH(DMI_BIOS_VENDOR, "COMPAL"),
  1318. DMI_MATCH(DMI_BOARD_NAME, "JFL92") }, NULL},
  1319. {
  1320. ec_validate_ecdt, "MSI MS-171F", {
  1321. DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star"),
  1322. DMI_MATCH(DMI_PRODUCT_NAME, "MS-171F"),}, NULL},
  1323. {
  1324. ec_validate_ecdt, "ASUS hardware", {
  1325. DMI_MATCH(DMI_BIOS_VENDOR, "ASUS") }, NULL},
  1326. {
  1327. ec_validate_ecdt, "ASUS hardware", {
  1328. DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc.") }, NULL},
  1329. {
  1330. ec_skip_dsdt_scan, "HP Folio 13", {
  1331. DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
  1332. DMI_MATCH(DMI_PRODUCT_NAME, "HP Folio 13"),}, NULL},
  1333. {
  1334. ec_validate_ecdt, "ASUS hardware", {
  1335. DMI_MATCH(DMI_SYS_VENDOR, "ASUSTek Computer Inc."),
  1336. DMI_MATCH(DMI_PRODUCT_NAME, "L4R"),}, NULL},
  1337. {
  1338. ec_clear_on_resume, "Samsung hardware", {
  1339. DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD.")}, NULL},
  1340. {},
  1341. };
  1342. int __init acpi_ec_ecdt_probe(void)
  1343. {
  1344. acpi_status status;
  1345. struct acpi_ec *saved_ec = NULL;
  1346. struct acpi_table_ecdt *ecdt_ptr;
  1347. boot_ec = make_acpi_ec();
  1348. if (!boot_ec)
  1349. return -ENOMEM;
  1350. /*
  1351. * Generate a boot ec context
  1352. */
  1353. dmi_check_system(ec_dmi_table);
  1354. status = acpi_get_table(ACPI_SIG_ECDT, 1,
  1355. (struct acpi_table_header **)&ecdt_ptr);
  1356. if (ACPI_SUCCESS(status)) {
  1357. pr_info("EC description table is found, configuring boot EC\n");
  1358. boot_ec->command_addr = ecdt_ptr->control.address;
  1359. boot_ec->data_addr = ecdt_ptr->data.address;
  1360. boot_ec->gpe = ecdt_ptr->gpe;
  1361. boot_ec->handle = ACPI_ROOT_OBJECT;
  1362. acpi_get_handle(ACPI_ROOT_OBJECT, ecdt_ptr->id,
  1363. &boot_ec->handle);
  1364. /* Don't trust ECDT, which comes from ASUSTek */
  1365. if (!EC_FLAGS_VALIDATE_ECDT)
  1366. goto install;
  1367. saved_ec = kmemdup(boot_ec, sizeof(struct acpi_ec), GFP_KERNEL);
  1368. if (!saved_ec)
  1369. return -ENOMEM;
  1370. /* fall through */
  1371. }
  1372. if (EC_FLAGS_SKIP_DSDT_SCAN) {
  1373. kfree(saved_ec);
  1374. return -ENODEV;
  1375. }
  1376. /* This workaround is needed only on some broken machines,
  1377. * which require early EC, but fail to provide ECDT */
  1378. pr_debug("Look up EC in DSDT\n");
  1379. status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device,
  1380. boot_ec, NULL);
  1381. /* Check that acpi_get_devices actually find something */
  1382. if (ACPI_FAILURE(status) || !boot_ec->handle)
  1383. goto error;
  1384. if (saved_ec) {
  1385. /* try to find good ECDT from ASUSTek */
  1386. if (saved_ec->command_addr != boot_ec->command_addr ||
  1387. saved_ec->data_addr != boot_ec->data_addr ||
  1388. saved_ec->gpe != boot_ec->gpe ||
  1389. saved_ec->handle != boot_ec->handle)
  1390. pr_info("ASUSTek keeps feeding us with broken "
  1391. "ECDT tables, which are very hard to workaround. "
  1392. "Trying to use DSDT EC info instead. Please send "
  1393. "output of acpidump to linux-acpi@vger.kernel.org\n");
  1394. kfree(saved_ec);
  1395. saved_ec = NULL;
  1396. } else {
  1397. /* We really need to limit this workaround, the only ASUS,
  1398. * which needs it, has fake EC._INI method, so use it as flag.
  1399. * Keep boot_ec struct as it will be needed soon.
  1400. */
  1401. if (!dmi_name_in_vendors("ASUS") ||
  1402. !acpi_has_method(boot_ec->handle, "_INI"))
  1403. return -ENODEV;
  1404. }
  1405. install:
  1406. if (!ec_install_handlers(boot_ec)) {
  1407. first_ec = boot_ec;
  1408. return 0;
  1409. }
  1410. error:
  1411. kfree(boot_ec);
  1412. kfree(saved_ec);
  1413. boot_ec = NULL;
  1414. return -ENODEV;
  1415. }
  1416. static int param_set_event_clearing(const char *val, struct kernel_param *kp)
  1417. {
  1418. int result = 0;
  1419. if (!strncmp(val, "status", sizeof("status") - 1)) {
  1420. ec_event_clearing = ACPI_EC_EVT_TIMING_STATUS;
  1421. pr_info("Assuming SCI_EVT clearing on EC_SC accesses\n");
  1422. } else if (!strncmp(val, "query", sizeof("query") - 1)) {
  1423. ec_event_clearing = ACPI_EC_EVT_TIMING_QUERY;
  1424. pr_info("Assuming SCI_EVT clearing on QR_EC writes\n");
  1425. } else if (!strncmp(val, "event", sizeof("event") - 1)) {
  1426. ec_event_clearing = ACPI_EC_EVT_TIMING_EVENT;
  1427. pr_info("Assuming SCI_EVT clearing on event reads\n");
  1428. } else
  1429. result = -EINVAL;
  1430. return result;
  1431. }
  1432. static int param_get_event_clearing(char *buffer, struct kernel_param *kp)
  1433. {
  1434. switch (ec_event_clearing) {
  1435. case ACPI_EC_EVT_TIMING_STATUS:
  1436. return sprintf(buffer, "status");
  1437. case ACPI_EC_EVT_TIMING_QUERY:
  1438. return sprintf(buffer, "query");
  1439. case ACPI_EC_EVT_TIMING_EVENT:
  1440. return sprintf(buffer, "event");
  1441. default:
  1442. return sprintf(buffer, "invalid");
  1443. }
  1444. return 0;
  1445. }
  1446. module_param_call(ec_event_clearing, param_set_event_clearing, param_get_event_clearing,
  1447. NULL, 0644);
  1448. MODULE_PARM_DESC(ec_event_clearing, "Assumed SCI_EVT clearing timing");
  1449. static struct acpi_driver acpi_ec_driver = {
  1450. .name = "ec",
  1451. .class = ACPI_EC_CLASS,
  1452. .ids = ec_device_ids,
  1453. .ops = {
  1454. .add = acpi_ec_add,
  1455. .remove = acpi_ec_remove,
  1456. },
  1457. };
  1458. int __init acpi_ec_init(void)
  1459. {
  1460. int result = 0;
  1461. /* Now register the driver for the EC */
  1462. result = acpi_bus_register_driver(&acpi_ec_driver);
  1463. if (result < 0)
  1464. return -ENODEV;
  1465. return result;
  1466. }
  1467. /* EC driver currently not unloadable */
  1468. #if 0
  1469. static void __exit acpi_ec_exit(void)
  1470. {
  1471. acpi_bus_unregister_driver(&acpi_ec_driver);
  1472. }
  1473. #endif /* 0 */