fsl_pci.c 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. /*
  2. * MPC83xx/85xx/86xx PCI/PCIE support routing.
  3. *
  4. * Copyright 2007-2012 Freescale Semiconductor, Inc.
  5. * Copyright 2008-2009 MontaVista Software, Inc.
  6. *
  7. * Initial author: Xianghua Xiao <x.xiao@freescale.com>
  8. * Recode: ZHANG WEI <wei.zhang@freescale.com>
  9. * Rewrite the routing for Frescale PCI and PCI Express
  10. * Roy Zang <tie-fei.zang@freescale.com>
  11. * MPC83xx PCI-Express support:
  12. * Tony Li <tony.li@freescale.com>
  13. * Anton Vorontsov <avorontsov@ru.mvista.com>
  14. *
  15. * This program is free software; you can redistribute it and/or modify it
  16. * under the terms of the GNU General Public License as published by the
  17. * Free Software Foundation; either version 2 of the License, or (at your
  18. * option) any later version.
  19. */
  20. #include <linux/kernel.h>
  21. #include <linux/pci.h>
  22. #include <linux/delay.h>
  23. #include <linux/string.h>
  24. #include <linux/init.h>
  25. #include <linux/interrupt.h>
  26. #include <linux/memblock.h>
  27. #include <linux/log2.h>
  28. #include <linux/slab.h>
  29. #include <linux/suspend.h>
  30. #include <linux/syscore_ops.h>
  31. #include <linux/uaccess.h>
  32. #include <asm/io.h>
  33. #include <asm/prom.h>
  34. #include <asm/pci-bridge.h>
  35. #include <asm/ppc-pci.h>
  36. #include <asm/machdep.h>
  37. #include <asm/disassemble.h>
  38. #include <asm/ppc-opcode.h>
  39. #include <sysdev/fsl_soc.h>
  40. #include <sysdev/fsl_pci.h>
  41. static int fsl_pcie_bus_fixup, is_mpc83xx_pci;
  42. static void quirk_fsl_pcie_early(struct pci_dev *dev)
  43. {
  44. u8 hdr_type;
  45. /* if we aren't a PCIe don't bother */
  46. if (!pci_is_pcie(dev))
  47. return;
  48. /* if we aren't in host mode don't bother */
  49. pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
  50. if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE)
  51. return;
  52. dev->class = PCI_CLASS_BRIDGE_PCI << 8;
  53. fsl_pcie_bus_fixup = 1;
  54. return;
  55. }
  56. static int fsl_indirect_read_config(struct pci_bus *, unsigned int,
  57. int, int, u32 *);
  58. static int fsl_pcie_check_link(struct pci_controller *hose)
  59. {
  60. u32 val = 0;
  61. if (hose->indirect_type & PPC_INDIRECT_TYPE_FSL_CFG_REG_LINK) {
  62. if (hose->ops->read == fsl_indirect_read_config) {
  63. struct pci_bus bus;
  64. bus.number = hose->first_busno;
  65. bus.sysdata = hose;
  66. bus.ops = hose->ops;
  67. indirect_read_config(&bus, 0, PCIE_LTSSM, 4, &val);
  68. } else
  69. early_read_config_dword(hose, 0, 0, PCIE_LTSSM, &val);
  70. if (val < PCIE_LTSSM_L0)
  71. return 1;
  72. } else {
  73. struct ccsr_pci __iomem *pci = hose->private_data;
  74. /* for PCIe IP rev 3.0 or greater use CSR0 for link state */
  75. val = (in_be32(&pci->pex_csr0) & PEX_CSR0_LTSSM_MASK)
  76. >> PEX_CSR0_LTSSM_SHIFT;
  77. if (val != PEX_CSR0_LTSSM_L0)
  78. return 1;
  79. }
  80. return 0;
  81. }
  82. static int fsl_indirect_read_config(struct pci_bus *bus, unsigned int devfn,
  83. int offset, int len, u32 *val)
  84. {
  85. struct pci_controller *hose = pci_bus_to_host(bus);
  86. if (fsl_pcie_check_link(hose))
  87. hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK;
  88. else
  89. hose->indirect_type &= ~PPC_INDIRECT_TYPE_NO_PCIE_LINK;
  90. return indirect_read_config(bus, devfn, offset, len, val);
  91. }
  92. #if defined(CONFIG_FSL_SOC_BOOKE) || defined(CONFIG_PPC_86xx)
  93. static struct pci_ops fsl_indirect_pcie_ops =
  94. {
  95. .read = fsl_indirect_read_config,
  96. .write = indirect_write_config,
  97. };
  98. #define MAX_PHYS_ADDR_BITS 40
  99. static u64 pci64_dma_offset = 1ull << MAX_PHYS_ADDR_BITS;
  100. static int fsl_pci_dma_set_mask(struct device *dev, u64 dma_mask)
  101. {
  102. if (!dev->dma_mask || !dma_supported(dev, dma_mask))
  103. return -EIO;
  104. /*
  105. * Fixup PCI devices that are able to DMA to above the physical
  106. * address width of the SoC such that we can address any internal
  107. * SoC address from across PCI if needed
  108. */
  109. if ((dev_is_pci(dev)) &&
  110. dma_mask >= DMA_BIT_MASK(MAX_PHYS_ADDR_BITS)) {
  111. set_dma_ops(dev, &dma_direct_ops);
  112. set_dma_offset(dev, pci64_dma_offset);
  113. }
  114. *dev->dma_mask = dma_mask;
  115. return 0;
  116. }
  117. static int setup_one_atmu(struct ccsr_pci __iomem *pci,
  118. unsigned int index, const struct resource *res,
  119. resource_size_t offset)
  120. {
  121. resource_size_t pci_addr = res->start - offset;
  122. resource_size_t phys_addr = res->start;
  123. resource_size_t size = resource_size(res);
  124. u32 flags = 0x80044000; /* enable & mem R/W */
  125. unsigned int i;
  126. pr_debug("PCI MEM resource start 0x%016llx, size 0x%016llx.\n",
  127. (u64)res->start, (u64)size);
  128. if (res->flags & IORESOURCE_PREFETCH)
  129. flags |= 0x10000000; /* enable relaxed ordering */
  130. for (i = 0; size > 0; i++) {
  131. unsigned int bits = min_t(u32, ilog2(size),
  132. __ffs(pci_addr | phys_addr));
  133. if (index + i >= 5)
  134. return -1;
  135. out_be32(&pci->pow[index + i].potar, pci_addr >> 12);
  136. out_be32(&pci->pow[index + i].potear, (u64)pci_addr >> 44);
  137. out_be32(&pci->pow[index + i].powbar, phys_addr >> 12);
  138. out_be32(&pci->pow[index + i].powar, flags | (bits - 1));
  139. pci_addr += (resource_size_t)1U << bits;
  140. phys_addr += (resource_size_t)1U << bits;
  141. size -= (resource_size_t)1U << bits;
  142. }
  143. return i;
  144. }
  145. /* atmu setup for fsl pci/pcie controller */
  146. static void setup_pci_atmu(struct pci_controller *hose)
  147. {
  148. struct ccsr_pci __iomem *pci = hose->private_data;
  149. int i, j, n, mem_log, win_idx = 3, start_idx = 1, end_idx = 4;
  150. u64 mem, sz, paddr_hi = 0;
  151. u64 offset = 0, paddr_lo = ULLONG_MAX;
  152. u32 pcicsrbar = 0, pcicsrbar_sz;
  153. u32 piwar = PIWAR_EN | PIWAR_PF | PIWAR_TGI_LOCAL |
  154. PIWAR_READ_SNOOP | PIWAR_WRITE_SNOOP;
  155. const char *name = hose->dn->full_name;
  156. const u64 *reg;
  157. int len;
  158. if (early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP)) {
  159. if (in_be32(&pci->block_rev1) >= PCIE_IP_REV_2_2) {
  160. win_idx = 2;
  161. start_idx = 0;
  162. end_idx = 3;
  163. }
  164. }
  165. /* Disable all windows (except powar0 since it's ignored) */
  166. for(i = 1; i < 5; i++)
  167. out_be32(&pci->pow[i].powar, 0);
  168. for (i = start_idx; i < end_idx; i++)
  169. out_be32(&pci->piw[i].piwar, 0);
  170. /* Setup outbound MEM window */
  171. for(i = 0, j = 1; i < 3; i++) {
  172. if (!(hose->mem_resources[i].flags & IORESOURCE_MEM))
  173. continue;
  174. paddr_lo = min(paddr_lo, (u64)hose->mem_resources[i].start);
  175. paddr_hi = max(paddr_hi, (u64)hose->mem_resources[i].end);
  176. /* We assume all memory resources have the same offset */
  177. offset = hose->mem_offset[i];
  178. n = setup_one_atmu(pci, j, &hose->mem_resources[i], offset);
  179. if (n < 0 || j >= 5) {
  180. pr_err("Ran out of outbound PCI ATMUs for resource %d!\n", i);
  181. hose->mem_resources[i].flags |= IORESOURCE_DISABLED;
  182. } else
  183. j += n;
  184. }
  185. /* Setup outbound IO window */
  186. if (hose->io_resource.flags & IORESOURCE_IO) {
  187. if (j >= 5) {
  188. pr_err("Ran out of outbound PCI ATMUs for IO resource\n");
  189. } else {
  190. pr_debug("PCI IO resource start 0x%016llx, size 0x%016llx, "
  191. "phy base 0x%016llx.\n",
  192. (u64)hose->io_resource.start,
  193. (u64)resource_size(&hose->io_resource),
  194. (u64)hose->io_base_phys);
  195. out_be32(&pci->pow[j].potar, (hose->io_resource.start >> 12));
  196. out_be32(&pci->pow[j].potear, 0);
  197. out_be32(&pci->pow[j].powbar, (hose->io_base_phys >> 12));
  198. /* Enable, IO R/W */
  199. out_be32(&pci->pow[j].powar, 0x80088000
  200. | (ilog2(hose->io_resource.end
  201. - hose->io_resource.start + 1) - 1));
  202. }
  203. }
  204. /* convert to pci address space */
  205. paddr_hi -= offset;
  206. paddr_lo -= offset;
  207. if (paddr_hi == paddr_lo) {
  208. pr_err("%s: No outbound window space\n", name);
  209. return;
  210. }
  211. if (paddr_lo == 0) {
  212. pr_err("%s: No space for inbound window\n", name);
  213. return;
  214. }
  215. /* setup PCSRBAR/PEXCSRBAR */
  216. early_write_config_dword(hose, 0, 0, PCI_BASE_ADDRESS_0, 0xffffffff);
  217. early_read_config_dword(hose, 0, 0, PCI_BASE_ADDRESS_0, &pcicsrbar_sz);
  218. pcicsrbar_sz = ~pcicsrbar_sz + 1;
  219. if (paddr_hi < (0x100000000ull - pcicsrbar_sz) ||
  220. (paddr_lo > 0x100000000ull))
  221. pcicsrbar = 0x100000000ull - pcicsrbar_sz;
  222. else
  223. pcicsrbar = (paddr_lo - pcicsrbar_sz) & -pcicsrbar_sz;
  224. early_write_config_dword(hose, 0, 0, PCI_BASE_ADDRESS_0, pcicsrbar);
  225. paddr_lo = min(paddr_lo, (u64)pcicsrbar);
  226. pr_info("%s: PCICSRBAR @ 0x%x\n", name, pcicsrbar);
  227. /* Setup inbound mem window */
  228. mem = memblock_end_of_DRAM();
  229. /*
  230. * The msi-address-64 property, if it exists, indicates the physical
  231. * address of the MSIIR register. Normally, this register is located
  232. * inside CCSR, so the ATMU that covers all of CCSR is used. But if
  233. * this property exists, then we normally need to create a new ATMU
  234. * for it. For now, however, we cheat. The only entity that creates
  235. * this property is the Freescale hypervisor, and the address is
  236. * specified in the partition configuration. Typically, the address
  237. * is located in the page immediately after the end of DDR. If so, we
  238. * can avoid allocating a new ATMU by extending the DDR ATMU by one
  239. * page.
  240. */
  241. reg = of_get_property(hose->dn, "msi-address-64", &len);
  242. if (reg && (len == sizeof(u64))) {
  243. u64 address = be64_to_cpup(reg);
  244. if ((address >= mem) && (address < (mem + PAGE_SIZE))) {
  245. pr_info("%s: extending DDR ATMU to cover MSIIR", name);
  246. mem += PAGE_SIZE;
  247. } else {
  248. /* TODO: Create a new ATMU for MSIIR */
  249. pr_warn("%s: msi-address-64 address of %llx is "
  250. "unsupported\n", name, address);
  251. }
  252. }
  253. sz = min(mem, paddr_lo);
  254. mem_log = ilog2(sz);
  255. /* PCIe can overmap inbound & outbound since RX & TX are separated */
  256. if (early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP)) {
  257. /* Size window to exact size if power-of-two or one size up */
  258. if ((1ull << mem_log) != mem) {
  259. mem_log++;
  260. if ((1ull << mem_log) > mem)
  261. pr_info("%s: Setting PCI inbound window "
  262. "greater than memory size\n", name);
  263. }
  264. piwar |= ((mem_log - 1) & PIWAR_SZ_MASK);
  265. /* Setup inbound memory window */
  266. out_be32(&pci->piw[win_idx].pitar, 0x00000000);
  267. out_be32(&pci->piw[win_idx].piwbar, 0x00000000);
  268. out_be32(&pci->piw[win_idx].piwar, piwar);
  269. win_idx--;
  270. hose->dma_window_base_cur = 0x00000000;
  271. hose->dma_window_size = (resource_size_t)sz;
  272. /*
  273. * if we have >4G of memory setup second PCI inbound window to
  274. * let devices that are 64-bit address capable to work w/o
  275. * SWIOTLB and access the full range of memory
  276. */
  277. if (sz != mem) {
  278. mem_log = ilog2(mem);
  279. /* Size window up if we dont fit in exact power-of-2 */
  280. if ((1ull << mem_log) != mem)
  281. mem_log++;
  282. piwar = (piwar & ~PIWAR_SZ_MASK) | (mem_log - 1);
  283. /* Setup inbound memory window */
  284. out_be32(&pci->piw[win_idx].pitar, 0x00000000);
  285. out_be32(&pci->piw[win_idx].piwbear,
  286. pci64_dma_offset >> 44);
  287. out_be32(&pci->piw[win_idx].piwbar,
  288. pci64_dma_offset >> 12);
  289. out_be32(&pci->piw[win_idx].piwar, piwar);
  290. /*
  291. * install our own dma_set_mask handler to fixup dma_ops
  292. * and dma_offset
  293. */
  294. ppc_md.dma_set_mask = fsl_pci_dma_set_mask;
  295. pr_info("%s: Setup 64-bit PCI DMA window\n", name);
  296. }
  297. } else {
  298. u64 paddr = 0;
  299. /* Setup inbound memory window */
  300. out_be32(&pci->piw[win_idx].pitar, paddr >> 12);
  301. out_be32(&pci->piw[win_idx].piwbar, paddr >> 12);
  302. out_be32(&pci->piw[win_idx].piwar, (piwar | (mem_log - 1)));
  303. win_idx--;
  304. paddr += 1ull << mem_log;
  305. sz -= 1ull << mem_log;
  306. if (sz) {
  307. mem_log = ilog2(sz);
  308. piwar |= (mem_log - 1);
  309. out_be32(&pci->piw[win_idx].pitar, paddr >> 12);
  310. out_be32(&pci->piw[win_idx].piwbar, paddr >> 12);
  311. out_be32(&pci->piw[win_idx].piwar, piwar);
  312. win_idx--;
  313. paddr += 1ull << mem_log;
  314. }
  315. hose->dma_window_base_cur = 0x00000000;
  316. hose->dma_window_size = (resource_size_t)paddr;
  317. }
  318. if (hose->dma_window_size < mem) {
  319. #ifdef CONFIG_SWIOTLB
  320. ppc_swiotlb_enable = 1;
  321. #else
  322. pr_err("%s: ERROR: Memory size exceeds PCI ATMU ability to "
  323. "map - enable CONFIG_SWIOTLB to avoid dma errors.\n",
  324. name);
  325. #endif
  326. /* adjusting outbound windows could reclaim space in mem map */
  327. if (paddr_hi < 0xffffffffull)
  328. pr_warning("%s: WARNING: Outbound window cfg leaves "
  329. "gaps in memory map. Adjusting the memory map "
  330. "could reduce unnecessary bounce buffering.\n",
  331. name);
  332. pr_info("%s: DMA window size is 0x%llx\n", name,
  333. (u64)hose->dma_window_size);
  334. }
  335. }
  336. static void __init setup_pci_cmd(struct pci_controller *hose)
  337. {
  338. u16 cmd;
  339. int cap_x;
  340. early_read_config_word(hose, 0, 0, PCI_COMMAND, &cmd);
  341. cmd |= PCI_COMMAND_SERR | PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY
  342. | PCI_COMMAND_IO;
  343. early_write_config_word(hose, 0, 0, PCI_COMMAND, cmd);
  344. cap_x = early_find_capability(hose, 0, 0, PCI_CAP_ID_PCIX);
  345. if (cap_x) {
  346. int pci_x_cmd = cap_x + PCI_X_CMD;
  347. cmd = PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ
  348. | PCI_X_CMD_ERO | PCI_X_CMD_DPERR_E;
  349. early_write_config_word(hose, 0, 0, pci_x_cmd, cmd);
  350. } else {
  351. early_write_config_byte(hose, 0, 0, PCI_LATENCY_TIMER, 0x80);
  352. }
  353. }
  354. void fsl_pcibios_fixup_bus(struct pci_bus *bus)
  355. {
  356. struct pci_controller *hose = pci_bus_to_host(bus);
  357. int i, is_pcie = 0, no_link;
  358. /* The root complex bridge comes up with bogus resources,
  359. * we copy the PHB ones in.
  360. *
  361. * With the current generic PCI code, the PHB bus no longer
  362. * has bus->resource[0..4] set, so things are a bit more
  363. * tricky.
  364. */
  365. if (fsl_pcie_bus_fixup)
  366. is_pcie = early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP);
  367. no_link = !!(hose->indirect_type & PPC_INDIRECT_TYPE_NO_PCIE_LINK);
  368. if (bus->parent == hose->bus && (is_pcie || no_link)) {
  369. for (i = 0; i < PCI_BRIDGE_RESOURCE_NUM; ++i) {
  370. struct resource *res = bus->resource[i];
  371. struct resource *par;
  372. if (!res)
  373. continue;
  374. if (i == 0)
  375. par = &hose->io_resource;
  376. else if (i < 4)
  377. par = &hose->mem_resources[i-1];
  378. else par = NULL;
  379. res->start = par ? par->start : 0;
  380. res->end = par ? par->end : 0;
  381. res->flags = par ? par->flags : 0;
  382. }
  383. }
  384. }
  385. int fsl_add_bridge(struct platform_device *pdev, int is_primary)
  386. {
  387. int len;
  388. struct pci_controller *hose;
  389. struct resource rsrc;
  390. const int *bus_range;
  391. u8 hdr_type, progif;
  392. struct device_node *dev;
  393. struct ccsr_pci __iomem *pci;
  394. dev = pdev->dev.of_node;
  395. if (!of_device_is_available(dev)) {
  396. pr_warning("%s: disabled\n", dev->full_name);
  397. return -ENODEV;
  398. }
  399. pr_debug("Adding PCI host bridge %s\n", dev->full_name);
  400. /* Fetch host bridge registers address */
  401. if (of_address_to_resource(dev, 0, &rsrc)) {
  402. printk(KERN_WARNING "Can't get pci register base!");
  403. return -ENOMEM;
  404. }
  405. /* Get bus range if any */
  406. bus_range = of_get_property(dev, "bus-range", &len);
  407. if (bus_range == NULL || len < 2 * sizeof(int))
  408. printk(KERN_WARNING "Can't get bus-range for %s, assume"
  409. " bus 0\n", dev->full_name);
  410. pci_add_flags(PCI_REASSIGN_ALL_BUS);
  411. hose = pcibios_alloc_controller(dev);
  412. if (!hose)
  413. return -ENOMEM;
  414. /* set platform device as the parent */
  415. hose->parent = &pdev->dev;
  416. hose->first_busno = bus_range ? bus_range[0] : 0x0;
  417. hose->last_busno = bus_range ? bus_range[1] : 0xff;
  418. pr_debug("PCI memory map start 0x%016llx, size 0x%016llx\n",
  419. (u64)rsrc.start, (u64)resource_size(&rsrc));
  420. pci = hose->private_data = ioremap(rsrc.start, resource_size(&rsrc));
  421. if (!hose->private_data)
  422. goto no_bridge;
  423. setup_indirect_pci(hose, rsrc.start, rsrc.start + 0x4,
  424. PPC_INDIRECT_TYPE_BIG_ENDIAN);
  425. if (in_be32(&pci->block_rev1) < PCIE_IP_REV_3_0)
  426. hose->indirect_type |= PPC_INDIRECT_TYPE_FSL_CFG_REG_LINK;
  427. if (early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP)) {
  428. /* use fsl_indirect_read_config for PCIe */
  429. hose->ops = &fsl_indirect_pcie_ops;
  430. /* For PCIE read HEADER_TYPE to identify controler mode */
  431. early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type);
  432. if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE)
  433. goto no_bridge;
  434. } else {
  435. /* For PCI read PROG to identify controller mode */
  436. early_read_config_byte(hose, 0, 0, PCI_CLASS_PROG, &progif);
  437. if ((progif & 1) &&
  438. !of_property_read_bool(dev, "fsl,pci-agent-force-enum"))
  439. goto no_bridge;
  440. }
  441. setup_pci_cmd(hose);
  442. /* check PCI express link status */
  443. if (early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP)) {
  444. hose->indirect_type |= PPC_INDIRECT_TYPE_EXT_REG |
  445. PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS;
  446. if (fsl_pcie_check_link(hose))
  447. hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK;
  448. }
  449. printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx. "
  450. "Firmware bus number: %d->%d\n",
  451. (unsigned long long)rsrc.start, hose->first_busno,
  452. hose->last_busno);
  453. pr_debug(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n",
  454. hose, hose->cfg_addr, hose->cfg_data);
  455. /* Interpret the "ranges" property */
  456. /* This also maps the I/O region and sets isa_io/mem_base */
  457. pci_process_bridge_OF_ranges(hose, dev, is_primary);
  458. /* Setup PEX window registers */
  459. setup_pci_atmu(hose);
  460. return 0;
  461. no_bridge:
  462. iounmap(hose->private_data);
  463. /* unmap cfg_data & cfg_addr separately if not on same page */
  464. if (((unsigned long)hose->cfg_data & PAGE_MASK) !=
  465. ((unsigned long)hose->cfg_addr & PAGE_MASK))
  466. iounmap(hose->cfg_data);
  467. iounmap(hose->cfg_addr);
  468. pcibios_free_controller(hose);
  469. return -ENODEV;
  470. }
  471. #endif /* CONFIG_FSL_SOC_BOOKE || CONFIG_PPC_86xx */
  472. DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_FREESCALE, PCI_ANY_ID,
  473. quirk_fsl_pcie_early);
  474. #if defined(CONFIG_PPC_83xx) || defined(CONFIG_PPC_MPC512x)
  475. struct mpc83xx_pcie_priv {
  476. void __iomem *cfg_type0;
  477. void __iomem *cfg_type1;
  478. u32 dev_base;
  479. };
  480. struct pex_inbound_window {
  481. u32 ar;
  482. u32 tar;
  483. u32 barl;
  484. u32 barh;
  485. };
  486. /*
  487. * With the convention of u-boot, the PCIE outbound window 0 serves
  488. * as configuration transactions outbound.
  489. */
  490. #define PEX_OUTWIN0_BAR 0xCA4
  491. #define PEX_OUTWIN0_TAL 0xCA8
  492. #define PEX_OUTWIN0_TAH 0xCAC
  493. #define PEX_RC_INWIN_BASE 0xE60
  494. #define PEX_RCIWARn_EN 0x1
  495. static int mpc83xx_pcie_exclude_device(struct pci_bus *bus, unsigned int devfn)
  496. {
  497. struct pci_controller *hose = pci_bus_to_host(bus);
  498. if (hose->indirect_type & PPC_INDIRECT_TYPE_NO_PCIE_LINK)
  499. return PCIBIOS_DEVICE_NOT_FOUND;
  500. /*
  501. * Workaround for the HW bug: for Type 0 configure transactions the
  502. * PCI-E controller does not check the device number bits and just
  503. * assumes that the device number bits are 0.
  504. */
  505. if (bus->number == hose->first_busno ||
  506. bus->primary == hose->first_busno) {
  507. if (devfn & 0xf8)
  508. return PCIBIOS_DEVICE_NOT_FOUND;
  509. }
  510. if (ppc_md.pci_exclude_device) {
  511. if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
  512. return PCIBIOS_DEVICE_NOT_FOUND;
  513. }
  514. return PCIBIOS_SUCCESSFUL;
  515. }
  516. static void __iomem *mpc83xx_pcie_remap_cfg(struct pci_bus *bus,
  517. unsigned int devfn, int offset)
  518. {
  519. struct pci_controller *hose = pci_bus_to_host(bus);
  520. struct mpc83xx_pcie_priv *pcie = hose->dn->data;
  521. u32 dev_base = bus->number << 24 | devfn << 16;
  522. int ret;
  523. ret = mpc83xx_pcie_exclude_device(bus, devfn);
  524. if (ret)
  525. return NULL;
  526. offset &= 0xfff;
  527. /* Type 0 */
  528. if (bus->number == hose->first_busno)
  529. return pcie->cfg_type0 + offset;
  530. if (pcie->dev_base == dev_base)
  531. goto mapped;
  532. out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAL, dev_base);
  533. pcie->dev_base = dev_base;
  534. mapped:
  535. return pcie->cfg_type1 + offset;
  536. }
  537. static int mpc83xx_pcie_read_config(struct pci_bus *bus, unsigned int devfn,
  538. int offset, int len, u32 *val)
  539. {
  540. void __iomem *cfg_addr;
  541. cfg_addr = mpc83xx_pcie_remap_cfg(bus, devfn, offset);
  542. if (!cfg_addr)
  543. return PCIBIOS_DEVICE_NOT_FOUND;
  544. switch (len) {
  545. case 1:
  546. *val = in_8(cfg_addr);
  547. break;
  548. case 2:
  549. *val = in_le16(cfg_addr);
  550. break;
  551. default:
  552. *val = in_le32(cfg_addr);
  553. break;
  554. }
  555. return PCIBIOS_SUCCESSFUL;
  556. }
  557. static int mpc83xx_pcie_write_config(struct pci_bus *bus, unsigned int devfn,
  558. int offset, int len, u32 val)
  559. {
  560. struct pci_controller *hose = pci_bus_to_host(bus);
  561. void __iomem *cfg_addr;
  562. cfg_addr = mpc83xx_pcie_remap_cfg(bus, devfn, offset);
  563. if (!cfg_addr)
  564. return PCIBIOS_DEVICE_NOT_FOUND;
  565. /* PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS */
  566. if (offset == PCI_PRIMARY_BUS && bus->number == hose->first_busno)
  567. val &= 0xffffff00;
  568. switch (len) {
  569. case 1:
  570. out_8(cfg_addr, val);
  571. break;
  572. case 2:
  573. out_le16(cfg_addr, val);
  574. break;
  575. default:
  576. out_le32(cfg_addr, val);
  577. break;
  578. }
  579. return PCIBIOS_SUCCESSFUL;
  580. }
  581. static struct pci_ops mpc83xx_pcie_ops = {
  582. .read = mpc83xx_pcie_read_config,
  583. .write = mpc83xx_pcie_write_config,
  584. };
  585. static int __init mpc83xx_pcie_setup(struct pci_controller *hose,
  586. struct resource *reg)
  587. {
  588. struct mpc83xx_pcie_priv *pcie;
  589. u32 cfg_bar;
  590. int ret = -ENOMEM;
  591. pcie = zalloc_maybe_bootmem(sizeof(*pcie), GFP_KERNEL);
  592. if (!pcie)
  593. return ret;
  594. pcie->cfg_type0 = ioremap(reg->start, resource_size(reg));
  595. if (!pcie->cfg_type0)
  596. goto err0;
  597. cfg_bar = in_le32(pcie->cfg_type0 + PEX_OUTWIN0_BAR);
  598. if (!cfg_bar) {
  599. /* PCI-E isn't configured. */
  600. ret = -ENODEV;
  601. goto err1;
  602. }
  603. pcie->cfg_type1 = ioremap(cfg_bar, 0x1000);
  604. if (!pcie->cfg_type1)
  605. goto err1;
  606. WARN_ON(hose->dn->data);
  607. hose->dn->data = pcie;
  608. hose->ops = &mpc83xx_pcie_ops;
  609. hose->indirect_type |= PPC_INDIRECT_TYPE_FSL_CFG_REG_LINK;
  610. out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAH, 0);
  611. out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAL, 0);
  612. if (fsl_pcie_check_link(hose))
  613. hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK;
  614. return 0;
  615. err1:
  616. iounmap(pcie->cfg_type0);
  617. err0:
  618. kfree(pcie);
  619. return ret;
  620. }
  621. int __init mpc83xx_add_bridge(struct device_node *dev)
  622. {
  623. int ret;
  624. int len;
  625. struct pci_controller *hose;
  626. struct resource rsrc_reg;
  627. struct resource rsrc_cfg;
  628. const int *bus_range;
  629. int primary;
  630. is_mpc83xx_pci = 1;
  631. if (!of_device_is_available(dev)) {
  632. pr_warning("%s: disabled by the firmware.\n",
  633. dev->full_name);
  634. return -ENODEV;
  635. }
  636. pr_debug("Adding PCI host bridge %s\n", dev->full_name);
  637. /* Fetch host bridge registers address */
  638. if (of_address_to_resource(dev, 0, &rsrc_reg)) {
  639. printk(KERN_WARNING "Can't get pci register base!\n");
  640. return -ENOMEM;
  641. }
  642. memset(&rsrc_cfg, 0, sizeof(rsrc_cfg));
  643. if (of_address_to_resource(dev, 1, &rsrc_cfg)) {
  644. printk(KERN_WARNING
  645. "No pci config register base in dev tree, "
  646. "using default\n");
  647. /*
  648. * MPC83xx supports up to two host controllers
  649. * one at 0x8500 has config space registers at 0x8300
  650. * one at 0x8600 has config space registers at 0x8380
  651. */
  652. if ((rsrc_reg.start & 0xfffff) == 0x8500)
  653. rsrc_cfg.start = (rsrc_reg.start & 0xfff00000) + 0x8300;
  654. else if ((rsrc_reg.start & 0xfffff) == 0x8600)
  655. rsrc_cfg.start = (rsrc_reg.start & 0xfff00000) + 0x8380;
  656. }
  657. /*
  658. * Controller at offset 0x8500 is primary
  659. */
  660. if ((rsrc_reg.start & 0xfffff) == 0x8500)
  661. primary = 1;
  662. else
  663. primary = 0;
  664. /* Get bus range if any */
  665. bus_range = of_get_property(dev, "bus-range", &len);
  666. if (bus_range == NULL || len < 2 * sizeof(int)) {
  667. printk(KERN_WARNING "Can't get bus-range for %s, assume"
  668. " bus 0\n", dev->full_name);
  669. }
  670. pci_add_flags(PCI_REASSIGN_ALL_BUS);
  671. hose = pcibios_alloc_controller(dev);
  672. if (!hose)
  673. return -ENOMEM;
  674. hose->first_busno = bus_range ? bus_range[0] : 0;
  675. hose->last_busno = bus_range ? bus_range[1] : 0xff;
  676. if (of_device_is_compatible(dev, "fsl,mpc8314-pcie")) {
  677. ret = mpc83xx_pcie_setup(hose, &rsrc_reg);
  678. if (ret)
  679. goto err0;
  680. } else {
  681. setup_indirect_pci(hose, rsrc_cfg.start,
  682. rsrc_cfg.start + 4, 0);
  683. }
  684. printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx. "
  685. "Firmware bus number: %d->%d\n",
  686. (unsigned long long)rsrc_reg.start, hose->first_busno,
  687. hose->last_busno);
  688. pr_debug(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n",
  689. hose, hose->cfg_addr, hose->cfg_data);
  690. /* Interpret the "ranges" property */
  691. /* This also maps the I/O region and sets isa_io/mem_base */
  692. pci_process_bridge_OF_ranges(hose, dev, primary);
  693. return 0;
  694. err0:
  695. pcibios_free_controller(hose);
  696. return ret;
  697. }
  698. #endif /* CONFIG_PPC_83xx */
  699. u64 fsl_pci_immrbar_base(struct pci_controller *hose)
  700. {
  701. #ifdef CONFIG_PPC_83xx
  702. if (is_mpc83xx_pci) {
  703. struct mpc83xx_pcie_priv *pcie = hose->dn->data;
  704. struct pex_inbound_window *in;
  705. int i;
  706. /* Walk the Root Complex Inbound windows to match IMMR base */
  707. in = pcie->cfg_type0 + PEX_RC_INWIN_BASE;
  708. for (i = 0; i < 4; i++) {
  709. /* not enabled, skip */
  710. if (!(in_le32(&in[i].ar) & PEX_RCIWARn_EN))
  711. continue;
  712. if (get_immrbase() == in_le32(&in[i].tar))
  713. return (u64)in_le32(&in[i].barh) << 32 |
  714. in_le32(&in[i].barl);
  715. }
  716. printk(KERN_WARNING "could not find PCI BAR matching IMMR\n");
  717. }
  718. #endif
  719. #if defined(CONFIG_FSL_SOC_BOOKE) || defined(CONFIG_PPC_86xx)
  720. if (!is_mpc83xx_pci) {
  721. u32 base;
  722. pci_bus_read_config_dword(hose->bus,
  723. PCI_DEVFN(0, 0), PCI_BASE_ADDRESS_0, &base);
  724. /*
  725. * For PEXCSRBAR, bit 3-0 indicate prefetchable and
  726. * address type. So when getting base address, these
  727. * bits should be masked
  728. */
  729. base &= PCI_BASE_ADDRESS_MEM_MASK;
  730. return base;
  731. }
  732. #endif
  733. return 0;
  734. }
  735. #ifdef CONFIG_E500
  736. static int mcheck_handle_load(struct pt_regs *regs, u32 inst)
  737. {
  738. unsigned int rd, ra, rb, d;
  739. rd = get_rt(inst);
  740. ra = get_ra(inst);
  741. rb = get_rb(inst);
  742. d = get_d(inst);
  743. switch (get_op(inst)) {
  744. case 31:
  745. switch (get_xop(inst)) {
  746. case OP_31_XOP_LWZX:
  747. case OP_31_XOP_LWBRX:
  748. regs->gpr[rd] = 0xffffffff;
  749. break;
  750. case OP_31_XOP_LWZUX:
  751. regs->gpr[rd] = 0xffffffff;
  752. regs->gpr[ra] += regs->gpr[rb];
  753. break;
  754. case OP_31_XOP_LBZX:
  755. regs->gpr[rd] = 0xff;
  756. break;
  757. case OP_31_XOP_LBZUX:
  758. regs->gpr[rd] = 0xff;
  759. regs->gpr[ra] += regs->gpr[rb];
  760. break;
  761. case OP_31_XOP_LHZX:
  762. case OP_31_XOP_LHBRX:
  763. regs->gpr[rd] = 0xffff;
  764. break;
  765. case OP_31_XOP_LHZUX:
  766. regs->gpr[rd] = 0xffff;
  767. regs->gpr[ra] += regs->gpr[rb];
  768. break;
  769. case OP_31_XOP_LHAX:
  770. regs->gpr[rd] = ~0UL;
  771. break;
  772. case OP_31_XOP_LHAUX:
  773. regs->gpr[rd] = ~0UL;
  774. regs->gpr[ra] += regs->gpr[rb];
  775. break;
  776. default:
  777. return 0;
  778. }
  779. break;
  780. case OP_LWZ:
  781. regs->gpr[rd] = 0xffffffff;
  782. break;
  783. case OP_LWZU:
  784. regs->gpr[rd] = 0xffffffff;
  785. regs->gpr[ra] += (s16)d;
  786. break;
  787. case OP_LBZ:
  788. regs->gpr[rd] = 0xff;
  789. break;
  790. case OP_LBZU:
  791. regs->gpr[rd] = 0xff;
  792. regs->gpr[ra] += (s16)d;
  793. break;
  794. case OP_LHZ:
  795. regs->gpr[rd] = 0xffff;
  796. break;
  797. case OP_LHZU:
  798. regs->gpr[rd] = 0xffff;
  799. regs->gpr[ra] += (s16)d;
  800. break;
  801. case OP_LHA:
  802. regs->gpr[rd] = ~0UL;
  803. break;
  804. case OP_LHAU:
  805. regs->gpr[rd] = ~0UL;
  806. regs->gpr[ra] += (s16)d;
  807. break;
  808. default:
  809. return 0;
  810. }
  811. return 1;
  812. }
  813. static int is_in_pci_mem_space(phys_addr_t addr)
  814. {
  815. struct pci_controller *hose;
  816. struct resource *res;
  817. int i;
  818. list_for_each_entry(hose, &hose_list, list_node) {
  819. if (!(hose->indirect_type & PPC_INDIRECT_TYPE_EXT_REG))
  820. continue;
  821. for (i = 0; i < 3; i++) {
  822. res = &hose->mem_resources[i];
  823. if ((res->flags & IORESOURCE_MEM) &&
  824. addr >= res->start && addr <= res->end)
  825. return 1;
  826. }
  827. }
  828. return 0;
  829. }
  830. int fsl_pci_mcheck_exception(struct pt_regs *regs)
  831. {
  832. u32 inst;
  833. int ret;
  834. phys_addr_t addr = 0;
  835. /* Let KVM/QEMU deal with the exception */
  836. if (regs->msr & MSR_GS)
  837. return 0;
  838. #ifdef CONFIG_PHYS_64BIT
  839. addr = mfspr(SPRN_MCARU);
  840. addr <<= 32;
  841. #endif
  842. addr += mfspr(SPRN_MCAR);
  843. if (is_in_pci_mem_space(addr)) {
  844. if (user_mode(regs)) {
  845. pagefault_disable();
  846. ret = get_user(regs->nip, &inst);
  847. pagefault_enable();
  848. } else {
  849. ret = probe_kernel_address(regs->nip, inst);
  850. }
  851. if (mcheck_handle_load(regs, inst)) {
  852. regs->nip += 4;
  853. return 1;
  854. }
  855. }
  856. return 0;
  857. }
  858. #endif
  859. #if defined(CONFIG_FSL_SOC_BOOKE) || defined(CONFIG_PPC_86xx)
  860. static const struct of_device_id pci_ids[] = {
  861. { .compatible = "fsl,mpc8540-pci", },
  862. { .compatible = "fsl,mpc8548-pcie", },
  863. { .compatible = "fsl,mpc8610-pci", },
  864. { .compatible = "fsl,mpc8641-pcie", },
  865. { .compatible = "fsl,qoriq-pcie", },
  866. { .compatible = "fsl,qoriq-pcie-v2.1", },
  867. { .compatible = "fsl,qoriq-pcie-v2.2", },
  868. { .compatible = "fsl,qoriq-pcie-v2.3", },
  869. { .compatible = "fsl,qoriq-pcie-v2.4", },
  870. { .compatible = "fsl,qoriq-pcie-v3.0", },
  871. /*
  872. * The following entries are for compatibility with older device
  873. * trees.
  874. */
  875. { .compatible = "fsl,p1022-pcie", },
  876. { .compatible = "fsl,p4080-pcie", },
  877. {},
  878. };
  879. struct device_node *fsl_pci_primary;
  880. void fsl_pci_assign_primary(void)
  881. {
  882. struct device_node *np;
  883. /* Callers can specify the primary bus using other means. */
  884. if (fsl_pci_primary)
  885. return;
  886. /* If a PCI host bridge contains an ISA node, it's primary. */
  887. np = of_find_node_by_type(NULL, "isa");
  888. while ((fsl_pci_primary = of_get_parent(np))) {
  889. of_node_put(np);
  890. np = fsl_pci_primary;
  891. if (of_match_node(pci_ids, np) && of_device_is_available(np))
  892. return;
  893. }
  894. /*
  895. * If there's no PCI host bridge with ISA, arbitrarily
  896. * designate one as primary. This can go away once
  897. * various bugs with primary-less systems are fixed.
  898. */
  899. for_each_matching_node(np, pci_ids) {
  900. if (of_device_is_available(np)) {
  901. fsl_pci_primary = np;
  902. of_node_put(np);
  903. return;
  904. }
  905. }
  906. }
  907. #ifdef CONFIG_PM_SLEEP
  908. static irqreturn_t fsl_pci_pme_handle(int irq, void *dev_id)
  909. {
  910. struct pci_controller *hose = dev_id;
  911. struct ccsr_pci __iomem *pci = hose->private_data;
  912. u32 dr;
  913. dr = in_be32(&pci->pex_pme_mes_dr);
  914. if (!dr)
  915. return IRQ_NONE;
  916. out_be32(&pci->pex_pme_mes_dr, dr);
  917. return IRQ_HANDLED;
  918. }
  919. static int fsl_pci_pme_probe(struct pci_controller *hose)
  920. {
  921. struct ccsr_pci __iomem *pci;
  922. struct pci_dev *dev;
  923. int pme_irq;
  924. int res;
  925. u16 pms;
  926. /* Get hose's pci_dev */
  927. dev = list_first_entry(&hose->bus->devices, typeof(*dev), bus_list);
  928. /* PME Disable */
  929. pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms);
  930. pms &= ~PCI_PM_CTRL_PME_ENABLE;
  931. pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms);
  932. pme_irq = irq_of_parse_and_map(hose->dn, 0);
  933. if (!pme_irq) {
  934. dev_err(&dev->dev, "Failed to map PME interrupt.\n");
  935. return -ENXIO;
  936. }
  937. res = devm_request_irq(hose->parent, pme_irq,
  938. fsl_pci_pme_handle,
  939. IRQF_SHARED,
  940. "[PCI] PME", hose);
  941. if (res < 0) {
  942. dev_err(&dev->dev, "Unable to requiest irq %d for PME\n", pme_irq);
  943. irq_dispose_mapping(pme_irq);
  944. return -ENODEV;
  945. }
  946. pci = hose->private_data;
  947. /* Enable PTOD, ENL23D & EXL23D */
  948. clrbits32(&pci->pex_pme_mes_disr,
  949. PME_DISR_EN_PTOD | PME_DISR_EN_ENL23D | PME_DISR_EN_EXL23D);
  950. out_be32(&pci->pex_pme_mes_ier, 0);
  951. setbits32(&pci->pex_pme_mes_ier,
  952. PME_DISR_EN_PTOD | PME_DISR_EN_ENL23D | PME_DISR_EN_EXL23D);
  953. /* PME Enable */
  954. pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms);
  955. pms |= PCI_PM_CTRL_PME_ENABLE;
  956. pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms);
  957. return 0;
  958. }
  959. static void send_pme_turnoff_message(struct pci_controller *hose)
  960. {
  961. struct ccsr_pci __iomem *pci = hose->private_data;
  962. u32 dr;
  963. int i;
  964. /* Send PME_Turn_Off Message Request */
  965. setbits32(&pci->pex_pmcr, PEX_PMCR_PTOMR);
  966. /* Wait trun off done */
  967. for (i = 0; i < 150; i++) {
  968. dr = in_be32(&pci->pex_pme_mes_dr);
  969. if (dr) {
  970. out_be32(&pci->pex_pme_mes_dr, dr);
  971. break;
  972. }
  973. udelay(1000);
  974. }
  975. }
  976. static void fsl_pci_syscore_do_suspend(struct pci_controller *hose)
  977. {
  978. send_pme_turnoff_message(hose);
  979. }
  980. static int fsl_pci_syscore_suspend(void)
  981. {
  982. struct pci_controller *hose, *tmp;
  983. list_for_each_entry_safe(hose, tmp, &hose_list, list_node)
  984. fsl_pci_syscore_do_suspend(hose);
  985. return 0;
  986. }
  987. static void fsl_pci_syscore_do_resume(struct pci_controller *hose)
  988. {
  989. struct ccsr_pci __iomem *pci = hose->private_data;
  990. u32 dr;
  991. int i;
  992. /* Send Exit L2 State Message */
  993. setbits32(&pci->pex_pmcr, PEX_PMCR_EXL2S);
  994. /* Wait exit done */
  995. for (i = 0; i < 150; i++) {
  996. dr = in_be32(&pci->pex_pme_mes_dr);
  997. if (dr) {
  998. out_be32(&pci->pex_pme_mes_dr, dr);
  999. break;
  1000. }
  1001. udelay(1000);
  1002. }
  1003. setup_pci_atmu(hose);
  1004. }
  1005. static void fsl_pci_syscore_resume(void)
  1006. {
  1007. struct pci_controller *hose, *tmp;
  1008. list_for_each_entry_safe(hose, tmp, &hose_list, list_node)
  1009. fsl_pci_syscore_do_resume(hose);
  1010. }
  1011. static struct syscore_ops pci_syscore_pm_ops = {
  1012. .suspend = fsl_pci_syscore_suspend,
  1013. .resume = fsl_pci_syscore_resume,
  1014. };
  1015. #endif
  1016. void fsl_pcibios_fixup_phb(struct pci_controller *phb)
  1017. {
  1018. #ifdef CONFIG_PM_SLEEP
  1019. fsl_pci_pme_probe(phb);
  1020. #endif
  1021. }
  1022. static int fsl_pci_probe(struct platform_device *pdev)
  1023. {
  1024. struct device_node *node;
  1025. int ret;
  1026. node = pdev->dev.of_node;
  1027. ret = fsl_add_bridge(pdev, fsl_pci_primary == node);
  1028. mpc85xx_pci_err_probe(pdev);
  1029. return 0;
  1030. }
  1031. static struct platform_driver fsl_pci_driver = {
  1032. .driver = {
  1033. .name = "fsl-pci",
  1034. .of_match_table = pci_ids,
  1035. },
  1036. .probe = fsl_pci_probe,
  1037. };
  1038. static int __init fsl_pci_init(void)
  1039. {
  1040. #ifdef CONFIG_PM_SLEEP
  1041. register_syscore_ops(&pci_syscore_pm_ops);
  1042. #endif
  1043. return platform_driver_register(&fsl_pci_driver);
  1044. }
  1045. arch_initcall(fsl_pci_init);
  1046. #endif