core-device.c 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  1. /*
  2. * Device probing and sysfs code.
  3. *
  4. * Copyright (C) 2005-2006 Kristian Hoegsberg <krh@bitplanet.net>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software Foundation,
  18. * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. */
  20. #include <linux/bug.h>
  21. #include <linux/ctype.h>
  22. #include <linux/delay.h>
  23. #include <linux/device.h>
  24. #include <linux/errno.h>
  25. #include <linux/firewire.h>
  26. #include <linux/firewire-constants.h>
  27. #include <linux/idr.h>
  28. #include <linux/jiffies.h>
  29. #include <linux/kobject.h>
  30. #include <linux/list.h>
  31. #include <linux/mod_devicetable.h>
  32. #include <linux/module.h>
  33. #include <linux/mutex.h>
  34. #include <linux/random.h>
  35. #include <linux/rwsem.h>
  36. #include <linux/slab.h>
  37. #include <linux/spinlock.h>
  38. #include <linux/string.h>
  39. #include <linux/workqueue.h>
  40. #include <linux/atomic.h>
  41. #include <asm/byteorder.h>
  42. #include "core.h"
  43. void fw_csr_iterator_init(struct fw_csr_iterator *ci, const u32 *p)
  44. {
  45. ci->p = p + 1;
  46. ci->end = ci->p + (p[0] >> 16);
  47. }
  48. EXPORT_SYMBOL(fw_csr_iterator_init);
  49. int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value)
  50. {
  51. *key = *ci->p >> 24;
  52. *value = *ci->p & 0xffffff;
  53. return ci->p++ < ci->end;
  54. }
  55. EXPORT_SYMBOL(fw_csr_iterator_next);
  56. static const u32 *search_leaf(const u32 *directory, int search_key)
  57. {
  58. struct fw_csr_iterator ci;
  59. int last_key = 0, key, value;
  60. fw_csr_iterator_init(&ci, directory);
  61. while (fw_csr_iterator_next(&ci, &key, &value)) {
  62. if (last_key == search_key &&
  63. key == (CSR_DESCRIPTOR | CSR_LEAF))
  64. return ci.p - 1 + value;
  65. last_key = key;
  66. }
  67. return NULL;
  68. }
  69. static int textual_leaf_to_string(const u32 *block, char *buf, size_t size)
  70. {
  71. unsigned int quadlets, i;
  72. char c;
  73. if (!size || !buf)
  74. return -EINVAL;
  75. quadlets = min(block[0] >> 16, 256U);
  76. if (quadlets < 2)
  77. return -ENODATA;
  78. if (block[1] != 0 || block[2] != 0)
  79. /* unknown language/character set */
  80. return -ENODATA;
  81. block += 3;
  82. quadlets -= 2;
  83. for (i = 0; i < quadlets * 4 && i < size - 1; i++) {
  84. c = block[i / 4] >> (24 - 8 * (i % 4));
  85. if (c == '\0')
  86. break;
  87. buf[i] = c;
  88. }
  89. buf[i] = '\0';
  90. return i;
  91. }
  92. /**
  93. * fw_csr_string() - reads a string from the configuration ROM
  94. * @directory: e.g. root directory or unit directory
  95. * @key: the key of the preceding directory entry
  96. * @buf: where to put the string
  97. * @size: size of @buf, in bytes
  98. *
  99. * The string is taken from a minimal ASCII text descriptor leaf after
  100. * the immediate entry with @key. The string is zero-terminated.
  101. * Returns strlen(buf) or a negative error code.
  102. */
  103. int fw_csr_string(const u32 *directory, int key, char *buf, size_t size)
  104. {
  105. const u32 *leaf = search_leaf(directory, key);
  106. if (!leaf)
  107. return -ENOENT;
  108. return textual_leaf_to_string(leaf, buf, size);
  109. }
  110. EXPORT_SYMBOL(fw_csr_string);
  111. static void get_ids(const u32 *directory, int *id)
  112. {
  113. struct fw_csr_iterator ci;
  114. int key, value;
  115. fw_csr_iterator_init(&ci, directory);
  116. while (fw_csr_iterator_next(&ci, &key, &value)) {
  117. switch (key) {
  118. case CSR_VENDOR: id[0] = value; break;
  119. case CSR_MODEL: id[1] = value; break;
  120. case CSR_SPECIFIER_ID: id[2] = value; break;
  121. case CSR_VERSION: id[3] = value; break;
  122. }
  123. }
  124. }
  125. static void get_modalias_ids(struct fw_unit *unit, int *id)
  126. {
  127. get_ids(&fw_parent_device(unit)->config_rom[5], id);
  128. get_ids(unit->directory, id);
  129. }
  130. static bool match_ids(const struct ieee1394_device_id *id_table, int *id)
  131. {
  132. int match = 0;
  133. if (id[0] == id_table->vendor_id)
  134. match |= IEEE1394_MATCH_VENDOR_ID;
  135. if (id[1] == id_table->model_id)
  136. match |= IEEE1394_MATCH_MODEL_ID;
  137. if (id[2] == id_table->specifier_id)
  138. match |= IEEE1394_MATCH_SPECIFIER_ID;
  139. if (id[3] == id_table->version)
  140. match |= IEEE1394_MATCH_VERSION;
  141. return (match & id_table->match_flags) == id_table->match_flags;
  142. }
  143. static const struct ieee1394_device_id *unit_match(struct device *dev,
  144. struct device_driver *drv)
  145. {
  146. const struct ieee1394_device_id *id_table =
  147. container_of(drv, struct fw_driver, driver)->id_table;
  148. int id[] = {0, 0, 0, 0};
  149. get_modalias_ids(fw_unit(dev), id);
  150. for (; id_table->match_flags != 0; id_table++)
  151. if (match_ids(id_table, id))
  152. return id_table;
  153. return NULL;
  154. }
  155. static bool is_fw_unit(struct device *dev);
  156. static int fw_unit_match(struct device *dev, struct device_driver *drv)
  157. {
  158. /* We only allow binding to fw_units. */
  159. return is_fw_unit(dev) && unit_match(dev, drv) != NULL;
  160. }
  161. static int fw_unit_probe(struct device *dev)
  162. {
  163. struct fw_driver *driver =
  164. container_of(dev->driver, struct fw_driver, driver);
  165. if (driver->probe)
  166. return driver->probe(fw_unit(dev), unit_match(dev, dev->driver));
  167. else
  168. return driver->driver.probe(dev);
  169. }
  170. static int fw_unit_remove(struct device *dev)
  171. {
  172. struct fw_driver *driver =
  173. container_of(dev->driver, struct fw_driver, driver);
  174. if (driver->remove)
  175. return driver->remove(fw_unit(dev)), 0;
  176. else
  177. return driver->driver.remove(dev);
  178. }
  179. static int get_modalias(struct fw_unit *unit, char *buffer, size_t buffer_size)
  180. {
  181. int id[] = {0, 0, 0, 0};
  182. get_modalias_ids(unit, id);
  183. return snprintf(buffer, buffer_size,
  184. "ieee1394:ven%08Xmo%08Xsp%08Xver%08X",
  185. id[0], id[1], id[2], id[3]);
  186. }
  187. static int fw_unit_uevent(struct device *dev, struct kobj_uevent_env *env)
  188. {
  189. struct fw_unit *unit = fw_unit(dev);
  190. char modalias[64];
  191. get_modalias(unit, modalias, sizeof(modalias));
  192. if (add_uevent_var(env, "MODALIAS=%s", modalias))
  193. return -ENOMEM;
  194. return 0;
  195. }
  196. struct bus_type fw_bus_type = {
  197. .name = "firewire",
  198. .match = fw_unit_match,
  199. .probe = fw_unit_probe,
  200. .remove = fw_unit_remove,
  201. };
  202. EXPORT_SYMBOL(fw_bus_type);
  203. int fw_device_enable_phys_dma(struct fw_device *device)
  204. {
  205. int generation = device->generation;
  206. /* device->node_id, accessed below, must not be older than generation */
  207. smp_rmb();
  208. return device->card->driver->enable_phys_dma(device->card,
  209. device->node_id,
  210. generation);
  211. }
  212. EXPORT_SYMBOL(fw_device_enable_phys_dma);
  213. struct config_rom_attribute {
  214. struct device_attribute attr;
  215. u32 key;
  216. };
  217. static ssize_t show_immediate(struct device *dev,
  218. struct device_attribute *dattr, char *buf)
  219. {
  220. struct config_rom_attribute *attr =
  221. container_of(dattr, struct config_rom_attribute, attr);
  222. struct fw_csr_iterator ci;
  223. const u32 *dir;
  224. int key, value, ret = -ENOENT;
  225. down_read(&fw_device_rwsem);
  226. if (is_fw_unit(dev))
  227. dir = fw_unit(dev)->directory;
  228. else
  229. dir = fw_device(dev)->config_rom + 5;
  230. fw_csr_iterator_init(&ci, dir);
  231. while (fw_csr_iterator_next(&ci, &key, &value))
  232. if (attr->key == key) {
  233. ret = snprintf(buf, buf ? PAGE_SIZE : 0,
  234. "0x%06x\n", value);
  235. break;
  236. }
  237. up_read(&fw_device_rwsem);
  238. return ret;
  239. }
  240. #define IMMEDIATE_ATTR(name, key) \
  241. { __ATTR(name, S_IRUGO, show_immediate, NULL), key }
  242. static ssize_t show_text_leaf(struct device *dev,
  243. struct device_attribute *dattr, char *buf)
  244. {
  245. struct config_rom_attribute *attr =
  246. container_of(dattr, struct config_rom_attribute, attr);
  247. const u32 *dir;
  248. size_t bufsize;
  249. char dummy_buf[2];
  250. int ret;
  251. down_read(&fw_device_rwsem);
  252. if (is_fw_unit(dev))
  253. dir = fw_unit(dev)->directory;
  254. else
  255. dir = fw_device(dev)->config_rom + 5;
  256. if (buf) {
  257. bufsize = PAGE_SIZE - 1;
  258. } else {
  259. buf = dummy_buf;
  260. bufsize = 1;
  261. }
  262. ret = fw_csr_string(dir, attr->key, buf, bufsize);
  263. if (ret >= 0) {
  264. /* Strip trailing whitespace and add newline. */
  265. while (ret > 0 && isspace(buf[ret - 1]))
  266. ret--;
  267. strcpy(buf + ret, "\n");
  268. ret++;
  269. }
  270. up_read(&fw_device_rwsem);
  271. return ret;
  272. }
  273. #define TEXT_LEAF_ATTR(name, key) \
  274. { __ATTR(name, S_IRUGO, show_text_leaf, NULL), key }
  275. static struct config_rom_attribute config_rom_attributes[] = {
  276. IMMEDIATE_ATTR(vendor, CSR_VENDOR),
  277. IMMEDIATE_ATTR(hardware_version, CSR_HARDWARE_VERSION),
  278. IMMEDIATE_ATTR(specifier_id, CSR_SPECIFIER_ID),
  279. IMMEDIATE_ATTR(version, CSR_VERSION),
  280. IMMEDIATE_ATTR(model, CSR_MODEL),
  281. TEXT_LEAF_ATTR(vendor_name, CSR_VENDOR),
  282. TEXT_LEAF_ATTR(model_name, CSR_MODEL),
  283. TEXT_LEAF_ATTR(hardware_version_name, CSR_HARDWARE_VERSION),
  284. };
  285. static void init_fw_attribute_group(struct device *dev,
  286. struct device_attribute *attrs,
  287. struct fw_attribute_group *group)
  288. {
  289. struct device_attribute *attr;
  290. int i, j;
  291. for (j = 0; attrs[j].attr.name != NULL; j++)
  292. group->attrs[j] = &attrs[j].attr;
  293. for (i = 0; i < ARRAY_SIZE(config_rom_attributes); i++) {
  294. attr = &config_rom_attributes[i].attr;
  295. if (attr->show(dev, attr, NULL) < 0)
  296. continue;
  297. group->attrs[j++] = &attr->attr;
  298. }
  299. group->attrs[j] = NULL;
  300. group->groups[0] = &group->group;
  301. group->groups[1] = NULL;
  302. group->group.attrs = group->attrs;
  303. dev->groups = (const struct attribute_group **) group->groups;
  304. }
  305. static ssize_t modalias_show(struct device *dev,
  306. struct device_attribute *attr, char *buf)
  307. {
  308. struct fw_unit *unit = fw_unit(dev);
  309. int length;
  310. length = get_modalias(unit, buf, PAGE_SIZE);
  311. strcpy(buf + length, "\n");
  312. return length + 1;
  313. }
  314. static ssize_t rom_index_show(struct device *dev,
  315. struct device_attribute *attr, char *buf)
  316. {
  317. struct fw_device *device = fw_device(dev->parent);
  318. struct fw_unit *unit = fw_unit(dev);
  319. return snprintf(buf, PAGE_SIZE, "%d\n",
  320. (int)(unit->directory - device->config_rom));
  321. }
  322. static struct device_attribute fw_unit_attributes[] = {
  323. __ATTR_RO(modalias),
  324. __ATTR_RO(rom_index),
  325. __ATTR_NULL,
  326. };
  327. static ssize_t config_rom_show(struct device *dev,
  328. struct device_attribute *attr, char *buf)
  329. {
  330. struct fw_device *device = fw_device(dev);
  331. size_t length;
  332. down_read(&fw_device_rwsem);
  333. length = device->config_rom_length * 4;
  334. memcpy(buf, device->config_rom, length);
  335. up_read(&fw_device_rwsem);
  336. return length;
  337. }
  338. static ssize_t guid_show(struct device *dev,
  339. struct device_attribute *attr, char *buf)
  340. {
  341. struct fw_device *device = fw_device(dev);
  342. int ret;
  343. down_read(&fw_device_rwsem);
  344. ret = snprintf(buf, PAGE_SIZE, "0x%08x%08x\n",
  345. device->config_rom[3], device->config_rom[4]);
  346. up_read(&fw_device_rwsem);
  347. return ret;
  348. }
  349. static ssize_t is_local_show(struct device *dev,
  350. struct device_attribute *attr, char *buf)
  351. {
  352. struct fw_device *device = fw_device(dev);
  353. return sprintf(buf, "%u\n", device->is_local);
  354. }
  355. static int units_sprintf(char *buf, const u32 *directory)
  356. {
  357. struct fw_csr_iterator ci;
  358. int key, value;
  359. int specifier_id = 0;
  360. int version = 0;
  361. fw_csr_iterator_init(&ci, directory);
  362. while (fw_csr_iterator_next(&ci, &key, &value)) {
  363. switch (key) {
  364. case CSR_SPECIFIER_ID:
  365. specifier_id = value;
  366. break;
  367. case CSR_VERSION:
  368. version = value;
  369. break;
  370. }
  371. }
  372. return sprintf(buf, "0x%06x:0x%06x ", specifier_id, version);
  373. }
  374. static ssize_t units_show(struct device *dev,
  375. struct device_attribute *attr, char *buf)
  376. {
  377. struct fw_device *device = fw_device(dev);
  378. struct fw_csr_iterator ci;
  379. int key, value, i = 0;
  380. down_read(&fw_device_rwsem);
  381. fw_csr_iterator_init(&ci, &device->config_rom[5]);
  382. while (fw_csr_iterator_next(&ci, &key, &value)) {
  383. if (key != (CSR_UNIT | CSR_DIRECTORY))
  384. continue;
  385. i += units_sprintf(&buf[i], ci.p + value - 1);
  386. if (i >= PAGE_SIZE - (8 + 1 + 8 + 1))
  387. break;
  388. }
  389. up_read(&fw_device_rwsem);
  390. if (i)
  391. buf[i - 1] = '\n';
  392. return i;
  393. }
  394. static struct device_attribute fw_device_attributes[] = {
  395. __ATTR_RO(config_rom),
  396. __ATTR_RO(guid),
  397. __ATTR_RO(is_local),
  398. __ATTR_RO(units),
  399. __ATTR_NULL,
  400. };
  401. static int read_rom(struct fw_device *device,
  402. int generation, int index, u32 *data)
  403. {
  404. u64 offset = (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + index * 4;
  405. int i, rcode;
  406. /* device->node_id, accessed below, must not be older than generation */
  407. smp_rmb();
  408. for (i = 10; i < 100; i += 10) {
  409. rcode = fw_run_transaction(device->card,
  410. TCODE_READ_QUADLET_REQUEST, device->node_id,
  411. generation, device->max_speed, offset, data, 4);
  412. if (rcode != RCODE_BUSY)
  413. break;
  414. msleep(i);
  415. }
  416. be32_to_cpus(data);
  417. return rcode;
  418. }
  419. #define MAX_CONFIG_ROM_SIZE 256
  420. /*
  421. * Read the bus info block, perform a speed probe, and read all of the rest of
  422. * the config ROM. We do all this with a cached bus generation. If the bus
  423. * generation changes under us, read_config_rom will fail and get retried.
  424. * It's better to start all over in this case because the node from which we
  425. * are reading the ROM may have changed the ROM during the reset.
  426. * Returns either a result code or a negative error code.
  427. */
  428. static int read_config_rom(struct fw_device *device, int generation)
  429. {
  430. struct fw_card *card = device->card;
  431. const u32 *old_rom, *new_rom;
  432. u32 *rom, *stack;
  433. u32 sp, key;
  434. int i, end, length, ret;
  435. rom = kmalloc(sizeof(*rom) * MAX_CONFIG_ROM_SIZE +
  436. sizeof(*stack) * MAX_CONFIG_ROM_SIZE, GFP_KERNEL);
  437. if (rom == NULL)
  438. return -ENOMEM;
  439. stack = &rom[MAX_CONFIG_ROM_SIZE];
  440. memset(rom, 0, sizeof(*rom) * MAX_CONFIG_ROM_SIZE);
  441. device->max_speed = SCODE_100;
  442. /* First read the bus info block. */
  443. for (i = 0; i < 5; i++) {
  444. ret = read_rom(device, generation, i, &rom[i]);
  445. if (ret != RCODE_COMPLETE)
  446. goto out;
  447. /*
  448. * As per IEEE1212 7.2, during initialization, devices can
  449. * reply with a 0 for the first quadlet of the config
  450. * rom to indicate that they are booting (for example,
  451. * if the firmware is on the disk of a external
  452. * harddisk). In that case we just fail, and the
  453. * retry mechanism will try again later.
  454. */
  455. if (i == 0 && rom[i] == 0) {
  456. ret = RCODE_BUSY;
  457. goto out;
  458. }
  459. }
  460. device->max_speed = device->node->max_speed;
  461. /*
  462. * Determine the speed of
  463. * - devices with link speed less than PHY speed,
  464. * - devices with 1394b PHY (unless only connected to 1394a PHYs),
  465. * - all devices if there are 1394b repeaters.
  466. * Note, we cannot use the bus info block's link_spd as starting point
  467. * because some buggy firmwares set it lower than necessary and because
  468. * 1394-1995 nodes do not have the field.
  469. */
  470. if ((rom[2] & 0x7) < device->max_speed ||
  471. device->max_speed == SCODE_BETA ||
  472. card->beta_repeaters_present) {
  473. u32 dummy;
  474. /* for S1600 and S3200 */
  475. if (device->max_speed == SCODE_BETA)
  476. device->max_speed = card->link_speed;
  477. while (device->max_speed > SCODE_100) {
  478. if (read_rom(device, generation, 0, &dummy) ==
  479. RCODE_COMPLETE)
  480. break;
  481. device->max_speed--;
  482. }
  483. }
  484. /*
  485. * Now parse the config rom. The config rom is a recursive
  486. * directory structure so we parse it using a stack of
  487. * references to the blocks that make up the structure. We
  488. * push a reference to the root directory on the stack to
  489. * start things off.
  490. */
  491. length = i;
  492. sp = 0;
  493. stack[sp++] = 0xc0000005;
  494. while (sp > 0) {
  495. /*
  496. * Pop the next block reference of the stack. The
  497. * lower 24 bits is the offset into the config rom,
  498. * the upper 8 bits are the type of the reference the
  499. * block.
  500. */
  501. key = stack[--sp];
  502. i = key & 0xffffff;
  503. if (WARN_ON(i >= MAX_CONFIG_ROM_SIZE)) {
  504. ret = -ENXIO;
  505. goto out;
  506. }
  507. /* Read header quadlet for the block to get the length. */
  508. ret = read_rom(device, generation, i, &rom[i]);
  509. if (ret != RCODE_COMPLETE)
  510. goto out;
  511. end = i + (rom[i] >> 16) + 1;
  512. if (end > MAX_CONFIG_ROM_SIZE) {
  513. /*
  514. * This block extends outside the config ROM which is
  515. * a firmware bug. Ignore this whole block, i.e.
  516. * simply set a fake block length of 0.
  517. */
  518. fw_err(card, "skipped invalid ROM block %x at %llx\n",
  519. rom[i],
  520. i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM);
  521. rom[i] = 0;
  522. end = i;
  523. }
  524. i++;
  525. /*
  526. * Now read in the block. If this is a directory
  527. * block, check the entries as we read them to see if
  528. * it references another block, and push it in that case.
  529. */
  530. for (; i < end; i++) {
  531. ret = read_rom(device, generation, i, &rom[i]);
  532. if (ret != RCODE_COMPLETE)
  533. goto out;
  534. if ((key >> 30) != 3 || (rom[i] >> 30) < 2)
  535. continue;
  536. /*
  537. * Offset points outside the ROM. May be a firmware
  538. * bug or an Extended ROM entry (IEEE 1212-2001 clause
  539. * 7.7.18). Simply overwrite this pointer here by a
  540. * fake immediate entry so that later iterators over
  541. * the ROM don't have to check offsets all the time.
  542. */
  543. if (i + (rom[i] & 0xffffff) >= MAX_CONFIG_ROM_SIZE) {
  544. fw_err(card,
  545. "skipped unsupported ROM entry %x at %llx\n",
  546. rom[i],
  547. i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM);
  548. rom[i] = 0;
  549. continue;
  550. }
  551. stack[sp++] = i + rom[i];
  552. }
  553. if (length < i)
  554. length = i;
  555. }
  556. old_rom = device->config_rom;
  557. new_rom = kmemdup(rom, length * 4, GFP_KERNEL);
  558. if (new_rom == NULL) {
  559. ret = -ENOMEM;
  560. goto out;
  561. }
  562. down_write(&fw_device_rwsem);
  563. device->config_rom = new_rom;
  564. device->config_rom_length = length;
  565. up_write(&fw_device_rwsem);
  566. kfree(old_rom);
  567. ret = RCODE_COMPLETE;
  568. device->max_rec = rom[2] >> 12 & 0xf;
  569. device->cmc = rom[2] >> 30 & 1;
  570. device->irmc = rom[2] >> 31 & 1;
  571. out:
  572. kfree(rom);
  573. return ret;
  574. }
  575. static void fw_unit_release(struct device *dev)
  576. {
  577. struct fw_unit *unit = fw_unit(dev);
  578. fw_device_put(fw_parent_device(unit));
  579. kfree(unit);
  580. }
  581. static struct device_type fw_unit_type = {
  582. .uevent = fw_unit_uevent,
  583. .release = fw_unit_release,
  584. };
  585. static bool is_fw_unit(struct device *dev)
  586. {
  587. return dev->type == &fw_unit_type;
  588. }
  589. static void create_units(struct fw_device *device)
  590. {
  591. struct fw_csr_iterator ci;
  592. struct fw_unit *unit;
  593. int key, value, i;
  594. i = 0;
  595. fw_csr_iterator_init(&ci, &device->config_rom[5]);
  596. while (fw_csr_iterator_next(&ci, &key, &value)) {
  597. if (key != (CSR_UNIT | CSR_DIRECTORY))
  598. continue;
  599. /*
  600. * Get the address of the unit directory and try to
  601. * match the drivers id_tables against it.
  602. */
  603. unit = kzalloc(sizeof(*unit), GFP_KERNEL);
  604. if (unit == NULL)
  605. continue;
  606. unit->directory = ci.p + value - 1;
  607. unit->device.bus = &fw_bus_type;
  608. unit->device.type = &fw_unit_type;
  609. unit->device.parent = &device->device;
  610. dev_set_name(&unit->device, "%s.%d", dev_name(&device->device), i++);
  611. BUILD_BUG_ON(ARRAY_SIZE(unit->attribute_group.attrs) <
  612. ARRAY_SIZE(fw_unit_attributes) +
  613. ARRAY_SIZE(config_rom_attributes));
  614. init_fw_attribute_group(&unit->device,
  615. fw_unit_attributes,
  616. &unit->attribute_group);
  617. if (device_register(&unit->device) < 0)
  618. goto skip_unit;
  619. fw_device_get(device);
  620. continue;
  621. skip_unit:
  622. kfree(unit);
  623. }
  624. }
  625. static int shutdown_unit(struct device *device, void *data)
  626. {
  627. device_unregister(device);
  628. return 0;
  629. }
  630. /*
  631. * fw_device_rwsem acts as dual purpose mutex:
  632. * - serializes accesses to fw_device_idr,
  633. * - serializes accesses to fw_device.config_rom/.config_rom_length and
  634. * fw_unit.directory, unless those accesses happen at safe occasions
  635. */
  636. DECLARE_RWSEM(fw_device_rwsem);
  637. DEFINE_IDR(fw_device_idr);
  638. int fw_cdev_major;
  639. struct fw_device *fw_device_get_by_devt(dev_t devt)
  640. {
  641. struct fw_device *device;
  642. down_read(&fw_device_rwsem);
  643. device = idr_find(&fw_device_idr, MINOR(devt));
  644. if (device)
  645. fw_device_get(device);
  646. up_read(&fw_device_rwsem);
  647. return device;
  648. }
  649. struct workqueue_struct *fw_workqueue;
  650. EXPORT_SYMBOL(fw_workqueue);
  651. static void fw_schedule_device_work(struct fw_device *device,
  652. unsigned long delay)
  653. {
  654. queue_delayed_work(fw_workqueue, &device->work, delay);
  655. }
  656. /*
  657. * These defines control the retry behavior for reading the config
  658. * rom. It shouldn't be necessary to tweak these; if the device
  659. * doesn't respond to a config rom read within 10 seconds, it's not
  660. * going to respond at all. As for the initial delay, a lot of
  661. * devices will be able to respond within half a second after bus
  662. * reset. On the other hand, it's not really worth being more
  663. * aggressive than that, since it scales pretty well; if 10 devices
  664. * are plugged in, they're all getting read within one second.
  665. */
  666. #define MAX_RETRIES 10
  667. #define RETRY_DELAY (3 * HZ)
  668. #define INITIAL_DELAY (HZ / 2)
  669. #define SHUTDOWN_DELAY (2 * HZ)
  670. static void fw_device_shutdown(struct work_struct *work)
  671. {
  672. struct fw_device *device =
  673. container_of(work, struct fw_device, work.work);
  674. int minor = MINOR(device->device.devt);
  675. if (time_before64(get_jiffies_64(),
  676. device->card->reset_jiffies + SHUTDOWN_DELAY)
  677. && !list_empty(&device->card->link)) {
  678. fw_schedule_device_work(device, SHUTDOWN_DELAY);
  679. return;
  680. }
  681. if (atomic_cmpxchg(&device->state,
  682. FW_DEVICE_GONE,
  683. FW_DEVICE_SHUTDOWN) != FW_DEVICE_GONE)
  684. return;
  685. fw_device_cdev_remove(device);
  686. device_for_each_child(&device->device, NULL, shutdown_unit);
  687. device_unregister(&device->device);
  688. down_write(&fw_device_rwsem);
  689. idr_remove(&fw_device_idr, minor);
  690. up_write(&fw_device_rwsem);
  691. fw_device_put(device);
  692. }
  693. static void fw_device_release(struct device *dev)
  694. {
  695. struct fw_device *device = fw_device(dev);
  696. struct fw_card *card = device->card;
  697. unsigned long flags;
  698. /*
  699. * Take the card lock so we don't set this to NULL while a
  700. * FW_NODE_UPDATED callback is being handled or while the
  701. * bus manager work looks at this node.
  702. */
  703. spin_lock_irqsave(&card->lock, flags);
  704. device->node->data = NULL;
  705. spin_unlock_irqrestore(&card->lock, flags);
  706. fw_node_put(device->node);
  707. kfree(device->config_rom);
  708. kfree(device);
  709. fw_card_put(card);
  710. }
  711. static struct device_type fw_device_type = {
  712. .release = fw_device_release,
  713. };
  714. static bool is_fw_device(struct device *dev)
  715. {
  716. return dev->type == &fw_device_type;
  717. }
  718. static int update_unit(struct device *dev, void *data)
  719. {
  720. struct fw_unit *unit = fw_unit(dev);
  721. struct fw_driver *driver = (struct fw_driver *)dev->driver;
  722. if (is_fw_unit(dev) && driver != NULL && driver->update != NULL) {
  723. device_lock(dev);
  724. driver->update(unit);
  725. device_unlock(dev);
  726. }
  727. return 0;
  728. }
  729. static void fw_device_update(struct work_struct *work)
  730. {
  731. struct fw_device *device =
  732. container_of(work, struct fw_device, work.work);
  733. fw_device_cdev_update(device);
  734. device_for_each_child(&device->device, NULL, update_unit);
  735. }
  736. /*
  737. * If a device was pending for deletion because its node went away but its
  738. * bus info block and root directory header matches that of a newly discovered
  739. * device, revive the existing fw_device.
  740. * The newly allocated fw_device becomes obsolete instead.
  741. */
  742. static int lookup_existing_device(struct device *dev, void *data)
  743. {
  744. struct fw_device *old = fw_device(dev);
  745. struct fw_device *new = data;
  746. struct fw_card *card = new->card;
  747. int match = 0;
  748. if (!is_fw_device(dev))
  749. return 0;
  750. down_read(&fw_device_rwsem); /* serialize config_rom access */
  751. spin_lock_irq(&card->lock); /* serialize node access */
  752. if (memcmp(old->config_rom, new->config_rom, 6 * 4) == 0 &&
  753. atomic_cmpxchg(&old->state,
  754. FW_DEVICE_GONE,
  755. FW_DEVICE_RUNNING) == FW_DEVICE_GONE) {
  756. struct fw_node *current_node = new->node;
  757. struct fw_node *obsolete_node = old->node;
  758. new->node = obsolete_node;
  759. new->node->data = new;
  760. old->node = current_node;
  761. old->node->data = old;
  762. old->max_speed = new->max_speed;
  763. old->node_id = current_node->node_id;
  764. smp_wmb(); /* update node_id before generation */
  765. old->generation = card->generation;
  766. old->config_rom_retries = 0;
  767. fw_notice(card, "rediscovered device %s\n", dev_name(dev));
  768. PREPARE_DELAYED_WORK(&old->work, fw_device_update);
  769. fw_schedule_device_work(old, 0);
  770. if (current_node == card->root_node)
  771. fw_schedule_bm_work(card, 0);
  772. match = 1;
  773. }
  774. spin_unlock_irq(&card->lock);
  775. up_read(&fw_device_rwsem);
  776. return match;
  777. }
  778. enum { BC_UNKNOWN = 0, BC_UNIMPLEMENTED, BC_IMPLEMENTED, };
  779. static void set_broadcast_channel(struct fw_device *device, int generation)
  780. {
  781. struct fw_card *card = device->card;
  782. __be32 data;
  783. int rcode;
  784. if (!card->broadcast_channel_allocated)
  785. return;
  786. /*
  787. * The Broadcast_Channel Valid bit is required by nodes which want to
  788. * transmit on this channel. Such transmissions are practically
  789. * exclusive to IP over 1394 (RFC 2734). IP capable nodes are required
  790. * to be IRM capable and have a max_rec of 8 or more. We use this fact
  791. * to narrow down to which nodes we send Broadcast_Channel updates.
  792. */
  793. if (!device->irmc || device->max_rec < 8)
  794. return;
  795. /*
  796. * Some 1394-1995 nodes crash if this 1394a-2000 register is written.
  797. * Perform a read test first.
  798. */
  799. if (device->bc_implemented == BC_UNKNOWN) {
  800. rcode = fw_run_transaction(card, TCODE_READ_QUADLET_REQUEST,
  801. device->node_id, generation, device->max_speed,
  802. CSR_REGISTER_BASE + CSR_BROADCAST_CHANNEL,
  803. &data, 4);
  804. switch (rcode) {
  805. case RCODE_COMPLETE:
  806. if (data & cpu_to_be32(1 << 31)) {
  807. device->bc_implemented = BC_IMPLEMENTED;
  808. break;
  809. }
  810. /* else fall through to case address error */
  811. case RCODE_ADDRESS_ERROR:
  812. device->bc_implemented = BC_UNIMPLEMENTED;
  813. }
  814. }
  815. if (device->bc_implemented == BC_IMPLEMENTED) {
  816. data = cpu_to_be32(BROADCAST_CHANNEL_INITIAL |
  817. BROADCAST_CHANNEL_VALID);
  818. fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST,
  819. device->node_id, generation, device->max_speed,
  820. CSR_REGISTER_BASE + CSR_BROADCAST_CHANNEL,
  821. &data, 4);
  822. }
  823. }
  824. int fw_device_set_broadcast_channel(struct device *dev, void *gen)
  825. {
  826. if (is_fw_device(dev))
  827. set_broadcast_channel(fw_device(dev), (long)gen);
  828. return 0;
  829. }
  830. static void fw_device_init(struct work_struct *work)
  831. {
  832. struct fw_device *device =
  833. container_of(work, struct fw_device, work.work);
  834. struct fw_card *card = device->card;
  835. struct device *revived_dev;
  836. int minor, ret;
  837. /*
  838. * All failure paths here set node->data to NULL, so that we
  839. * don't try to do device_for_each_child() on a kfree()'d
  840. * device.
  841. */
  842. ret = read_config_rom(device, device->generation);
  843. if (ret != RCODE_COMPLETE) {
  844. if (device->config_rom_retries < MAX_RETRIES &&
  845. atomic_read(&device->state) == FW_DEVICE_INITIALIZING) {
  846. device->config_rom_retries++;
  847. fw_schedule_device_work(device, RETRY_DELAY);
  848. } else {
  849. if (device->node->link_on)
  850. fw_notice(card, "giving up on node %x: reading config rom failed: %s\n",
  851. device->node_id,
  852. fw_rcode_string(ret));
  853. if (device->node == card->root_node)
  854. fw_schedule_bm_work(card, 0);
  855. fw_device_release(&device->device);
  856. }
  857. return;
  858. }
  859. revived_dev = device_find_child(card->device,
  860. device, lookup_existing_device);
  861. if (revived_dev) {
  862. put_device(revived_dev);
  863. fw_device_release(&device->device);
  864. return;
  865. }
  866. device_initialize(&device->device);
  867. fw_device_get(device);
  868. down_write(&fw_device_rwsem);
  869. minor = idr_alloc(&fw_device_idr, device, 0, 1 << MINORBITS,
  870. GFP_KERNEL);
  871. up_write(&fw_device_rwsem);
  872. if (minor < 0)
  873. goto error;
  874. device->device.bus = &fw_bus_type;
  875. device->device.type = &fw_device_type;
  876. device->device.parent = card->device;
  877. device->device.devt = MKDEV(fw_cdev_major, minor);
  878. dev_set_name(&device->device, "fw%d", minor);
  879. BUILD_BUG_ON(ARRAY_SIZE(device->attribute_group.attrs) <
  880. ARRAY_SIZE(fw_device_attributes) +
  881. ARRAY_SIZE(config_rom_attributes));
  882. init_fw_attribute_group(&device->device,
  883. fw_device_attributes,
  884. &device->attribute_group);
  885. if (device_add(&device->device)) {
  886. fw_err(card, "failed to add device\n");
  887. goto error_with_cdev;
  888. }
  889. create_units(device);
  890. /*
  891. * Transition the device to running state. If it got pulled
  892. * out from under us while we did the intialization work, we
  893. * have to shut down the device again here. Normally, though,
  894. * fw_node_event will be responsible for shutting it down when
  895. * necessary. We have to use the atomic cmpxchg here to avoid
  896. * racing with the FW_NODE_DESTROYED case in
  897. * fw_node_event().
  898. */
  899. if (atomic_cmpxchg(&device->state,
  900. FW_DEVICE_INITIALIZING,
  901. FW_DEVICE_RUNNING) == FW_DEVICE_GONE) {
  902. PREPARE_DELAYED_WORK(&device->work, fw_device_shutdown);
  903. fw_schedule_device_work(device, SHUTDOWN_DELAY);
  904. } else {
  905. fw_notice(card, "created device %s: GUID %08x%08x, S%d00\n",
  906. dev_name(&device->device),
  907. device->config_rom[3], device->config_rom[4],
  908. 1 << device->max_speed);
  909. device->config_rom_retries = 0;
  910. set_broadcast_channel(device, device->generation);
  911. add_device_randomness(&device->config_rom[3], 8);
  912. }
  913. /*
  914. * Reschedule the IRM work if we just finished reading the
  915. * root node config rom. If this races with a bus reset we
  916. * just end up running the IRM work a couple of extra times -
  917. * pretty harmless.
  918. */
  919. if (device->node == card->root_node)
  920. fw_schedule_bm_work(card, 0);
  921. return;
  922. error_with_cdev:
  923. down_write(&fw_device_rwsem);
  924. idr_remove(&fw_device_idr, minor);
  925. up_write(&fw_device_rwsem);
  926. error:
  927. fw_device_put(device); /* fw_device_idr's reference */
  928. put_device(&device->device); /* our reference */
  929. }
  930. /* Reread and compare bus info block and header of root directory */
  931. static int reread_config_rom(struct fw_device *device, int generation,
  932. bool *changed)
  933. {
  934. u32 q;
  935. int i, rcode;
  936. for (i = 0; i < 6; i++) {
  937. rcode = read_rom(device, generation, i, &q);
  938. if (rcode != RCODE_COMPLETE)
  939. return rcode;
  940. if (i == 0 && q == 0)
  941. /* inaccessible (see read_config_rom); retry later */
  942. return RCODE_BUSY;
  943. if (q != device->config_rom[i]) {
  944. *changed = true;
  945. return RCODE_COMPLETE;
  946. }
  947. }
  948. *changed = false;
  949. return RCODE_COMPLETE;
  950. }
  951. static void fw_device_refresh(struct work_struct *work)
  952. {
  953. struct fw_device *device =
  954. container_of(work, struct fw_device, work.work);
  955. struct fw_card *card = device->card;
  956. int ret, node_id = device->node_id;
  957. bool changed;
  958. ret = reread_config_rom(device, device->generation, &changed);
  959. if (ret != RCODE_COMPLETE)
  960. goto failed_config_rom;
  961. if (!changed) {
  962. if (atomic_cmpxchg(&device->state,
  963. FW_DEVICE_INITIALIZING,
  964. FW_DEVICE_RUNNING) == FW_DEVICE_GONE)
  965. goto gone;
  966. fw_device_update(work);
  967. device->config_rom_retries = 0;
  968. goto out;
  969. }
  970. /*
  971. * Something changed. We keep things simple and don't investigate
  972. * further. We just destroy all previous units and create new ones.
  973. */
  974. device_for_each_child(&device->device, NULL, shutdown_unit);
  975. ret = read_config_rom(device, device->generation);
  976. if (ret != RCODE_COMPLETE)
  977. goto failed_config_rom;
  978. fw_device_cdev_update(device);
  979. create_units(device);
  980. /* Userspace may want to re-read attributes. */
  981. kobject_uevent(&device->device.kobj, KOBJ_CHANGE);
  982. if (atomic_cmpxchg(&device->state,
  983. FW_DEVICE_INITIALIZING,
  984. FW_DEVICE_RUNNING) == FW_DEVICE_GONE)
  985. goto gone;
  986. fw_notice(card, "refreshed device %s\n", dev_name(&device->device));
  987. device->config_rom_retries = 0;
  988. goto out;
  989. failed_config_rom:
  990. if (device->config_rom_retries < MAX_RETRIES &&
  991. atomic_read(&device->state) == FW_DEVICE_INITIALIZING) {
  992. device->config_rom_retries++;
  993. fw_schedule_device_work(device, RETRY_DELAY);
  994. return;
  995. }
  996. fw_notice(card, "giving up on refresh of device %s: %s\n",
  997. dev_name(&device->device), fw_rcode_string(ret));
  998. gone:
  999. atomic_set(&device->state, FW_DEVICE_GONE);
  1000. PREPARE_DELAYED_WORK(&device->work, fw_device_shutdown);
  1001. fw_schedule_device_work(device, SHUTDOWN_DELAY);
  1002. out:
  1003. if (node_id == card->root_node->node_id)
  1004. fw_schedule_bm_work(card, 0);
  1005. }
  1006. void fw_node_event(struct fw_card *card, struct fw_node *node, int event)
  1007. {
  1008. struct fw_device *device;
  1009. switch (event) {
  1010. case FW_NODE_CREATED:
  1011. /*
  1012. * Attempt to scan the node, regardless whether its self ID has
  1013. * the L (link active) flag set or not. Some broken devices
  1014. * send L=0 but have an up-and-running link; others send L=1
  1015. * without actually having a link.
  1016. */
  1017. create:
  1018. device = kzalloc(sizeof(*device), GFP_ATOMIC);
  1019. if (device == NULL)
  1020. break;
  1021. /*
  1022. * Do minimal intialization of the device here, the
  1023. * rest will happen in fw_device_init().
  1024. *
  1025. * Attention: A lot of things, even fw_device_get(),
  1026. * cannot be done before fw_device_init() finished!
  1027. * You can basically just check device->state and
  1028. * schedule work until then, but only while holding
  1029. * card->lock.
  1030. */
  1031. atomic_set(&device->state, FW_DEVICE_INITIALIZING);
  1032. device->card = fw_card_get(card);
  1033. device->node = fw_node_get(node);
  1034. device->node_id = node->node_id;
  1035. device->generation = card->generation;
  1036. device->is_local = node == card->local_node;
  1037. mutex_init(&device->client_list_mutex);
  1038. INIT_LIST_HEAD(&device->client_list);
  1039. /*
  1040. * Set the node data to point back to this device so
  1041. * FW_NODE_UPDATED callbacks can update the node_id
  1042. * and generation for the device.
  1043. */
  1044. node->data = device;
  1045. /*
  1046. * Many devices are slow to respond after bus resets,
  1047. * especially if they are bus powered and go through
  1048. * power-up after getting plugged in. We schedule the
  1049. * first config rom scan half a second after bus reset.
  1050. */
  1051. INIT_DELAYED_WORK(&device->work, fw_device_init);
  1052. fw_schedule_device_work(device, INITIAL_DELAY);
  1053. break;
  1054. case FW_NODE_INITIATED_RESET:
  1055. case FW_NODE_LINK_ON:
  1056. device = node->data;
  1057. if (device == NULL)
  1058. goto create;
  1059. device->node_id = node->node_id;
  1060. smp_wmb(); /* update node_id before generation */
  1061. device->generation = card->generation;
  1062. if (atomic_cmpxchg(&device->state,
  1063. FW_DEVICE_RUNNING,
  1064. FW_DEVICE_INITIALIZING) == FW_DEVICE_RUNNING) {
  1065. PREPARE_DELAYED_WORK(&device->work, fw_device_refresh);
  1066. fw_schedule_device_work(device,
  1067. device->is_local ? 0 : INITIAL_DELAY);
  1068. }
  1069. break;
  1070. case FW_NODE_UPDATED:
  1071. device = node->data;
  1072. if (device == NULL)
  1073. break;
  1074. device->node_id = node->node_id;
  1075. smp_wmb(); /* update node_id before generation */
  1076. device->generation = card->generation;
  1077. if (atomic_read(&device->state) == FW_DEVICE_RUNNING) {
  1078. PREPARE_DELAYED_WORK(&device->work, fw_device_update);
  1079. fw_schedule_device_work(device, 0);
  1080. }
  1081. break;
  1082. case FW_NODE_DESTROYED:
  1083. case FW_NODE_LINK_OFF:
  1084. if (!node->data)
  1085. break;
  1086. /*
  1087. * Destroy the device associated with the node. There
  1088. * are two cases here: either the device is fully
  1089. * initialized (FW_DEVICE_RUNNING) or we're in the
  1090. * process of reading its config rom
  1091. * (FW_DEVICE_INITIALIZING). If it is fully
  1092. * initialized we can reuse device->work to schedule a
  1093. * full fw_device_shutdown(). If not, there's work
  1094. * scheduled to read it's config rom, and we just put
  1095. * the device in shutdown state to have that code fail
  1096. * to create the device.
  1097. */
  1098. device = node->data;
  1099. if (atomic_xchg(&device->state,
  1100. FW_DEVICE_GONE) == FW_DEVICE_RUNNING) {
  1101. PREPARE_DELAYED_WORK(&device->work, fw_device_shutdown);
  1102. fw_schedule_device_work(device,
  1103. list_empty(&card->link) ? 0 : SHUTDOWN_DELAY);
  1104. }
  1105. break;
  1106. }
  1107. }