sata_fsl.c 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  1. /*
  2. * drivers/ata/sata_fsl.c
  3. *
  4. * Freescale 3.0Gbps SATA device driver
  5. *
  6. * Author: Ashish Kalra <ashish.kalra@freescale.com>
  7. * Li Yang <leoli@freescale.com>
  8. *
  9. * Copyright (c) 2006-2007, 2011 Freescale Semiconductor, Inc.
  10. *
  11. * This program is free software; you can redistribute it and/or modify it
  12. * under the terms of the GNU General Public License as published by the
  13. * Free Software Foundation; either version 2 of the License, or (at your
  14. * option) any later version.
  15. *
  16. */
  17. #include <linux/kernel.h>
  18. #include <linux/module.h>
  19. #include <linux/platform_device.h>
  20. #include <linux/slab.h>
  21. #include <scsi/scsi_host.h>
  22. #include <scsi/scsi_cmnd.h>
  23. #include <linux/libata.h>
  24. #include <asm/io.h>
  25. #include <linux/of_platform.h>
  26. /* Controller information */
  27. enum {
  28. SATA_FSL_QUEUE_DEPTH = 16,
  29. SATA_FSL_MAX_PRD = 63,
  30. SATA_FSL_MAX_PRD_USABLE = SATA_FSL_MAX_PRD - 1,
  31. SATA_FSL_MAX_PRD_DIRECT = 16, /* Direct PRDT entries */
  32. SATA_FSL_HOST_FLAGS = (ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
  33. ATA_FLAG_MMIO | ATA_FLAG_PIO_DMA |
  34. ATA_FLAG_PMP | ATA_FLAG_NCQ | ATA_FLAG_AN),
  35. SATA_FSL_MAX_CMDS = SATA_FSL_QUEUE_DEPTH,
  36. SATA_FSL_CMD_HDR_SIZE = 16, /* 4 DWORDS */
  37. SATA_FSL_CMD_SLOT_SIZE = (SATA_FSL_MAX_CMDS * SATA_FSL_CMD_HDR_SIZE),
  38. /*
  39. * SATA-FSL host controller supports a max. of (15+1) direct PRDEs, and
  40. * chained indirect PRDEs upto a max count of 63.
  41. * We are allocating an array of 63 PRDEs contiguously, but PRDE#15 will
  42. * be setup as an indirect descriptor, pointing to it's next
  43. * (contiguous) PRDE. Though chained indirect PRDE arrays are
  44. * supported,it will be more efficient to use a direct PRDT and
  45. * a single chain/link to indirect PRDE array/PRDT.
  46. */
  47. SATA_FSL_CMD_DESC_CFIS_SZ = 32,
  48. SATA_FSL_CMD_DESC_SFIS_SZ = 32,
  49. SATA_FSL_CMD_DESC_ACMD_SZ = 16,
  50. SATA_FSL_CMD_DESC_RSRVD = 16,
  51. SATA_FSL_CMD_DESC_SIZE = (SATA_FSL_CMD_DESC_CFIS_SZ +
  52. SATA_FSL_CMD_DESC_SFIS_SZ +
  53. SATA_FSL_CMD_DESC_ACMD_SZ +
  54. SATA_FSL_CMD_DESC_RSRVD +
  55. SATA_FSL_MAX_PRD * 16),
  56. SATA_FSL_CMD_DESC_OFFSET_TO_PRDT =
  57. (SATA_FSL_CMD_DESC_CFIS_SZ +
  58. SATA_FSL_CMD_DESC_SFIS_SZ +
  59. SATA_FSL_CMD_DESC_ACMD_SZ +
  60. SATA_FSL_CMD_DESC_RSRVD),
  61. SATA_FSL_CMD_DESC_AR_SZ = (SATA_FSL_CMD_DESC_SIZE * SATA_FSL_MAX_CMDS),
  62. SATA_FSL_PORT_PRIV_DMA_SZ = (SATA_FSL_CMD_SLOT_SIZE +
  63. SATA_FSL_CMD_DESC_AR_SZ),
  64. /*
  65. * MPC8315 has two SATA controllers, SATA1 & SATA2
  66. * (one port per controller)
  67. * MPC837x has 2/4 controllers, one port per controller
  68. */
  69. SATA_FSL_MAX_PORTS = 1,
  70. SATA_FSL_IRQ_FLAG = IRQF_SHARED,
  71. };
  72. /*
  73. * Host Controller command register set - per port
  74. */
  75. enum {
  76. CQ = 0,
  77. CA = 8,
  78. CC = 0x10,
  79. CE = 0x18,
  80. DE = 0x20,
  81. CHBA = 0x24,
  82. HSTATUS = 0x28,
  83. HCONTROL = 0x2C,
  84. CQPMP = 0x30,
  85. SIGNATURE = 0x34,
  86. ICC = 0x38,
  87. /*
  88. * Host Status Register (HStatus) bitdefs
  89. */
  90. ONLINE = (1 << 31),
  91. GOING_OFFLINE = (1 << 30),
  92. BIST_ERR = (1 << 29),
  93. FATAL_ERR_HC_MASTER_ERR = (1 << 18),
  94. FATAL_ERR_PARITY_ERR_TX = (1 << 17),
  95. FATAL_ERR_PARITY_ERR_RX = (1 << 16),
  96. FATAL_ERR_DATA_UNDERRUN = (1 << 13),
  97. FATAL_ERR_DATA_OVERRUN = (1 << 12),
  98. FATAL_ERR_CRC_ERR_TX = (1 << 11),
  99. FATAL_ERR_CRC_ERR_RX = (1 << 10),
  100. FATAL_ERR_FIFO_OVRFL_TX = (1 << 9),
  101. FATAL_ERR_FIFO_OVRFL_RX = (1 << 8),
  102. FATAL_ERROR_DECODE = FATAL_ERR_HC_MASTER_ERR |
  103. FATAL_ERR_PARITY_ERR_TX |
  104. FATAL_ERR_PARITY_ERR_RX |
  105. FATAL_ERR_DATA_UNDERRUN |
  106. FATAL_ERR_DATA_OVERRUN |
  107. FATAL_ERR_CRC_ERR_TX |
  108. FATAL_ERR_CRC_ERR_RX |
  109. FATAL_ERR_FIFO_OVRFL_TX | FATAL_ERR_FIFO_OVRFL_RX,
  110. INT_ON_FATAL_ERR = (1 << 5),
  111. INT_ON_PHYRDY_CHG = (1 << 4),
  112. INT_ON_SIGNATURE_UPDATE = (1 << 3),
  113. INT_ON_SNOTIFY_UPDATE = (1 << 2),
  114. INT_ON_SINGL_DEVICE_ERR = (1 << 1),
  115. INT_ON_CMD_COMPLETE = 1,
  116. INT_ON_ERROR = INT_ON_FATAL_ERR | INT_ON_SNOTIFY_UPDATE |
  117. INT_ON_PHYRDY_CHG | INT_ON_SINGL_DEVICE_ERR,
  118. /*
  119. * Host Control Register (HControl) bitdefs
  120. */
  121. HCONTROL_ONLINE_PHY_RST = (1 << 31),
  122. HCONTROL_FORCE_OFFLINE = (1 << 30),
  123. HCONTROL_PARITY_PROT_MOD = (1 << 14),
  124. HCONTROL_DPATH_PARITY = (1 << 12),
  125. HCONTROL_SNOOP_ENABLE = (1 << 10),
  126. HCONTROL_PMP_ATTACHED = (1 << 9),
  127. HCONTROL_COPYOUT_STATFIS = (1 << 8),
  128. IE_ON_FATAL_ERR = (1 << 5),
  129. IE_ON_PHYRDY_CHG = (1 << 4),
  130. IE_ON_SIGNATURE_UPDATE = (1 << 3),
  131. IE_ON_SNOTIFY_UPDATE = (1 << 2),
  132. IE_ON_SINGL_DEVICE_ERR = (1 << 1),
  133. IE_ON_CMD_COMPLETE = 1,
  134. DEFAULT_PORT_IRQ_ENABLE_MASK = IE_ON_FATAL_ERR | IE_ON_PHYRDY_CHG |
  135. IE_ON_SIGNATURE_UPDATE | IE_ON_SNOTIFY_UPDATE |
  136. IE_ON_SINGL_DEVICE_ERR | IE_ON_CMD_COMPLETE,
  137. EXT_INDIRECT_SEG_PRD_FLAG = (1 << 31),
  138. DATA_SNOOP_ENABLE_V1 = (1 << 22),
  139. DATA_SNOOP_ENABLE_V2 = (1 << 28),
  140. };
  141. /*
  142. * SATA Superset Registers
  143. */
  144. enum {
  145. SSTATUS = 0,
  146. SERROR = 4,
  147. SCONTROL = 8,
  148. SNOTIFY = 0xC,
  149. };
  150. /*
  151. * Control Status Register Set
  152. */
  153. enum {
  154. TRANSCFG = 0,
  155. TRANSSTATUS = 4,
  156. LINKCFG = 8,
  157. LINKCFG1 = 0xC,
  158. LINKCFG2 = 0x10,
  159. LINKSTATUS = 0x14,
  160. LINKSTATUS1 = 0x18,
  161. PHYCTRLCFG = 0x1C,
  162. COMMANDSTAT = 0x20,
  163. };
  164. /* PHY (link-layer) configuration control */
  165. enum {
  166. PHY_BIST_ENABLE = 0x01,
  167. };
  168. /*
  169. * Command Header Table entry, i.e, command slot
  170. * 4 Dwords per command slot, command header size == 64 Dwords.
  171. */
  172. struct cmdhdr_tbl_entry {
  173. u32 cda;
  174. u32 prde_fis_len;
  175. u32 ttl;
  176. u32 desc_info;
  177. };
  178. /*
  179. * Description information bitdefs
  180. */
  181. enum {
  182. CMD_DESC_RES = (1 << 11),
  183. VENDOR_SPECIFIC_BIST = (1 << 10),
  184. CMD_DESC_SNOOP_ENABLE = (1 << 9),
  185. FPDMA_QUEUED_CMD = (1 << 8),
  186. SRST_CMD = (1 << 7),
  187. BIST = (1 << 6),
  188. ATAPI_CMD = (1 << 5),
  189. };
  190. /*
  191. * Command Descriptor
  192. */
  193. struct command_desc {
  194. u8 cfis[8 * 4];
  195. u8 sfis[8 * 4];
  196. u8 acmd[4 * 4];
  197. u8 fill[4 * 4];
  198. u32 prdt[SATA_FSL_MAX_PRD_DIRECT * 4];
  199. u32 prdt_indirect[(SATA_FSL_MAX_PRD - SATA_FSL_MAX_PRD_DIRECT) * 4];
  200. };
  201. /*
  202. * Physical region table descriptor(PRD)
  203. */
  204. struct prde {
  205. u32 dba;
  206. u8 fill[2 * 4];
  207. u32 ddc_and_ext;
  208. };
  209. /*
  210. * ata_port private data
  211. * This is our per-port instance data.
  212. */
  213. struct sata_fsl_port_priv {
  214. struct cmdhdr_tbl_entry *cmdslot;
  215. dma_addr_t cmdslot_paddr;
  216. struct command_desc *cmdentry;
  217. dma_addr_t cmdentry_paddr;
  218. };
  219. /*
  220. * ata_port->host_set private data
  221. */
  222. struct sata_fsl_host_priv {
  223. void __iomem *hcr_base;
  224. void __iomem *ssr_base;
  225. void __iomem *csr_base;
  226. int irq;
  227. int data_snoop;
  228. };
  229. static inline unsigned int sata_fsl_tag(unsigned int tag,
  230. void __iomem *hcr_base)
  231. {
  232. /* We let libATA core do actual (queue) tag allocation */
  233. /* all non NCQ/queued commands should have tag#0 */
  234. if (ata_tag_internal(tag)) {
  235. DPRINTK("mapping internal cmds to tag#0\n");
  236. return 0;
  237. }
  238. if (unlikely(tag >= SATA_FSL_QUEUE_DEPTH)) {
  239. DPRINTK("tag %d invalid : out of range\n", tag);
  240. return 0;
  241. }
  242. if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) {
  243. DPRINTK("tag %d invalid : in use!!\n", tag);
  244. return 0;
  245. }
  246. return tag;
  247. }
  248. static void sata_fsl_setup_cmd_hdr_entry(struct sata_fsl_port_priv *pp,
  249. unsigned int tag, u32 desc_info,
  250. u32 data_xfer_len, u8 num_prde,
  251. u8 fis_len)
  252. {
  253. dma_addr_t cmd_descriptor_address;
  254. cmd_descriptor_address = pp->cmdentry_paddr +
  255. tag * SATA_FSL_CMD_DESC_SIZE;
  256. /* NOTE: both data_xfer_len & fis_len are Dword counts */
  257. pp->cmdslot[tag].cda = cpu_to_le32(cmd_descriptor_address);
  258. pp->cmdslot[tag].prde_fis_len =
  259. cpu_to_le32((num_prde << 16) | (fis_len << 2));
  260. pp->cmdslot[tag].ttl = cpu_to_le32(data_xfer_len & ~0x03);
  261. pp->cmdslot[tag].desc_info = cpu_to_le32(desc_info | (tag & 0x1F));
  262. VPRINTK("cda=0x%x, prde_fis_len=0x%x, ttl=0x%x, di=0x%x\n",
  263. pp->cmdslot[tag].cda,
  264. pp->cmdslot[tag].prde_fis_len,
  265. pp->cmdslot[tag].ttl, pp->cmdslot[tag].desc_info);
  266. }
  267. static unsigned int sata_fsl_fill_sg(struct ata_queued_cmd *qc, void *cmd_desc,
  268. u32 *ttl, dma_addr_t cmd_desc_paddr,
  269. int data_snoop)
  270. {
  271. struct scatterlist *sg;
  272. unsigned int num_prde = 0;
  273. u32 ttl_dwords = 0;
  274. /*
  275. * NOTE : direct & indirect prdt's are contiguously allocated
  276. */
  277. struct prde *prd = (struct prde *)&((struct command_desc *)
  278. cmd_desc)->prdt;
  279. struct prde *prd_ptr_to_indirect_ext = NULL;
  280. unsigned indirect_ext_segment_sz = 0;
  281. dma_addr_t indirect_ext_segment_paddr;
  282. unsigned int si;
  283. VPRINTK("SATA FSL : cd = 0x%p, prd = 0x%p\n", cmd_desc, prd);
  284. indirect_ext_segment_paddr = cmd_desc_paddr +
  285. SATA_FSL_CMD_DESC_OFFSET_TO_PRDT + SATA_FSL_MAX_PRD_DIRECT * 16;
  286. for_each_sg(qc->sg, sg, qc->n_elem, si) {
  287. dma_addr_t sg_addr = sg_dma_address(sg);
  288. u32 sg_len = sg_dma_len(sg);
  289. VPRINTK("SATA FSL : fill_sg, sg_addr = 0x%llx, sg_len = %d\n",
  290. (unsigned long long)sg_addr, sg_len);
  291. /* warn if each s/g element is not dword aligned */
  292. if (sg_addr & 0x03)
  293. ata_port_printk(qc->ap, KERN_ERR,
  294. "s/g addr unaligned : 0x%llx\n",
  295. (unsigned long long)sg_addr);
  296. if (sg_len & 0x03)
  297. ata_port_printk(qc->ap, KERN_ERR,
  298. "s/g len unaligned : 0x%x\n", sg_len);
  299. if (num_prde == (SATA_FSL_MAX_PRD_DIRECT - 1) &&
  300. sg_next(sg) != NULL) {
  301. VPRINTK("setting indirect prde\n");
  302. prd_ptr_to_indirect_ext = prd;
  303. prd->dba = cpu_to_le32(indirect_ext_segment_paddr);
  304. indirect_ext_segment_sz = 0;
  305. ++prd;
  306. ++num_prde;
  307. }
  308. ttl_dwords += sg_len;
  309. prd->dba = cpu_to_le32(sg_addr);
  310. prd->ddc_and_ext = cpu_to_le32(data_snoop | (sg_len & ~0x03));
  311. VPRINTK("sg_fill, ttl=%d, dba=0x%x, ddc=0x%x\n",
  312. ttl_dwords, prd->dba, prd->ddc_and_ext);
  313. ++num_prde;
  314. ++prd;
  315. if (prd_ptr_to_indirect_ext)
  316. indirect_ext_segment_sz += sg_len;
  317. }
  318. if (prd_ptr_to_indirect_ext) {
  319. /* set indirect extension flag along with indirect ext. size */
  320. prd_ptr_to_indirect_ext->ddc_and_ext =
  321. cpu_to_le32((EXT_INDIRECT_SEG_PRD_FLAG |
  322. data_snoop |
  323. (indirect_ext_segment_sz & ~0x03)));
  324. }
  325. *ttl = ttl_dwords;
  326. return num_prde;
  327. }
  328. static void sata_fsl_qc_prep(struct ata_queued_cmd *qc)
  329. {
  330. struct ata_port *ap = qc->ap;
  331. struct sata_fsl_port_priv *pp = ap->private_data;
  332. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  333. void __iomem *hcr_base = host_priv->hcr_base;
  334. unsigned int tag = sata_fsl_tag(qc->tag, hcr_base);
  335. struct command_desc *cd;
  336. u32 desc_info = CMD_DESC_RES | CMD_DESC_SNOOP_ENABLE;
  337. u32 num_prde = 0;
  338. u32 ttl_dwords = 0;
  339. dma_addr_t cd_paddr;
  340. cd = (struct command_desc *)pp->cmdentry + tag;
  341. cd_paddr = pp->cmdentry_paddr + tag * SATA_FSL_CMD_DESC_SIZE;
  342. ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *) &cd->cfis);
  343. VPRINTK("Dumping cfis : 0x%x, 0x%x, 0x%x\n",
  344. cd->cfis[0], cd->cfis[1], cd->cfis[2]);
  345. if (qc->tf.protocol == ATA_PROT_NCQ) {
  346. VPRINTK("FPDMA xfer,Sctor cnt[0:7],[8:15] = %d,%d\n",
  347. cd->cfis[3], cd->cfis[11]);
  348. }
  349. /* setup "ACMD - atapi command" in cmd. desc. if this is ATAPI cmd */
  350. if (ata_is_atapi(qc->tf.protocol)) {
  351. desc_info |= ATAPI_CMD;
  352. memset((void *)&cd->acmd, 0, 32);
  353. memcpy((void *)&cd->acmd, qc->cdb, qc->dev->cdb_len);
  354. }
  355. if (qc->flags & ATA_QCFLAG_DMAMAP)
  356. num_prde = sata_fsl_fill_sg(qc, (void *)cd,
  357. &ttl_dwords, cd_paddr,
  358. host_priv->data_snoop);
  359. if (qc->tf.protocol == ATA_PROT_NCQ)
  360. desc_info |= FPDMA_QUEUED_CMD;
  361. sata_fsl_setup_cmd_hdr_entry(pp, tag, desc_info, ttl_dwords,
  362. num_prde, 5);
  363. VPRINTK("SATA FSL : xx_qc_prep, di = 0x%x, ttl = %d, num_prde = %d\n",
  364. desc_info, ttl_dwords, num_prde);
  365. }
  366. static unsigned int sata_fsl_qc_issue(struct ata_queued_cmd *qc)
  367. {
  368. struct ata_port *ap = qc->ap;
  369. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  370. void __iomem *hcr_base = host_priv->hcr_base;
  371. unsigned int tag = sata_fsl_tag(qc->tag, hcr_base);
  372. VPRINTK("xx_qc_issue called,CQ=0x%x,CA=0x%x,CE=0x%x,CC=0x%x\n",
  373. ioread32(CQ + hcr_base),
  374. ioread32(CA + hcr_base),
  375. ioread32(CE + hcr_base), ioread32(CC + hcr_base));
  376. iowrite32(qc->dev->link->pmp, CQPMP + hcr_base);
  377. /* Simply queue command to the controller/device */
  378. iowrite32(1 << tag, CQ + hcr_base);
  379. VPRINTK("xx_qc_issue called, tag=%d, CQ=0x%x, CA=0x%x\n",
  380. tag, ioread32(CQ + hcr_base), ioread32(CA + hcr_base));
  381. VPRINTK("CE=0x%x, DE=0x%x, CC=0x%x, CmdStat = 0x%x\n",
  382. ioread32(CE + hcr_base),
  383. ioread32(DE + hcr_base),
  384. ioread32(CC + hcr_base),
  385. ioread32(COMMANDSTAT + host_priv->csr_base));
  386. return 0;
  387. }
  388. static bool sata_fsl_qc_fill_rtf(struct ata_queued_cmd *qc)
  389. {
  390. struct sata_fsl_port_priv *pp = qc->ap->private_data;
  391. struct sata_fsl_host_priv *host_priv = qc->ap->host->private_data;
  392. void __iomem *hcr_base = host_priv->hcr_base;
  393. unsigned int tag = sata_fsl_tag(qc->tag, hcr_base);
  394. struct command_desc *cd;
  395. cd = pp->cmdentry + tag;
  396. ata_tf_from_fis(cd->sfis, &qc->result_tf);
  397. return true;
  398. }
  399. static int sata_fsl_scr_write(struct ata_link *link,
  400. unsigned int sc_reg_in, u32 val)
  401. {
  402. struct sata_fsl_host_priv *host_priv = link->ap->host->private_data;
  403. void __iomem *ssr_base = host_priv->ssr_base;
  404. unsigned int sc_reg;
  405. switch (sc_reg_in) {
  406. case SCR_STATUS:
  407. case SCR_ERROR:
  408. case SCR_CONTROL:
  409. case SCR_ACTIVE:
  410. sc_reg = sc_reg_in;
  411. break;
  412. default:
  413. return -EINVAL;
  414. }
  415. VPRINTK("xx_scr_write, reg_in = %d\n", sc_reg);
  416. iowrite32(val, ssr_base + (sc_reg * 4));
  417. return 0;
  418. }
  419. static int sata_fsl_scr_read(struct ata_link *link,
  420. unsigned int sc_reg_in, u32 *val)
  421. {
  422. struct sata_fsl_host_priv *host_priv = link->ap->host->private_data;
  423. void __iomem *ssr_base = host_priv->ssr_base;
  424. unsigned int sc_reg;
  425. switch (sc_reg_in) {
  426. case SCR_STATUS:
  427. case SCR_ERROR:
  428. case SCR_CONTROL:
  429. case SCR_ACTIVE:
  430. sc_reg = sc_reg_in;
  431. break;
  432. default:
  433. return -EINVAL;
  434. }
  435. VPRINTK("xx_scr_read, reg_in = %d\n", sc_reg);
  436. *val = ioread32(ssr_base + (sc_reg * 4));
  437. return 0;
  438. }
  439. static void sata_fsl_freeze(struct ata_port *ap)
  440. {
  441. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  442. void __iomem *hcr_base = host_priv->hcr_base;
  443. u32 temp;
  444. VPRINTK("xx_freeze, CQ=0x%x, CA=0x%x, CE=0x%x, DE=0x%x\n",
  445. ioread32(CQ + hcr_base),
  446. ioread32(CA + hcr_base),
  447. ioread32(CE + hcr_base), ioread32(DE + hcr_base));
  448. VPRINTK("CmdStat = 0x%x\n",
  449. ioread32(host_priv->csr_base + COMMANDSTAT));
  450. /* disable interrupts on the controller/port */
  451. temp = ioread32(hcr_base + HCONTROL);
  452. iowrite32((temp & ~0x3F), hcr_base + HCONTROL);
  453. VPRINTK("in xx_freeze : HControl = 0x%x, HStatus = 0x%x\n",
  454. ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS));
  455. }
  456. static void sata_fsl_thaw(struct ata_port *ap)
  457. {
  458. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  459. void __iomem *hcr_base = host_priv->hcr_base;
  460. u32 temp;
  461. /* ack. any pending IRQs for this controller/port */
  462. temp = ioread32(hcr_base + HSTATUS);
  463. VPRINTK("xx_thaw, pending IRQs = 0x%x\n", (temp & 0x3F));
  464. if (temp & 0x3F)
  465. iowrite32((temp & 0x3F), hcr_base + HSTATUS);
  466. /* enable interrupts on the controller/port */
  467. temp = ioread32(hcr_base + HCONTROL);
  468. iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL);
  469. VPRINTK("xx_thaw : HControl = 0x%x, HStatus = 0x%x\n",
  470. ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS));
  471. }
  472. static void sata_fsl_pmp_attach(struct ata_port *ap)
  473. {
  474. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  475. void __iomem *hcr_base = host_priv->hcr_base;
  476. u32 temp;
  477. temp = ioread32(hcr_base + HCONTROL);
  478. iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL);
  479. }
  480. static void sata_fsl_pmp_detach(struct ata_port *ap)
  481. {
  482. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  483. void __iomem *hcr_base = host_priv->hcr_base;
  484. u32 temp;
  485. temp = ioread32(hcr_base + HCONTROL);
  486. temp &= ~HCONTROL_PMP_ATTACHED;
  487. iowrite32(temp, hcr_base + HCONTROL);
  488. /* enable interrupts on the controller/port */
  489. temp = ioread32(hcr_base + HCONTROL);
  490. iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL);
  491. }
  492. static int sata_fsl_port_start(struct ata_port *ap)
  493. {
  494. struct device *dev = ap->host->dev;
  495. struct sata_fsl_port_priv *pp;
  496. void *mem;
  497. dma_addr_t mem_dma;
  498. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  499. void __iomem *hcr_base = host_priv->hcr_base;
  500. u32 temp;
  501. pp = kzalloc(sizeof(*pp), GFP_KERNEL);
  502. if (!pp)
  503. return -ENOMEM;
  504. mem = dma_alloc_coherent(dev, SATA_FSL_PORT_PRIV_DMA_SZ, &mem_dma,
  505. GFP_KERNEL);
  506. if (!mem) {
  507. kfree(pp);
  508. return -ENOMEM;
  509. }
  510. memset(mem, 0, SATA_FSL_PORT_PRIV_DMA_SZ);
  511. pp->cmdslot = mem;
  512. pp->cmdslot_paddr = mem_dma;
  513. mem += SATA_FSL_CMD_SLOT_SIZE;
  514. mem_dma += SATA_FSL_CMD_SLOT_SIZE;
  515. pp->cmdentry = mem;
  516. pp->cmdentry_paddr = mem_dma;
  517. ap->private_data = pp;
  518. VPRINTK("CHBA = 0x%x, cmdentry_phys = 0x%x\n",
  519. pp->cmdslot_paddr, pp->cmdentry_paddr);
  520. /* Now, update the CHBA register in host controller cmd register set */
  521. iowrite32(pp->cmdslot_paddr & 0xffffffff, hcr_base + CHBA);
  522. /*
  523. * Now, we can bring the controller on-line & also initiate
  524. * the COMINIT sequence, we simply return here and the boot-probing
  525. * & device discovery process is re-initiated by libATA using a
  526. * Softreset EH (dummy) session. Hence, boot probing and device
  527. * discovey will be part of sata_fsl_softreset() callback.
  528. */
  529. temp = ioread32(hcr_base + HCONTROL);
  530. iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL);
  531. VPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  532. VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  533. VPRINTK("CHBA = 0x%x\n", ioread32(hcr_base + CHBA));
  534. #ifdef CONFIG_MPC8315_DS
  535. /*
  536. * Workaround for 8315DS board 3gbps link-up issue,
  537. * currently limit SATA port to GEN1 speed
  538. */
  539. sata_fsl_scr_read(&ap->link, SCR_CONTROL, &temp);
  540. temp &= ~(0xF << 4);
  541. temp |= (0x1 << 4);
  542. sata_fsl_scr_write(&ap->link, SCR_CONTROL, temp);
  543. sata_fsl_scr_read(&ap->link, SCR_CONTROL, &temp);
  544. dev_printk(KERN_WARNING, dev, "scr_control, speed limited to %x\n",
  545. temp);
  546. #endif
  547. return 0;
  548. }
  549. static void sata_fsl_port_stop(struct ata_port *ap)
  550. {
  551. struct device *dev = ap->host->dev;
  552. struct sata_fsl_port_priv *pp = ap->private_data;
  553. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  554. void __iomem *hcr_base = host_priv->hcr_base;
  555. u32 temp;
  556. /*
  557. * Force host controller to go off-line, aborting current operations
  558. */
  559. temp = ioread32(hcr_base + HCONTROL);
  560. temp &= ~HCONTROL_ONLINE_PHY_RST;
  561. temp |= HCONTROL_FORCE_OFFLINE;
  562. iowrite32(temp, hcr_base + HCONTROL);
  563. /* Poll for controller to go offline - should happen immediately */
  564. ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1);
  565. ap->private_data = NULL;
  566. dma_free_coherent(dev, SATA_FSL_PORT_PRIV_DMA_SZ,
  567. pp->cmdslot, pp->cmdslot_paddr);
  568. kfree(pp);
  569. }
  570. static unsigned int sata_fsl_dev_classify(struct ata_port *ap)
  571. {
  572. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  573. void __iomem *hcr_base = host_priv->hcr_base;
  574. struct ata_taskfile tf;
  575. u32 temp;
  576. temp = ioread32(hcr_base + SIGNATURE);
  577. VPRINTK("raw sig = 0x%x\n", temp);
  578. VPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  579. VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  580. tf.lbah = (temp >> 24) & 0xff;
  581. tf.lbam = (temp >> 16) & 0xff;
  582. tf.lbal = (temp >> 8) & 0xff;
  583. tf.nsect = temp & 0xff;
  584. return ata_dev_classify(&tf);
  585. }
  586. static int sata_fsl_hardreset(struct ata_link *link, unsigned int *class,
  587. unsigned long deadline)
  588. {
  589. struct ata_port *ap = link->ap;
  590. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  591. void __iomem *hcr_base = host_priv->hcr_base;
  592. u32 temp;
  593. int i = 0;
  594. unsigned long start_jiffies;
  595. DPRINTK("in xx_hardreset\n");
  596. try_offline_again:
  597. /*
  598. * Force host controller to go off-line, aborting current operations
  599. */
  600. temp = ioread32(hcr_base + HCONTROL);
  601. temp &= ~HCONTROL_ONLINE_PHY_RST;
  602. iowrite32(temp, hcr_base + HCONTROL);
  603. /* Poll for controller to go offline */
  604. temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE,
  605. 1, 500);
  606. if (temp & ONLINE) {
  607. ata_port_printk(ap, KERN_ERR,
  608. "Hardreset failed, not off-lined %d\n", i);
  609. /*
  610. * Try to offline controller atleast twice
  611. */
  612. i++;
  613. if (i == 2)
  614. goto err;
  615. else
  616. goto try_offline_again;
  617. }
  618. DPRINTK("hardreset, controller off-lined\n");
  619. VPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  620. VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  621. /*
  622. * PHY reset should remain asserted for atleast 1ms
  623. */
  624. ata_msleep(ap, 1);
  625. /*
  626. * Now, bring the host controller online again, this can take time
  627. * as PHY reset and communication establishment, 1st D2H FIS and
  628. * device signature update is done, on safe side assume 500ms
  629. * NOTE : Host online status may be indicated immediately!!
  630. */
  631. temp = ioread32(hcr_base + HCONTROL);
  632. temp |= (HCONTROL_ONLINE_PHY_RST | HCONTROL_SNOOP_ENABLE);
  633. temp |= HCONTROL_PMP_ATTACHED;
  634. iowrite32(temp, hcr_base + HCONTROL);
  635. temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500);
  636. if (!(temp & ONLINE)) {
  637. ata_port_printk(ap, KERN_ERR,
  638. "Hardreset failed, not on-lined\n");
  639. goto err;
  640. }
  641. DPRINTK("hardreset, controller off-lined & on-lined\n");
  642. VPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  643. VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  644. /*
  645. * First, wait for the PHYRDY change to occur before waiting for
  646. * the signature, and also verify if SStatus indicates device
  647. * presence
  648. */
  649. temp = ata_wait_register(ap, hcr_base + HSTATUS, 0xFF, 0, 1, 500);
  650. if ((!(temp & 0x10)) || ata_link_offline(link)) {
  651. ata_port_printk(ap, KERN_WARNING,
  652. "No Device OR PHYRDY change,Hstatus = 0x%x\n",
  653. ioread32(hcr_base + HSTATUS));
  654. *class = ATA_DEV_NONE;
  655. return 0;
  656. }
  657. /*
  658. * Wait for the first D2H from device,i.e,signature update notification
  659. */
  660. start_jiffies = jiffies;
  661. temp = ata_wait_register(ap, hcr_base + HSTATUS, 0xFF, 0x10,
  662. 500, jiffies_to_msecs(deadline - start_jiffies));
  663. if ((temp & 0xFF) != 0x18) {
  664. ata_port_printk(ap, KERN_WARNING, "No Signature Update\n");
  665. *class = ATA_DEV_NONE;
  666. goto do_followup_srst;
  667. } else {
  668. ata_port_printk(ap, KERN_INFO,
  669. "Signature Update detected @ %d msecs\n",
  670. jiffies_to_msecs(jiffies - start_jiffies));
  671. *class = sata_fsl_dev_classify(ap);
  672. return 0;
  673. }
  674. do_followup_srst:
  675. /*
  676. * request libATA to perform follow-up softreset
  677. */
  678. return -EAGAIN;
  679. err:
  680. return -EIO;
  681. }
  682. static int sata_fsl_softreset(struct ata_link *link, unsigned int *class,
  683. unsigned long deadline)
  684. {
  685. struct ata_port *ap = link->ap;
  686. struct sata_fsl_port_priv *pp = ap->private_data;
  687. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  688. void __iomem *hcr_base = host_priv->hcr_base;
  689. int pmp = sata_srst_pmp(link);
  690. u32 temp;
  691. struct ata_taskfile tf;
  692. u8 *cfis;
  693. u32 Serror;
  694. DPRINTK("in xx_softreset\n");
  695. if (ata_link_offline(link)) {
  696. DPRINTK("PHY reports no device\n");
  697. *class = ATA_DEV_NONE;
  698. return 0;
  699. }
  700. /*
  701. * Send a device reset (SRST) explicitly on command slot #0
  702. * Check : will the command queue (reg) be cleared during offlining ??
  703. * Also we will be online only if Phy commn. has been established
  704. * and device presence has been detected, therefore if we have
  705. * reached here, we can send a command to the target device
  706. */
  707. DPRINTK("Sending SRST/device reset\n");
  708. ata_tf_init(link->device, &tf);
  709. cfis = (u8 *) &pp->cmdentry->cfis;
  710. /* device reset/SRST is a control register update FIS, uses tag0 */
  711. sata_fsl_setup_cmd_hdr_entry(pp, 0,
  712. SRST_CMD | CMD_DESC_RES | CMD_DESC_SNOOP_ENABLE, 0, 0, 5);
  713. tf.ctl |= ATA_SRST; /* setup SRST bit in taskfile control reg */
  714. ata_tf_to_fis(&tf, pmp, 0, cfis);
  715. DPRINTK("Dumping cfis : 0x%x, 0x%x, 0x%x, 0x%x\n",
  716. cfis[0], cfis[1], cfis[2], cfis[3]);
  717. /*
  718. * Queue SRST command to the controller/device, ensure that no
  719. * other commands are active on the controller/device
  720. */
  721. DPRINTK("@Softreset, CQ = 0x%x, CA = 0x%x, CC = 0x%x\n",
  722. ioread32(CQ + hcr_base),
  723. ioread32(CA + hcr_base), ioread32(CC + hcr_base));
  724. iowrite32(0xFFFF, CC + hcr_base);
  725. if (pmp != SATA_PMP_CTRL_PORT)
  726. iowrite32(pmp, CQPMP + hcr_base);
  727. iowrite32(1, CQ + hcr_base);
  728. temp = ata_wait_register(ap, CQ + hcr_base, 0x1, 0x1, 1, 5000);
  729. if (temp & 0x1) {
  730. ata_port_printk(ap, KERN_WARNING, "ATA_SRST issue failed\n");
  731. DPRINTK("Softreset@5000,CQ=0x%x,CA=0x%x,CC=0x%x\n",
  732. ioread32(CQ + hcr_base),
  733. ioread32(CA + hcr_base), ioread32(CC + hcr_base));
  734. sata_fsl_scr_read(&ap->link, SCR_ERROR, &Serror);
  735. DPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  736. DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  737. DPRINTK("Serror = 0x%x\n", Serror);
  738. goto err;
  739. }
  740. ata_msleep(ap, 1);
  741. /*
  742. * SATA device enters reset state after receving a Control register
  743. * FIS with SRST bit asserted and it awaits another H2D Control reg.
  744. * FIS with SRST bit cleared, then the device does internal diags &
  745. * initialization, followed by indicating it's initialization status
  746. * using ATA signature D2H register FIS to the host controller.
  747. */
  748. sata_fsl_setup_cmd_hdr_entry(pp, 0, CMD_DESC_RES | CMD_DESC_SNOOP_ENABLE,
  749. 0, 0, 5);
  750. tf.ctl &= ~ATA_SRST; /* 2nd H2D Ctl. register FIS */
  751. ata_tf_to_fis(&tf, pmp, 0, cfis);
  752. if (pmp != SATA_PMP_CTRL_PORT)
  753. iowrite32(pmp, CQPMP + hcr_base);
  754. iowrite32(1, CQ + hcr_base);
  755. ata_msleep(ap, 150); /* ?? */
  756. /*
  757. * The above command would have signalled an interrupt on command
  758. * complete, which needs special handling, by clearing the Nth
  759. * command bit of the CCreg
  760. */
  761. iowrite32(0x01, CC + hcr_base); /* We know it will be cmd#0 always */
  762. DPRINTK("SATA FSL : Now checking device signature\n");
  763. *class = ATA_DEV_NONE;
  764. /* Verify if SStatus indicates device presence */
  765. if (ata_link_online(link)) {
  766. /*
  767. * if we are here, device presence has been detected,
  768. * 1st D2H FIS would have been received, but sfis in
  769. * command desc. is not updated, but signature register
  770. * would have been updated
  771. */
  772. *class = sata_fsl_dev_classify(ap);
  773. DPRINTK("class = %d\n", *class);
  774. VPRINTK("ccreg = 0x%x\n", ioread32(hcr_base + CC));
  775. VPRINTK("cereg = 0x%x\n", ioread32(hcr_base + CE));
  776. }
  777. return 0;
  778. err:
  779. return -EIO;
  780. }
  781. static void sata_fsl_error_handler(struct ata_port *ap)
  782. {
  783. DPRINTK("in xx_error_handler\n");
  784. sata_pmp_error_handler(ap);
  785. }
  786. static void sata_fsl_post_internal_cmd(struct ata_queued_cmd *qc)
  787. {
  788. if (qc->flags & ATA_QCFLAG_FAILED)
  789. qc->err_mask |= AC_ERR_OTHER;
  790. if (qc->err_mask) {
  791. /* make DMA engine forget about the failed command */
  792. }
  793. }
  794. static void sata_fsl_error_intr(struct ata_port *ap)
  795. {
  796. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  797. void __iomem *hcr_base = host_priv->hcr_base;
  798. u32 hstatus, dereg=0, cereg = 0, SError = 0;
  799. unsigned int err_mask = 0, action = 0;
  800. int freeze = 0, abort=0;
  801. struct ata_link *link = NULL;
  802. struct ata_queued_cmd *qc = NULL;
  803. struct ata_eh_info *ehi;
  804. hstatus = ioread32(hcr_base + HSTATUS);
  805. cereg = ioread32(hcr_base + CE);
  806. /* first, analyze and record host port events */
  807. link = &ap->link;
  808. ehi = &link->eh_info;
  809. ata_ehi_clear_desc(ehi);
  810. /*
  811. * Handle & Clear SError
  812. */
  813. sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError);
  814. if (unlikely(SError & 0xFFFF0000))
  815. sata_fsl_scr_write(&ap->link, SCR_ERROR, SError);
  816. DPRINTK("error_intr,hStat=0x%x,CE=0x%x,DE =0x%x,SErr=0x%x\n",
  817. hstatus, cereg, ioread32(hcr_base + DE), SError);
  818. /* handle fatal errors */
  819. if (hstatus & FATAL_ERROR_DECODE) {
  820. ehi->err_mask |= AC_ERR_ATA_BUS;
  821. ehi->action |= ATA_EH_SOFTRESET;
  822. freeze = 1;
  823. }
  824. /* Handle SDB FIS receive & notify update */
  825. if (hstatus & INT_ON_SNOTIFY_UPDATE)
  826. sata_async_notification(ap);
  827. /* Handle PHYRDY change notification */
  828. if (hstatus & INT_ON_PHYRDY_CHG) {
  829. DPRINTK("SATA FSL: PHYRDY change indication\n");
  830. /* Setup a soft-reset EH action */
  831. ata_ehi_hotplugged(ehi);
  832. ata_ehi_push_desc(ehi, "%s", "PHY RDY changed");
  833. freeze = 1;
  834. }
  835. /* handle single device errors */
  836. if (cereg) {
  837. /*
  838. * clear the command error, also clears queue to the device
  839. * in error, and we can (re)issue commands to this device.
  840. * When a device is in error all commands queued into the
  841. * host controller and at the device are considered aborted
  842. * and the queue for that device is stopped. Now, after
  843. * clearing the device error, we can issue commands to the
  844. * device to interrogate it to find the source of the error.
  845. */
  846. abort = 1;
  847. DPRINTK("single device error, CE=0x%x, DE=0x%x\n",
  848. ioread32(hcr_base + CE), ioread32(hcr_base + DE));
  849. /* find out the offending link and qc */
  850. if (ap->nr_pmp_links) {
  851. dereg = ioread32(hcr_base + DE);
  852. iowrite32(dereg, hcr_base + DE);
  853. iowrite32(cereg, hcr_base + CE);
  854. if (dereg < ap->nr_pmp_links) {
  855. link = &ap->pmp_link[dereg];
  856. ehi = &link->eh_info;
  857. qc = ata_qc_from_tag(ap, link->active_tag);
  858. /*
  859. * We should consider this as non fatal error,
  860. * and TF must be updated as done below.
  861. */
  862. err_mask |= AC_ERR_DEV;
  863. } else {
  864. err_mask |= AC_ERR_HSM;
  865. action |= ATA_EH_HARDRESET;
  866. freeze = 1;
  867. }
  868. } else {
  869. dereg = ioread32(hcr_base + DE);
  870. iowrite32(dereg, hcr_base + DE);
  871. iowrite32(cereg, hcr_base + CE);
  872. qc = ata_qc_from_tag(ap, link->active_tag);
  873. /*
  874. * We should consider this as non fatal error,
  875. * and TF must be updated as done below.
  876. */
  877. err_mask |= AC_ERR_DEV;
  878. }
  879. }
  880. /* record error info */
  881. if (qc)
  882. qc->err_mask |= err_mask;
  883. else
  884. ehi->err_mask |= err_mask;
  885. ehi->action |= action;
  886. /* freeze or abort */
  887. if (freeze)
  888. ata_port_freeze(ap);
  889. else if (abort) {
  890. if (qc)
  891. ata_link_abort(qc->dev->link);
  892. else
  893. ata_port_abort(ap);
  894. }
  895. }
  896. static void sata_fsl_host_intr(struct ata_port *ap)
  897. {
  898. struct sata_fsl_host_priv *host_priv = ap->host->private_data;
  899. void __iomem *hcr_base = host_priv->hcr_base;
  900. u32 hstatus, done_mask = 0;
  901. struct ata_queued_cmd *qc;
  902. u32 SError;
  903. hstatus = ioread32(hcr_base + HSTATUS);
  904. sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError);
  905. if (unlikely(SError & 0xFFFF0000)) {
  906. DPRINTK("serror @host_intr : 0x%x\n", SError);
  907. sata_fsl_error_intr(ap);
  908. }
  909. if (unlikely(hstatus & INT_ON_ERROR)) {
  910. DPRINTK("error interrupt!!\n");
  911. sata_fsl_error_intr(ap);
  912. return;
  913. }
  914. /* Read command completed register */
  915. done_mask = ioread32(hcr_base + CC);
  916. VPRINTK("Status of all queues :\n");
  917. VPRINTK("done_mask/CC = 0x%x, CA = 0x%x, CE=0x%x,CQ=0x%x,apqa=0x%x\n",
  918. done_mask,
  919. ioread32(hcr_base + CA),
  920. ioread32(hcr_base + CE),
  921. ioread32(hcr_base + CQ),
  922. ap->qc_active);
  923. if (done_mask & ap->qc_active) {
  924. int i;
  925. /* clear CC bit, this will also complete the interrupt */
  926. iowrite32(done_mask, hcr_base + CC);
  927. DPRINTK("Status of all queues :\n");
  928. DPRINTK("done_mask/CC = 0x%x, CA = 0x%x, CE=0x%x\n",
  929. done_mask, ioread32(hcr_base + CA),
  930. ioread32(hcr_base + CE));
  931. for (i = 0; i < SATA_FSL_QUEUE_DEPTH; i++) {
  932. if (done_mask & (1 << i))
  933. DPRINTK
  934. ("completing ncq cmd,tag=%d,CC=0x%x,CA=0x%x\n",
  935. i, ioread32(hcr_base + CC),
  936. ioread32(hcr_base + CA));
  937. }
  938. ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask);
  939. return;
  940. } else if ((ap->qc_active & (1 << ATA_TAG_INTERNAL))) {
  941. iowrite32(1, hcr_base + CC);
  942. qc = ata_qc_from_tag(ap, ATA_TAG_INTERNAL);
  943. DPRINTK("completing non-ncq cmd, CC=0x%x\n",
  944. ioread32(hcr_base + CC));
  945. if (qc) {
  946. ata_qc_complete(qc);
  947. }
  948. } else {
  949. /* Spurious Interrupt!! */
  950. DPRINTK("spurious interrupt!!, CC = 0x%x\n",
  951. ioread32(hcr_base + CC));
  952. iowrite32(done_mask, hcr_base + CC);
  953. return;
  954. }
  955. }
  956. static irqreturn_t sata_fsl_interrupt(int irq, void *dev_instance)
  957. {
  958. struct ata_host *host = dev_instance;
  959. struct sata_fsl_host_priv *host_priv = host->private_data;
  960. void __iomem *hcr_base = host_priv->hcr_base;
  961. u32 interrupt_enables;
  962. unsigned handled = 0;
  963. struct ata_port *ap;
  964. /* ack. any pending IRQs for this controller/port */
  965. interrupt_enables = ioread32(hcr_base + HSTATUS);
  966. interrupt_enables &= 0x3F;
  967. DPRINTK("interrupt status 0x%x\n", interrupt_enables);
  968. if (!interrupt_enables)
  969. return IRQ_NONE;
  970. spin_lock(&host->lock);
  971. /* Assuming one port per host controller */
  972. ap = host->ports[0];
  973. if (ap) {
  974. sata_fsl_host_intr(ap);
  975. } else {
  976. dev_printk(KERN_WARNING, host->dev,
  977. "interrupt on disabled port 0\n");
  978. }
  979. iowrite32(interrupt_enables, hcr_base + HSTATUS);
  980. handled = 1;
  981. spin_unlock(&host->lock);
  982. return IRQ_RETVAL(handled);
  983. }
  984. /*
  985. * Multiple ports are represented by multiple SATA controllers with
  986. * one port per controller
  987. */
  988. static int sata_fsl_init_controller(struct ata_host *host)
  989. {
  990. struct sata_fsl_host_priv *host_priv = host->private_data;
  991. void __iomem *hcr_base = host_priv->hcr_base;
  992. u32 temp;
  993. /*
  994. * NOTE : We cannot bring the controller online before setting
  995. * the CHBA, hence main controller initialization is done as
  996. * part of the port_start() callback
  997. */
  998. /* ack. any pending IRQs for this controller/port */
  999. temp = ioread32(hcr_base + HSTATUS);
  1000. if (temp & 0x3F)
  1001. iowrite32((temp & 0x3F), hcr_base + HSTATUS);
  1002. /* Keep interrupts disabled on the controller */
  1003. temp = ioread32(hcr_base + HCONTROL);
  1004. iowrite32((temp & ~0x3F), hcr_base + HCONTROL);
  1005. /* Disable interrupt coalescing control(icc), for the moment */
  1006. DPRINTK("icc = 0x%x\n", ioread32(hcr_base + ICC));
  1007. iowrite32(0x01000000, hcr_base + ICC);
  1008. /* clear error registers, SError is cleared by libATA */
  1009. iowrite32(0x00000FFFF, hcr_base + CE);
  1010. iowrite32(0x00000FFFF, hcr_base + DE);
  1011. /*
  1012. * host controller will be brought on-line, during xx_port_start()
  1013. * callback, that should also initiate the OOB, COMINIT sequence
  1014. */
  1015. DPRINTK("HStatus = 0x%x\n", ioread32(hcr_base + HSTATUS));
  1016. DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
  1017. return 0;
  1018. }
  1019. /*
  1020. * scsi mid-layer and libata interface structures
  1021. */
  1022. static struct scsi_host_template sata_fsl_sht = {
  1023. ATA_NCQ_SHT("sata_fsl"),
  1024. .can_queue = SATA_FSL_QUEUE_DEPTH,
  1025. .sg_tablesize = SATA_FSL_MAX_PRD_USABLE,
  1026. .dma_boundary = ATA_DMA_BOUNDARY,
  1027. };
  1028. static struct ata_port_operations sata_fsl_ops = {
  1029. .inherits = &sata_pmp_port_ops,
  1030. .qc_defer = ata_std_qc_defer,
  1031. .qc_prep = sata_fsl_qc_prep,
  1032. .qc_issue = sata_fsl_qc_issue,
  1033. .qc_fill_rtf = sata_fsl_qc_fill_rtf,
  1034. .scr_read = sata_fsl_scr_read,
  1035. .scr_write = sata_fsl_scr_write,
  1036. .freeze = sata_fsl_freeze,
  1037. .thaw = sata_fsl_thaw,
  1038. .softreset = sata_fsl_softreset,
  1039. .hardreset = sata_fsl_hardreset,
  1040. .pmp_softreset = sata_fsl_softreset,
  1041. .error_handler = sata_fsl_error_handler,
  1042. .post_internal_cmd = sata_fsl_post_internal_cmd,
  1043. .port_start = sata_fsl_port_start,
  1044. .port_stop = sata_fsl_port_stop,
  1045. .pmp_attach = sata_fsl_pmp_attach,
  1046. .pmp_detach = sata_fsl_pmp_detach,
  1047. };
  1048. static const struct ata_port_info sata_fsl_port_info[] = {
  1049. {
  1050. .flags = SATA_FSL_HOST_FLAGS,
  1051. .pio_mask = ATA_PIO4,
  1052. .udma_mask = ATA_UDMA6,
  1053. .port_ops = &sata_fsl_ops,
  1054. },
  1055. };
  1056. static int sata_fsl_probe(struct platform_device *ofdev,
  1057. const struct of_device_id *match)
  1058. {
  1059. int retval = -ENXIO;
  1060. void __iomem *hcr_base = NULL;
  1061. void __iomem *ssr_base = NULL;
  1062. void __iomem *csr_base = NULL;
  1063. struct sata_fsl_host_priv *host_priv = NULL;
  1064. int irq;
  1065. struct ata_host *host;
  1066. struct ata_port_info pi = sata_fsl_port_info[0];
  1067. const struct ata_port_info *ppi[] = { &pi, NULL };
  1068. dev_printk(KERN_INFO, &ofdev->dev,
  1069. "Sata FSL Platform/CSB Driver init\n");
  1070. hcr_base = of_iomap(ofdev->dev.of_node, 0);
  1071. if (!hcr_base)
  1072. goto error_exit_with_cleanup;
  1073. ssr_base = hcr_base + 0x100;
  1074. csr_base = hcr_base + 0x140;
  1075. DPRINTK("@reset i/o = 0x%x\n", ioread32(csr_base + TRANSCFG));
  1076. DPRINTK("sizeof(cmd_desc) = %d\n", sizeof(struct command_desc));
  1077. DPRINTK("sizeof(#define cmd_desc) = %d\n", SATA_FSL_CMD_DESC_SIZE);
  1078. host_priv = kzalloc(sizeof(struct sata_fsl_host_priv), GFP_KERNEL);
  1079. if (!host_priv)
  1080. goto error_exit_with_cleanup;
  1081. host_priv->hcr_base = hcr_base;
  1082. host_priv->ssr_base = ssr_base;
  1083. host_priv->csr_base = csr_base;
  1084. irq = irq_of_parse_and_map(ofdev->dev.of_node, 0);
  1085. if (irq < 0) {
  1086. dev_printk(KERN_ERR, &ofdev->dev, "invalid irq from platform\n");
  1087. goto error_exit_with_cleanup;
  1088. }
  1089. host_priv->irq = irq;
  1090. if (of_device_is_compatible(ofdev->dev.of_node, "fsl,pq-sata-v2"))
  1091. host_priv->data_snoop = DATA_SNOOP_ENABLE_V2;
  1092. else
  1093. host_priv->data_snoop = DATA_SNOOP_ENABLE_V1;
  1094. /* allocate host structure */
  1095. host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_FSL_MAX_PORTS);
  1096. /* host->iomap is not used currently */
  1097. host->private_data = host_priv;
  1098. /* initialize host controller */
  1099. sata_fsl_init_controller(host);
  1100. /*
  1101. * Now, register with libATA core, this will also initiate the
  1102. * device discovery process, invoking our port_start() handler &
  1103. * error_handler() to execute a dummy Softreset EH session
  1104. */
  1105. ata_host_activate(host, irq, sata_fsl_interrupt, SATA_FSL_IRQ_FLAG,
  1106. &sata_fsl_sht);
  1107. dev_set_drvdata(&ofdev->dev, host);
  1108. return 0;
  1109. error_exit_with_cleanup:
  1110. if (hcr_base)
  1111. iounmap(hcr_base);
  1112. if (host_priv)
  1113. kfree(host_priv);
  1114. return retval;
  1115. }
  1116. static int sata_fsl_remove(struct platform_device *ofdev)
  1117. {
  1118. struct ata_host *host = dev_get_drvdata(&ofdev->dev);
  1119. struct sata_fsl_host_priv *host_priv = host->private_data;
  1120. ata_host_detach(host);
  1121. dev_set_drvdata(&ofdev->dev, NULL);
  1122. irq_dispose_mapping(host_priv->irq);
  1123. iounmap(host_priv->hcr_base);
  1124. kfree(host_priv);
  1125. return 0;
  1126. }
  1127. #ifdef CONFIG_PM
  1128. static int sata_fsl_suspend(struct platform_device *op, pm_message_t state)
  1129. {
  1130. struct ata_host *host = dev_get_drvdata(&op->dev);
  1131. return ata_host_suspend(host, state);
  1132. }
  1133. static int sata_fsl_resume(struct platform_device *op)
  1134. {
  1135. struct ata_host *host = dev_get_drvdata(&op->dev);
  1136. struct sata_fsl_host_priv *host_priv = host->private_data;
  1137. int ret;
  1138. void __iomem *hcr_base = host_priv->hcr_base;
  1139. struct ata_port *ap = host->ports[0];
  1140. struct sata_fsl_port_priv *pp = ap->private_data;
  1141. ret = sata_fsl_init_controller(host);
  1142. if (ret) {
  1143. dev_printk(KERN_ERR, &op->dev,
  1144. "Error initialize hardware\n");
  1145. return ret;
  1146. }
  1147. /* Recovery the CHBA register in host controller cmd register set */
  1148. iowrite32(pp->cmdslot_paddr & 0xffffffff, hcr_base + CHBA);
  1149. ata_host_resume(host);
  1150. return 0;
  1151. }
  1152. #endif
  1153. static struct of_device_id fsl_sata_match[] = {
  1154. {
  1155. .compatible = "fsl,pq-sata",
  1156. },
  1157. {
  1158. .compatible = "fsl,pq-sata-v2",
  1159. },
  1160. {},
  1161. };
  1162. MODULE_DEVICE_TABLE(of, fsl_sata_match);
  1163. static struct of_platform_driver fsl_sata_driver = {
  1164. .driver = {
  1165. .name = "fsl-sata",
  1166. .owner = THIS_MODULE,
  1167. .of_match_table = fsl_sata_match,
  1168. },
  1169. .probe = sata_fsl_probe,
  1170. .remove = sata_fsl_remove,
  1171. #ifdef CONFIG_PM
  1172. .suspend = sata_fsl_suspend,
  1173. .resume = sata_fsl_resume,
  1174. #endif
  1175. };
  1176. static int __init sata_fsl_init(void)
  1177. {
  1178. of_register_platform_driver(&fsl_sata_driver);
  1179. return 0;
  1180. }
  1181. static void __exit sata_fsl_exit(void)
  1182. {
  1183. of_unregister_platform_driver(&fsl_sata_driver);
  1184. }
  1185. MODULE_LICENSE("GPL");
  1186. MODULE_AUTHOR("Ashish Kalra, Freescale Semiconductor");
  1187. MODULE_DESCRIPTION("Freescale 3.0Gbps SATA controller low level driver");
  1188. MODULE_VERSION("1.10");
  1189. module_init(sata_fsl_init);
  1190. module_exit(sata_fsl_exit);