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