Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * ahci.c - AHCI SATA support |
| 3 | * |
Jeff Garzik | af36d7f | 2005-08-28 20:18:39 -0400 | [diff] [blame] | 4 | * Maintained by: Jeff Garzik <jgarzik@pobox.com> |
| 5 | * Please ALWAYS copy linux-ide@vger.kernel.org |
| 6 | * on emails. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * |
Jeff Garzik | af36d7f | 2005-08-28 20:18:39 -0400 | [diff] [blame] | 8 | * Copyright 2004-2005 Red Hat, Inc. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | * |
Jeff Garzik | af36d7f | 2005-08-28 20:18:39 -0400 | [diff] [blame] | 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License as published by |
| 13 | * the Free Software Foundation; either version 2, or (at your option) |
| 14 | * any later version. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | * GNU General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; see the file COPYING. If not, write to |
| 23 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 24 | * |
| 25 | * |
| 26 | * libata documentation is available via 'make {ps|pdf}docs', |
| 27 | * as Documentation/DocBook/libata.* |
| 28 | * |
| 29 | * AHCI hardware documentation: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf |
Jeff Garzik | af36d7f | 2005-08-28 20:18:39 -0400 | [diff] [blame] | 31 | * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | * |
| 33 | */ |
| 34 | |
| 35 | #include <linux/kernel.h> |
| 36 | #include <linux/module.h> |
| 37 | #include <linux/pci.h> |
| 38 | #include <linux/init.h> |
| 39 | #include <linux/blkdev.h> |
| 40 | #include <linux/delay.h> |
| 41 | #include <linux/interrupt.h> |
domen@coderock.org | 87507cf | 2005-04-08 09:53:06 +0200 | [diff] [blame] | 42 | #include <linux/dma-mapping.h> |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 43 | #include <linux/device.h> |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 44 | #include <linux/dmi.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | #include <scsi/scsi_host.h> |
Jeff Garzik | 193515d | 2005-11-07 00:59:37 -0500 | [diff] [blame] | 46 | #include <scsi/scsi_cmnd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <linux/libata.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | |
| 49 | #define DRV_NAME "ahci" |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 50 | #define DRV_VERSION "3.0" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 52 | /* Enclosure Management Control */ |
| 53 | #define EM_CTRL_MSG_TYPE 0x000f0000 |
| 54 | |
| 55 | /* Enclosure Management LED Message Type */ |
| 56 | #define EM_MSG_LED_HBA_PORT 0x0000000f |
| 57 | #define EM_MSG_LED_PMP_SLOT 0x0000ff00 |
| 58 | #define EM_MSG_LED_VALUE 0xffff0000 |
| 59 | #define EM_MSG_LED_VALUE_ACTIVITY 0x00070000 |
| 60 | #define EM_MSG_LED_VALUE_OFF 0xfff80000 |
| 61 | #define EM_MSG_LED_VALUE_ON 0x00010000 |
| 62 | |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 63 | static int ahci_skip_host_reset; |
Arjan van de Ven | f3d7f23 | 2009-01-26 02:05:44 -0800 | [diff] [blame] | 64 | static int ahci_ignore_sss; |
| 65 | |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 66 | module_param_named(skip_host_reset, ahci_skip_host_reset, int, 0444); |
| 67 | MODULE_PARM_DESC(skip_host_reset, "skip global host reset (0=don't skip, 1=skip)"); |
| 68 | |
Arjan van de Ven | f3d7f23 | 2009-01-26 02:05:44 -0800 | [diff] [blame] | 69 | module_param_named(ignore_sss, ahci_ignore_sss, int, 0444); |
| 70 | MODULE_PARM_DESC(ignore_sss, "Ignore staggered spinup flag (0=don't ignore, 1=ignore)"); |
| 71 | |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 72 | static int ahci_enable_alpm(struct ata_port *ap, |
| 73 | enum link_pm policy); |
| 74 | static void ahci_disable_alpm(struct ata_port *ap); |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 75 | static ssize_t ahci_led_show(struct ata_port *ap, char *buf); |
| 76 | static ssize_t ahci_led_store(struct ata_port *ap, const char *buf, |
| 77 | size_t size); |
| 78 | static ssize_t ahci_transmit_led_message(struct ata_port *ap, u32 state, |
| 79 | ssize_t size); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | |
| 81 | enum { |
| 82 | AHCI_PCI_BAR = 5, |
Tejun Heo | 648a88b | 2006-11-09 15:08:40 +0900 | [diff] [blame] | 83 | AHCI_MAX_PORTS = 32, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | AHCI_MAX_SG = 168, /* hardware max is 64K */ |
| 85 | AHCI_DMA_BOUNDARY = 0xffffffff, |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 86 | AHCI_MAX_CMDS = 32, |
Tejun Heo | dd410ff | 2006-05-15 21:03:50 +0900 | [diff] [blame] | 87 | AHCI_CMD_SZ = 32, |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 88 | AHCI_CMD_SLOT_SZ = AHCI_MAX_CMDS * AHCI_CMD_SZ, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | AHCI_RX_FIS_SZ = 256, |
Jeff Garzik | a0ea732 | 2005-06-04 01:13:15 -0400 | [diff] [blame] | 90 | AHCI_CMD_TBL_CDB = 0x40, |
Tejun Heo | dd410ff | 2006-05-15 21:03:50 +0900 | [diff] [blame] | 91 | AHCI_CMD_TBL_HDR_SZ = 0x80, |
| 92 | AHCI_CMD_TBL_SZ = AHCI_CMD_TBL_HDR_SZ + (AHCI_MAX_SG * 16), |
| 93 | AHCI_CMD_TBL_AR_SZ = AHCI_CMD_TBL_SZ * AHCI_MAX_CMDS, |
| 94 | AHCI_PORT_PRIV_DMA_SZ = AHCI_CMD_SLOT_SZ + AHCI_CMD_TBL_AR_SZ + |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | AHCI_RX_FIS_SZ, |
| 96 | AHCI_IRQ_ON_SG = (1 << 31), |
| 97 | AHCI_CMD_ATAPI = (1 << 5), |
| 98 | AHCI_CMD_WRITE = (1 << 6), |
Tejun Heo | 4b10e55 | 2006-03-12 11:25:27 +0900 | [diff] [blame] | 99 | AHCI_CMD_PREFETCH = (1 << 7), |
Tejun Heo | 22b4998 | 2006-01-23 21:38:44 +0900 | [diff] [blame] | 100 | AHCI_CMD_RESET = (1 << 8), |
| 101 | AHCI_CMD_CLR_BUSY = (1 << 10), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | |
| 103 | RX_FIS_D2H_REG = 0x40, /* offset of D2H Register FIS data */ |
Tejun Heo | 0291f95 | 2007-01-25 19:16:28 +0900 | [diff] [blame] | 104 | RX_FIS_SDB = 0x58, /* offset of SDB FIS data */ |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 105 | RX_FIS_UNK = 0x60, /* offset of Unknown FIS data */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | |
| 107 | board_ahci = 0, |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 108 | board_ahci_vt8251 = 1, |
| 109 | board_ahci_ign_iferr = 2, |
| 110 | board_ahci_sb600 = 3, |
| 111 | board_ahci_mv = 4, |
Shane Huang | e427fe0 | 2008-12-30 10:53:41 +0800 | [diff] [blame] | 112 | board_ahci_sb700 = 5, /* for SB700 and SB800 */ |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 113 | board_ahci_mcp65 = 6, |
Tejun Heo | 9a3b103 | 2008-06-18 20:56:58 -0400 | [diff] [blame] | 114 | board_ahci_nopmp = 7, |
Tejun Heo | aa431dd | 2009-04-08 14:25:31 -0700 | [diff] [blame] | 115 | board_ahci_yesncq = 8, |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 116 | board_ahci_nosntf = 9, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | |
| 118 | /* global controller registers */ |
| 119 | HOST_CAP = 0x00, /* host capabilities */ |
| 120 | HOST_CTL = 0x04, /* global host control */ |
| 121 | HOST_IRQ_STAT = 0x08, /* interrupt status */ |
| 122 | HOST_PORTS_IMPL = 0x0c, /* bitmap of implemented ports */ |
| 123 | HOST_VERSION = 0x10, /* AHCI spec. version compliancy */ |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 124 | HOST_EM_LOC = 0x1c, /* Enclosure Management location */ |
| 125 | HOST_EM_CTL = 0x20, /* Enclosure Management Control */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 126 | HOST_CAP2 = 0x24, /* host capabilities, extended */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | |
| 128 | /* HOST_CTL bits */ |
| 129 | HOST_RESET = (1 << 0), /* reset controller; self-clear */ |
| 130 | HOST_IRQ_EN = (1 << 1), /* global IRQ enable */ |
| 131 | HOST_AHCI_EN = (1 << 31), /* AHCI enabled */ |
| 132 | |
| 133 | /* HOST_CAP bits */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 134 | HOST_CAP_SXS = (1 << 5), /* Supports External SATA */ |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 135 | HOST_CAP_EMS = (1 << 6), /* Enclosure Management support */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 136 | HOST_CAP_CCC = (1 << 7), /* Command Completion Coalescing */ |
| 137 | HOST_CAP_PART = (1 << 13), /* Partial state capable */ |
| 138 | HOST_CAP_SSC = (1 << 14), /* Slumber state capable */ |
| 139 | HOST_CAP_PIO_MULTI = (1 << 15), /* PIO multiple DRQ support */ |
| 140 | HOST_CAP_FBS = (1 << 16), /* FIS-based switching support */ |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 141 | HOST_CAP_PMP = (1 << 17), /* Port Multiplier support */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 142 | HOST_CAP_ONLY = (1 << 18), /* Supports AHCI mode only */ |
Tejun Heo | 22b4998 | 2006-01-23 21:38:44 +0900 | [diff] [blame] | 143 | HOST_CAP_CLO = (1 << 24), /* Command List Override support */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 144 | HOST_CAP_LED = (1 << 25), /* Supports activity LED */ |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 145 | HOST_CAP_ALPM = (1 << 26), /* Aggressive Link PM support */ |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 146 | HOST_CAP_SSS = (1 << 27), /* Staggered Spin-up */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 147 | HOST_CAP_MPS = (1 << 28), /* Mechanical presence switch */ |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 148 | HOST_CAP_SNTF = (1 << 29), /* SNotification register */ |
Tejun Heo | 979db80 | 2006-05-15 21:03:52 +0900 | [diff] [blame] | 149 | HOST_CAP_NCQ = (1 << 30), /* Native Command Queueing */ |
Tejun Heo | dd410ff | 2006-05-15 21:03:50 +0900 | [diff] [blame] | 150 | HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 152 | /* HOST_CAP2 bits */ |
| 153 | HOST_CAP2_BOH = (1 << 0), /* BIOS/OS handoff supported */ |
| 154 | HOST_CAP2_NVMHCI = (1 << 1), /* NVMHCI supported */ |
| 155 | HOST_CAP2_APST = (1 << 2), /* Automatic partial to slumber */ |
| 156 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | /* registers for each SATA port */ |
| 158 | PORT_LST_ADDR = 0x00, /* command list DMA addr */ |
| 159 | PORT_LST_ADDR_HI = 0x04, /* command list DMA addr hi */ |
| 160 | PORT_FIS_ADDR = 0x08, /* FIS rx buf addr */ |
| 161 | PORT_FIS_ADDR_HI = 0x0c, /* FIS rx buf addr hi */ |
| 162 | PORT_IRQ_STAT = 0x10, /* interrupt status */ |
| 163 | PORT_IRQ_MASK = 0x14, /* interrupt enable/disable mask */ |
| 164 | PORT_CMD = 0x18, /* port command */ |
| 165 | PORT_TFDATA = 0x20, /* taskfile data */ |
| 166 | PORT_SIG = 0x24, /* device TF signature */ |
| 167 | PORT_CMD_ISSUE = 0x38, /* command issue */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | PORT_SCR_STAT = 0x28, /* SATA phy register: SStatus */ |
| 169 | PORT_SCR_CTL = 0x2c, /* SATA phy register: SControl */ |
| 170 | PORT_SCR_ERR = 0x30, /* SATA phy register: SError */ |
| 171 | PORT_SCR_ACT = 0x34, /* SATA phy register: SActive */ |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 172 | PORT_SCR_NTF = 0x3c, /* SATA phy register: SNotification */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | |
| 174 | /* PORT_IRQ_{STAT,MASK} bits */ |
| 175 | PORT_IRQ_COLD_PRES = (1 << 31), /* cold presence detect */ |
| 176 | PORT_IRQ_TF_ERR = (1 << 30), /* task file error */ |
| 177 | PORT_IRQ_HBUS_ERR = (1 << 29), /* host bus fatal error */ |
| 178 | PORT_IRQ_HBUS_DATA_ERR = (1 << 28), /* host bus data error */ |
| 179 | PORT_IRQ_IF_ERR = (1 << 27), /* interface fatal error */ |
| 180 | PORT_IRQ_IF_NONFATAL = (1 << 26), /* interface non-fatal error */ |
| 181 | PORT_IRQ_OVERFLOW = (1 << 24), /* xfer exhausted available S/G */ |
| 182 | PORT_IRQ_BAD_PMP = (1 << 23), /* incorrect port multiplier */ |
| 183 | |
| 184 | PORT_IRQ_PHYRDY = (1 << 22), /* PhyRdy changed */ |
| 185 | PORT_IRQ_DEV_ILCK = (1 << 7), /* device interlock */ |
| 186 | PORT_IRQ_CONNECT = (1 << 6), /* port connect change status */ |
| 187 | PORT_IRQ_SG_DONE = (1 << 5), /* descriptor processed */ |
| 188 | PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ |
| 189 | PORT_IRQ_SDB_FIS = (1 << 3), /* Set Device Bits FIS rx'd */ |
| 190 | PORT_IRQ_DMAS_FIS = (1 << 2), /* DMA Setup FIS rx'd */ |
| 191 | PORT_IRQ_PIOS_FIS = (1 << 1), /* PIO Setup FIS rx'd */ |
| 192 | PORT_IRQ_D2H_REG_FIS = (1 << 0), /* D2H Register FIS rx'd */ |
| 193 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 194 | PORT_IRQ_FREEZE = PORT_IRQ_HBUS_ERR | |
| 195 | PORT_IRQ_IF_ERR | |
| 196 | PORT_IRQ_CONNECT | |
Tejun Heo | 4296971 | 2006-05-31 18:28:18 +0900 | [diff] [blame] | 197 | PORT_IRQ_PHYRDY | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 198 | PORT_IRQ_UNK_FIS | |
| 199 | PORT_IRQ_BAD_PMP, |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 200 | PORT_IRQ_ERROR = PORT_IRQ_FREEZE | |
| 201 | PORT_IRQ_TF_ERR | |
| 202 | PORT_IRQ_HBUS_DATA_ERR, |
| 203 | DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE | |
| 204 | PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS | |
| 205 | PORT_IRQ_PIOS_FIS | PORT_IRQ_D2H_REG_FIS, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | |
| 207 | /* PORT_CMD bits */ |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 208 | PORT_CMD_ASP = (1 << 27), /* Aggressive Slumber/Partial */ |
| 209 | PORT_CMD_ALPE = (1 << 26), /* Aggressive Link PM enable */ |
Jeff Garzik | 02eaa66 | 2005-11-12 01:32:19 -0500 | [diff] [blame] | 210 | PORT_CMD_ATAPI = (1 << 24), /* Device is ATAPI */ |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 211 | PORT_CMD_PMP = (1 << 17), /* PMP attached */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | PORT_CMD_LIST_ON = (1 << 15), /* cmd list DMA engine running */ |
| 213 | PORT_CMD_FIS_ON = (1 << 14), /* FIS DMA engine running */ |
| 214 | PORT_CMD_FIS_RX = (1 << 4), /* Enable FIS receive DMA engine */ |
Tejun Heo | 22b4998 | 2006-01-23 21:38:44 +0900 | [diff] [blame] | 215 | PORT_CMD_CLO = (1 << 3), /* Command list override */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | PORT_CMD_POWER_ON = (1 << 2), /* Power up device */ |
| 217 | PORT_CMD_SPIN_UP = (1 << 1), /* Spin up device */ |
| 218 | PORT_CMD_START = (1 << 0), /* Enable port DMA engine */ |
| 219 | |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 220 | PORT_CMD_ICC_MASK = (0xf << 28), /* i/f ICC state mask */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | PORT_CMD_ICC_ACTIVE = (0x1 << 28), /* Put i/f in active state */ |
| 222 | PORT_CMD_ICC_PARTIAL = (0x2 << 28), /* Put i/f in partial state */ |
| 223 | PORT_CMD_ICC_SLUMBER = (0x6 << 28), /* Put i/f in slumber state */ |
Jeff Garzik | 4b0060f | 2005-06-04 00:50:22 -0400 | [diff] [blame] | 224 | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 225 | /* hpriv->flags bits */ |
| 226 | AHCI_HFLAG_NO_NCQ = (1 << 0), |
| 227 | AHCI_HFLAG_IGN_IRQ_IF_ERR = (1 << 1), /* ignore IRQ_IF_ERR */ |
| 228 | AHCI_HFLAG_IGN_SERR_INTERNAL = (1 << 2), /* ignore SERR_INTERNAL */ |
| 229 | AHCI_HFLAG_32BIT_ONLY = (1 << 3), /* force 32bit */ |
| 230 | AHCI_HFLAG_MV_PATA = (1 << 4), /* PATA port */ |
| 231 | AHCI_HFLAG_NO_MSI = (1 << 5), /* no PCI MSI */ |
Tejun Heo | 6949b91 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 232 | AHCI_HFLAG_NO_PMP = (1 << 6), /* no PMP */ |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 233 | AHCI_HFLAG_NO_HOTPLUG = (1 << 7), /* ignore PxSERR.DIAG.N */ |
Jeff Garzik | a878539 | 2008-02-28 15:43:48 -0500 | [diff] [blame] | 234 | AHCI_HFLAG_SECT255 = (1 << 8), /* max 255 sectors */ |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 235 | AHCI_HFLAG_YES_NCQ = (1 << 9), /* force NCQ cap on */ |
Tejun Heo | 9b10ae8 | 2009-05-30 20:50:12 +0900 | [diff] [blame] | 236 | AHCI_HFLAG_NO_SUSPEND = (1 << 10), /* don't suspend */ |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 237 | AHCI_HFLAG_SRST_TOUT_IS_OFFLINE = (1 << 11), /* treat SRST timeout as |
| 238 | link offline */ |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 239 | AHCI_HFLAG_NO_SNTF = (1 << 12), /* no sntf */ |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 240 | |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 241 | /* ap->flags bits */ |
Tejun Heo | 1188c0d | 2007-04-23 02:41:05 +0900 | [diff] [blame] | 242 | |
| 243 | AHCI_FLAG_COMMON = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | |
| 244 | ATA_FLAG_MMIO | ATA_FLAG_PIO_DMA | |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 245 | ATA_FLAG_ACPI_SATA | ATA_FLAG_AN | |
| 246 | ATA_FLAG_IPM, |
Tejun Heo | c4f7792 | 2007-12-06 15:09:43 +0900 | [diff] [blame] | 247 | |
| 248 | ICH_MAP = 0x90, /* ICH MAP register */ |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 249 | |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 250 | /* em constants */ |
| 251 | EM_MAX_SLOTS = 8, |
| 252 | EM_MAX_RETRY = 5, |
| 253 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 254 | /* em_ctl bits */ |
| 255 | EM_CTL_RST = (1 << 9), /* Reset */ |
| 256 | EM_CTL_TM = (1 << 8), /* Transmit Message */ |
| 257 | EM_CTL_ALHD = (1 << 26), /* Activity LED */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | }; |
| 259 | |
| 260 | struct ahci_cmd_hdr { |
Al Viro | 4ca4e43 | 2007-12-30 09:32:22 +0000 | [diff] [blame] | 261 | __le32 opts; |
| 262 | __le32 status; |
| 263 | __le32 tbl_addr; |
| 264 | __le32 tbl_addr_hi; |
| 265 | __le32 reserved[4]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | }; |
| 267 | |
| 268 | struct ahci_sg { |
Al Viro | 4ca4e43 | 2007-12-30 09:32:22 +0000 | [diff] [blame] | 269 | __le32 addr; |
| 270 | __le32 addr_hi; |
| 271 | __le32 reserved; |
| 272 | __le32 flags_size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | }; |
| 274 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 275 | struct ahci_em_priv { |
| 276 | enum sw_activity blink_policy; |
| 277 | struct timer_list timer; |
| 278 | unsigned long saved_activity; |
| 279 | unsigned long activity; |
| 280 | unsigned long led_state; |
| 281 | }; |
| 282 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | struct ahci_host_priv { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 284 | unsigned int flags; /* AHCI_HFLAG_* */ |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 285 | u32 cap; /* cap to use */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 286 | u32 cap2; /* cap2 to use */ |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 287 | u32 port_map; /* port map to use */ |
| 288 | u32 saved_cap; /* saved initial cap */ |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 289 | u32 saved_cap2; /* saved initial cap2 */ |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 290 | u32 saved_port_map; /* saved initial port_map */ |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 291 | u32 em_loc; /* enclosure management location */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | }; |
| 293 | |
| 294 | struct ahci_port_priv { |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 295 | struct ata_link *active_link; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | struct ahci_cmd_hdr *cmd_slot; |
| 297 | dma_addr_t cmd_slot_dma; |
| 298 | void *cmd_tbl; |
| 299 | dma_addr_t cmd_tbl_dma; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | void *rx_fis; |
| 301 | dma_addr_t rx_fis_dma; |
Tejun Heo | 0291f95 | 2007-01-25 19:16:28 +0900 | [diff] [blame] | 302 | /* for NCQ spurious interrupt analysis */ |
Tejun Heo | 0291f95 | 2007-01-25 19:16:28 +0900 | [diff] [blame] | 303 | unsigned int ncq_saw_d2h:1; |
| 304 | unsigned int ncq_saw_dmas:1; |
Tejun Heo | afb2d55 | 2007-02-27 13:24:19 +0900 | [diff] [blame] | 305 | unsigned int ncq_saw_sdb:1; |
Kristen Carlson Accardi | a738492 | 2007-08-09 14:23:41 -0700 | [diff] [blame] | 306 | u32 intr_mask; /* interrupts to enable */ |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 307 | /* enclosure management info per PM slot */ |
| 308 | struct ahci_em_priv em_priv[EM_MAX_SLOTS]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | }; |
| 310 | |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 311 | static int ahci_scr_read(struct ata_link *link, unsigned int sc_reg, u32 *val); |
| 312 | static int ahci_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val); |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 313 | static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); |
Tejun Heo | 9a3d9eb | 2006-01-23 13:09:36 +0900 | [diff] [blame] | 314 | static unsigned int ahci_qc_issue(struct ata_queued_cmd *qc); |
Tejun Heo | 4c9bf4e | 2008-04-07 22:47:20 +0900 | [diff] [blame] | 315 | static bool ahci_qc_fill_rtf(struct ata_queued_cmd *qc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | static int ahci_port_start(struct ata_port *ap); |
| 317 | static void ahci_port_stop(struct ata_port *ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | static void ahci_qc_prep(struct ata_queued_cmd *qc); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 319 | static void ahci_freeze(struct ata_port *ap); |
| 320 | static void ahci_thaw(struct ata_port *ap); |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 321 | static void ahci_pmp_attach(struct ata_port *ap); |
| 322 | static void ahci_pmp_detach(struct ata_port *ap); |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 323 | static int ahci_softreset(struct ata_link *link, unsigned int *class, |
| 324 | unsigned long deadline); |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 325 | static int ahci_sb600_softreset(struct ata_link *link, unsigned int *class, |
| 326 | unsigned long deadline); |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 327 | static int ahci_hardreset(struct ata_link *link, unsigned int *class, |
| 328 | unsigned long deadline); |
| 329 | static int ahci_vt8251_hardreset(struct ata_link *link, unsigned int *class, |
| 330 | unsigned long deadline); |
| 331 | static int ahci_p5wdh_hardreset(struct ata_link *link, unsigned int *class, |
| 332 | unsigned long deadline); |
| 333 | static void ahci_postreset(struct ata_link *link, unsigned int *class); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 334 | static void ahci_error_handler(struct ata_port *ap); |
| 335 | static void ahci_post_internal_cmd(struct ata_queued_cmd *qc); |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 336 | static int ahci_port_resume(struct ata_port *ap); |
Jeff Garzik | a878539 | 2008-02-28 15:43:48 -0500 | [diff] [blame] | 337 | static void ahci_dev_config(struct ata_device *dev); |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 338 | static void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, |
| 339 | u32 opts); |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 340 | #ifdef CONFIG_PM |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 341 | static int ahci_port_suspend(struct ata_port *ap, pm_message_t mesg); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 342 | static int ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg); |
| 343 | static int ahci_pci_device_resume(struct pci_dev *pdev); |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 344 | #endif |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 345 | static ssize_t ahci_activity_show(struct ata_device *dev, char *buf); |
| 346 | static ssize_t ahci_activity_store(struct ata_device *dev, |
| 347 | enum sw_activity val); |
| 348 | static void ahci_init_sw_activity(struct ata_link *link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 350 | static ssize_t ahci_show_host_caps(struct device *dev, |
| 351 | struct device_attribute *attr, char *buf); |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 352 | static ssize_t ahci_show_host_cap2(struct device *dev, |
| 353 | struct device_attribute *attr, char *buf); |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 354 | static ssize_t ahci_show_host_version(struct device *dev, |
| 355 | struct device_attribute *attr, char *buf); |
| 356 | static ssize_t ahci_show_port_cmd(struct device *dev, |
| 357 | struct device_attribute *attr, char *buf); |
| 358 | |
| 359 | DEVICE_ATTR(ahci_host_caps, S_IRUGO, ahci_show_host_caps, NULL); |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 360 | DEVICE_ATTR(ahci_host_cap2, S_IRUGO, ahci_show_host_cap2, NULL); |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 361 | DEVICE_ATTR(ahci_host_version, S_IRUGO, ahci_show_host_version, NULL); |
| 362 | DEVICE_ATTR(ahci_port_cmd, S_IRUGO, ahci_show_port_cmd, NULL); |
| 363 | |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 364 | static struct device_attribute *ahci_shost_attrs[] = { |
| 365 | &dev_attr_link_power_management_policy, |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 366 | &dev_attr_em_message_type, |
| 367 | &dev_attr_em_message, |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 368 | &dev_attr_ahci_host_caps, |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 369 | &dev_attr_ahci_host_cap2, |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 370 | &dev_attr_ahci_host_version, |
| 371 | &dev_attr_ahci_port_cmd, |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 372 | NULL |
| 373 | }; |
| 374 | |
| 375 | static struct device_attribute *ahci_sdev_attrs[] = { |
| 376 | &dev_attr_sw_activity, |
Elias Oltmanns | 45fabbb | 2008-09-21 11:54:08 +0200 | [diff] [blame] | 377 | &dev_attr_unload_heads, |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 378 | NULL |
| 379 | }; |
| 380 | |
Jeff Garzik | 193515d | 2005-11-07 00:59:37 -0500 | [diff] [blame] | 381 | static struct scsi_host_template ahci_sht = { |
Tejun Heo | 68d1d07 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 382 | ATA_NCQ_SHT(DRV_NAME), |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 383 | .can_queue = AHCI_MAX_CMDS - 1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | .sg_tablesize = AHCI_MAX_SG, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | .dma_boundary = AHCI_DMA_BOUNDARY, |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 386 | .shost_attrs = ahci_shost_attrs, |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 387 | .sdev_attrs = ahci_sdev_attrs, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | }; |
| 389 | |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 390 | static struct ata_port_operations ahci_ops = { |
| 391 | .inherits = &sata_pmp_port_ops, |
| 392 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 393 | .qc_defer = sata_pmp_qc_defer_cmd_switch, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | .qc_prep = ahci_qc_prep, |
| 395 | .qc_issue = ahci_qc_issue, |
Tejun Heo | 4c9bf4e | 2008-04-07 22:47:20 +0900 | [diff] [blame] | 396 | .qc_fill_rtf = ahci_qc_fill_rtf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 397 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 398 | .freeze = ahci_freeze, |
| 399 | .thaw = ahci_thaw, |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 400 | .softreset = ahci_softreset, |
| 401 | .hardreset = ahci_hardreset, |
| 402 | .postreset = ahci_postreset, |
Tejun Heo | 071f44b | 2008-04-07 22:47:22 +0900 | [diff] [blame] | 403 | .pmp_softreset = ahci_softreset, |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 404 | .error_handler = ahci_error_handler, |
| 405 | .post_internal_cmd = ahci_post_internal_cmd, |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 406 | .dev_config = ahci_dev_config, |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 407 | |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 408 | .scr_read = ahci_scr_read, |
| 409 | .scr_write = ahci_scr_write, |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 410 | .pmp_attach = ahci_pmp_attach, |
| 411 | .pmp_detach = ahci_pmp_detach, |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 412 | |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 413 | .enable_pm = ahci_enable_alpm, |
| 414 | .disable_pm = ahci_disable_alpm, |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 415 | .em_show = ahci_led_show, |
| 416 | .em_store = ahci_led_store, |
| 417 | .sw_activity_show = ahci_activity_show, |
| 418 | .sw_activity_store = ahci_activity_store, |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 419 | #ifdef CONFIG_PM |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 420 | .port_suspend = ahci_port_suspend, |
| 421 | .port_resume = ahci_port_resume, |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 422 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | .port_start = ahci_port_start, |
| 424 | .port_stop = ahci_port_stop, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | }; |
| 426 | |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 427 | static struct ata_port_operations ahci_vt8251_ops = { |
| 428 | .inherits = &ahci_ops, |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 429 | .hardreset = ahci_vt8251_hardreset, |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 430 | }; |
| 431 | |
Tejun Heo | 029cfd6 | 2008-03-25 12:22:49 +0900 | [diff] [blame] | 432 | static struct ata_port_operations ahci_p5wdh_ops = { |
| 433 | .inherits = &ahci_ops, |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 434 | .hardreset = ahci_p5wdh_hardreset, |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 435 | }; |
| 436 | |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 437 | static struct ata_port_operations ahci_sb600_ops = { |
| 438 | .inherits = &ahci_ops, |
| 439 | .softreset = ahci_sb600_softreset, |
| 440 | .pmp_softreset = ahci_sb600_softreset, |
| 441 | }; |
| 442 | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 443 | #define AHCI_HFLAGS(flags) .private_data = (void *)(flags) |
| 444 | |
Arjan van de Ven | 98ac62d | 2005-11-28 10:06:23 +0100 | [diff] [blame] | 445 | static const struct ata_port_info ahci_port_info[] = { |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 446 | [board_ahci] = |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 447 | { |
Tejun Heo | 1188c0d | 2007-04-23 02:41:05 +0900 | [diff] [blame] | 448 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 449 | .pio_mask = ATA_PIO4, |
Jeff Garzik | 469248a | 2007-07-08 01:13:16 -0400 | [diff] [blame] | 450 | .udma_mask = ATA_UDMA6, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | .port_ops = &ahci_ops, |
| 452 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 453 | [board_ahci_vt8251] = |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 454 | { |
Tejun Heo | 6949b91 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 455 | AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_PMP), |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 456 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 457 | .pio_mask = ATA_PIO4, |
Jeff Garzik | 469248a | 2007-07-08 01:13:16 -0400 | [diff] [blame] | 458 | .udma_mask = ATA_UDMA6, |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 459 | .port_ops = &ahci_vt8251_ops, |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 460 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 461 | [board_ahci_ign_iferr] = |
Tejun Heo | 4166955 | 2006-11-29 11:33:14 +0900 | [diff] [blame] | 462 | { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 463 | AHCI_HFLAGS (AHCI_HFLAG_IGN_IRQ_IF_ERR), |
| 464 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 465 | .pio_mask = ATA_PIO4, |
Jeff Garzik | 469248a | 2007-07-08 01:13:16 -0400 | [diff] [blame] | 466 | .udma_mask = ATA_UDMA6, |
Tejun Heo | 4166955 | 2006-11-29 11:33:14 +0900 | [diff] [blame] | 467 | .port_ops = &ahci_ops, |
| 468 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 469 | [board_ahci_sb600] = |
Conke Hu | 55a6160 | 2007-03-27 18:33:05 +0800 | [diff] [blame] | 470 | { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 471 | AHCI_HFLAGS (AHCI_HFLAG_IGN_SERR_INTERNAL | |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 472 | AHCI_HFLAG_NO_MSI | AHCI_HFLAG_SECT255 | |
| 473 | AHCI_HFLAG_32BIT_ONLY), |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 474 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 475 | .pio_mask = ATA_PIO4, |
Jeff Garzik | 469248a | 2007-07-08 01:13:16 -0400 | [diff] [blame] | 476 | .udma_mask = ATA_UDMA6, |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 477 | .port_ops = &ahci_sb600_ops, |
Conke Hu | 55a6160 | 2007-03-27 18:33:05 +0800 | [diff] [blame] | 478 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 479 | [board_ahci_mv] = |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 480 | { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 481 | AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_MSI | |
Tejun Heo | 1724846 | 2008-08-29 16:03:59 +0200 | [diff] [blame] | 482 | AHCI_HFLAG_MV_PATA | AHCI_HFLAG_NO_PMP), |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 483 | .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 484 | ATA_FLAG_MMIO | ATA_FLAG_PIO_DMA, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 485 | .pio_mask = ATA_PIO4, |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 486 | .udma_mask = ATA_UDMA6, |
| 487 | .port_ops = &ahci_ops, |
| 488 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 489 | [board_ahci_sb700] = /* for SB700 and SB800 */ |
Shane Huang | e39fc8c | 2008-02-22 05:00:31 -0800 | [diff] [blame] | 490 | { |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 491 | AHCI_HFLAGS (AHCI_HFLAG_IGN_SERR_INTERNAL), |
Shane Huang | e39fc8c | 2008-02-22 05:00:31 -0800 | [diff] [blame] | 492 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 493 | .pio_mask = ATA_PIO4, |
Shane Huang | e39fc8c | 2008-02-22 05:00:31 -0800 | [diff] [blame] | 494 | .udma_mask = ATA_UDMA6, |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 495 | .port_ops = &ahci_sb600_ops, |
Shane Huang | e39fc8c | 2008-02-22 05:00:31 -0800 | [diff] [blame] | 496 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 497 | [board_ahci_mcp65] = |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 498 | { |
| 499 | AHCI_HFLAGS (AHCI_HFLAG_YES_NCQ), |
| 500 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 501 | .pio_mask = ATA_PIO4, |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 502 | .udma_mask = ATA_UDMA6, |
| 503 | .port_ops = &ahci_ops, |
| 504 | }, |
Jeff Garzik | 4da646b | 2009-04-08 02:00:13 -0400 | [diff] [blame] | 505 | [board_ahci_nopmp] = |
Tejun Heo | 9a3b103 | 2008-06-18 20:56:58 -0400 | [diff] [blame] | 506 | { |
| 507 | AHCI_HFLAGS (AHCI_HFLAG_NO_PMP), |
| 508 | .flags = AHCI_FLAG_COMMON, |
Erik Inge Bolsø | 14bdef9 | 2009-03-14 21:38:24 +0100 | [diff] [blame] | 509 | .pio_mask = ATA_PIO4, |
Tejun Heo | 9a3b103 | 2008-06-18 20:56:58 -0400 | [diff] [blame] | 510 | .udma_mask = ATA_UDMA6, |
| 511 | .port_ops = &ahci_ops, |
| 512 | }, |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 513 | [board_ahci_yesncq] = |
Tejun Heo | aa431dd | 2009-04-08 14:25:31 -0700 | [diff] [blame] | 514 | { |
| 515 | AHCI_HFLAGS (AHCI_HFLAG_YES_NCQ), |
| 516 | .flags = AHCI_FLAG_COMMON, |
| 517 | .pio_mask = ATA_PIO4, |
| 518 | .udma_mask = ATA_UDMA6, |
| 519 | .port_ops = &ahci_ops, |
| 520 | }, |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 521 | [board_ahci_nosntf] = |
| 522 | { |
| 523 | AHCI_HFLAGS (AHCI_HFLAG_NO_SNTF), |
| 524 | .flags = AHCI_FLAG_COMMON, |
| 525 | .pio_mask = ATA_PIO4, |
| 526 | .udma_mask = ATA_UDMA6, |
| 527 | .port_ops = &ahci_ops, |
| 528 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | }; |
| 530 | |
Jeff Garzik | 3b7d697 | 2005-11-10 11:04:11 -0500 | [diff] [blame] | 531 | static const struct pci_device_id ahci_pci_tbl[] = { |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 532 | /* Intel */ |
Jeff Garzik | 54bb3a94 | 2006-09-27 22:20:11 -0400 | [diff] [blame] | 533 | { PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */ |
| 534 | { PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */ |
| 535 | { PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */ |
| 536 | { PCI_VDEVICE(INTEL, 0x27c5), board_ahci }, /* ICH7M */ |
| 537 | { PCI_VDEVICE(INTEL, 0x27c3), board_ahci }, /* ICH7R */ |
Tejun Heo | 82490c0 | 2007-01-23 15:13:39 +0900 | [diff] [blame] | 538 | { PCI_VDEVICE(AL, 0x5288), board_ahci_ign_iferr }, /* ULi M5288 */ |
Jeff Garzik | 54bb3a94 | 2006-09-27 22:20:11 -0400 | [diff] [blame] | 539 | { PCI_VDEVICE(INTEL, 0x2681), board_ahci }, /* ESB2 */ |
| 540 | { PCI_VDEVICE(INTEL, 0x2682), board_ahci }, /* ESB2 */ |
| 541 | { PCI_VDEVICE(INTEL, 0x2683), board_ahci }, /* ESB2 */ |
| 542 | { PCI_VDEVICE(INTEL, 0x27c6), board_ahci }, /* ICH7-M DH */ |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 543 | { PCI_VDEVICE(INTEL, 0x2821), board_ahci }, /* ICH8 */ |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 544 | { PCI_VDEVICE(INTEL, 0x2822), board_ahci_nosntf }, /* ICH8 */ |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 545 | { PCI_VDEVICE(INTEL, 0x2824), board_ahci }, /* ICH8 */ |
| 546 | { PCI_VDEVICE(INTEL, 0x2829), board_ahci }, /* ICH8M */ |
| 547 | { PCI_VDEVICE(INTEL, 0x282a), board_ahci }, /* ICH8M */ |
| 548 | { PCI_VDEVICE(INTEL, 0x2922), board_ahci }, /* ICH9 */ |
| 549 | { PCI_VDEVICE(INTEL, 0x2923), board_ahci }, /* ICH9 */ |
| 550 | { PCI_VDEVICE(INTEL, 0x2924), board_ahci }, /* ICH9 */ |
| 551 | { PCI_VDEVICE(INTEL, 0x2925), board_ahci }, /* ICH9 */ |
| 552 | { PCI_VDEVICE(INTEL, 0x2927), board_ahci }, /* ICH9 */ |
| 553 | { PCI_VDEVICE(INTEL, 0x2929), board_ahci }, /* ICH9M */ |
| 554 | { PCI_VDEVICE(INTEL, 0x292a), board_ahci }, /* ICH9M */ |
| 555 | { PCI_VDEVICE(INTEL, 0x292b), board_ahci }, /* ICH9M */ |
| 556 | { PCI_VDEVICE(INTEL, 0x292c), board_ahci }, /* ICH9M */ |
| 557 | { PCI_VDEVICE(INTEL, 0x292f), board_ahci }, /* ICH9M */ |
| 558 | { PCI_VDEVICE(INTEL, 0x294d), board_ahci }, /* ICH9 */ |
| 559 | { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */ |
Jason Gaston | d4155e6 | 2007-09-20 17:35:00 -0400 | [diff] [blame] | 560 | { PCI_VDEVICE(INTEL, 0x502a), board_ahci }, /* Tolapai */ |
| 561 | { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */ |
Jason Gaston | 16ad1ad | 2008-01-28 17:34:14 -0800 | [diff] [blame] | 562 | { PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */ |
Mark Goodwin | b2dde6a | 2009-06-26 10:44:11 -0500 | [diff] [blame] | 563 | { PCI_VDEVICE(INTEL, 0x3a22), board_ahci }, /* ICH10 */ |
Jason Gaston | 16ad1ad | 2008-01-28 17:34:14 -0800 | [diff] [blame] | 564 | { PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */ |
David Milburn | c1f57d9 | 2009-07-22 15:15:56 -0500 | [diff] [blame] | 565 | { PCI_VDEVICE(INTEL, 0x3b22), board_ahci }, /* PCH AHCI */ |
| 566 | { PCI_VDEVICE(INTEL, 0x3b23), board_ahci }, /* PCH AHCI */ |
Seth Heasley | adcb530 | 2008-08-11 17:03:09 -0700 | [diff] [blame] | 567 | { PCI_VDEVICE(INTEL, 0x3b24), board_ahci }, /* PCH RAID */ |
Seth Heasley | 8e48b6b | 2008-08-27 16:47:22 -0700 | [diff] [blame] | 568 | { PCI_VDEVICE(INTEL, 0x3b25), board_ahci }, /* PCH RAID */ |
David Milburn | c1f57d9 | 2009-07-22 15:15:56 -0500 | [diff] [blame] | 569 | { PCI_VDEVICE(INTEL, 0x3b29), board_ahci }, /* PCH AHCI */ |
Seth Heasley | adcb530 | 2008-08-11 17:03:09 -0700 | [diff] [blame] | 570 | { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */ |
Seth Heasley | 8e48b6b | 2008-08-27 16:47:22 -0700 | [diff] [blame] | 571 | { PCI_VDEVICE(INTEL, 0x3b2c), board_ahci }, /* PCH RAID */ |
David Milburn | c1f57d9 | 2009-07-22 15:15:56 -0500 | [diff] [blame] | 572 | { PCI_VDEVICE(INTEL, 0x3b2f), board_ahci }, /* PCH AHCI */ |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 573 | |
Tejun Heo | e34bb37 | 2007-02-26 20:24:03 +0900 | [diff] [blame] | 574 | /* JMicron 360/1/3/5/6, match class to avoid IDE function */ |
| 575 | { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, |
| 576 | PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci_ign_iferr }, |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 577 | |
| 578 | /* ATI */ |
Conke Hu | c65ec1c | 2007-04-11 18:23:14 +0800 | [diff] [blame] | 579 | { PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */ |
Shane Huang | e39fc8c | 2008-02-22 05:00:31 -0800 | [diff] [blame] | 580 | { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb700 }, /* ATI SB700/800 */ |
| 581 | { PCI_VDEVICE(ATI, 0x4391), board_ahci_sb700 }, /* ATI SB700/800 */ |
| 582 | { PCI_VDEVICE(ATI, 0x4392), board_ahci_sb700 }, /* ATI SB700/800 */ |
| 583 | { PCI_VDEVICE(ATI, 0x4393), board_ahci_sb700 }, /* ATI SB700/800 */ |
| 584 | { PCI_VDEVICE(ATI, 0x4394), board_ahci_sb700 }, /* ATI SB700/800 */ |
| 585 | { PCI_VDEVICE(ATI, 0x4395), board_ahci_sb700 }, /* ATI SB700/800 */ |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 586 | |
Shane Huang | e2dd90b | 2009-07-29 11:34:49 +0800 | [diff] [blame] | 587 | /* AMD */ |
Shane Huang | 5deab53 | 2009-10-13 11:14:00 +0800 | [diff] [blame] | 588 | { PCI_VDEVICE(AMD, 0x7800), board_ahci }, /* AMD Hudson-2 */ |
Shane Huang | e2dd90b | 2009-07-29 11:34:49 +0800 | [diff] [blame] | 589 | /* AMD is using RAID class only for ahci controllers */ |
| 590 | { PCI_VENDOR_ID_AMD, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, |
| 591 | PCI_CLASS_STORAGE_RAID << 8, 0xffffff, board_ahci }, |
| 592 | |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 593 | /* VIA */ |
Jeff Garzik | 54bb3a94 | 2006-09-27 22:20:11 -0400 | [diff] [blame] | 594 | { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ |
Tejun Heo | bf33554 | 2007-04-11 17:27:14 +0900 | [diff] [blame] | 595 | { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */ |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 596 | |
| 597 | /* NVIDIA */ |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 598 | { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci_mcp65 }, /* MCP65 */ |
| 599 | { PCI_VDEVICE(NVIDIA, 0x044d), board_ahci_mcp65 }, /* MCP65 */ |
| 600 | { PCI_VDEVICE(NVIDIA, 0x044e), board_ahci_mcp65 }, /* MCP65 */ |
| 601 | { PCI_VDEVICE(NVIDIA, 0x044f), board_ahci_mcp65 }, /* MCP65 */ |
| 602 | { PCI_VDEVICE(NVIDIA, 0x045c), board_ahci_mcp65 }, /* MCP65 */ |
| 603 | { PCI_VDEVICE(NVIDIA, 0x045d), board_ahci_mcp65 }, /* MCP65 */ |
| 604 | { PCI_VDEVICE(NVIDIA, 0x045e), board_ahci_mcp65 }, /* MCP65 */ |
| 605 | { PCI_VDEVICE(NVIDIA, 0x045f), board_ahci_mcp65 }, /* MCP65 */ |
Tejun Heo | aa431dd | 2009-04-08 14:25:31 -0700 | [diff] [blame] | 606 | { PCI_VDEVICE(NVIDIA, 0x0550), board_ahci_yesncq }, /* MCP67 */ |
| 607 | { PCI_VDEVICE(NVIDIA, 0x0551), board_ahci_yesncq }, /* MCP67 */ |
| 608 | { PCI_VDEVICE(NVIDIA, 0x0552), board_ahci_yesncq }, /* MCP67 */ |
| 609 | { PCI_VDEVICE(NVIDIA, 0x0553), board_ahci_yesncq }, /* MCP67 */ |
| 610 | { PCI_VDEVICE(NVIDIA, 0x0554), board_ahci_yesncq }, /* MCP67 */ |
| 611 | { PCI_VDEVICE(NVIDIA, 0x0555), board_ahci_yesncq }, /* MCP67 */ |
| 612 | { PCI_VDEVICE(NVIDIA, 0x0556), board_ahci_yesncq }, /* MCP67 */ |
| 613 | { PCI_VDEVICE(NVIDIA, 0x0557), board_ahci_yesncq }, /* MCP67 */ |
| 614 | { PCI_VDEVICE(NVIDIA, 0x0558), board_ahci_yesncq }, /* MCP67 */ |
| 615 | { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci_yesncq }, /* MCP67 */ |
| 616 | { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci_yesncq }, /* MCP67 */ |
| 617 | { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci_yesncq }, /* MCP67 */ |
peer chen | 726206f | 2009-10-15 16:34:56 +0800 | [diff] [blame] | 618 | { PCI_VDEVICE(NVIDIA, 0x0580), board_ahci_yesncq }, /* Linux ID */ |
Tejun Heo | aa431dd | 2009-04-08 14:25:31 -0700 | [diff] [blame] | 619 | { PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci_yesncq }, /* MCP73 */ |
| 620 | { PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci_yesncq }, /* MCP73 */ |
| 621 | { PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci_yesncq }, /* MCP73 */ |
| 622 | { PCI_VDEVICE(NVIDIA, 0x07f3), board_ahci_yesncq }, /* MCP73 */ |
| 623 | { PCI_VDEVICE(NVIDIA, 0x07f4), board_ahci_yesncq }, /* MCP73 */ |
| 624 | { PCI_VDEVICE(NVIDIA, 0x07f5), board_ahci_yesncq }, /* MCP73 */ |
| 625 | { PCI_VDEVICE(NVIDIA, 0x07f6), board_ahci_yesncq }, /* MCP73 */ |
| 626 | { PCI_VDEVICE(NVIDIA, 0x07f7), board_ahci_yesncq }, /* MCP73 */ |
| 627 | { PCI_VDEVICE(NVIDIA, 0x07f8), board_ahci_yesncq }, /* MCP73 */ |
| 628 | { PCI_VDEVICE(NVIDIA, 0x07f9), board_ahci_yesncq }, /* MCP73 */ |
| 629 | { PCI_VDEVICE(NVIDIA, 0x07fa), board_ahci_yesncq }, /* MCP73 */ |
| 630 | { PCI_VDEVICE(NVIDIA, 0x07fb), board_ahci_yesncq }, /* MCP73 */ |
Peer Chen | 0522b28 | 2007-06-07 18:05:12 +0800 | [diff] [blame] | 631 | { PCI_VDEVICE(NVIDIA, 0x0ad0), board_ahci }, /* MCP77 */ |
| 632 | { PCI_VDEVICE(NVIDIA, 0x0ad1), board_ahci }, /* MCP77 */ |
| 633 | { PCI_VDEVICE(NVIDIA, 0x0ad2), board_ahci }, /* MCP77 */ |
| 634 | { PCI_VDEVICE(NVIDIA, 0x0ad3), board_ahci }, /* MCP77 */ |
| 635 | { PCI_VDEVICE(NVIDIA, 0x0ad4), board_ahci }, /* MCP77 */ |
| 636 | { PCI_VDEVICE(NVIDIA, 0x0ad5), board_ahci }, /* MCP77 */ |
| 637 | { PCI_VDEVICE(NVIDIA, 0x0ad6), board_ahci }, /* MCP77 */ |
| 638 | { PCI_VDEVICE(NVIDIA, 0x0ad7), board_ahci }, /* MCP77 */ |
| 639 | { PCI_VDEVICE(NVIDIA, 0x0ad8), board_ahci }, /* MCP77 */ |
| 640 | { PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci }, /* MCP77 */ |
| 641 | { PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci }, /* MCP77 */ |
| 642 | { PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci }, /* MCP77 */ |
peerchen | 6ba8695 | 2007-12-03 22:20:37 +0800 | [diff] [blame] | 643 | { PCI_VDEVICE(NVIDIA, 0x0ab4), board_ahci }, /* MCP79 */ |
| 644 | { PCI_VDEVICE(NVIDIA, 0x0ab5), board_ahci }, /* MCP79 */ |
| 645 | { PCI_VDEVICE(NVIDIA, 0x0ab6), board_ahci }, /* MCP79 */ |
| 646 | { PCI_VDEVICE(NVIDIA, 0x0ab7), board_ahci }, /* MCP79 */ |
Peer Chen | 7100819 | 2007-09-24 10:16:25 +0800 | [diff] [blame] | 647 | { PCI_VDEVICE(NVIDIA, 0x0ab8), board_ahci }, /* MCP79 */ |
| 648 | { PCI_VDEVICE(NVIDIA, 0x0ab9), board_ahci }, /* MCP79 */ |
| 649 | { PCI_VDEVICE(NVIDIA, 0x0aba), board_ahci }, /* MCP79 */ |
| 650 | { PCI_VDEVICE(NVIDIA, 0x0abb), board_ahci }, /* MCP79 */ |
| 651 | { PCI_VDEVICE(NVIDIA, 0x0abc), board_ahci }, /* MCP79 */ |
| 652 | { PCI_VDEVICE(NVIDIA, 0x0abd), board_ahci }, /* MCP79 */ |
| 653 | { PCI_VDEVICE(NVIDIA, 0x0abe), board_ahci }, /* MCP79 */ |
| 654 | { PCI_VDEVICE(NVIDIA, 0x0abf), board_ahci }, /* MCP79 */ |
peerchen | 7adbe46 | 2009-02-27 16:58:41 +0800 | [diff] [blame] | 655 | { PCI_VDEVICE(NVIDIA, 0x0d84), board_ahci }, /* MCP89 */ |
| 656 | { PCI_VDEVICE(NVIDIA, 0x0d85), board_ahci }, /* MCP89 */ |
| 657 | { PCI_VDEVICE(NVIDIA, 0x0d86), board_ahci }, /* MCP89 */ |
| 658 | { PCI_VDEVICE(NVIDIA, 0x0d87), board_ahci }, /* MCP89 */ |
| 659 | { PCI_VDEVICE(NVIDIA, 0x0d88), board_ahci }, /* MCP89 */ |
| 660 | { PCI_VDEVICE(NVIDIA, 0x0d89), board_ahci }, /* MCP89 */ |
| 661 | { PCI_VDEVICE(NVIDIA, 0x0d8a), board_ahci }, /* MCP89 */ |
| 662 | { PCI_VDEVICE(NVIDIA, 0x0d8b), board_ahci }, /* MCP89 */ |
| 663 | { PCI_VDEVICE(NVIDIA, 0x0d8c), board_ahci }, /* MCP89 */ |
| 664 | { PCI_VDEVICE(NVIDIA, 0x0d8d), board_ahci }, /* MCP89 */ |
| 665 | { PCI_VDEVICE(NVIDIA, 0x0d8e), board_ahci }, /* MCP89 */ |
| 666 | { PCI_VDEVICE(NVIDIA, 0x0d8f), board_ahci }, /* MCP89 */ |
Jeff Garzik | fe7fa31 | 2006-06-22 23:05:36 -0400 | [diff] [blame] | 667 | |
Jeff Garzik | 95916ed | 2006-07-29 04:10:14 -0400 | [diff] [blame] | 668 | /* SiS */ |
Tejun Heo | 20e2de4 | 2008-08-01 12:51:43 +0900 | [diff] [blame] | 669 | { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */ |
| 670 | { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 968 */ |
| 671 | { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */ |
Jeff Garzik | 95916ed | 2006-07-29 04:10:14 -0400 | [diff] [blame] | 672 | |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 673 | /* Marvell */ |
| 674 | { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */ |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 675 | { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */ |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 676 | |
Mark Nelson | c77a036 | 2008-10-23 14:08:16 +1100 | [diff] [blame] | 677 | /* Promise */ |
| 678 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ |
| 679 | |
Jeff Garzik | 415ae2b | 2006-11-01 05:10:42 -0500 | [diff] [blame] | 680 | /* Generic, PCI class code for AHCI */ |
| 681 | { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, |
Conke Hu | c9f8947 | 2007-01-09 05:32:51 -0500 | [diff] [blame] | 682 | PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci }, |
Jeff Garzik | 415ae2b | 2006-11-01 05:10:42 -0500 | [diff] [blame] | 683 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 684 | { } /* terminate list */ |
| 685 | }; |
| 686 | |
| 687 | |
| 688 | static struct pci_driver ahci_pci_driver = { |
| 689 | .name = DRV_NAME, |
| 690 | .id_table = ahci_pci_tbl, |
| 691 | .probe = ahci_init_one, |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 692 | .remove = ata_pci_remove_one, |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 693 | #ifdef CONFIG_PM |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 694 | .suspend = ahci_pci_device_suspend, |
| 695 | .resume = ahci_pci_device_resume, |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 696 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 697 | }; |
| 698 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 699 | static int ahci_em_messages = 1; |
| 700 | module_param(ahci_em_messages, int, 0444); |
| 701 | /* add other LED protocol types when they become supported */ |
| 702 | MODULE_PARM_DESC(ahci_em_messages, |
| 703 | "Set AHCI Enclosure Management Message type (0 = disabled, 1 = LED"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 704 | |
Alan Cox | 5b66c82 | 2008-09-03 14:48:34 +0100 | [diff] [blame] | 705 | #if defined(CONFIG_PATA_MARVELL) || defined(CONFIG_PATA_MARVELL_MODULE) |
| 706 | static int marvell_enable; |
| 707 | #else |
| 708 | static int marvell_enable = 1; |
| 709 | #endif |
| 710 | module_param(marvell_enable, int, 0644); |
| 711 | MODULE_PARM_DESC(marvell_enable, "Marvell SATA via AHCI (1 = enabled)"); |
| 712 | |
| 713 | |
Tejun Heo | 98fa4b6 | 2006-11-02 12:17:23 +0900 | [diff] [blame] | 714 | static inline int ahci_nr_ports(u32 cap) |
| 715 | { |
| 716 | return (cap & 0x1f) + 1; |
| 717 | } |
| 718 | |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 719 | static inline void __iomem *__ahci_port_base(struct ata_host *host, |
| 720 | unsigned int port_no) |
| 721 | { |
| 722 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
| 723 | |
| 724 | return mmio + 0x100 + (port_no * 0x80); |
| 725 | } |
| 726 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 727 | static inline void __iomem *ahci_port_base(struct ata_port *ap) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 728 | { |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 729 | return __ahci_port_base(ap->host, ap->port_no); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | } |
| 731 | |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 732 | static void ahci_enable_ahci(void __iomem *mmio) |
| 733 | { |
Tejun Heo | 15fe982 | 2008-04-23 20:52:58 +0900 | [diff] [blame] | 734 | int i; |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 735 | u32 tmp; |
| 736 | |
| 737 | /* turn on AHCI_EN */ |
| 738 | tmp = readl(mmio + HOST_CTL); |
Tejun Heo | 15fe982 | 2008-04-23 20:52:58 +0900 | [diff] [blame] | 739 | if (tmp & HOST_AHCI_EN) |
| 740 | return; |
| 741 | |
| 742 | /* Some controllers need AHCI_EN to be written multiple times. |
| 743 | * Try a few times before giving up. |
| 744 | */ |
| 745 | for (i = 0; i < 5; i++) { |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 746 | tmp |= HOST_AHCI_EN; |
| 747 | writel(tmp, mmio + HOST_CTL); |
| 748 | tmp = readl(mmio + HOST_CTL); /* flush && sanity check */ |
Tejun Heo | 15fe982 | 2008-04-23 20:52:58 +0900 | [diff] [blame] | 749 | if (tmp & HOST_AHCI_EN) |
| 750 | return; |
| 751 | msleep(10); |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 752 | } |
Tejun Heo | 15fe982 | 2008-04-23 20:52:58 +0900 | [diff] [blame] | 753 | |
| 754 | WARN_ON(1); |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 755 | } |
| 756 | |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 757 | static ssize_t ahci_show_host_caps(struct device *dev, |
| 758 | struct device_attribute *attr, char *buf) |
| 759 | { |
| 760 | struct Scsi_Host *shost = class_to_shost(dev); |
| 761 | struct ata_port *ap = ata_shost_to_port(shost); |
| 762 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 763 | |
| 764 | return sprintf(buf, "%x\n", hpriv->cap); |
| 765 | } |
| 766 | |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 767 | static ssize_t ahci_show_host_cap2(struct device *dev, |
| 768 | struct device_attribute *attr, char *buf) |
| 769 | { |
| 770 | struct Scsi_Host *shost = class_to_shost(dev); |
| 771 | struct ata_port *ap = ata_shost_to_port(shost); |
| 772 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 773 | |
| 774 | return sprintf(buf, "%x\n", hpriv->cap2); |
| 775 | } |
| 776 | |
Matthew Garrett | 77cdec1 | 2009-07-17 19:13:47 +0100 | [diff] [blame] | 777 | static ssize_t ahci_show_host_version(struct device *dev, |
| 778 | struct device_attribute *attr, char *buf) |
| 779 | { |
| 780 | struct Scsi_Host *shost = class_to_shost(dev); |
| 781 | struct ata_port *ap = ata_shost_to_port(shost); |
| 782 | void __iomem *mmio = ap->host->iomap[AHCI_PCI_BAR]; |
| 783 | |
| 784 | return sprintf(buf, "%x\n", readl(mmio + HOST_VERSION)); |
| 785 | } |
| 786 | |
| 787 | static ssize_t ahci_show_port_cmd(struct device *dev, |
| 788 | struct device_attribute *attr, char *buf) |
| 789 | { |
| 790 | struct Scsi_Host *shost = class_to_shost(dev); |
| 791 | struct ata_port *ap = ata_shost_to_port(shost); |
| 792 | void __iomem *port_mmio = ahci_port_base(ap); |
| 793 | |
| 794 | return sprintf(buf, "%x\n", readl(port_mmio + PORT_CMD)); |
| 795 | } |
| 796 | |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 797 | /** |
| 798 | * ahci_save_initial_config - Save and fixup initial config values |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 799 | * @pdev: target PCI device |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 800 | * @hpriv: host private area to store config values |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 801 | * |
| 802 | * Some registers containing configuration info might be setup by |
| 803 | * BIOS and might be cleared on reset. This function saves the |
| 804 | * initial values of those registers into @hpriv such that they |
| 805 | * can be restored after controller reset. |
| 806 | * |
| 807 | * If inconsistent, config values are fixed up by this function. |
| 808 | * |
| 809 | * LOCKING: |
| 810 | * None. |
| 811 | */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 812 | static void ahci_save_initial_config(struct pci_dev *pdev, |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 813 | struct ahci_host_priv *hpriv) |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 814 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 815 | void __iomem *mmio = pcim_iomap_table(pdev)[AHCI_PCI_BAR]; |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 816 | u32 cap, cap2, vers, port_map; |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 817 | int i; |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 818 | int mv; |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 819 | |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 820 | /* make sure AHCI mode is enabled before accessing CAP */ |
| 821 | ahci_enable_ahci(mmio); |
| 822 | |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 823 | /* Values prefixed with saved_ are written back to host after |
| 824 | * reset. Values without are used for driver operation. |
| 825 | */ |
| 826 | hpriv->saved_cap = cap = readl(mmio + HOST_CAP); |
| 827 | hpriv->saved_port_map = port_map = readl(mmio + HOST_PORTS_IMPL); |
| 828 | |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 829 | /* CAP2 register is only defined for AHCI 1.2 and later */ |
| 830 | vers = readl(mmio + HOST_VERSION); |
| 831 | if ((vers >> 16) > 1 || |
| 832 | ((vers >> 16) == 1 && (vers & 0xFFFF) >= 0x200)) |
| 833 | hpriv->saved_cap2 = cap2 = readl(mmio + HOST_CAP2); |
| 834 | else |
| 835 | hpriv->saved_cap2 = cap2 = 0; |
| 836 | |
Tejun Heo | 274c1fd | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 837 | /* some chips have errata preventing 64bit use */ |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 838 | if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { |
Tejun Heo | c7a4215 | 2007-05-18 16:23:19 +0200 | [diff] [blame] | 839 | dev_printk(KERN_INFO, &pdev->dev, |
| 840 | "controller can't do 64bit DMA, forcing 32bit\n"); |
| 841 | cap &= ~HOST_CAP_64; |
| 842 | } |
| 843 | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 844 | if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) { |
Tejun Heo | 274c1fd | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 845 | dev_printk(KERN_INFO, &pdev->dev, |
| 846 | "controller can't do NCQ, turning off CAP_NCQ\n"); |
| 847 | cap &= ~HOST_CAP_NCQ; |
| 848 | } |
| 849 | |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 850 | if (!(cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) { |
| 851 | dev_printk(KERN_INFO, &pdev->dev, |
| 852 | "controller can do NCQ, turning on CAP_NCQ\n"); |
| 853 | cap |= HOST_CAP_NCQ; |
| 854 | } |
| 855 | |
Roel Kluin | 258cd84 | 2008-03-09 21:42:40 +0100 | [diff] [blame] | 856 | if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) { |
Tejun Heo | 6949b91 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 857 | dev_printk(KERN_INFO, &pdev->dev, |
| 858 | "controller can't do PMP, turning off CAP_PMP\n"); |
| 859 | cap &= ~HOST_CAP_PMP; |
| 860 | } |
| 861 | |
Shaohua Li | 1b677af | 2009-11-16 09:56:05 +0800 | [diff] [blame] | 862 | if ((cap & HOST_CAP_SNTF) && (hpriv->flags & AHCI_HFLAG_NO_SNTF)) { |
| 863 | dev_printk(KERN_INFO, &pdev->dev, |
| 864 | "controller can't do SNTF, turning off CAP_SNTF\n"); |
| 865 | cap &= ~HOST_CAP_SNTF; |
| 866 | } |
| 867 | |
Tejun Heo | d799e08 | 2008-06-17 12:46:30 +0900 | [diff] [blame] | 868 | if (pdev->vendor == PCI_VENDOR_ID_JMICRON && pdev->device == 0x2361 && |
| 869 | port_map != 1) { |
| 870 | dev_printk(KERN_INFO, &pdev->dev, |
| 871 | "JMB361 has only one port, port_map 0x%x -> 0x%x\n", |
| 872 | port_map, 1); |
| 873 | port_map = 1; |
| 874 | } |
| 875 | |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 876 | /* |
| 877 | * Temporary Marvell 6145 hack: PATA port presence |
| 878 | * is asserted through the standard AHCI port |
| 879 | * presence register, as bit 4 (counting from 0) |
| 880 | */ |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 881 | if (hpriv->flags & AHCI_HFLAG_MV_PATA) { |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 882 | if (pdev->device == 0x6121) |
| 883 | mv = 0x3; |
| 884 | else |
| 885 | mv = 0xf; |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 886 | dev_printk(KERN_ERR, &pdev->dev, |
| 887 | "MV_AHCI HACK: port_map %x -> %x\n", |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 888 | port_map, |
| 889 | port_map & mv); |
Alan Cox | 5b66c82 | 2008-09-03 14:48:34 +0100 | [diff] [blame] | 890 | dev_printk(KERN_ERR, &pdev->dev, |
| 891 | "Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.\n"); |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 892 | |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 893 | port_map &= mv; |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 894 | } |
| 895 | |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 896 | /* cross check port_map and cap.n_ports */ |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 897 | if (port_map) { |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 898 | int map_ports = 0; |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 899 | |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 900 | for (i = 0; i < AHCI_MAX_PORTS; i++) |
| 901 | if (port_map & (1 << i)) |
| 902 | map_ports++; |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 903 | |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 904 | /* If PI has more ports than n_ports, whine, clear |
| 905 | * port_map and let it be generated from n_ports. |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 906 | */ |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 907 | if (map_ports > ahci_nr_ports(cap)) { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 908 | dev_printk(KERN_WARNING, &pdev->dev, |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 909 | "implemented port map (0x%x) contains more " |
| 910 | "ports than nr_ports (%u), using nr_ports\n", |
| 911 | port_map, ahci_nr_ports(cap)); |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 912 | port_map = 0; |
| 913 | } |
| 914 | } |
| 915 | |
| 916 | /* fabricate port_map from cap.nr_ports */ |
| 917 | if (!port_map) { |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 918 | port_map = (1 << ahci_nr_ports(cap)) - 1; |
Tejun Heo | 7a234af | 2007-09-03 12:44:57 +0900 | [diff] [blame] | 919 | dev_printk(KERN_WARNING, &pdev->dev, |
| 920 | "forcing PORTS_IMPL to 0x%x\n", port_map); |
| 921 | |
| 922 | /* write the fixed up value to the PI register */ |
| 923 | hpriv->saved_port_map = port_map; |
Tejun Heo | 17199b1 | 2007-03-18 22:26:53 +0900 | [diff] [blame] | 924 | } |
| 925 | |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 926 | /* record values to use during operation */ |
| 927 | hpriv->cap = cap; |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 928 | hpriv->cap2 = cap2; |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 929 | hpriv->port_map = port_map; |
| 930 | } |
| 931 | |
| 932 | /** |
| 933 | * ahci_restore_initial_config - Restore initial config |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 934 | * @host: target ATA host |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 935 | * |
| 936 | * Restore initial config stored by ahci_save_initial_config(). |
| 937 | * |
| 938 | * LOCKING: |
| 939 | * None. |
| 940 | */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 941 | static void ahci_restore_initial_config(struct ata_host *host) |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 942 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 943 | struct ahci_host_priv *hpriv = host->private_data; |
| 944 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
| 945 | |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 946 | writel(hpriv->saved_cap, mmio + HOST_CAP); |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 947 | if (hpriv->saved_cap2) |
| 948 | writel(hpriv->saved_cap2, mmio + HOST_CAP2); |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 949 | writel(hpriv->saved_port_map, mmio + HOST_PORTS_IMPL); |
| 950 | (void) readl(mmio + HOST_PORTS_IMPL); /* flush */ |
| 951 | } |
| 952 | |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 953 | static unsigned ahci_scr_offset(struct ata_port *ap, unsigned int sc_reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 954 | { |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 955 | static const int offset[] = { |
| 956 | [SCR_STATUS] = PORT_SCR_STAT, |
| 957 | [SCR_CONTROL] = PORT_SCR_CTL, |
| 958 | [SCR_ERROR] = PORT_SCR_ERR, |
| 959 | [SCR_ACTIVE] = PORT_SCR_ACT, |
| 960 | [SCR_NOTIFICATION] = PORT_SCR_NTF, |
| 961 | }; |
| 962 | struct ahci_host_priv *hpriv = ap->host->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 964 | if (sc_reg < ARRAY_SIZE(offset) && |
| 965 | (sc_reg != SCR_NOTIFICATION || (hpriv->cap & HOST_CAP_SNTF))) |
| 966 | return offset[sc_reg]; |
Tejun Heo | da3dbb1 | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 967 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 968 | } |
| 969 | |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 970 | static int ahci_scr_read(struct ata_link *link, unsigned int sc_reg, u32 *val) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 971 | { |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 972 | void __iomem *port_mmio = ahci_port_base(link->ap); |
| 973 | int offset = ahci_scr_offset(link->ap, sc_reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 975 | if (offset) { |
| 976 | *val = readl(port_mmio + offset); |
| 977 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 978 | } |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 979 | return -EINVAL; |
| 980 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 982 | static int ahci_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val) |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 983 | { |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 984 | void __iomem *port_mmio = ahci_port_base(link->ap); |
| 985 | int offset = ahci_scr_offset(link->ap, sc_reg); |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 986 | |
| 987 | if (offset) { |
| 988 | writel(val, port_mmio + offset); |
| 989 | return 0; |
| 990 | } |
| 991 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | } |
| 993 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 994 | static void ahci_start_engine(struct ata_port *ap) |
Tejun Heo | 7c76d1e | 2005-12-19 22:36:34 +0900 | [diff] [blame] | 995 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 996 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 7c76d1e | 2005-12-19 22:36:34 +0900 | [diff] [blame] | 997 | u32 tmp; |
| 998 | |
Tejun Heo | d8fcd11 | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 999 | /* start DMA */ |
Tejun Heo | 9f59205 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1000 | tmp = readl(port_mmio + PORT_CMD); |
Tejun Heo | 7c76d1e | 2005-12-19 22:36:34 +0900 | [diff] [blame] | 1001 | tmp |= PORT_CMD_START; |
| 1002 | writel(tmp, port_mmio + PORT_CMD); |
| 1003 | readl(port_mmio + PORT_CMD); /* flush */ |
| 1004 | } |
| 1005 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1006 | static int ahci_stop_engine(struct ata_port *ap) |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1007 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1008 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1009 | u32 tmp; |
| 1010 | |
| 1011 | tmp = readl(port_mmio + PORT_CMD); |
| 1012 | |
Tejun Heo | d8fcd11 | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1013 | /* check if the HBA is idle */ |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1014 | if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) |
| 1015 | return 0; |
| 1016 | |
Tejun Heo | d8fcd11 | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1017 | /* setting HBA to idle */ |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1018 | tmp &= ~PORT_CMD_START; |
| 1019 | writel(tmp, port_mmio + PORT_CMD); |
| 1020 | |
Tejun Heo | d8fcd11 | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1021 | /* wait for engine to stop. This could be as long as 500 msec */ |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1022 | tmp = ata_wait_register(port_mmio + PORT_CMD, |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 1023 | PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); |
Tejun Heo | d8fcd11 | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1024 | if (tmp & PORT_CMD_LIST_ON) |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 1025 | return -EIO; |
| 1026 | |
| 1027 | return 0; |
| 1028 | } |
| 1029 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1030 | static void ahci_start_fis_rx(struct ata_port *ap) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1031 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1032 | void __iomem *port_mmio = ahci_port_base(ap); |
| 1033 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1034 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1035 | u32 tmp; |
| 1036 | |
| 1037 | /* set FIS registers */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1038 | if (hpriv->cap & HOST_CAP_64) |
| 1039 | writel((pp->cmd_slot_dma >> 16) >> 16, |
| 1040 | port_mmio + PORT_LST_ADDR_HI); |
| 1041 | writel(pp->cmd_slot_dma & 0xffffffff, port_mmio + PORT_LST_ADDR); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1042 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1043 | if (hpriv->cap & HOST_CAP_64) |
| 1044 | writel((pp->rx_fis_dma >> 16) >> 16, |
| 1045 | port_mmio + PORT_FIS_ADDR_HI); |
| 1046 | writel(pp->rx_fis_dma & 0xffffffff, port_mmio + PORT_FIS_ADDR); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1047 | |
| 1048 | /* enable FIS reception */ |
| 1049 | tmp = readl(port_mmio + PORT_CMD); |
| 1050 | tmp |= PORT_CMD_FIS_RX; |
| 1051 | writel(tmp, port_mmio + PORT_CMD); |
| 1052 | |
| 1053 | /* flush */ |
| 1054 | readl(port_mmio + PORT_CMD); |
| 1055 | } |
| 1056 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1057 | static int ahci_stop_fis_rx(struct ata_port *ap) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1058 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1059 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1060 | u32 tmp; |
| 1061 | |
| 1062 | /* disable FIS reception */ |
| 1063 | tmp = readl(port_mmio + PORT_CMD); |
| 1064 | tmp &= ~PORT_CMD_FIS_RX; |
| 1065 | writel(tmp, port_mmio + PORT_CMD); |
| 1066 | |
| 1067 | /* wait for completion, spec says 500ms, give it 1000 */ |
| 1068 | tmp = ata_wait_register(port_mmio + PORT_CMD, PORT_CMD_FIS_ON, |
| 1069 | PORT_CMD_FIS_ON, 10, 1000); |
| 1070 | if (tmp & PORT_CMD_FIS_ON) |
| 1071 | return -EBUSY; |
| 1072 | |
| 1073 | return 0; |
| 1074 | } |
| 1075 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1076 | static void ahci_power_up(struct ata_port *ap) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1077 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1078 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1079 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1080 | u32 cmd; |
| 1081 | |
| 1082 | cmd = readl(port_mmio + PORT_CMD) & ~PORT_CMD_ICC_MASK; |
| 1083 | |
| 1084 | /* spin up device */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1085 | if (hpriv->cap & HOST_CAP_SSS) { |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1086 | cmd |= PORT_CMD_SPIN_UP; |
| 1087 | writel(cmd, port_mmio + PORT_CMD); |
| 1088 | } |
| 1089 | |
| 1090 | /* wake up link */ |
| 1091 | writel(cmd | PORT_CMD_ICC_ACTIVE, port_mmio + PORT_CMD); |
| 1092 | } |
| 1093 | |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 1094 | static void ahci_disable_alpm(struct ata_port *ap) |
| 1095 | { |
| 1096 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1097 | void __iomem *port_mmio = ahci_port_base(ap); |
| 1098 | u32 cmd; |
| 1099 | struct ahci_port_priv *pp = ap->private_data; |
| 1100 | |
| 1101 | /* IPM bits should be disabled by libata-core */ |
| 1102 | /* get the existing command bits */ |
| 1103 | cmd = readl(port_mmio + PORT_CMD); |
| 1104 | |
| 1105 | /* disable ALPM and ASP */ |
| 1106 | cmd &= ~PORT_CMD_ASP; |
| 1107 | cmd &= ~PORT_CMD_ALPE; |
| 1108 | |
| 1109 | /* force the interface back to active */ |
| 1110 | cmd |= PORT_CMD_ICC_ACTIVE; |
| 1111 | |
| 1112 | /* write out new cmd value */ |
| 1113 | writel(cmd, port_mmio + PORT_CMD); |
| 1114 | cmd = readl(port_mmio + PORT_CMD); |
| 1115 | |
| 1116 | /* wait 10ms to be sure we've come out of any low power state */ |
| 1117 | msleep(10); |
| 1118 | |
| 1119 | /* clear out any PhyRdy stuff from interrupt status */ |
| 1120 | writel(PORT_IRQ_PHYRDY, port_mmio + PORT_IRQ_STAT); |
| 1121 | |
| 1122 | /* go ahead and clean out PhyRdy Change from Serror too */ |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 1123 | ahci_scr_write(&ap->link, SCR_ERROR, ((1 << 16) | (1 << 18))); |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 1124 | |
| 1125 | /* |
| 1126 | * Clear flag to indicate that we should ignore all PhyRdy |
| 1127 | * state changes |
| 1128 | */ |
| 1129 | hpriv->flags &= ~AHCI_HFLAG_NO_HOTPLUG; |
| 1130 | |
| 1131 | /* |
| 1132 | * Enable interrupts on Phy Ready. |
| 1133 | */ |
| 1134 | pp->intr_mask |= PORT_IRQ_PHYRDY; |
| 1135 | writel(pp->intr_mask, port_mmio + PORT_IRQ_MASK); |
| 1136 | |
| 1137 | /* |
| 1138 | * don't change the link pm policy - we can be called |
| 1139 | * just to turn of link pm temporarily |
| 1140 | */ |
| 1141 | } |
| 1142 | |
| 1143 | static int ahci_enable_alpm(struct ata_port *ap, |
| 1144 | enum link_pm policy) |
| 1145 | { |
| 1146 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1147 | void __iomem *port_mmio = ahci_port_base(ap); |
| 1148 | u32 cmd; |
| 1149 | struct ahci_port_priv *pp = ap->private_data; |
| 1150 | u32 asp; |
| 1151 | |
| 1152 | /* Make sure the host is capable of link power management */ |
| 1153 | if (!(hpriv->cap & HOST_CAP_ALPM)) |
| 1154 | return -EINVAL; |
| 1155 | |
| 1156 | switch (policy) { |
| 1157 | case MAX_PERFORMANCE: |
| 1158 | case NOT_AVAILABLE: |
| 1159 | /* |
| 1160 | * if we came here with NOT_AVAILABLE, |
| 1161 | * it just means this is the first time we |
| 1162 | * have tried to enable - default to max performance, |
| 1163 | * and let the user go to lower power modes on request. |
| 1164 | */ |
| 1165 | ahci_disable_alpm(ap); |
| 1166 | return 0; |
| 1167 | case MIN_POWER: |
| 1168 | /* configure HBA to enter SLUMBER */ |
| 1169 | asp = PORT_CMD_ASP; |
| 1170 | break; |
| 1171 | case MEDIUM_POWER: |
| 1172 | /* configure HBA to enter PARTIAL */ |
| 1173 | asp = 0; |
| 1174 | break; |
| 1175 | default: |
| 1176 | return -EINVAL; |
| 1177 | } |
| 1178 | |
| 1179 | /* |
| 1180 | * Disable interrupts on Phy Ready. This keeps us from |
| 1181 | * getting woken up due to spurious phy ready interrupts |
| 1182 | * TBD - Hot plug should be done via polling now, is |
| 1183 | * that even supported? |
| 1184 | */ |
| 1185 | pp->intr_mask &= ~PORT_IRQ_PHYRDY; |
| 1186 | writel(pp->intr_mask, port_mmio + PORT_IRQ_MASK); |
| 1187 | |
| 1188 | /* |
| 1189 | * Set a flag to indicate that we should ignore all PhyRdy |
| 1190 | * state changes since these can happen now whenever we |
| 1191 | * change link state |
| 1192 | */ |
| 1193 | hpriv->flags |= AHCI_HFLAG_NO_HOTPLUG; |
| 1194 | |
| 1195 | /* get the existing command bits */ |
| 1196 | cmd = readl(port_mmio + PORT_CMD); |
| 1197 | |
| 1198 | /* |
| 1199 | * Set ASP based on Policy |
| 1200 | */ |
| 1201 | cmd |= asp; |
| 1202 | |
| 1203 | /* |
| 1204 | * Setting this bit will instruct the HBA to aggressively |
| 1205 | * enter a lower power link state when it's appropriate and |
| 1206 | * based on the value set above for ASP |
| 1207 | */ |
| 1208 | cmd |= PORT_CMD_ALPE; |
| 1209 | |
| 1210 | /* write out new cmd value */ |
| 1211 | writel(cmd, port_mmio + PORT_CMD); |
| 1212 | cmd = readl(port_mmio + PORT_CMD); |
| 1213 | |
| 1214 | /* IPM bits should be set by libata-core */ |
| 1215 | return 0; |
| 1216 | } |
| 1217 | |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 1218 | #ifdef CONFIG_PM |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1219 | static void ahci_power_down(struct ata_port *ap) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1220 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1221 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1222 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1223 | u32 cmd, scontrol; |
| 1224 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1225 | if (!(hpriv->cap & HOST_CAP_SSS)) |
Tejun Heo | 07c53da | 2007-01-21 02:10:11 +0900 | [diff] [blame] | 1226 | return; |
| 1227 | |
| 1228 | /* put device into listen mode, first set PxSCTL.DET to 0 */ |
| 1229 | scontrol = readl(port_mmio + PORT_SCR_CTL); |
| 1230 | scontrol &= ~0xf; |
| 1231 | writel(scontrol, port_mmio + PORT_SCR_CTL); |
| 1232 | |
| 1233 | /* then set PxCMD.SUD to 0 */ |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1234 | cmd = readl(port_mmio + PORT_CMD) & ~PORT_CMD_ICC_MASK; |
Tejun Heo | 07c53da | 2007-01-21 02:10:11 +0900 | [diff] [blame] | 1235 | cmd &= ~PORT_CMD_SPIN_UP; |
| 1236 | writel(cmd, port_mmio + PORT_CMD); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1237 | } |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 1238 | #endif |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1239 | |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 1240 | static void ahci_start_port(struct ata_port *ap) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1241 | { |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1242 | struct ahci_port_priv *pp = ap->private_data; |
| 1243 | struct ata_link *link; |
| 1244 | struct ahci_em_priv *emp; |
David Milburn | 4c1e9aa | 2009-04-03 15:36:41 -0500 | [diff] [blame] | 1245 | ssize_t rc; |
| 1246 | int i; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1247 | |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1248 | /* enable FIS reception */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1249 | ahci_start_fis_rx(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1250 | |
| 1251 | /* enable DMA */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1252 | ahci_start_engine(ap); |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1253 | |
| 1254 | /* turn on LEDs */ |
| 1255 | if (ap->flags & ATA_FLAG_EM) { |
Tejun Heo | 1eca436 | 2008-11-03 20:03:17 +0900 | [diff] [blame] | 1256 | ata_for_each_link(link, ap, EDGE) { |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1257 | emp = &pp->em_priv[link->pmp]; |
David Milburn | 4c1e9aa | 2009-04-03 15:36:41 -0500 | [diff] [blame] | 1258 | |
| 1259 | /* EM Transmit bit maybe busy during init */ |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 1260 | for (i = 0; i < EM_MAX_RETRY; i++) { |
David Milburn | 4c1e9aa | 2009-04-03 15:36:41 -0500 | [diff] [blame] | 1261 | rc = ahci_transmit_led_message(ap, |
| 1262 | emp->led_state, |
| 1263 | 4); |
| 1264 | if (rc == -EBUSY) |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 1265 | msleep(1); |
David Milburn | 4c1e9aa | 2009-04-03 15:36:41 -0500 | [diff] [blame] | 1266 | else |
| 1267 | break; |
| 1268 | } |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1269 | } |
| 1270 | } |
| 1271 | |
| 1272 | if (ap->flags & ATA_FLAG_SW_ACTIVITY) |
Tejun Heo | 1eca436 | 2008-11-03 20:03:17 +0900 | [diff] [blame] | 1273 | ata_for_each_link(link, ap, EDGE) |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1274 | ahci_init_sw_activity(link); |
| 1275 | |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1276 | } |
| 1277 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1278 | static int ahci_deinit_port(struct ata_port *ap, const char **emsg) |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1279 | { |
| 1280 | int rc; |
| 1281 | |
| 1282 | /* disable DMA */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1283 | rc = ahci_stop_engine(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1284 | if (rc) { |
| 1285 | *emsg = "failed to stop engine"; |
| 1286 | return rc; |
| 1287 | } |
| 1288 | |
| 1289 | /* disable FIS reception */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1290 | rc = ahci_stop_fis_rx(ap); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1291 | if (rc) { |
| 1292 | *emsg = "failed stop FIS RX"; |
| 1293 | return rc; |
| 1294 | } |
| 1295 | |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1296 | return 0; |
| 1297 | } |
| 1298 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1299 | static int ahci_reset_controller(struct ata_host *host) |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1300 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1301 | struct pci_dev *pdev = to_pci_dev(host->dev); |
Tejun Heo | 49f2909 | 2007-11-19 16:03:44 +0900 | [diff] [blame] | 1302 | struct ahci_host_priv *hpriv = host->private_data; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1303 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
Tejun Heo | d447df1 | 2007-03-18 22:15:33 +0900 | [diff] [blame] | 1304 | u32 tmp; |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1305 | |
Jeff Garzik | 3cc3eb1 | 2007-09-26 00:02:41 -0400 | [diff] [blame] | 1306 | /* we must be in AHCI mode, before using anything |
| 1307 | * AHCI-specific, such as HOST_RESET. |
| 1308 | */ |
Tejun Heo | b710a1f | 2008-01-05 23:11:57 +0900 | [diff] [blame] | 1309 | ahci_enable_ahci(mmio); |
Jeff Garzik | 3cc3eb1 | 2007-09-26 00:02:41 -0400 | [diff] [blame] | 1310 | |
| 1311 | /* global controller reset */ |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 1312 | if (!ahci_skip_host_reset) { |
| 1313 | tmp = readl(mmio + HOST_CTL); |
| 1314 | if ((tmp & HOST_RESET) == 0) { |
| 1315 | writel(tmp | HOST_RESET, mmio + HOST_CTL); |
| 1316 | readl(mmio + HOST_CTL); /* flush */ |
| 1317 | } |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1318 | |
Zhang Rui | 24920c8 | 2008-07-04 13:32:17 +0800 | [diff] [blame] | 1319 | /* |
| 1320 | * to perform host reset, OS should set HOST_RESET |
| 1321 | * and poll until this bit is read to be "0". |
| 1322 | * reset must complete within 1 second, or |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 1323 | * the hardware should be considered fried. |
| 1324 | */ |
Zhang Rui | 24920c8 | 2008-07-04 13:32:17 +0800 | [diff] [blame] | 1325 | tmp = ata_wait_register(mmio + HOST_CTL, HOST_RESET, |
| 1326 | HOST_RESET, 10, 1000); |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1327 | |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 1328 | if (tmp & HOST_RESET) { |
| 1329 | dev_printk(KERN_ERR, host->dev, |
| 1330 | "controller reset failed (0x%x)\n", tmp); |
| 1331 | return -EIO; |
| 1332 | } |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1333 | |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 1334 | /* turn on AHCI mode */ |
| 1335 | ahci_enable_ahci(mmio); |
Tejun Heo | 98fa4b6 | 2006-11-02 12:17:23 +0900 | [diff] [blame] | 1336 | |
Tejun Heo | a22e644 | 2008-03-10 10:25:25 +0900 | [diff] [blame] | 1337 | /* Some registers might be cleared on reset. Restore |
| 1338 | * initial values. |
| 1339 | */ |
| 1340 | ahci_restore_initial_config(host); |
| 1341 | } else |
| 1342 | dev_printk(KERN_INFO, host->dev, |
| 1343 | "skipping global host reset\n"); |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1344 | |
| 1345 | if (pdev->vendor == PCI_VENDOR_ID_INTEL) { |
| 1346 | u16 tmp16; |
| 1347 | |
| 1348 | /* configure PCS */ |
| 1349 | pci_read_config_word(pdev, 0x92, &tmp16); |
Tejun Heo | 49f2909 | 2007-11-19 16:03:44 +0900 | [diff] [blame] | 1350 | if ((tmp16 & hpriv->port_map) != hpriv->port_map) { |
| 1351 | tmp16 |= hpriv->port_map; |
| 1352 | pci_write_config_word(pdev, 0x92, tmp16); |
| 1353 | } |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1354 | } |
| 1355 | |
| 1356 | return 0; |
| 1357 | } |
| 1358 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1359 | static void ahci_sw_activity(struct ata_link *link) |
| 1360 | { |
| 1361 | struct ata_port *ap = link->ap; |
| 1362 | struct ahci_port_priv *pp = ap->private_data; |
| 1363 | struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; |
| 1364 | |
| 1365 | if (!(link->flags & ATA_LFLAG_SW_ACTIVITY)) |
| 1366 | return; |
| 1367 | |
| 1368 | emp->activity++; |
| 1369 | if (!timer_pending(&emp->timer)) |
| 1370 | mod_timer(&emp->timer, jiffies + msecs_to_jiffies(10)); |
| 1371 | } |
| 1372 | |
| 1373 | static void ahci_sw_activity_blink(unsigned long arg) |
| 1374 | { |
| 1375 | struct ata_link *link = (struct ata_link *)arg; |
| 1376 | struct ata_port *ap = link->ap; |
| 1377 | struct ahci_port_priv *pp = ap->private_data; |
| 1378 | struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; |
| 1379 | unsigned long led_message = emp->led_state; |
| 1380 | u32 activity_led_state; |
David Milburn | eb40963 | 2008-10-16 09:26:19 -0500 | [diff] [blame] | 1381 | unsigned long flags; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1382 | |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1383 | led_message &= EM_MSG_LED_VALUE; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1384 | led_message |= ap->port_no | (link->pmp << 8); |
| 1385 | |
| 1386 | /* check to see if we've had activity. If so, |
| 1387 | * toggle state of LED and reset timer. If not, |
| 1388 | * turn LED to desired idle state. |
| 1389 | */ |
David Milburn | eb40963 | 2008-10-16 09:26:19 -0500 | [diff] [blame] | 1390 | spin_lock_irqsave(ap->lock, flags); |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1391 | if (emp->saved_activity != emp->activity) { |
| 1392 | emp->saved_activity = emp->activity; |
| 1393 | /* get the current LED state */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1394 | activity_led_state = led_message & EM_MSG_LED_VALUE_ON; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1395 | |
| 1396 | if (activity_led_state) |
| 1397 | activity_led_state = 0; |
| 1398 | else |
| 1399 | activity_led_state = 1; |
| 1400 | |
| 1401 | /* clear old state */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1402 | led_message &= ~EM_MSG_LED_VALUE_ACTIVITY; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1403 | |
| 1404 | /* toggle state */ |
| 1405 | led_message |= (activity_led_state << 16); |
| 1406 | mod_timer(&emp->timer, jiffies + msecs_to_jiffies(100)); |
| 1407 | } else { |
| 1408 | /* switch to idle */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1409 | led_message &= ~EM_MSG_LED_VALUE_ACTIVITY; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1410 | if (emp->blink_policy == BLINK_OFF) |
| 1411 | led_message |= (1 << 16); |
| 1412 | } |
David Milburn | eb40963 | 2008-10-16 09:26:19 -0500 | [diff] [blame] | 1413 | spin_unlock_irqrestore(ap->lock, flags); |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1414 | ahci_transmit_led_message(ap, led_message, 4); |
| 1415 | } |
| 1416 | |
| 1417 | static void ahci_init_sw_activity(struct ata_link *link) |
| 1418 | { |
| 1419 | struct ata_port *ap = link->ap; |
| 1420 | struct ahci_port_priv *pp = ap->private_data; |
| 1421 | struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; |
| 1422 | |
| 1423 | /* init activity stats, setup timer */ |
| 1424 | emp->saved_activity = emp->activity = 0; |
| 1425 | setup_timer(&emp->timer, ahci_sw_activity_blink, (unsigned long)link); |
| 1426 | |
| 1427 | /* check our blink policy and set flag for link if it's enabled */ |
| 1428 | if (emp->blink_policy) |
| 1429 | link->flags |= ATA_LFLAG_SW_ACTIVITY; |
| 1430 | } |
| 1431 | |
| 1432 | static int ahci_reset_em(struct ata_host *host) |
| 1433 | { |
| 1434 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
| 1435 | u32 em_ctl; |
| 1436 | |
| 1437 | em_ctl = readl(mmio + HOST_EM_CTL); |
| 1438 | if ((em_ctl & EM_CTL_TM) || (em_ctl & EM_CTL_RST)) |
| 1439 | return -EINVAL; |
| 1440 | |
| 1441 | writel(em_ctl | EM_CTL_RST, mmio + HOST_EM_CTL); |
| 1442 | return 0; |
| 1443 | } |
| 1444 | |
| 1445 | static ssize_t ahci_transmit_led_message(struct ata_port *ap, u32 state, |
| 1446 | ssize_t size) |
| 1447 | { |
| 1448 | struct ahci_host_priv *hpriv = ap->host->private_data; |
| 1449 | struct ahci_port_priv *pp = ap->private_data; |
| 1450 | void __iomem *mmio = ap->host->iomap[AHCI_PCI_BAR]; |
| 1451 | u32 em_ctl; |
| 1452 | u32 message[] = {0, 0}; |
Linus Torvalds | 93082f0 | 2008-07-25 10:56:36 -0700 | [diff] [blame] | 1453 | unsigned long flags; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1454 | int pmp; |
| 1455 | struct ahci_em_priv *emp; |
| 1456 | |
| 1457 | /* get the slot number from the message */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1458 | pmp = (state & EM_MSG_LED_PMP_SLOT) >> 8; |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 1459 | if (pmp < EM_MAX_SLOTS) |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1460 | emp = &pp->em_priv[pmp]; |
| 1461 | else |
| 1462 | return -EINVAL; |
| 1463 | |
| 1464 | spin_lock_irqsave(ap->lock, flags); |
| 1465 | |
| 1466 | /* |
| 1467 | * if we are still busy transmitting a previous message, |
| 1468 | * do not allow |
| 1469 | */ |
| 1470 | em_ctl = readl(mmio + HOST_EM_CTL); |
| 1471 | if (em_ctl & EM_CTL_TM) { |
| 1472 | spin_unlock_irqrestore(ap->lock, flags); |
David Milburn | 4c1e9aa | 2009-04-03 15:36:41 -0500 | [diff] [blame] | 1473 | return -EBUSY; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1474 | } |
| 1475 | |
| 1476 | /* |
| 1477 | * create message header - this is all zero except for |
| 1478 | * the message size, which is 4 bytes. |
| 1479 | */ |
| 1480 | message[0] |= (4 << 8); |
| 1481 | |
| 1482 | /* ignore 0:4 of byte zero, fill in port info yourself */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1483 | message[1] = ((state & ~EM_MSG_LED_HBA_PORT) | ap->port_no); |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1484 | |
| 1485 | /* write message to EM_LOC */ |
| 1486 | writel(message[0], mmio + hpriv->em_loc); |
| 1487 | writel(message[1], mmio + hpriv->em_loc+4); |
| 1488 | |
| 1489 | /* save off new led state for port/slot */ |
David Milburn | 208f2a8 | 2009-03-20 14:14:23 -0500 | [diff] [blame] | 1490 | emp->led_state = state; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1491 | |
| 1492 | /* |
| 1493 | * tell hardware to transmit the message |
| 1494 | */ |
| 1495 | writel(em_ctl | EM_CTL_TM, mmio + HOST_EM_CTL); |
| 1496 | |
| 1497 | spin_unlock_irqrestore(ap->lock, flags); |
| 1498 | return size; |
| 1499 | } |
| 1500 | |
| 1501 | static ssize_t ahci_led_show(struct ata_port *ap, char *buf) |
| 1502 | { |
| 1503 | struct ahci_port_priv *pp = ap->private_data; |
| 1504 | struct ata_link *link; |
| 1505 | struct ahci_em_priv *emp; |
| 1506 | int rc = 0; |
| 1507 | |
Tejun Heo | 1eca436 | 2008-11-03 20:03:17 +0900 | [diff] [blame] | 1508 | ata_for_each_link(link, ap, EDGE) { |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1509 | emp = &pp->em_priv[link->pmp]; |
| 1510 | rc += sprintf(buf, "%lx\n", emp->led_state); |
| 1511 | } |
| 1512 | return rc; |
| 1513 | } |
| 1514 | |
| 1515 | static ssize_t ahci_led_store(struct ata_port *ap, const char *buf, |
| 1516 | size_t size) |
| 1517 | { |
| 1518 | int state; |
| 1519 | int pmp; |
| 1520 | struct ahci_port_priv *pp = ap->private_data; |
| 1521 | struct ahci_em_priv *emp; |
| 1522 | |
| 1523 | state = simple_strtoul(buf, NULL, 0); |
| 1524 | |
| 1525 | /* get the slot number from the message */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1526 | pmp = (state & EM_MSG_LED_PMP_SLOT) >> 8; |
Tejun Heo | d50ce07 | 2009-05-12 10:57:41 +0900 | [diff] [blame] | 1527 | if (pmp < EM_MAX_SLOTS) |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1528 | emp = &pp->em_priv[pmp]; |
| 1529 | else |
| 1530 | return -EINVAL; |
| 1531 | |
| 1532 | /* mask off the activity bits if we are in sw_activity |
| 1533 | * mode, user should turn off sw_activity before setting |
| 1534 | * activity led through em_message |
| 1535 | */ |
| 1536 | if (emp->blink_policy) |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1537 | state &= ~EM_MSG_LED_VALUE_ACTIVITY; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1538 | |
| 1539 | return ahci_transmit_led_message(ap, state, size); |
| 1540 | } |
| 1541 | |
| 1542 | static ssize_t ahci_activity_store(struct ata_device *dev, enum sw_activity val) |
| 1543 | { |
| 1544 | struct ata_link *link = dev->link; |
| 1545 | struct ata_port *ap = link->ap; |
| 1546 | struct ahci_port_priv *pp = ap->private_data; |
| 1547 | struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; |
| 1548 | u32 port_led_state = emp->led_state; |
| 1549 | |
| 1550 | /* save the desired Activity LED behavior */ |
| 1551 | if (val == OFF) { |
| 1552 | /* clear LFLAG */ |
| 1553 | link->flags &= ~(ATA_LFLAG_SW_ACTIVITY); |
| 1554 | |
| 1555 | /* set the LED to OFF */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1556 | port_led_state &= EM_MSG_LED_VALUE_OFF; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1557 | port_led_state |= (ap->port_no | (link->pmp << 8)); |
| 1558 | ahci_transmit_led_message(ap, port_led_state, 4); |
| 1559 | } else { |
| 1560 | link->flags |= ATA_LFLAG_SW_ACTIVITY; |
| 1561 | if (val == BLINK_OFF) { |
| 1562 | /* set LED to ON for idle */ |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1563 | port_led_state &= EM_MSG_LED_VALUE_OFF; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1564 | port_led_state |= (ap->port_no | (link->pmp << 8)); |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 1565 | port_led_state |= EM_MSG_LED_VALUE_ON; /* check this */ |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 1566 | ahci_transmit_led_message(ap, port_led_state, 4); |
| 1567 | } |
| 1568 | } |
| 1569 | emp->blink_policy = val; |
| 1570 | return 0; |
| 1571 | } |
| 1572 | |
| 1573 | static ssize_t ahci_activity_show(struct ata_device *dev, char *buf) |
| 1574 | { |
| 1575 | struct ata_link *link = dev->link; |
| 1576 | struct ata_port *ap = link->ap; |
| 1577 | struct ahci_port_priv *pp = ap->private_data; |
| 1578 | struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; |
| 1579 | |
| 1580 | /* display the saved value of activity behavior for this |
| 1581 | * disk. |
| 1582 | */ |
| 1583 | return sprintf(buf, "%d\n", emp->blink_policy); |
| 1584 | } |
| 1585 | |
Jeff Garzik | 2bcd866 | 2007-05-28 07:45:27 -0400 | [diff] [blame] | 1586 | static void ahci_port_init(struct pci_dev *pdev, struct ata_port *ap, |
| 1587 | int port_no, void __iomem *mmio, |
| 1588 | void __iomem *port_mmio) |
| 1589 | { |
| 1590 | const char *emsg = NULL; |
| 1591 | int rc; |
| 1592 | u32 tmp; |
| 1593 | |
| 1594 | /* make sure port is not active */ |
| 1595 | rc = ahci_deinit_port(ap, &emsg); |
| 1596 | if (rc) |
| 1597 | dev_printk(KERN_WARNING, &pdev->dev, |
| 1598 | "%s (%d)\n", emsg, rc); |
| 1599 | |
| 1600 | /* clear SError */ |
| 1601 | tmp = readl(port_mmio + PORT_SCR_ERR); |
| 1602 | VPRINTK("PORT_SCR_ERR 0x%x\n", tmp); |
| 1603 | writel(tmp, port_mmio + PORT_SCR_ERR); |
| 1604 | |
| 1605 | /* clear port IRQ */ |
| 1606 | tmp = readl(port_mmio + PORT_IRQ_STAT); |
| 1607 | VPRINTK("PORT_IRQ_STAT 0x%x\n", tmp); |
| 1608 | if (tmp) |
| 1609 | writel(tmp, port_mmio + PORT_IRQ_STAT); |
| 1610 | |
| 1611 | writel(1 << port_no, mmio + HOST_IRQ_STAT); |
| 1612 | } |
| 1613 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1614 | static void ahci_init_controller(struct ata_host *host) |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1615 | { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 1616 | struct ahci_host_priv *hpriv = host->private_data; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1617 | struct pci_dev *pdev = to_pci_dev(host->dev); |
| 1618 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
Jeff Garzik | 2bcd866 | 2007-05-28 07:45:27 -0400 | [diff] [blame] | 1619 | int i; |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 1620 | void __iomem *port_mmio; |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1621 | u32 tmp; |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 1622 | int mv; |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1623 | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 1624 | if (hpriv->flags & AHCI_HFLAG_MV_PATA) { |
Jose Alberto Reguero | c40e7cb | 2008-03-13 23:22:24 +0100 | [diff] [blame] | 1625 | if (pdev->device == 0x6121) |
| 1626 | mv = 2; |
| 1627 | else |
| 1628 | mv = 4; |
| 1629 | port_mmio = __ahci_port_base(host, mv); |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 1630 | |
| 1631 | writel(0, port_mmio + PORT_IRQ_MASK); |
| 1632 | |
| 1633 | /* clear port IRQ */ |
| 1634 | tmp = readl(port_mmio + PORT_IRQ_STAT); |
| 1635 | VPRINTK("PORT_IRQ_STAT 0x%x\n", tmp); |
| 1636 | if (tmp) |
| 1637 | writel(tmp, port_mmio + PORT_IRQ_STAT); |
| 1638 | } |
| 1639 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1640 | for (i = 0; i < host->n_ports; i++) { |
| 1641 | struct ata_port *ap = host->ports[i]; |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1642 | |
Jeff Garzik | cd70c26 | 2007-07-08 02:29:42 -0400 | [diff] [blame] | 1643 | port_mmio = ahci_port_base(ap); |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1644 | if (ata_port_is_dummy(ap)) |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1645 | continue; |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1646 | |
Jeff Garzik | 2bcd866 | 2007-05-28 07:45:27 -0400 | [diff] [blame] | 1647 | ahci_port_init(pdev, ap, i, mmio, port_mmio); |
Tejun Heo | d91542c | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 1648 | } |
| 1649 | |
| 1650 | tmp = readl(mmio + HOST_CTL); |
| 1651 | VPRINTK("HOST_CTL 0x%x\n", tmp); |
| 1652 | writel(tmp | HOST_IRQ_EN, mmio + HOST_CTL); |
| 1653 | tmp = readl(mmio + HOST_CTL); |
| 1654 | VPRINTK("HOST_CTL 0x%x\n", tmp); |
| 1655 | } |
| 1656 | |
Jeff Garzik | a878539 | 2008-02-28 15:43:48 -0500 | [diff] [blame] | 1657 | static void ahci_dev_config(struct ata_device *dev) |
| 1658 | { |
| 1659 | struct ahci_host_priv *hpriv = dev->link->ap->host->private_data; |
| 1660 | |
Jeff Garzik | 4cde32f | 2008-03-24 22:40:40 -0400 | [diff] [blame] | 1661 | if (hpriv->flags & AHCI_HFLAG_SECT255) { |
Jeff Garzik | a878539 | 2008-02-28 15:43:48 -0500 | [diff] [blame] | 1662 | dev->max_sectors = 255; |
Jeff Garzik | 4cde32f | 2008-03-24 22:40:40 -0400 | [diff] [blame] | 1663 | ata_dev_printk(dev, KERN_INFO, |
| 1664 | "SB600 AHCI: limiting to 255 sectors per cmd\n"); |
| 1665 | } |
Jeff Garzik | a878539 | 2008-02-28 15:43:48 -0500 | [diff] [blame] | 1666 | } |
| 1667 | |
Tejun Heo | 422b759 | 2005-12-19 22:37:17 +0900 | [diff] [blame] | 1668 | static unsigned int ahci_dev_classify(struct ata_port *ap) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1669 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1670 | void __iomem *port_mmio = ahci_port_base(ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1671 | struct ata_taskfile tf; |
Tejun Heo | 422b759 | 2005-12-19 22:37:17 +0900 | [diff] [blame] | 1672 | u32 tmp; |
| 1673 | |
| 1674 | tmp = readl(port_mmio + PORT_SIG); |
| 1675 | tf.lbah = (tmp >> 24) & 0xff; |
| 1676 | tf.lbam = (tmp >> 16) & 0xff; |
| 1677 | tf.lbal = (tmp >> 8) & 0xff; |
| 1678 | tf.nsect = (tmp) & 0xff; |
| 1679 | |
| 1680 | return ata_dev_classify(&tf); |
| 1681 | } |
| 1682 | |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 1683 | static void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, |
| 1684 | u32 opts) |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 1685 | { |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 1686 | dma_addr_t cmd_tbl_dma; |
| 1687 | |
| 1688 | cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ; |
| 1689 | |
| 1690 | pp->cmd_slot[tag].opts = cpu_to_le32(opts); |
| 1691 | pp->cmd_slot[tag].status = 0; |
| 1692 | pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); |
| 1693 | pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 1694 | } |
| 1695 | |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 1696 | static int ahci_kick_engine(struct ata_port *ap) |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1697 | { |
Tejun Heo | 350756f | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 1698 | void __iomem *port_mmio = ahci_port_base(ap); |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 1699 | struct ahci_host_priv *hpriv = ap->host->private_data; |
Tejun Heo | 520d06f | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 1700 | u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1701 | u32 tmp; |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1702 | int busy, rc; |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1703 | |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1704 | /* stop engine */ |
| 1705 | rc = ahci_stop_engine(ap); |
| 1706 | if (rc) |
| 1707 | goto out_restart; |
| 1708 | |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 1709 | /* need to do CLO? |
| 1710 | * always do CLO if PMP is attached (AHCI-1.3 9.2) |
| 1711 | */ |
| 1712 | busy = status & (ATA_BUSY | ATA_DRQ); |
| 1713 | if (!busy && !sata_pmp_attached(ap)) { |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1714 | rc = 0; |
| 1715 | goto out_restart; |
| 1716 | } |
| 1717 | |
| 1718 | if (!(hpriv->cap & HOST_CAP_CLO)) { |
| 1719 | rc = -EOPNOTSUPP; |
| 1720 | goto out_restart; |
| 1721 | } |
| 1722 | |
| 1723 | /* perform CLO */ |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1724 | tmp = readl(port_mmio + PORT_CMD); |
| 1725 | tmp |= PORT_CMD_CLO; |
| 1726 | writel(tmp, port_mmio + PORT_CMD); |
| 1727 | |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1728 | rc = 0; |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1729 | tmp = ata_wait_register(port_mmio + PORT_CMD, |
| 1730 | PORT_CMD_CLO, PORT_CMD_CLO, 1, 500); |
| 1731 | if (tmp & PORT_CMD_CLO) |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1732 | rc = -EIO; |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1733 | |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1734 | /* restart engine */ |
| 1735 | out_restart: |
| 1736 | ahci_start_engine(ap); |
| 1737 | return rc; |
Bastiaan Jacques | bf2af2a | 2006-04-17 14:17:59 +0200 | [diff] [blame] | 1738 | } |
| 1739 | |
Tejun Heo | 91c4a2e | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1740 | static int ahci_exec_polled_cmd(struct ata_port *ap, int pmp, |
| 1741 | struct ata_taskfile *tf, int is_cmd, u16 flags, |
| 1742 | unsigned long timeout_msec) |
| 1743 | { |
| 1744 | const u32 cmd_fis_len = 5; /* five dwords */ |
| 1745 | struct ahci_port_priv *pp = ap->private_data; |
| 1746 | void __iomem *port_mmio = ahci_port_base(ap); |
| 1747 | u8 *fis = pp->cmd_tbl; |
| 1748 | u32 tmp; |
| 1749 | |
| 1750 | /* prep the command */ |
| 1751 | ata_tf_to_fis(tf, pmp, is_cmd, fis); |
| 1752 | ahci_fill_cmd_slot(pp, 0, cmd_fis_len | flags | (pmp << 12)); |
| 1753 | |
| 1754 | /* issue & wait */ |
| 1755 | writel(1, port_mmio + PORT_CMD_ISSUE); |
| 1756 | |
| 1757 | if (timeout_msec) { |
| 1758 | tmp = ata_wait_register(port_mmio + PORT_CMD_ISSUE, 0x1, 0x1, |
| 1759 | 1, timeout_msec); |
| 1760 | if (tmp & 0x1) { |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 1761 | ahci_kick_engine(ap); |
Tejun Heo | 91c4a2e | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1762 | return -EBUSY; |
| 1763 | } |
| 1764 | } else |
| 1765 | readl(port_mmio + PORT_CMD_ISSUE); /* flush */ |
| 1766 | |
| 1767 | return 0; |
| 1768 | } |
| 1769 | |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 1770 | static int ahci_do_softreset(struct ata_link *link, unsigned int *class, |
| 1771 | int pmp, unsigned long deadline, |
| 1772 | int (*check_ready)(struct ata_link *link)) |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1773 | { |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1774 | struct ata_port *ap = link->ap; |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 1775 | struct ahci_host_priv *hpriv = ap->host->private_data; |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1776 | const char *reason = NULL; |
Tejun Heo | 2cbb79e | 2007-07-16 14:29:38 +0900 | [diff] [blame] | 1777 | unsigned long now, msecs; |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1778 | struct ata_taskfile tf; |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1779 | int rc; |
| 1780 | |
| 1781 | DPRINTK("ENTER\n"); |
| 1782 | |
| 1783 | /* prepare for SRST (AHCI-1.1 10.4.1) */ |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 1784 | rc = ahci_kick_engine(ap); |
Tejun Heo | 994056d | 2007-12-06 15:02:48 +0900 | [diff] [blame] | 1785 | if (rc && rc != -EOPNOTSUPP) |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1786 | ata_link_printk(link, KERN_WARNING, |
Tejun Heo | 994056d | 2007-12-06 15:02:48 +0900 | [diff] [blame] | 1787 | "failed to reset engine (errno=%d)\n", rc); |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1788 | |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1789 | ata_tf_init(link->device, &tf); |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1790 | |
| 1791 | /* issue the first D2H Register FIS */ |
Tejun Heo | 2cbb79e | 2007-07-16 14:29:38 +0900 | [diff] [blame] | 1792 | msecs = 0; |
| 1793 | now = jiffies; |
| 1794 | if (time_after(now, deadline)) |
| 1795 | msecs = jiffies_to_msecs(deadline - now); |
| 1796 | |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1797 | tf.ctl |= ATA_SRST; |
Tejun Heo | a9cf5e8 | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1798 | if (ahci_exec_polled_cmd(ap, pmp, &tf, 0, |
Tejun Heo | 91c4a2e | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1799 | AHCI_CMD_RESET | AHCI_CMD_CLR_BUSY, msecs)) { |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1800 | rc = -EIO; |
| 1801 | reason = "1st FIS failed"; |
| 1802 | goto fail; |
| 1803 | } |
| 1804 | |
| 1805 | /* spec says at least 5us, but be generous and sleep for 1ms */ |
| 1806 | msleep(1); |
| 1807 | |
| 1808 | /* issue the second D2H Register FIS */ |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1809 | tf.ctl &= ~ATA_SRST; |
Tejun Heo | a9cf5e8 | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 1810 | ahci_exec_polled_cmd(ap, pmp, &tf, 0, 0, 0); |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1811 | |
Tejun Heo | 705e76b | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1812 | /* wait for link to become ready */ |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 1813 | rc = ata_wait_after_reset(link, deadline, check_ready); |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 1814 | if (rc == -EBUSY && hpriv->flags & AHCI_HFLAG_SRST_TOUT_IS_OFFLINE) { |
| 1815 | /* |
| 1816 | * Workaround for cases where link online status can't |
| 1817 | * be trusted. Treat device readiness timeout as link |
| 1818 | * offline. |
| 1819 | */ |
| 1820 | ata_link_printk(link, KERN_INFO, |
| 1821 | "device not ready, treating as offline\n"); |
| 1822 | *class = ATA_DEV_NONE; |
| 1823 | } else if (rc) { |
| 1824 | /* link occupied, -ENODEV too is an error */ |
Tejun Heo | 9b89391 | 2007-02-02 16:50:52 +0900 | [diff] [blame] | 1825 | reason = "device not ready"; |
| 1826 | goto fail; |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 1827 | } else |
| 1828 | *class = ahci_dev_classify(ap); |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1829 | |
| 1830 | DPRINTK("EXIT, class=%u\n", *class); |
| 1831 | return 0; |
| 1832 | |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1833 | fail: |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1834 | ata_link_printk(link, KERN_ERR, "softreset failed (%s)\n", reason); |
Tejun Heo | 4658f79 | 2006-03-22 21:07:03 +0900 | [diff] [blame] | 1835 | return rc; |
| 1836 | } |
| 1837 | |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 1838 | static int ahci_check_ready(struct ata_link *link) |
| 1839 | { |
| 1840 | void __iomem *port_mmio = ahci_port_base(link->ap); |
| 1841 | u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; |
| 1842 | |
| 1843 | return ata_check_ready(status); |
| 1844 | } |
| 1845 | |
| 1846 | static int ahci_softreset(struct ata_link *link, unsigned int *class, |
| 1847 | unsigned long deadline) |
| 1848 | { |
| 1849 | int pmp = sata_srst_pmp(link); |
| 1850 | |
| 1851 | DPRINTK("ENTER\n"); |
| 1852 | |
| 1853 | return ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); |
| 1854 | } |
| 1855 | |
| 1856 | static int ahci_sb600_check_ready(struct ata_link *link) |
| 1857 | { |
| 1858 | void __iomem *port_mmio = ahci_port_base(link->ap); |
| 1859 | u8 status = readl(port_mmio + PORT_TFDATA) & 0xFF; |
| 1860 | u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); |
| 1861 | |
| 1862 | /* |
| 1863 | * There is no need to check TFDATA if BAD PMP is found due to HW bug, |
| 1864 | * which can save timeout delay. |
| 1865 | */ |
| 1866 | if (irq_status & PORT_IRQ_BAD_PMP) |
| 1867 | return -EIO; |
| 1868 | |
| 1869 | return ata_check_ready(status); |
| 1870 | } |
| 1871 | |
| 1872 | static int ahci_sb600_softreset(struct ata_link *link, unsigned int *class, |
| 1873 | unsigned long deadline) |
| 1874 | { |
| 1875 | struct ata_port *ap = link->ap; |
| 1876 | void __iomem *port_mmio = ahci_port_base(ap); |
| 1877 | int pmp = sata_srst_pmp(link); |
| 1878 | int rc; |
| 1879 | u32 irq_sts; |
| 1880 | |
| 1881 | DPRINTK("ENTER\n"); |
| 1882 | |
| 1883 | rc = ahci_do_softreset(link, class, pmp, deadline, |
| 1884 | ahci_sb600_check_ready); |
| 1885 | |
| 1886 | /* |
| 1887 | * Soft reset fails on some ATI chips with IPMS set when PMP |
| 1888 | * is enabled but SATA HDD/ODD is connected to SATA port, |
| 1889 | * do soft reset again to port 0. |
| 1890 | */ |
| 1891 | if (rc == -EIO) { |
| 1892 | irq_sts = readl(port_mmio + PORT_IRQ_STAT); |
| 1893 | if (irq_sts & PORT_IRQ_BAD_PMP) { |
| 1894 | ata_link_printk(link, KERN_WARNING, |
Shane Huang | b6931c1 | 2009-08-05 10:10:41 +0800 | [diff] [blame] | 1895 | "applying SB600 PMP SRST workaround " |
| 1896 | "and retrying\n"); |
Shane Huang | bd17243 | 2008-06-10 15:52:04 +0800 | [diff] [blame] | 1897 | rc = ahci_do_softreset(link, class, 0, deadline, |
| 1898 | ahci_check_ready); |
| 1899 | } |
| 1900 | } |
| 1901 | |
| 1902 | return rc; |
| 1903 | } |
| 1904 | |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1905 | static int ahci_hardreset(struct ata_link *link, unsigned int *class, |
Tejun Heo | d4b2bab | 2007-02-02 16:50:52 +0900 | [diff] [blame] | 1906 | unsigned long deadline) |
Tejun Heo | 422b759 | 2005-12-19 22:37:17 +0900 | [diff] [blame] | 1907 | { |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1908 | const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context); |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1909 | struct ata_port *ap = link->ap; |
Tejun Heo | 4296971 | 2006-05-31 18:28:18 +0900 | [diff] [blame] | 1910 | struct ahci_port_priv *pp = ap->private_data; |
| 1911 | u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; |
| 1912 | struct ata_taskfile tf; |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1913 | bool online; |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 1914 | int rc; |
| 1915 | |
| 1916 | DPRINTK("ENTER\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1917 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1918 | ahci_stop_engine(ap); |
Tejun Heo | 4296971 | 2006-05-31 18:28:18 +0900 | [diff] [blame] | 1919 | |
| 1920 | /* clear D2H reception area to properly wait for D2H FIS */ |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1921 | ata_tf_init(link->device, &tf); |
Tejun Heo | dfd7a3d | 2007-01-26 15:37:20 +0900 | [diff] [blame] | 1922 | tf.command = 0x80; |
Tejun Heo | 9977126 | 2007-07-16 14:29:38 +0900 | [diff] [blame] | 1923 | ata_tf_to_fis(&tf, 0, 0, d2h_fis); |
Tejun Heo | 4296971 | 2006-05-31 18:28:18 +0900 | [diff] [blame] | 1924 | |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1925 | rc = sata_link_hardreset(link, timing, deadline, &online, |
| 1926 | ahci_check_ready); |
Tejun Heo | 4296971 | 2006-05-31 18:28:18 +0900 | [diff] [blame] | 1927 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1928 | ahci_start_engine(ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1929 | |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1930 | if (online) |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 1931 | *class = ahci_dev_classify(ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1932 | |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 1933 | DPRINTK("EXIT, rc=%d, class=%u\n", rc, *class); |
| 1934 | return rc; |
| 1935 | } |
| 1936 | |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1937 | static int ahci_vt8251_hardreset(struct ata_link *link, unsigned int *class, |
Tejun Heo | d4b2bab | 2007-02-02 16:50:52 +0900 | [diff] [blame] | 1938 | unsigned long deadline) |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1939 | { |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1940 | struct ata_port *ap = link->ap; |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1941 | bool online; |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1942 | int rc; |
| 1943 | |
| 1944 | DPRINTK("ENTER\n"); |
| 1945 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1946 | ahci_stop_engine(ap); |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1947 | |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 1948 | rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context), |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1949 | deadline, &online, NULL); |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1950 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 1951 | ahci_start_engine(ap); |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1952 | |
| 1953 | DPRINTK("EXIT, rc=%d, class=%u\n", rc, *class); |
| 1954 | |
| 1955 | /* vt8251 doesn't clear BSY on signature FIS reception, |
| 1956 | * request follow-up softreset. |
| 1957 | */ |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1958 | return online ? -EAGAIN : rc; |
Tejun Heo | ad616ff | 2006-11-01 18:00:24 +0900 | [diff] [blame] | 1959 | } |
| 1960 | |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 1961 | static int ahci_p5wdh_hardreset(struct ata_link *link, unsigned int *class, |
| 1962 | unsigned long deadline) |
| 1963 | { |
| 1964 | struct ata_port *ap = link->ap; |
| 1965 | struct ahci_port_priv *pp = ap->private_data; |
| 1966 | u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; |
| 1967 | struct ata_taskfile tf; |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1968 | bool online; |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 1969 | int rc; |
| 1970 | |
| 1971 | ahci_stop_engine(ap); |
| 1972 | |
| 1973 | /* clear D2H reception area to properly wait for D2H FIS */ |
| 1974 | ata_tf_init(link->device, &tf); |
| 1975 | tf.command = 0x80; |
| 1976 | ata_tf_to_fis(&tf, 0, 0, d2h_fis); |
| 1977 | |
| 1978 | rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context), |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1979 | deadline, &online, NULL); |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 1980 | |
| 1981 | ahci_start_engine(ap); |
| 1982 | |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 1983 | /* The pseudo configuration device on SIMG4726 attached to |
| 1984 | * ASUS P5W-DH Deluxe doesn't send signature FIS after |
| 1985 | * hardreset if no device is attached to the first downstream |
| 1986 | * port && the pseudo device locks up on SRST w/ PMP==0. To |
| 1987 | * work around this, wait for !BSY only briefly. If BSY isn't |
| 1988 | * cleared, perform CLO and proceed to IDENTIFY (achieved by |
| 1989 | * ATA_LFLAG_NO_SRST and ATA_LFLAG_ASSUME_ATA). |
| 1990 | * |
| 1991 | * Wait for two seconds. Devices attached to downstream port |
| 1992 | * which can't process the following IDENTIFY after this will |
| 1993 | * have to be reset again. For most cases, this should |
| 1994 | * suffice while making probing snappish enough. |
| 1995 | */ |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 1996 | if (online) { |
| 1997 | rc = ata_wait_after_reset(link, jiffies + 2 * HZ, |
| 1998 | ahci_check_ready); |
| 1999 | if (rc) |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 2000 | ahci_kick_engine(ap); |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 2001 | } |
Tejun Heo | 9dadd45 | 2008-04-07 22:47:19 +0900 | [diff] [blame] | 2002 | return rc; |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 2003 | } |
| 2004 | |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 2005 | static void ahci_postreset(struct ata_link *link, unsigned int *class) |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 2006 | { |
Tejun Heo | cc0680a | 2007-08-06 18:36:23 +0900 | [diff] [blame] | 2007 | struct ata_port *ap = link->ap; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2008 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 2009 | u32 new_tmp, tmp; |
| 2010 | |
Tejun Heo | 203c75b | 2008-04-07 22:47:18 +0900 | [diff] [blame] | 2011 | ata_std_postreset(link, class); |
Jeff Garzik | 02eaa66 | 2005-11-12 01:32:19 -0500 | [diff] [blame] | 2012 | |
| 2013 | /* Make sure port's ATAPI bit is set appropriately */ |
| 2014 | new_tmp = tmp = readl(port_mmio + PORT_CMD); |
Tejun Heo | 4bd00f6 | 2006-02-11 16:26:02 +0900 | [diff] [blame] | 2015 | if (*class == ATA_DEV_ATAPI) |
Jeff Garzik | 02eaa66 | 2005-11-12 01:32:19 -0500 | [diff] [blame] | 2016 | new_tmp |= PORT_CMD_ATAPI; |
| 2017 | else |
| 2018 | new_tmp &= ~PORT_CMD_ATAPI; |
| 2019 | if (new_tmp != tmp) { |
| 2020 | writel(new_tmp, port_mmio + PORT_CMD); |
| 2021 | readl(port_mmio + PORT_CMD); /* flush */ |
| 2022 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2023 | } |
| 2024 | |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2025 | static unsigned int ahci_fill_sg(struct ata_queued_cmd *qc, void *cmd_tbl) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2026 | { |
Jeff Garzik | cedc9a4 | 2005-10-05 07:13:30 -0400 | [diff] [blame] | 2027 | struct scatterlist *sg; |
Tejun Heo | ff2aeb1 | 2007-12-05 16:43:11 +0900 | [diff] [blame] | 2028 | struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; |
| 2029 | unsigned int si; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2030 | |
| 2031 | VPRINTK("ENTER\n"); |
| 2032 | |
| 2033 | /* |
| 2034 | * Next, the S/G list. |
| 2035 | */ |
Tejun Heo | ff2aeb1 | 2007-12-05 16:43:11 +0900 | [diff] [blame] | 2036 | for_each_sg(qc->sg, sg, qc->n_elem, si) { |
Jeff Garzik | cedc9a4 | 2005-10-05 07:13:30 -0400 | [diff] [blame] | 2037 | dma_addr_t addr = sg_dma_address(sg); |
| 2038 | u32 sg_len = sg_dma_len(sg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2039 | |
Tejun Heo | ff2aeb1 | 2007-12-05 16:43:11 +0900 | [diff] [blame] | 2040 | ahci_sg[si].addr = cpu_to_le32(addr & 0xffffffff); |
| 2041 | ahci_sg[si].addr_hi = cpu_to_le32((addr >> 16) >> 16); |
| 2042 | ahci_sg[si].flags_size = cpu_to_le32(sg_len - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2043 | } |
Jeff Garzik | 828d09d | 2005-11-12 01:27:07 -0500 | [diff] [blame] | 2044 | |
Tejun Heo | ff2aeb1 | 2007-12-05 16:43:11 +0900 | [diff] [blame] | 2045 | return si; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2046 | } |
| 2047 | |
| 2048 | static void ahci_qc_prep(struct ata_queued_cmd *qc) |
| 2049 | { |
Jeff Garzik | a0ea732 | 2005-06-04 01:13:15 -0400 | [diff] [blame] | 2050 | struct ata_port *ap = qc->ap; |
| 2051 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 405e66b | 2007-11-27 19:28:53 +0900 | [diff] [blame] | 2052 | int is_atapi = ata_is_atapi(qc->tf.protocol); |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2053 | void *cmd_tbl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2054 | u32 opts; |
| 2055 | const u32 cmd_fis_len = 5; /* five dwords */ |
Jeff Garzik | 828d09d | 2005-11-12 01:27:07 -0500 | [diff] [blame] | 2056 | unsigned int n_elem; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2057 | |
| 2058 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2059 | * Fill in command table information. First, the header, |
| 2060 | * a SATA Register - Host to Device command FIS. |
| 2061 | */ |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2062 | cmd_tbl = pp->cmd_tbl + qc->tag * AHCI_CMD_TBL_SZ; |
| 2063 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2064 | ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 2065 | if (is_atapi) { |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2066 | memset(cmd_tbl + AHCI_CMD_TBL_CDB, 0, 32); |
| 2067 | memcpy(cmd_tbl + AHCI_CMD_TBL_CDB, qc->cdb, qc->dev->cdb_len); |
Jeff Garzik | a0ea732 | 2005-06-04 01:13:15 -0400 | [diff] [blame] | 2068 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 | |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 2070 | n_elem = 0; |
| 2071 | if (qc->flags & ATA_QCFLAG_DMAMAP) |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2072 | n_elem = ahci_fill_sg(qc, cmd_tbl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2073 | |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 2074 | /* |
| 2075 | * Fill in command slot information. |
| 2076 | */ |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2077 | opts = cmd_fis_len | n_elem << 16 | (qc->dev->link->pmp << 12); |
Tejun Heo | cc9278e | 2006-02-10 17:25:47 +0900 | [diff] [blame] | 2078 | if (qc->tf.flags & ATA_TFLAG_WRITE) |
| 2079 | opts |= AHCI_CMD_WRITE; |
| 2080 | if (is_atapi) |
Tejun Heo | 4b10e55 | 2006-03-12 11:25:27 +0900 | [diff] [blame] | 2081 | opts |= AHCI_CMD_ATAPI | AHCI_CMD_PREFETCH; |
Jeff Garzik | 828d09d | 2005-11-12 01:27:07 -0500 | [diff] [blame] | 2082 | |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2083 | ahci_fill_cmd_slot(pp, qc->tag, opts); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2084 | } |
| 2085 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2086 | static void ahci_error_intr(struct ata_port *ap, u32 irq_stat) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2087 | { |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 2088 | struct ahci_host_priv *hpriv = ap->host->private_data; |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2089 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2090 | struct ata_eh_info *host_ehi = &ap->link.eh_info; |
| 2091 | struct ata_link *link = NULL; |
| 2092 | struct ata_queued_cmd *active_qc; |
| 2093 | struct ata_eh_info *active_ehi; |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2094 | u32 serror; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2096 | /* determine active link */ |
Tejun Heo | 1eca436 | 2008-11-03 20:03:17 +0900 | [diff] [blame] | 2097 | ata_for_each_link(link, ap, EDGE) |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2098 | if (ata_link_active(link)) |
| 2099 | break; |
| 2100 | if (!link) |
| 2101 | link = &ap->link; |
| 2102 | |
| 2103 | active_qc = ata_qc_from_tag(ap, link->active_tag); |
| 2104 | active_ehi = &link->eh_info; |
| 2105 | |
| 2106 | /* record irq stat */ |
| 2107 | ata_ehi_clear_desc(host_ehi); |
| 2108 | ata_ehi_push_desc(host_ehi, "irq_stat 0x%08x", irq_stat); |
Jeff Garzik | 9f68a24 | 2005-11-15 14:03:47 -0500 | [diff] [blame] | 2109 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2110 | /* AHCI needs SError cleared; otherwise, it might lock up */ |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 2111 | ahci_scr_read(&ap->link, SCR_ERROR, &serror); |
| 2112 | ahci_scr_write(&ap->link, SCR_ERROR, serror); |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2113 | host_ehi->serror |= serror; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2114 | |
Tejun Heo | 4166955 | 2006-11-29 11:33:14 +0900 | [diff] [blame] | 2115 | /* some controllers set IRQ_IF_ERR on device errors, ignore it */ |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 2116 | if (hpriv->flags & AHCI_HFLAG_IGN_IRQ_IF_ERR) |
Tejun Heo | 4166955 | 2006-11-29 11:33:14 +0900 | [diff] [blame] | 2117 | irq_stat &= ~PORT_IRQ_IF_ERR; |
| 2118 | |
Conke Hu | 55a6160 | 2007-03-27 18:33:05 +0800 | [diff] [blame] | 2119 | if (irq_stat & PORT_IRQ_TF_ERR) { |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2120 | /* If qc is active, charge it; otherwise, the active |
| 2121 | * link. There's no active qc on NCQ errors. It will |
| 2122 | * be determined by EH by reading log page 10h. |
| 2123 | */ |
| 2124 | if (active_qc) |
| 2125 | active_qc->err_mask |= AC_ERR_DEV; |
| 2126 | else |
| 2127 | active_ehi->err_mask |= AC_ERR_DEV; |
| 2128 | |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 2129 | if (hpriv->flags & AHCI_HFLAG_IGN_SERR_INTERNAL) |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2130 | host_ehi->serror &= ~SERR_INTERNAL; |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2131 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2133 | if (irq_stat & PORT_IRQ_UNK_FIS) { |
| 2134 | u32 *unk = (u32 *)(pp->rx_fis + RX_FIS_UNK); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2135 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2136 | active_ehi->err_mask |= AC_ERR_HSM; |
Tejun Heo | cf48062 | 2008-01-24 00:05:14 +0900 | [diff] [blame] | 2137 | active_ehi->action |= ATA_EH_RESET; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2138 | ata_ehi_push_desc(active_ehi, |
| 2139 | "unknown FIS %08x %08x %08x %08x" , |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2140 | unk[0], unk[1], unk[2], unk[3]); |
| 2141 | } |
Jeff Garzik | b8f6153 | 2005-08-25 22:01:20 -0400 | [diff] [blame] | 2142 | |
Tejun Heo | 071f44b | 2008-04-07 22:47:22 +0900 | [diff] [blame] | 2143 | if (sata_pmp_attached(ap) && (irq_stat & PORT_IRQ_BAD_PMP)) { |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2144 | active_ehi->err_mask |= AC_ERR_HSM; |
Tejun Heo | cf48062 | 2008-01-24 00:05:14 +0900 | [diff] [blame] | 2145 | active_ehi->action |= ATA_EH_RESET; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2146 | ata_ehi_push_desc(active_ehi, "incorrect PMP"); |
| 2147 | } |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2148 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2149 | if (irq_stat & (PORT_IRQ_HBUS_ERR | PORT_IRQ_HBUS_DATA_ERR)) { |
| 2150 | host_ehi->err_mask |= AC_ERR_HOST_BUS; |
Tejun Heo | cf48062 | 2008-01-24 00:05:14 +0900 | [diff] [blame] | 2151 | host_ehi->action |= ATA_EH_RESET; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2152 | ata_ehi_push_desc(host_ehi, "host bus error"); |
| 2153 | } |
| 2154 | |
| 2155 | if (irq_stat & PORT_IRQ_IF_ERR) { |
| 2156 | host_ehi->err_mask |= AC_ERR_ATA_BUS; |
Tejun Heo | cf48062 | 2008-01-24 00:05:14 +0900 | [diff] [blame] | 2157 | host_ehi->action |= ATA_EH_RESET; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2158 | ata_ehi_push_desc(host_ehi, "interface fatal error"); |
| 2159 | } |
| 2160 | |
| 2161 | if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { |
| 2162 | ata_ehi_hotplugged(host_ehi); |
| 2163 | ata_ehi_push_desc(host_ehi, "%s", |
| 2164 | irq_stat & PORT_IRQ_CONNECT ? |
| 2165 | "connection status changed" : "PHY RDY changed"); |
| 2166 | } |
| 2167 | |
| 2168 | /* okay, let's hand over to EH */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2170 | if (irq_stat & PORT_IRQ_FREEZE) |
| 2171 | ata_port_freeze(ap); |
| 2172 | else |
| 2173 | ata_port_abort(ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2174 | } |
| 2175 | |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 2176 | static void ahci_port_intr(struct ata_port *ap) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2177 | { |
Tejun Heo | 350756f | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 2178 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 9af5c9c | 2007-08-06 18:36:22 +0900 | [diff] [blame] | 2179 | struct ata_eh_info *ehi = &ap->link.eh_info; |
Tejun Heo | 0291f95 | 2007-01-25 19:16:28 +0900 | [diff] [blame] | 2180 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 5f226c6 | 2007-10-09 15:02:23 +0900 | [diff] [blame] | 2181 | struct ahci_host_priv *hpriv = ap->host->private_data; |
Tejun Heo | b06ce3e | 2007-10-09 15:06:48 +0900 | [diff] [blame] | 2182 | int resetting = !!(ap->pflags & ATA_PFLAG_RESETTING); |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2183 | u32 status, qc_active; |
Tejun Heo | 459ad68 | 2007-12-07 12:46:23 +0900 | [diff] [blame] | 2184 | int rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2185 | |
| 2186 | status = readl(port_mmio + PORT_IRQ_STAT); |
| 2187 | writel(status, port_mmio + PORT_IRQ_STAT); |
| 2188 | |
Tejun Heo | b06ce3e | 2007-10-09 15:06:48 +0900 | [diff] [blame] | 2189 | /* ignore BAD_PMP while resetting */ |
| 2190 | if (unlikely(resetting)) |
| 2191 | status &= ~PORT_IRQ_BAD_PMP; |
| 2192 | |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 2193 | /* If we are getting PhyRdy, this is |
| 2194 | * just a power state change, we should |
| 2195 | * clear out this, plus the PhyRdy/Comm |
| 2196 | * Wake bits from Serror |
| 2197 | */ |
| 2198 | if ((hpriv->flags & AHCI_HFLAG_NO_HOTPLUG) && |
| 2199 | (status & PORT_IRQ_PHYRDY)) { |
| 2200 | status &= ~PORT_IRQ_PHYRDY; |
Tejun Heo | 82ef04f | 2008-07-31 17:02:40 +0900 | [diff] [blame] | 2201 | ahci_scr_write(&ap->link, SCR_ERROR, ((1 << 16) | (1 << 18))); |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 2202 | } |
| 2203 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2204 | if (unlikely(status & PORT_IRQ_ERROR)) { |
| 2205 | ahci_error_intr(ap, status); |
| 2206 | return; |
| 2207 | } |
| 2208 | |
Kristen Carlson Accardi | 2f29496 | 2007-08-15 04:11:25 -0400 | [diff] [blame] | 2209 | if (status & PORT_IRQ_SDB_FIS) { |
Tejun Heo | 5f226c6 | 2007-10-09 15:02:23 +0900 | [diff] [blame] | 2210 | /* If SNotification is available, leave notification |
| 2211 | * handling to sata_async_notification(). If not, |
| 2212 | * emulate it by snooping SDB FIS RX area. |
| 2213 | * |
| 2214 | * Snooping FIS RX area is probably cheaper than |
| 2215 | * poking SNotification but some constrollers which |
| 2216 | * implement SNotification, ICH9 for example, don't |
| 2217 | * store AN SDB FIS into receive area. |
Kristen Carlson Accardi | 2f29496 | 2007-08-15 04:11:25 -0400 | [diff] [blame] | 2218 | */ |
Tejun Heo | 5f226c6 | 2007-10-09 15:02:23 +0900 | [diff] [blame] | 2219 | if (hpriv->cap & HOST_CAP_SNTF) |
Tejun Heo | 7d77b24 | 2007-09-23 13:14:13 +0900 | [diff] [blame] | 2220 | sata_async_notification(ap); |
Tejun Heo | 5f226c6 | 2007-10-09 15:02:23 +0900 | [diff] [blame] | 2221 | else { |
| 2222 | /* If the 'N' bit in word 0 of the FIS is set, |
| 2223 | * we just received asynchronous notification. |
| 2224 | * Tell libata about it. |
| 2225 | */ |
| 2226 | const __le32 *f = pp->rx_fis + RX_FIS_SDB; |
| 2227 | u32 f0 = le32_to_cpu(f[0]); |
| 2228 | |
| 2229 | if (f0 & (1 << 15)) |
| 2230 | sata_async_notification(ap); |
| 2231 | } |
Kristen Carlson Accardi | 2f29496 | 2007-08-15 04:11:25 -0400 | [diff] [blame] | 2232 | } |
| 2233 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2234 | /* pp->active_link is valid iff any command is in flight */ |
| 2235 | if (ap->qc_active && pp->active_link->sactive) |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2236 | qc_active = readl(port_mmio + PORT_SCR_ACT); |
| 2237 | else |
| 2238 | qc_active = readl(port_mmio + PORT_CMD_ISSUE); |
| 2239 | |
Tejun Heo | 79f97da | 2008-04-07 22:47:20 +0900 | [diff] [blame] | 2240 | rc = ata_qc_complete_multiple(ap, qc_active); |
Tejun Heo | b06ce3e | 2007-10-09 15:06:48 +0900 | [diff] [blame] | 2241 | |
Tejun Heo | 459ad68 | 2007-12-07 12:46:23 +0900 | [diff] [blame] | 2242 | /* while resetting, invalid completions are expected */ |
| 2243 | if (unlikely(rc < 0 && !resetting)) { |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2244 | ehi->err_mask |= AC_ERR_HSM; |
Tejun Heo | cf48062 | 2008-01-24 00:05:14 +0900 | [diff] [blame] | 2245 | ehi->action |= ATA_EH_RESET; |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2246 | ata_port_freeze(ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2247 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2248 | } |
| 2249 | |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 2250 | static irqreturn_t ahci_interrupt(int irq, void *dev_instance) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2251 | { |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2252 | struct ata_host *host = dev_instance; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2253 | struct ahci_host_priv *hpriv; |
| 2254 | unsigned int i, handled = 0; |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 2255 | void __iomem *mmio; |
Tejun Heo | d28f87a | 2008-07-05 13:10:50 +0900 | [diff] [blame] | 2256 | u32 irq_stat, irq_masked; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | |
| 2258 | VPRINTK("ENTER\n"); |
| 2259 | |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2260 | hpriv = host->private_data; |
Tejun Heo | 0d5ff56 | 2007-02-01 15:06:36 +0900 | [diff] [blame] | 2261 | mmio = host->iomap[AHCI_PCI_BAR]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2262 | |
| 2263 | /* sigh. 0xffffffff is a valid return from h/w */ |
| 2264 | irq_stat = readl(mmio + HOST_IRQ_STAT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | if (!irq_stat) |
| 2266 | return IRQ_NONE; |
| 2267 | |
Tejun Heo | d28f87a | 2008-07-05 13:10:50 +0900 | [diff] [blame] | 2268 | irq_masked = irq_stat & hpriv->port_map; |
| 2269 | |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2270 | spin_lock(&host->lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2271 | |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2272 | for (i = 0; i < host->n_ports; i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2273 | struct ata_port *ap; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2274 | |
Tejun Heo | d28f87a | 2008-07-05 13:10:50 +0900 | [diff] [blame] | 2275 | if (!(irq_masked & (1 << i))) |
Jeff Garzik | 67846b3 | 2005-10-05 02:58:32 -0400 | [diff] [blame] | 2276 | continue; |
| 2277 | |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2278 | ap = host->ports[i]; |
Jeff Garzik | 67846b3 | 2005-10-05 02:58:32 -0400 | [diff] [blame] | 2279 | if (ap) { |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 2280 | ahci_port_intr(ap); |
Jeff Garzik | 67846b3 | 2005-10-05 02:58:32 -0400 | [diff] [blame] | 2281 | VPRINTK("port %u\n", i); |
| 2282 | } else { |
| 2283 | VPRINTK("port %u (no irq)\n", i); |
Tejun Heo | 6971ed1 | 2006-03-11 12:47:54 +0900 | [diff] [blame] | 2284 | if (ata_ratelimit()) |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2285 | dev_printk(KERN_WARNING, host->dev, |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2286 | "interrupt on disabled port %u\n", i); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2287 | } |
Jeff Garzik | 67846b3 | 2005-10-05 02:58:32 -0400 | [diff] [blame] | 2288 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2289 | handled = 1; |
| 2290 | } |
| 2291 | |
Tejun Heo | d28f87a | 2008-07-05 13:10:50 +0900 | [diff] [blame] | 2292 | /* HOST_IRQ_STAT behaves as level triggered latch meaning that |
| 2293 | * it should be cleared after all the port events are cleared; |
| 2294 | * otherwise, it will raise a spurious interrupt after each |
| 2295 | * valid one. Please read section 10.6.2 of ahci 1.1 for more |
| 2296 | * information. |
| 2297 | * |
| 2298 | * Also, use the unmasked value to clear interrupt as spurious |
| 2299 | * pending event on a dummy port might cause screaming IRQ. |
| 2300 | */ |
Tejun Heo | ea0c62f | 2008-06-28 01:49:02 +0900 | [diff] [blame] | 2301 | writel(irq_stat, mmio + HOST_IRQ_STAT); |
| 2302 | |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2303 | spin_unlock(&host->lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2304 | |
| 2305 | VPRINTK("EXIT\n"); |
| 2306 | |
| 2307 | return IRQ_RETVAL(handled); |
| 2308 | } |
| 2309 | |
Tejun Heo | 9a3d9eb | 2006-01-23 13:09:36 +0900 | [diff] [blame] | 2310 | static unsigned int ahci_qc_issue(struct ata_queued_cmd *qc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2311 | { |
| 2312 | struct ata_port *ap = qc->ap; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2313 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2314 | struct ahci_port_priv *pp = ap->private_data; |
| 2315 | |
| 2316 | /* Keep track of the currently active link. It will be used |
| 2317 | * in completion path to determine whether NCQ phase is in |
| 2318 | * progress. |
| 2319 | */ |
| 2320 | pp->active_link = qc->dev->link; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2321 | |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2322 | if (qc->tf.protocol == ATA_PROT_NCQ) |
| 2323 | writel(1 << qc->tag, port_mmio + PORT_SCR_ACT); |
| 2324 | writel(1 << qc->tag, port_mmio + PORT_CMD_ISSUE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2325 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 2326 | ahci_sw_activity(qc->dev->link); |
| 2327 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2328 | return 0; |
| 2329 | } |
| 2330 | |
Tejun Heo | 4c9bf4e | 2008-04-07 22:47:20 +0900 | [diff] [blame] | 2331 | static bool ahci_qc_fill_rtf(struct ata_queued_cmd *qc) |
| 2332 | { |
| 2333 | struct ahci_port_priv *pp = qc->ap->private_data; |
| 2334 | u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; |
| 2335 | |
| 2336 | ata_tf_from_fis(d2h_fis, &qc->result_tf); |
| 2337 | return true; |
| 2338 | } |
| 2339 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2340 | static void ahci_freeze(struct ata_port *ap) |
| 2341 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2342 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2343 | |
| 2344 | /* turn IRQ off */ |
| 2345 | writel(0, port_mmio + PORT_IRQ_MASK); |
| 2346 | } |
| 2347 | |
| 2348 | static void ahci_thaw(struct ata_port *ap) |
| 2349 | { |
Tejun Heo | 0d5ff56 | 2007-02-01 15:06:36 +0900 | [diff] [blame] | 2350 | void __iomem *mmio = ap->host->iomap[AHCI_PCI_BAR]; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2351 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2352 | u32 tmp; |
Kristen Carlson Accardi | a738492 | 2007-08-09 14:23:41 -0700 | [diff] [blame] | 2353 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2354 | |
| 2355 | /* clear IRQ */ |
| 2356 | tmp = readl(port_mmio + PORT_IRQ_STAT); |
| 2357 | writel(tmp, port_mmio + PORT_IRQ_STAT); |
Tejun Heo | a718728 | 2007-01-27 11:04:26 +0900 | [diff] [blame] | 2358 | writel(1 << ap->port_no, mmio + HOST_IRQ_STAT); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2359 | |
Tejun Heo | 1c954a4 | 2007-10-09 15:01:37 +0900 | [diff] [blame] | 2360 | /* turn IRQ back on */ |
| 2361 | writel(pp->intr_mask, port_mmio + PORT_IRQ_MASK); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2362 | } |
| 2363 | |
| 2364 | static void ahci_error_handler(struct ata_port *ap) |
| 2365 | { |
Tejun Heo | b51e9e5 | 2006-06-29 01:29:30 +0900 | [diff] [blame] | 2366 | if (!(ap->pflags & ATA_PFLAG_FROZEN)) { |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2367 | /* restart engine */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2368 | ahci_stop_engine(ap); |
| 2369 | ahci_start_engine(ap); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2370 | } |
| 2371 | |
Tejun Heo | a1efdab | 2008-03-25 12:22:50 +0900 | [diff] [blame] | 2372 | sata_pmp_error_handler(ap); |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 2373 | } |
| 2374 | |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2375 | static void ahci_post_internal_cmd(struct ata_queued_cmd *qc) |
| 2376 | { |
| 2377 | struct ata_port *ap = qc->ap; |
| 2378 | |
Tejun Heo | d2e75df | 2007-07-16 14:29:39 +0900 | [diff] [blame] | 2379 | /* make DMA engine forget about the failed command */ |
| 2380 | if (qc->flags & ATA_QCFLAG_FAILED) |
Shane Huang | 78d5ae3 | 2009-08-07 15:05:52 +0800 | [diff] [blame] | 2381 | ahci_kick_engine(ap); |
Tejun Heo | 78cd52d | 2006-05-15 20:58:29 +0900 | [diff] [blame] | 2382 | } |
| 2383 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2384 | static void ahci_pmp_attach(struct ata_port *ap) |
| 2385 | { |
| 2386 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 1c954a4 | 2007-10-09 15:01:37 +0900 | [diff] [blame] | 2387 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2388 | u32 cmd; |
| 2389 | |
| 2390 | cmd = readl(port_mmio + PORT_CMD); |
| 2391 | cmd |= PORT_CMD_PMP; |
| 2392 | writel(cmd, port_mmio + PORT_CMD); |
Tejun Heo | 1c954a4 | 2007-10-09 15:01:37 +0900 | [diff] [blame] | 2393 | |
| 2394 | pp->intr_mask |= PORT_IRQ_BAD_PMP; |
| 2395 | writel(pp->intr_mask, port_mmio + PORT_IRQ_MASK); |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2396 | } |
| 2397 | |
| 2398 | static void ahci_pmp_detach(struct ata_port *ap) |
| 2399 | { |
| 2400 | void __iomem *port_mmio = ahci_port_base(ap); |
Tejun Heo | 1c954a4 | 2007-10-09 15:01:37 +0900 | [diff] [blame] | 2401 | struct ahci_port_priv *pp = ap->private_data; |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2402 | u32 cmd; |
| 2403 | |
| 2404 | cmd = readl(port_mmio + PORT_CMD); |
| 2405 | cmd &= ~PORT_CMD_PMP; |
| 2406 | writel(cmd, port_mmio + PORT_CMD); |
Tejun Heo | 1c954a4 | 2007-10-09 15:01:37 +0900 | [diff] [blame] | 2407 | |
| 2408 | pp->intr_mask &= ~PORT_IRQ_BAD_PMP; |
| 2409 | writel(pp->intr_mask, port_mmio + PORT_IRQ_MASK); |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2410 | } |
| 2411 | |
Alexey Dobriyan | 028a259 | 2007-07-17 23:48:48 +0400 | [diff] [blame] | 2412 | static int ahci_port_resume(struct ata_port *ap) |
| 2413 | { |
| 2414 | ahci_power_up(ap); |
| 2415 | ahci_start_port(ap); |
| 2416 | |
Tejun Heo | 071f44b | 2008-04-07 22:47:22 +0900 | [diff] [blame] | 2417 | if (sata_pmp_attached(ap)) |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 2418 | ahci_pmp_attach(ap); |
| 2419 | else |
| 2420 | ahci_pmp_detach(ap); |
| 2421 | |
Alexey Dobriyan | 028a259 | 2007-07-17 23:48:48 +0400 | [diff] [blame] | 2422 | return 0; |
| 2423 | } |
| 2424 | |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 2425 | #ifdef CONFIG_PM |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2426 | static int ahci_port_suspend(struct ata_port *ap, pm_message_t mesg) |
| 2427 | { |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2428 | const char *emsg = NULL; |
| 2429 | int rc; |
| 2430 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2431 | rc = ahci_deinit_port(ap, &emsg); |
Tejun Heo | 8e16f94 | 2006-11-20 15:42:36 +0900 | [diff] [blame] | 2432 | if (rc == 0) |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2433 | ahci_power_down(ap); |
Tejun Heo | 8e16f94 | 2006-11-20 15:42:36 +0900 | [diff] [blame] | 2434 | else { |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2435 | ata_port_printk(ap, KERN_ERR, "%s (%d)\n", emsg, rc); |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 2436 | ahci_start_port(ap); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2437 | } |
| 2438 | |
| 2439 | return rc; |
| 2440 | } |
| 2441 | |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2442 | static int ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) |
| 2443 | { |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2444 | struct ata_host *host = dev_get_drvdata(&pdev->dev); |
Tejun Heo | 9b10ae8 | 2009-05-30 20:50:12 +0900 | [diff] [blame] | 2445 | struct ahci_host_priv *hpriv = host->private_data; |
Tejun Heo | 0d5ff56 | 2007-02-01 15:06:36 +0900 | [diff] [blame] | 2446 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2447 | u32 ctl; |
| 2448 | |
Tejun Heo | 9b10ae8 | 2009-05-30 20:50:12 +0900 | [diff] [blame] | 2449 | if (mesg.event & PM_EVENT_SUSPEND && |
| 2450 | hpriv->flags & AHCI_HFLAG_NO_SUSPEND) { |
| 2451 | dev_printk(KERN_ERR, &pdev->dev, |
| 2452 | "BIOS update required for suspend/resume\n"); |
| 2453 | return -EIO; |
| 2454 | } |
| 2455 | |
Rafael J. Wysocki | 3a2d5b7 | 2008-02-23 19:13:25 +0100 | [diff] [blame] | 2456 | if (mesg.event & PM_EVENT_SLEEP) { |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2457 | /* AHCI spec rev1.1 section 8.3.3: |
| 2458 | * Software must disable interrupts prior to requesting a |
| 2459 | * transition of the HBA to D3 state. |
| 2460 | */ |
| 2461 | ctl = readl(mmio + HOST_CTL); |
| 2462 | ctl &= ~HOST_IRQ_EN; |
| 2463 | writel(ctl, mmio + HOST_CTL); |
| 2464 | readl(mmio + HOST_CTL); /* flush */ |
| 2465 | } |
| 2466 | |
| 2467 | return ata_pci_device_suspend(pdev, mesg); |
| 2468 | } |
| 2469 | |
| 2470 | static int ahci_pci_device_resume(struct pci_dev *pdev) |
| 2471 | { |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2472 | struct ata_host *host = dev_get_drvdata(&pdev->dev); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2473 | int rc; |
| 2474 | |
Tejun Heo | 553c4aa | 2006-12-26 19:39:50 +0900 | [diff] [blame] | 2475 | rc = ata_pci_device_do_resume(pdev); |
| 2476 | if (rc) |
| 2477 | return rc; |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2478 | |
| 2479 | if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2480 | rc = ahci_reset_controller(host); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2481 | if (rc) |
| 2482 | return rc; |
| 2483 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2484 | ahci_init_controller(host); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2485 | } |
| 2486 | |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2487 | ata_host_resume(host); |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2488 | |
| 2489 | return 0; |
| 2490 | } |
Tejun Heo | 438ac6d | 2007-03-02 17:31:26 +0900 | [diff] [blame] | 2491 | #endif |
Tejun Heo | c133287 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2492 | |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2493 | static int ahci_port_start(struct ata_port *ap) |
| 2494 | { |
Jeff Garzik | cca3974 | 2006-08-24 03:19:22 -0400 | [diff] [blame] | 2495 | struct device *dev = ap->host->dev; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2496 | struct ahci_port_priv *pp; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2497 | void *mem; |
| 2498 | dma_addr_t mem_dma; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2499 | |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 2500 | pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL); |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2501 | if (!pp) |
| 2502 | return -ENOMEM; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2503 | |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 2504 | mem = dmam_alloc_coherent(dev, AHCI_PORT_PRIV_DMA_SZ, &mem_dma, |
| 2505 | GFP_KERNEL); |
| 2506 | if (!mem) |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2507 | return -ENOMEM; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2508 | memset(mem, 0, AHCI_PORT_PRIV_DMA_SZ); |
| 2509 | |
| 2510 | /* |
| 2511 | * First item in chunk of DMA memory: 32-slot command table, |
| 2512 | * 32 bytes each in size |
| 2513 | */ |
| 2514 | pp->cmd_slot = mem; |
| 2515 | pp->cmd_slot_dma = mem_dma; |
| 2516 | |
| 2517 | mem += AHCI_CMD_SLOT_SZ; |
| 2518 | mem_dma += AHCI_CMD_SLOT_SZ; |
| 2519 | |
| 2520 | /* |
| 2521 | * Second item: Received-FIS area |
| 2522 | */ |
| 2523 | pp->rx_fis = mem; |
| 2524 | pp->rx_fis_dma = mem_dma; |
| 2525 | |
| 2526 | mem += AHCI_RX_FIS_SZ; |
| 2527 | mem_dma += AHCI_RX_FIS_SZ; |
| 2528 | |
| 2529 | /* |
| 2530 | * Third item: data area for storing a single command |
| 2531 | * and its scatter-gather table |
| 2532 | */ |
| 2533 | pp->cmd_tbl = mem; |
| 2534 | pp->cmd_tbl_dma = mem_dma; |
| 2535 | |
Kristen Carlson Accardi | a738492 | 2007-08-09 14:23:41 -0700 | [diff] [blame] | 2536 | /* |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2537 | * Save off initial list of interrupts to be enabled. |
| 2538 | * This could be changed later |
| 2539 | */ |
Kristen Carlson Accardi | a738492 | 2007-08-09 14:23:41 -0700 | [diff] [blame] | 2540 | pp->intr_mask = DEF_PORT_IRQ; |
| 2541 | |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2542 | ap->private_data = pp; |
| 2543 | |
Jeff Garzik | df69c9c | 2007-05-26 20:46:51 -0400 | [diff] [blame] | 2544 | /* engage engines, captain */ |
| 2545 | return ahci_port_resume(ap); |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2546 | } |
| 2547 | |
| 2548 | static void ahci_port_stop(struct ata_port *ap) |
| 2549 | { |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2550 | const char *emsg = NULL; |
| 2551 | int rc; |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2552 | |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2553 | /* de-initialize port */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2554 | rc = ahci_deinit_port(ap, &emsg); |
Tejun Heo | 0be0aa9 | 2006-07-26 15:59:26 +0900 | [diff] [blame] | 2555 | if (rc) |
| 2556 | ata_port_printk(ap, KERN_WARNING, "%s (%d)\n", emsg, rc); |
Tejun Heo | 254950c | 2006-07-26 15:59:25 +0900 | [diff] [blame] | 2557 | } |
| 2558 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2559 | static int ahci_configure_dma_masks(struct pci_dev *pdev, int using_dac) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2560 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2561 | int rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2563 | if (using_dac && |
Yang Hongyang | 6a35528 | 2009-04-06 19:01:13 -0700 | [diff] [blame] | 2564 | !pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) { |
| 2565 | rc = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2566 | if (rc) { |
Yang Hongyang | 284901a | 2009-04-06 19:01:15 -0700 | [diff] [blame] | 2567 | rc = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2568 | if (rc) { |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2569 | dev_printk(KERN_ERR, &pdev->dev, |
| 2570 | "64-bit DMA enable failed\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2571 | return rc; |
| 2572 | } |
| 2573 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2574 | } else { |
Yang Hongyang | 284901a | 2009-04-06 19:01:15 -0700 | [diff] [blame] | 2575 | rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2576 | if (rc) { |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2577 | dev_printk(KERN_ERR, &pdev->dev, |
| 2578 | "32-bit DMA enable failed\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2579 | return rc; |
| 2580 | } |
Yang Hongyang | 284901a | 2009-04-06 19:01:15 -0700 | [diff] [blame] | 2581 | rc = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2582 | if (rc) { |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2583 | dev_printk(KERN_ERR, &pdev->dev, |
| 2584 | "32-bit consistent DMA enable failed\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2585 | return rc; |
| 2586 | } |
| 2587 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2588 | return 0; |
| 2589 | } |
| 2590 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2591 | static void ahci_print_info(struct ata_host *host) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2592 | { |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2593 | struct ahci_host_priv *hpriv = host->private_data; |
| 2594 | struct pci_dev *pdev = to_pci_dev(host->dev); |
| 2595 | void __iomem *mmio = host->iomap[AHCI_PCI_BAR]; |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 2596 | u32 vers, cap, cap2, impl, speed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2597 | const char *speed_s; |
| 2598 | u16 cc; |
| 2599 | const char *scc_s; |
| 2600 | |
| 2601 | vers = readl(mmio + HOST_VERSION); |
| 2602 | cap = hpriv->cap; |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 2603 | cap2 = hpriv->cap2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2604 | impl = hpriv->port_map; |
| 2605 | |
| 2606 | speed = (cap >> 20) & 0xf; |
| 2607 | if (speed == 1) |
| 2608 | speed_s = "1.5"; |
| 2609 | else if (speed == 2) |
| 2610 | speed_s = "3"; |
Shane Huang | 8522ee2 | 2008-12-30 11:00:37 +0800 | [diff] [blame] | 2611 | else if (speed == 3) |
| 2612 | speed_s = "6"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2613 | else |
| 2614 | speed_s = "?"; |
| 2615 | |
| 2616 | pci_read_config_word(pdev, 0x0a, &cc); |
Conke Hu | c9f8947 | 2007-01-09 05:32:51 -0500 | [diff] [blame] | 2617 | if (cc == PCI_CLASS_STORAGE_IDE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2618 | scc_s = "IDE"; |
Conke Hu | c9f8947 | 2007-01-09 05:32:51 -0500 | [diff] [blame] | 2619 | else if (cc == PCI_CLASS_STORAGE_SATA) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2620 | scc_s = "SATA"; |
Conke Hu | c9f8947 | 2007-01-09 05:32:51 -0500 | [diff] [blame] | 2621 | else if (cc == PCI_CLASS_STORAGE_RAID) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2622 | scc_s = "RAID"; |
| 2623 | else |
| 2624 | scc_s = "unknown"; |
| 2625 | |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2626 | dev_printk(KERN_INFO, &pdev->dev, |
| 2627 | "AHCI %02x%02x.%02x%02x " |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2628 | "%u slots %u ports %s Gbps 0x%x impl %s mode\n" |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2629 | , |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2630 | |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2631 | (vers >> 24) & 0xff, |
| 2632 | (vers >> 16) & 0xff, |
| 2633 | (vers >> 8) & 0xff, |
| 2634 | vers & 0xff, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2635 | |
| 2636 | ((cap >> 8) & 0x1f) + 1, |
| 2637 | (cap & 0x1f) + 1, |
| 2638 | speed_s, |
| 2639 | impl, |
| 2640 | scc_s); |
| 2641 | |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2642 | dev_printk(KERN_INFO, &pdev->dev, |
| 2643 | "flags: " |
Tejun Heo | 203ef6c | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 2644 | "%s%s%s%s%s%s%s" |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 2645 | "%s%s%s%s%s%s%s" |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 2646 | "%s%s%s%s%s%s\n" |
Jeff Garzik | 2dcb407 | 2007-10-19 06:42:56 -0400 | [diff] [blame] | 2647 | , |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2648 | |
Robert Hancock | 4c521c8 | 2009-09-20 17:02:31 -0600 | [diff] [blame] | 2649 | cap & HOST_CAP_64 ? "64bit " : "", |
| 2650 | cap & HOST_CAP_NCQ ? "ncq " : "", |
| 2651 | cap & HOST_CAP_SNTF ? "sntf " : "", |
| 2652 | cap & HOST_CAP_MPS ? "ilck " : "", |
| 2653 | cap & HOST_CAP_SSS ? "stag " : "", |
| 2654 | cap & HOST_CAP_ALPM ? "pm " : "", |
| 2655 | cap & HOST_CAP_LED ? "led " : "", |
| 2656 | cap & HOST_CAP_CLO ? "clo " : "", |
| 2657 | cap & HOST_CAP_ONLY ? "only " : "", |
| 2658 | cap & HOST_CAP_PMP ? "pmp " : "", |
| 2659 | cap & HOST_CAP_FBS ? "fbs " : "", |
| 2660 | cap & HOST_CAP_PIO_MULTI ? "pio " : "", |
| 2661 | cap & HOST_CAP_SSC ? "slum " : "", |
| 2662 | cap & HOST_CAP_PART ? "part " : "", |
| 2663 | cap & HOST_CAP_CCC ? "ccc " : "", |
| 2664 | cap & HOST_CAP_EMS ? "ems " : "", |
| 2665 | cap & HOST_CAP_SXS ? "sxs " : "", |
| 2666 | cap2 & HOST_CAP2_APST ? "apst " : "", |
| 2667 | cap2 & HOST_CAP2_NVMHCI ? "nvmp " : "", |
| 2668 | cap2 & HOST_CAP2_BOH ? "boh " : "" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2669 | ); |
| 2670 | } |
| 2671 | |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 2672 | /* On ASUS P5W DH Deluxe, the second port of PCI device 00:1f.2 is |
| 2673 | * hardwired to on-board SIMG 4726. The chipset is ICH8 and doesn't |
| 2674 | * support PMP and the 4726 either directly exports the device |
| 2675 | * attached to the first downstream port or acts as a hardware storage |
| 2676 | * controller and emulate a single ATA device (can be RAID 0/1 or some |
| 2677 | * other configuration). |
| 2678 | * |
| 2679 | * When there's no device attached to the first downstream port of the |
| 2680 | * 4726, "Config Disk" appears, which is a pseudo ATA device to |
| 2681 | * configure the 4726. However, ATA emulation of the device is very |
| 2682 | * lame. It doesn't send signature D2H Reg FIS after the initial |
| 2683 | * hardreset, pukes on SRST w/ PMP==0 and has bunch of other issues. |
| 2684 | * |
| 2685 | * The following function works around the problem by always using |
| 2686 | * hardreset on the port and not depending on receiving signature FIS |
| 2687 | * afterward. If signature FIS isn't received soon, ATA class is |
| 2688 | * assumed without follow-up softreset. |
| 2689 | */ |
| 2690 | static void ahci_p5wdh_workaround(struct ata_host *host) |
| 2691 | { |
| 2692 | static struct dmi_system_id sysids[] = { |
| 2693 | { |
| 2694 | .ident = "P5W DH Deluxe", |
| 2695 | .matches = { |
| 2696 | DMI_MATCH(DMI_SYS_VENDOR, |
| 2697 | "ASUSTEK COMPUTER INC"), |
| 2698 | DMI_MATCH(DMI_PRODUCT_NAME, "P5W DH Deluxe"), |
| 2699 | }, |
| 2700 | }, |
| 2701 | { } |
| 2702 | }; |
| 2703 | struct pci_dev *pdev = to_pci_dev(host->dev); |
| 2704 | |
| 2705 | if (pdev->bus->number == 0 && pdev->devfn == PCI_DEVFN(0x1f, 2) && |
| 2706 | dmi_check_system(sysids)) { |
| 2707 | struct ata_port *ap = host->ports[1]; |
| 2708 | |
| 2709 | dev_printk(KERN_INFO, &pdev->dev, "enabling ASUS P5W DH " |
| 2710 | "Deluxe on-board SIMG4726 workaround\n"); |
| 2711 | |
| 2712 | ap->ops = &ahci_p5wdh_ops; |
| 2713 | ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; |
| 2714 | } |
| 2715 | } |
| 2716 | |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 2717 | /* only some SB600 ahci controllers can do 64bit DMA */ |
| 2718 | static bool ahci_sb600_enable_64bit(struct pci_dev *pdev) |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2719 | { |
| 2720 | static const struct dmi_system_id sysids[] = { |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2721 | /* |
| 2722 | * The oldest version known to be broken is 0901 and |
| 2723 | * working is 1501 which was released on 2007-10-26. |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 2724 | * Enable 64bit DMA on 1501 and anything newer. |
| 2725 | * |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2726 | * Please read bko#9412 for more info. |
| 2727 | */ |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2728 | { |
| 2729 | .ident = "ASUS M2A-VM", |
| 2730 | .matches = { |
| 2731 | DMI_MATCH(DMI_BOARD_VENDOR, |
| 2732 | "ASUSTeK Computer INC."), |
| 2733 | DMI_MATCH(DMI_BOARD_NAME, "M2A-VM"), |
| 2734 | }, |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2735 | .driver_data = "20071026", /* yyyymmdd */ |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2736 | }, |
Mark Nelson | e65cc19 | 2009-11-03 20:06:48 +1100 | [diff] [blame] | 2737 | /* |
| 2738 | * All BIOS versions for the MSI K9A2 Platinum (MS-7376) |
| 2739 | * support 64bit DMA. |
| 2740 | * |
| 2741 | * BIOS versions earlier than 1.5 had the Manufacturer DMI |
| 2742 | * fields as "MICRO-STAR INTERANTIONAL CO.,LTD". |
| 2743 | * This spelling mistake was fixed in BIOS version 1.5, so |
| 2744 | * 1.5 and later have the Manufacturer as |
| 2745 | * "MICRO-STAR INTERNATIONAL CO.,LTD". |
| 2746 | * So try to match on DMI_BOARD_VENDOR of "MICRO-STAR INTER". |
| 2747 | * |
| 2748 | * BIOS versions earlier than 1.9 had a Board Product Name |
| 2749 | * DMI field of "MS-7376". This was changed to be |
| 2750 | * "K9A2 Platinum (MS-7376)" in version 1.9, but we can still |
| 2751 | * match on DMI_BOARD_NAME of "MS-7376". |
| 2752 | */ |
| 2753 | { |
| 2754 | .ident = "MSI K9A2 Platinum", |
| 2755 | .matches = { |
| 2756 | DMI_MATCH(DMI_BOARD_VENDOR, |
| 2757 | "MICRO-STAR INTER"), |
| 2758 | DMI_MATCH(DMI_BOARD_NAME, "MS-7376"), |
| 2759 | }, |
| 2760 | }, |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2761 | { } |
| 2762 | }; |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2763 | const struct dmi_system_id *match; |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 2764 | int year, month, date; |
| 2765 | char buf[9]; |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2766 | |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2767 | match = dmi_first_match(sysids); |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2768 | if (pdev->bus->number != 0 || pdev->devfn != PCI_DEVFN(0x12, 0) || |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2769 | !match) |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2770 | return false; |
| 2771 | |
Mark Nelson | e65cc19 | 2009-11-03 20:06:48 +1100 | [diff] [blame] | 2772 | if (!match->driver_data) |
| 2773 | goto enable_64bit; |
| 2774 | |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 2775 | dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); |
| 2776 | snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date); |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2777 | |
Mark Nelson | e65cc19 | 2009-11-03 20:06:48 +1100 | [diff] [blame] | 2778 | if (strcmp(buf, match->driver_data) >= 0) |
| 2779 | goto enable_64bit; |
| 2780 | else { |
Tejun Heo | 03d783b | 2009-08-16 21:04:02 +0900 | [diff] [blame] | 2781 | dev_printk(KERN_WARNING, &pdev->dev, "%s: BIOS too old, " |
| 2782 | "forcing 32bit DMA, update BIOS\n", match->ident); |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 2783 | return false; |
| 2784 | } |
Mark Nelson | e65cc19 | 2009-11-03 20:06:48 +1100 | [diff] [blame] | 2785 | |
| 2786 | enable_64bit: |
| 2787 | dev_printk(KERN_WARNING, &pdev->dev, "%s: enabling 64bit DMA\n", |
| 2788 | match->ident); |
| 2789 | return true; |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 2790 | } |
| 2791 | |
Rafael J. Wysocki | 1fd6843 | 2009-01-19 20:57:36 +0100 | [diff] [blame] | 2792 | static bool ahci_broken_system_poweroff(struct pci_dev *pdev) |
| 2793 | { |
| 2794 | static const struct dmi_system_id broken_systems[] = { |
| 2795 | { |
| 2796 | .ident = "HP Compaq nx6310", |
| 2797 | .matches = { |
| 2798 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2799 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nx6310"), |
| 2800 | }, |
| 2801 | /* PCI slot number of the controller */ |
| 2802 | .driver_data = (void *)0x1FUL, |
| 2803 | }, |
Maciej Rutecki | d2f9c06 | 2009-03-20 00:06:46 +0100 | [diff] [blame] | 2804 | { |
| 2805 | .ident = "HP Compaq 6720s", |
| 2806 | .matches = { |
| 2807 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2808 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6720s"), |
| 2809 | }, |
| 2810 | /* PCI slot number of the controller */ |
| 2811 | .driver_data = (void *)0x1FUL, |
| 2812 | }, |
Rafael J. Wysocki | 1fd6843 | 2009-01-19 20:57:36 +0100 | [diff] [blame] | 2813 | |
| 2814 | { } /* terminate list */ |
| 2815 | }; |
| 2816 | const struct dmi_system_id *dmi = dmi_first_match(broken_systems); |
| 2817 | |
| 2818 | if (dmi) { |
| 2819 | unsigned long slot = (unsigned long)dmi->driver_data; |
| 2820 | /* apply the quirk only to on-board controllers */ |
| 2821 | return slot == PCI_SLOT(pdev->devfn); |
| 2822 | } |
| 2823 | |
| 2824 | return false; |
| 2825 | } |
| 2826 | |
Tejun Heo | 9b10ae8 | 2009-05-30 20:50:12 +0900 | [diff] [blame] | 2827 | static bool ahci_broken_suspend(struct pci_dev *pdev) |
| 2828 | { |
| 2829 | static const struct dmi_system_id sysids[] = { |
| 2830 | /* |
| 2831 | * On HP dv[4-6] and HDX18 with earlier BIOSen, link |
| 2832 | * to the harddisk doesn't become online after |
| 2833 | * resuming from STR. Warn and fail suspend. |
| 2834 | */ |
| 2835 | { |
| 2836 | .ident = "dv4", |
| 2837 | .matches = { |
| 2838 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2839 | DMI_MATCH(DMI_PRODUCT_NAME, |
| 2840 | "HP Pavilion dv4 Notebook PC"), |
| 2841 | }, |
| 2842 | .driver_data = "F.30", /* cutoff BIOS version */ |
| 2843 | }, |
| 2844 | { |
| 2845 | .ident = "dv5", |
| 2846 | .matches = { |
| 2847 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2848 | DMI_MATCH(DMI_PRODUCT_NAME, |
| 2849 | "HP Pavilion dv5 Notebook PC"), |
| 2850 | }, |
| 2851 | .driver_data = "F.16", /* cutoff BIOS version */ |
| 2852 | }, |
| 2853 | { |
| 2854 | .ident = "dv6", |
| 2855 | .matches = { |
| 2856 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2857 | DMI_MATCH(DMI_PRODUCT_NAME, |
| 2858 | "HP Pavilion dv6 Notebook PC"), |
| 2859 | }, |
| 2860 | .driver_data = "F.21", /* cutoff BIOS version */ |
| 2861 | }, |
| 2862 | { |
| 2863 | .ident = "HDX18", |
| 2864 | .matches = { |
| 2865 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), |
| 2866 | DMI_MATCH(DMI_PRODUCT_NAME, |
| 2867 | "HP HDX18 Notebook PC"), |
| 2868 | }, |
| 2869 | .driver_data = "F.23", /* cutoff BIOS version */ |
| 2870 | }, |
| 2871 | { } /* terminate list */ |
| 2872 | }; |
| 2873 | const struct dmi_system_id *dmi = dmi_first_match(sysids); |
| 2874 | const char *ver; |
| 2875 | |
| 2876 | if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2)) |
| 2877 | return false; |
| 2878 | |
| 2879 | ver = dmi_get_system_info(DMI_BIOS_VERSION); |
| 2880 | |
| 2881 | return !ver || strcmp(ver, dmi->driver_data) < 0; |
| 2882 | } |
| 2883 | |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 2884 | static bool ahci_broken_online(struct pci_dev *pdev) |
| 2885 | { |
| 2886 | #define ENCODE_BUSDEVFN(bus, slot, func) \ |
| 2887 | (void *)(unsigned long)(((bus) << 8) | PCI_DEVFN((slot), (func))) |
| 2888 | static const struct dmi_system_id sysids[] = { |
| 2889 | /* |
| 2890 | * There are several gigabyte boards which use |
| 2891 | * SIMG5723s configured as hardware RAID. Certain |
| 2892 | * 5723 firmware revisions shipped there keep the link |
| 2893 | * online but fail to answer properly to SRST or |
| 2894 | * IDENTIFY when no device is attached downstream |
| 2895 | * causing libata to retry quite a few times leading |
| 2896 | * to excessive detection delay. |
| 2897 | * |
| 2898 | * As these firmwares respond to the second reset try |
| 2899 | * with invalid device signature, considering unknown |
| 2900 | * sig as offline works around the problem acceptably. |
| 2901 | */ |
| 2902 | { |
| 2903 | .ident = "EP45-DQ6", |
| 2904 | .matches = { |
| 2905 | DMI_MATCH(DMI_BOARD_VENDOR, |
| 2906 | "Gigabyte Technology Co., Ltd."), |
| 2907 | DMI_MATCH(DMI_BOARD_NAME, "EP45-DQ6"), |
| 2908 | }, |
| 2909 | .driver_data = ENCODE_BUSDEVFN(0x0a, 0x00, 0), |
| 2910 | }, |
| 2911 | { |
| 2912 | .ident = "EP45-DS5", |
| 2913 | .matches = { |
| 2914 | DMI_MATCH(DMI_BOARD_VENDOR, |
| 2915 | "Gigabyte Technology Co., Ltd."), |
| 2916 | DMI_MATCH(DMI_BOARD_NAME, "EP45-DS5"), |
| 2917 | }, |
| 2918 | .driver_data = ENCODE_BUSDEVFN(0x03, 0x00, 0), |
| 2919 | }, |
| 2920 | { } /* terminate list */ |
| 2921 | }; |
| 2922 | #undef ENCODE_BUSDEVFN |
| 2923 | const struct dmi_system_id *dmi = dmi_first_match(sysids); |
| 2924 | unsigned int val; |
| 2925 | |
| 2926 | if (!dmi) |
| 2927 | return false; |
| 2928 | |
| 2929 | val = (unsigned long)dmi->driver_data; |
| 2930 | |
| 2931 | return pdev->bus->number == (val >> 8) && pdev->devfn == (val & 0xff); |
| 2932 | } |
| 2933 | |
Markus Trippelsdorf | 8e51321 | 2009-10-09 05:41:47 +0200 | [diff] [blame] | 2934 | #ifdef CONFIG_ATA_ACPI |
Tejun Heo | f80ae7e | 2009-09-16 04:18:03 +0900 | [diff] [blame] | 2935 | static void ahci_gtf_filter_workaround(struct ata_host *host) |
| 2936 | { |
| 2937 | static const struct dmi_system_id sysids[] = { |
| 2938 | /* |
| 2939 | * Aspire 3810T issues a bunch of SATA enable commands |
| 2940 | * via _GTF including an invalid one and one which is |
| 2941 | * rejected by the device. Among the successful ones |
| 2942 | * is FPDMA non-zero offset enable which when enabled |
| 2943 | * only on the drive side leads to NCQ command |
| 2944 | * failures. Filter it out. |
| 2945 | */ |
| 2946 | { |
| 2947 | .ident = "Aspire 3810T", |
| 2948 | .matches = { |
| 2949 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |
| 2950 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3810T"), |
| 2951 | }, |
| 2952 | .driver_data = (void *)ATA_ACPI_FILTER_FPDMA_OFFSET, |
| 2953 | }, |
| 2954 | { } |
| 2955 | }; |
| 2956 | const struct dmi_system_id *dmi = dmi_first_match(sysids); |
| 2957 | unsigned int filter; |
| 2958 | int i; |
| 2959 | |
| 2960 | if (!dmi) |
| 2961 | return; |
| 2962 | |
| 2963 | filter = (unsigned long)dmi->driver_data; |
| 2964 | dev_printk(KERN_INFO, host->dev, |
| 2965 | "applying extra ACPI _GTF filter 0x%x for %s\n", |
| 2966 | filter, dmi->ident); |
| 2967 | |
| 2968 | for (i = 0; i < host->n_ports; i++) { |
| 2969 | struct ata_port *ap = host->ports[i]; |
| 2970 | struct ata_link *link; |
| 2971 | struct ata_device *dev; |
| 2972 | |
| 2973 | ata_for_each_link(link, ap, EDGE) |
| 2974 | ata_for_each_dev(dev, link, ALL) |
| 2975 | dev->gtf_filter |= filter; |
| 2976 | } |
| 2977 | } |
Markus Trippelsdorf | 8e51321 | 2009-10-09 05:41:47 +0200 | [diff] [blame] | 2978 | #else |
| 2979 | static inline void ahci_gtf_filter_workaround(struct ata_host *host) |
| 2980 | {} |
| 2981 | #endif |
Tejun Heo | f80ae7e | 2009-09-16 04:18:03 +0900 | [diff] [blame] | 2982 | |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 2983 | static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2984 | { |
| 2985 | static int printed_version; |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 2986 | unsigned int board_id = ent->driver_data; |
| 2987 | struct ata_port_info pi = ahci_port_info[board_id]; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2988 | const struct ata_port_info *ppi[] = { &pi, NULL }; |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 2989 | struct device *dev = &pdev->dev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2990 | struct ahci_host_priv *hpriv; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 2991 | struct ata_host *host; |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 2992 | int n_ports, i, rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2993 | |
| 2994 | VPRINTK("ENTER\n"); |
| 2995 | |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 2996 | WARN_ON(ATA_MAX_QUEUE > AHCI_MAX_CMDS); |
| 2997 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2998 | if (!printed_version++) |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 2999 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3000 | |
Alan Cox | 5b66c82 | 2008-09-03 14:48:34 +0100 | [diff] [blame] | 3001 | /* The AHCI driver can only drive the SATA ports, the PATA driver |
| 3002 | can drive them all so if both drivers are selected make sure |
| 3003 | AHCI stays out of the way */ |
| 3004 | if (pdev->vendor == PCI_VENDOR_ID_MARVELL && !marvell_enable) |
| 3005 | return -ENODEV; |
| 3006 | |
Mark Nelson | 7a02267 | 2009-11-22 12:07:41 +1100 | [diff] [blame] | 3007 | /* Promise's PDC42819 is a SAS/SATA controller that has an AHCI mode. |
| 3008 | * At the moment, we can only use the AHCI mode. Let the users know |
| 3009 | * that for SAS drives they're out of luck. |
| 3010 | */ |
| 3011 | if (pdev->vendor == PCI_VENDOR_ID_PROMISE) |
| 3012 | dev_printk(KERN_INFO, &pdev->dev, "PDC42819 " |
| 3013 | "can only drive SATA devices with this driver\n"); |
| 3014 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3015 | /* acquire resources */ |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 3016 | rc = pcim_enable_device(pdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3017 | if (rc) |
| 3018 | return rc; |
| 3019 | |
Tejun Heo | dea5513 | 2008-03-11 19:52:31 +0900 | [diff] [blame] | 3020 | /* AHCI controllers often implement SFF compatible interface. |
| 3021 | * Grab all PCI BARs just in case. |
| 3022 | */ |
| 3023 | rc = pcim_iomap_regions_request_all(pdev, 1 << AHCI_PCI_BAR, DRV_NAME); |
Tejun Heo | 0d5ff56 | 2007-02-01 15:06:36 +0900 | [diff] [blame] | 3024 | if (rc == -EBUSY) |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 3025 | pcim_pin_device(pdev); |
Tejun Heo | 0d5ff56 | 2007-02-01 15:06:36 +0900 | [diff] [blame] | 3026 | if (rc) |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 3027 | return rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3028 | |
Tejun Heo | c4f7792 | 2007-12-06 15:09:43 +0900 | [diff] [blame] | 3029 | if (pdev->vendor == PCI_VENDOR_ID_INTEL && |
| 3030 | (pdev->device == 0x2652 || pdev->device == 0x2653)) { |
| 3031 | u8 map; |
| 3032 | |
| 3033 | /* ICH6s share the same PCI ID for both piix and ahci |
| 3034 | * modes. Enabling ahci mode while MAP indicates |
| 3035 | * combined mode is a bad idea. Yield to ata_piix. |
| 3036 | */ |
| 3037 | pci_read_config_byte(pdev, ICH_MAP, &map); |
| 3038 | if (map & 0x3) { |
| 3039 | dev_printk(KERN_INFO, &pdev->dev, "controller is in " |
| 3040 | "combined mode, can't enable AHCI mode\n"); |
| 3041 | return -ENODEV; |
| 3042 | } |
| 3043 | } |
| 3044 | |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 3045 | hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL); |
| 3046 | if (!hpriv) |
| 3047 | return -ENOMEM; |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 3048 | hpriv->flags |= (unsigned long)pi.private_data; |
| 3049 | |
Tejun Heo | e297d99 | 2008-06-10 00:13:04 +0900 | [diff] [blame] | 3050 | /* MCP65 revision A1 and A2 can't do MSI */ |
| 3051 | if (board_id == board_ahci_mcp65 && |
| 3052 | (pdev->revision == 0xa1 || pdev->revision == 0xa2)) |
| 3053 | hpriv->flags |= AHCI_HFLAG_NO_MSI; |
| 3054 | |
Shane Huang | e427fe0 | 2008-12-30 10:53:41 +0800 | [diff] [blame] | 3055 | /* SB800 does NOT need the workaround to ignore SERR_INTERNAL */ |
| 3056 | if (board_id == board_ahci_sb700 && pdev->revision >= 0x40) |
| 3057 | hpriv->flags &= ~AHCI_HFLAG_IGN_SERR_INTERNAL; |
| 3058 | |
Tejun Heo | 2fcad9d | 2009-10-03 18:27:29 +0900 | [diff] [blame] | 3059 | /* only some SB600s can do 64bit DMA */ |
| 3060 | if (ahci_sb600_enable_64bit(pdev)) |
| 3061 | hpriv->flags &= ~AHCI_HFLAG_32BIT_ONLY; |
Shane Huang | 58a09b3 | 2009-05-27 15:04:43 +0800 | [diff] [blame] | 3062 | |
Tejun Heo | 31b239a | 2009-09-17 00:34:39 +0900 | [diff] [blame] | 3063 | if ((hpriv->flags & AHCI_HFLAG_NO_MSI) || pci_enable_msi(pdev)) |
| 3064 | pci_intx(pdev, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3065 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3066 | /* save initial config */ |
Tejun Heo | 417a1a6 | 2007-09-23 13:19:55 +0900 | [diff] [blame] | 3067 | ahci_save_initial_config(pdev, hpriv); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3068 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3069 | /* prepare host */ |
Tejun Heo | 274c1fd | 2007-07-16 14:29:40 +0900 | [diff] [blame] | 3070 | if (hpriv->cap & HOST_CAP_NCQ) |
Shaohua Li | 388539f | 2009-07-27 09:24:35 +0800 | [diff] [blame] | 3071 | pi.flags |= ATA_FLAG_NCQ | ATA_FLAG_FPDMA_AA; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3072 | |
Tejun Heo | 7d50b60 | 2007-09-23 13:19:54 +0900 | [diff] [blame] | 3073 | if (hpriv->cap & HOST_CAP_PMP) |
| 3074 | pi.flags |= ATA_FLAG_PMP; |
| 3075 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 3076 | if (ahci_em_messages && (hpriv->cap & HOST_CAP_EMS)) { |
| 3077 | u8 messages; |
| 3078 | void __iomem *mmio = pcim_iomap_table(pdev)[AHCI_PCI_BAR]; |
| 3079 | u32 em_loc = readl(mmio + HOST_EM_LOC); |
| 3080 | u32 em_ctl = readl(mmio + HOST_EM_CTL); |
| 3081 | |
David Milburn | 87943ac | 2008-10-13 14:38:36 -0500 | [diff] [blame] | 3082 | messages = (em_ctl & EM_CTRL_MSG_TYPE) >> 16; |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 3083 | |
| 3084 | /* we only support LED message type right now */ |
| 3085 | if ((messages & 0x01) && (ahci_em_messages == 1)) { |
| 3086 | /* store em_loc */ |
| 3087 | hpriv->em_loc = ((em_loc >> 16) * 4); |
| 3088 | pi.flags |= ATA_FLAG_EM; |
| 3089 | if (!(em_ctl & EM_CTL_ALHD)) |
| 3090 | pi.flags |= ATA_FLAG_SW_ACTIVITY; |
| 3091 | } |
| 3092 | } |
| 3093 | |
Rafael J. Wysocki | 1fd6843 | 2009-01-19 20:57:36 +0100 | [diff] [blame] | 3094 | if (ahci_broken_system_poweroff(pdev)) { |
| 3095 | pi.flags |= ATA_FLAG_NO_POWEROFF_SPINDOWN; |
| 3096 | dev_info(&pdev->dev, |
| 3097 | "quirky BIOS, skipping spindown on poweroff\n"); |
| 3098 | } |
| 3099 | |
Tejun Heo | 9b10ae8 | 2009-05-30 20:50:12 +0900 | [diff] [blame] | 3100 | if (ahci_broken_suspend(pdev)) { |
| 3101 | hpriv->flags |= AHCI_HFLAG_NO_SUSPEND; |
| 3102 | dev_printk(KERN_WARNING, &pdev->dev, |
| 3103 | "BIOS update required for suspend/resume\n"); |
| 3104 | } |
| 3105 | |
Tejun Heo | 5594639 | 2009-08-04 14:30:08 +0900 | [diff] [blame] | 3106 | if (ahci_broken_online(pdev)) { |
| 3107 | hpriv->flags |= AHCI_HFLAG_SRST_TOUT_IS_OFFLINE; |
| 3108 | dev_info(&pdev->dev, |
| 3109 | "online status unreliable, applying workaround\n"); |
| 3110 | } |
| 3111 | |
Tejun Heo | 837f5f8 | 2008-02-06 15:13:51 +0900 | [diff] [blame] | 3112 | /* CAP.NP sometimes indicate the index of the last enabled |
| 3113 | * port, at other times, that of the last possible port, so |
| 3114 | * determining the maximum port number requires looking at |
| 3115 | * both CAP.NP and port_map. |
| 3116 | */ |
| 3117 | n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map)); |
| 3118 | |
| 3119 | host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports); |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3120 | if (!host) |
| 3121 | return -ENOMEM; |
| 3122 | host->iomap = pcim_iomap_table(pdev); |
| 3123 | host->private_data = hpriv; |
| 3124 | |
Arjan van de Ven | f3d7f23 | 2009-01-26 02:05:44 -0800 | [diff] [blame] | 3125 | if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) |
Arjan van de Ven | 886ad09 | 2009-01-09 15:54:07 -0800 | [diff] [blame] | 3126 | host->flags |= ATA_HOST_PARALLEL_SCAN; |
Arjan van de Ven | f3d7f23 | 2009-01-26 02:05:44 -0800 | [diff] [blame] | 3127 | else |
| 3128 | printk(KERN_INFO "ahci: SSS flag set, parallel bus scan disabled\n"); |
Arjan van de Ven | 886ad09 | 2009-01-09 15:54:07 -0800 | [diff] [blame] | 3129 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 3130 | if (pi.flags & ATA_FLAG_EM) |
| 3131 | ahci_reset_em(host); |
| 3132 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3133 | for (i = 0; i < host->n_ports; i++) { |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 3134 | struct ata_port *ap = host->ports[i]; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3135 | |
Tejun Heo | cbcdd87 | 2007-08-18 13:14:55 +0900 | [diff] [blame] | 3136 | ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); |
| 3137 | ata_port_pbar_desc(ap, AHCI_PCI_BAR, |
| 3138 | 0x100 + ap->port_no * 0x80, "port"); |
| 3139 | |
Kristen Carlson Accardi | 3155659 | 2007-10-25 01:33:26 -0400 | [diff] [blame] | 3140 | /* set initial link pm policy */ |
| 3141 | ap->pm_policy = NOT_AVAILABLE; |
| 3142 | |
Kristen Carlson Accardi | 18f7ba4 | 2008-06-03 10:33:55 -0700 | [diff] [blame] | 3143 | /* set enclosure management message type */ |
| 3144 | if (ap->flags & ATA_FLAG_EM) |
| 3145 | ap->em_message_type = ahci_em_messages; |
| 3146 | |
| 3147 | |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 3148 | /* disabled/not-implemented port */ |
Tejun Heo | 350756f | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 3149 | if (!(hpriv->port_map & (1 << i))) |
Jeff Garzik | dab632e | 2007-05-28 08:33:01 -0400 | [diff] [blame] | 3150 | ap->ops = &ata_dummy_port_ops; |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3151 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3152 | |
Tejun Heo | edc9305 | 2007-10-25 14:59:16 +0900 | [diff] [blame] | 3153 | /* apply workaround for ASUS P5W DH Deluxe mainboard */ |
| 3154 | ahci_p5wdh_workaround(host); |
| 3155 | |
Tejun Heo | f80ae7e | 2009-09-16 04:18:03 +0900 | [diff] [blame] | 3156 | /* apply gtf filter quirk */ |
| 3157 | ahci_gtf_filter_workaround(host); |
| 3158 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3159 | /* initialize adapter */ |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3160 | rc = ahci_configure_dma_masks(pdev, hpriv->cap & HOST_CAP_64); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3161 | if (rc) |
Tejun Heo | 24dc5f3 | 2007-01-20 16:00:28 +0900 | [diff] [blame] | 3162 | return rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3163 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3164 | rc = ahci_reset_controller(host); |
| 3165 | if (rc) |
| 3166 | return rc; |
Tejun Heo | 12fad3f | 2006-05-15 21:03:55 +0900 | [diff] [blame] | 3167 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3168 | ahci_init_controller(host); |
| 3169 | ahci_print_info(host); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3170 | |
Tejun Heo | 4447d35 | 2007-04-17 23:44:08 +0900 | [diff] [blame] | 3171 | pci_set_master(pdev); |
| 3172 | return ata_host_activate(host, pdev->irq, ahci_interrupt, IRQF_SHARED, |
| 3173 | &ahci_sht); |
Jeff Garzik | 907f467 | 2005-05-12 15:03:42 -0400 | [diff] [blame] | 3174 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3175 | |
| 3176 | static int __init ahci_init(void) |
| 3177 | { |
Pavel Roskin | b788719 | 2006-08-10 18:13:18 +0900 | [diff] [blame] | 3178 | return pci_register_driver(&ahci_pci_driver); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3179 | } |
| 3180 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3181 | static void __exit ahci_exit(void) |
| 3182 | { |
| 3183 | pci_unregister_driver(&ahci_pci_driver); |
| 3184 | } |
| 3185 | |
| 3186 | |
| 3187 | MODULE_AUTHOR("Jeff Garzik"); |
| 3188 | MODULE_DESCRIPTION("AHCI SATA low-level driver"); |
| 3189 | MODULE_LICENSE("GPL"); |
| 3190 | MODULE_DEVICE_TABLE(pci, ahci_pci_tbl); |
Jeff Garzik | 6885433 | 2005-08-23 02:53:51 -0400 | [diff] [blame] | 3191 | MODULE_VERSION(DRV_VERSION); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3192 | |
| 3193 | module_init(ahci_init); |
| 3194 | module_exit(ahci_exit); |