fsl_pci.c 32 KB

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