blob: eefb948f06322a72cbbbb10e2104d5d1c39cd83c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Jeff Garzikaf36d7f2005-08-28 20:18:39 -04002 * libata-core.c - helper library for ATA
3 *
4 * Maintained by: Jeff Garzik <jgarzik@pobox.com>
5 * Please ALWAYS copy linux-ide@vger.kernel.org
6 * on emails.
7 *
8 * Copyright 2003-2004 Red Hat, Inc. All rights reserved.
9 * Copyright 2003-2004 Jeff Garzik
10 *
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2, or (at your option)
15 * any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; see the file COPYING. If not, write to
24 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25 *
26 *
27 * libata documentation is available via 'make {ps|pdf}docs',
28 * as Documentation/DocBook/libata.*
29 *
30 * Hardware documentation available from http://www.t13.org/ and
31 * http://www.sata-io.org/
32 *
Alan Cox92c52c52007-11-19 14:30:16 +000033 * Standards documents from:
34 * http://www.t13.org (ATA standards, PCI DMA IDE spec)
35 * http://www.t10.org (SCSI MMC - for ATAPI MMC)
36 * http://www.sata-io.org (SATA)
37 * http://www.compactflash.org (CF)
38 * http://www.qic.org (QIC157 - Tape and DSC)
39 * http://www.ce-ata.org (CE-ATA: not supported)
40 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 */
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/kernel.h>
44#include <linux/module.h>
45#include <linux/pci.h>
46#include <linux/init.h>
47#include <linux/list.h>
48#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include <linux/spinlock.h>
50#include <linux/blkdev.h>
51#include <linux/delay.h>
52#include <linux/timer.h>
53#include <linux/interrupt.h>
54#include <linux/completion.h>
55#include <linux/suspend.h>
56#include <linux/workqueue.h>
David Hardeman378f0582005-09-17 17:55:31 +100057#include <linux/scatterlist.h>
Jeff Garzik2dcb4072007-10-19 06:42:56 -040058#include <linux/io.h>
Arjan van de Ven79318052009-01-04 05:32:28 -080059#include <linux/async.h>
Mark Lorde18086d2009-03-19 13:32:21 -040060#include <linux/log2.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090061#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#include <scsi/scsi.h>
Jeff Garzik193515d2005-11-07 00:59:37 -050063#include <scsi/scsi_cmnd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070064#include <scsi/scsi_host.h>
65#include <linux/libata.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#include <asm/byteorder.h>
Tejun Heo140b5e52007-12-12 12:21:52 +090067#include <linux/cdrom.h>
Akinobu Mita9990b6f2010-04-12 21:11:41 +090068#include <linux/ratelimit.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70#include "libata.h"
71
Jeff Garzikfda0efc2007-01-31 07:43:15 -050072
Tejun Heod7bb4cc2006-05-31 18:27:46 +090073/* debounce timing parameters in msecs { interval, duration, timeout } */
Tejun Heoe9c83912006-07-03 16:07:26 +090074const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 };
75const unsigned long sata_deb_timing_hotplug[] = { 25, 500, 2000 };
76const unsigned long sata_deb_timing_long[] = { 100, 2000, 5000 };
Tejun Heod7bb4cc2006-05-31 18:27:46 +090077
Tejun Heo029cfd62008-03-25 12:22:49 +090078const struct ata_port_operations ata_base_port_ops = {
Tejun Heo0aa11132008-04-07 22:47:18 +090079 .prereset = ata_std_prereset,
Tejun Heo203c75b2008-04-07 22:47:18 +090080 .postreset = ata_std_postreset,
Tejun Heoa1efdab2008-03-25 12:22:50 +090081 .error_handler = ata_std_error_handler,
Tejun Heo029cfd62008-03-25 12:22:49 +090082};
83
84const struct ata_port_operations sata_port_ops = {
85 .inherits = &ata_base_port_ops,
86
87 .qc_defer = ata_std_qc_defer,
Tejun Heo57c9efd2008-04-07 22:47:19 +090088 .hardreset = sata_std_hardreset,
Tejun Heo029cfd62008-03-25 12:22:49 +090089};
90
Tejun Heo3373efd2006-05-15 20:57:53 +090091static unsigned int ata_dev_init_params(struct ata_device *dev,
92 u16 heads, u16 sectors);
93static unsigned int ata_dev_set_xfermode(struct ata_device *dev);
Jeff Garzik218f3d32007-10-25 00:33:27 -040094static unsigned int ata_dev_set_feature(struct ata_device *dev,
95 u8 enable, u8 feature);
Tejun Heo3373efd2006-05-15 20:57:53 +090096static void ata_dev_xfermask(struct ata_device *dev);
Tejun Heo75683fe2007-07-05 13:31:27 +090097static unsigned long ata_dev_blacklisted(const struct ata_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Tejun Heof3187192007-04-17 23:44:07 +090099unsigned int ata_print_id = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100
Tejun Heo453b07a2006-05-31 18:27:42 +0900101struct workqueue_struct *ata_aux_wq;
102
Tejun Heo33267322008-02-13 09:15:09 +0900103struct ata_force_param {
104 const char *name;
105 unsigned int cbl;
106 int spd_limit;
107 unsigned long xfer_mask;
108 unsigned int horkage_on;
109 unsigned int horkage_off;
Tejun Heo05944bd2008-08-13 20:19:09 +0900110 unsigned int lflags;
Tejun Heo33267322008-02-13 09:15:09 +0900111};
112
113struct ata_force_ent {
114 int port;
115 int device;
116 struct ata_force_param param;
117};
118
119static struct ata_force_ent *ata_force_tbl;
120static int ata_force_tbl_size;
121
122static char ata_force_param_buf[PAGE_SIZE] __initdata;
Tejun Heo7afb4222008-03-09 20:21:53 +0900123/* param_buf is thrown away after initialization, disallow read */
124module_param_string(force, ata_force_param_buf, sizeof(ata_force_param_buf), 0);
Tejun Heo33267322008-02-13 09:15:09 +0900125MODULE_PARM_DESC(force, "Force ATA configurations including cable type, link speed and transfer mode (see Documentation/kernel-parameters.txt for details)");
126
Tejun Heo2486fa52008-07-31 07:52:40 +0900127static int atapi_enabled = 1;
Jeff Garzik1623c812005-08-30 03:37:42 -0400128module_param(atapi_enabled, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200129MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on [default])");
Jeff Garzik1623c812005-08-30 03:37:42 -0400130
Adrian Bunkc5c61bd2008-02-25 02:07:25 +0200131static int atapi_dmadir = 0;
Albert Lee95de7192006-04-04 10:57:18 +0800132module_param(atapi_dmadir, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200133MODULE_PARM_DESC(atapi_dmadir, "Enable ATAPI DMADIR bridge support (0=off [default], 1=on)");
Albert Lee95de7192006-04-04 10:57:18 +0800134
Mark Lordbaf4fdf2007-08-08 01:08:45 +0900135int atapi_passthru16 = 1;
136module_param(atapi_passthru16, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200137MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default])");
Mark Lordbaf4fdf2007-08-08 01:08:45 +0900138
Jeff Garzikc3c013a2006-02-27 22:31:19 -0500139int libata_fua = 0;
140module_param_named(fua, libata_fua, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200141MODULE_PARM_DESC(fua, "FUA support (0=off [default], 1=on)");
Jeff Garzikc3c013a2006-02-27 22:31:19 -0500142
Jeff Garzik2dcb4072007-10-19 06:42:56 -0400143static int ata_ignore_hpa;
Alan Cox1e999732007-04-11 00:23:13 +0100144module_param_named(ignore_hpa, ata_ignore_hpa, int, 0644);
145MODULE_PARM_DESC(ignore_hpa, "Ignore HPA limit (0=keep BIOS limits, 1=ignore limits, using full disk)");
146
Alan Coxb3a70602007-10-02 12:38:26 -0400147static int libata_dma_mask = ATA_DMA_MASK_ATA|ATA_DMA_MASK_ATAPI|ATA_DMA_MASK_CFA;
148module_param_named(dma, libata_dma_mask, int, 0444);
149MODULE_PARM_DESC(dma, "DMA enable/disable (0x1==ATA, 0x2==ATAPI, 0x4==CF)");
150
Tejun Heo87fbc5a2008-05-20 02:17:54 +0900151static int ata_probe_timeout;
Andrew Mortona8601e52006-06-25 01:36:52 -0700152module_param(ata_probe_timeout, int, 0444);
153MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");
154
Jeff Garzik6ebe9d82007-10-05 16:28:36 -0400155int libata_noacpi = 0;
Jeff Garzikd7d0dad2007-03-28 01:57:37 -0400156module_param_named(noacpi, libata_noacpi, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200157MODULE_PARM_DESC(noacpi, "Disable the use of ACPI in probe/suspend/resume (0=off [default], 1=on)");
Kristen Carlson Accardi11ef6972006-09-28 11:29:01 -0700158
Alan Coxae8d4ee2007-11-04 22:05:49 -0500159int libata_allow_tpm = 0;
160module_param_named(allow_tpm, libata_allow_tpm, int, 0444);
Evgeni Golovad5d8ea2009-06-22 09:46:20 +0200161MODULE_PARM_DESC(allow_tpm, "Permit the use of TPM commands (0=off [default], 1=on)");
Alan Coxae8d4ee2007-11-04 22:05:49 -0500162
Tejun Heoe7ecd432010-05-19 15:38:58 +0200163static int atapi_an;
164module_param(atapi_an, int, 0444);
165MODULE_PARM_DESC(atapi_an, "Enable ATAPI AN media presence notification (0=0ff [default], 1=on)");
166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167MODULE_AUTHOR("Jeff Garzik");
168MODULE_DESCRIPTION("Library module for ATA devices");
169MODULE_LICENSE("GPL");
170MODULE_VERSION(DRV_VERSION);
171
Edward Falk0baab862005-06-02 18:17:13 -0400172
Tejun Heo9913ff82009-01-29 20:31:31 +0900173static bool ata_sstatus_online(u32 sstatus)
174{
175 return (sstatus & 0xf) == 0x3;
176}
177
Tejun Heo1eca4362008-11-03 20:03:17 +0900178/**
179 * ata_link_next - link iteration helper
180 * @link: the previous link, NULL to start
181 * @ap: ATA port containing links to iterate
182 * @mode: iteration mode, one of ATA_LITER_*
Tejun Heoaadffb62008-07-31 17:02:41 +0900183 *
Tejun Heo1eca4362008-11-03 20:03:17 +0900184 * LOCKING:
185 * Host lock or EH context.
186 *
187 * RETURNS:
188 * Pointer to the next link.
Tejun Heoaadffb62008-07-31 17:02:41 +0900189 */
Tejun Heo1eca4362008-11-03 20:03:17 +0900190struct ata_link *ata_link_next(struct ata_link *link, struct ata_port *ap,
191 enum ata_link_iter_mode mode)
Tejun Heoaadffb62008-07-31 17:02:41 +0900192{
Tejun Heo1eca4362008-11-03 20:03:17 +0900193 BUG_ON(mode != ATA_LITER_EDGE &&
194 mode != ATA_LITER_PMP_FIRST && mode != ATA_LITER_HOST_FIRST);
Tejun Heoaadffb62008-07-31 17:02:41 +0900195
Tejun Heo1eca4362008-11-03 20:03:17 +0900196 /* NULL link indicates start of iteration */
197 if (!link)
198 switch (mode) {
199 case ATA_LITER_EDGE:
200 case ATA_LITER_PMP_FIRST:
201 if (sata_pmp_attached(ap))
202 return ap->pmp_link;
203 /* fall through */
204 case ATA_LITER_HOST_FIRST:
205 return &ap->link;
206 }
207
208 /* we just iterated over the host link, what's next? */
209 if (link == &ap->link)
210 switch (mode) {
211 case ATA_LITER_HOST_FIRST:
212 if (sata_pmp_attached(ap))
213 return ap->pmp_link;
214 /* fall through */
215 case ATA_LITER_PMP_FIRST:
216 if (unlikely(ap->slave_link))
Tejun Heob1c72912008-07-31 17:02:43 +0900217 return ap->slave_link;
Tejun Heo1eca4362008-11-03 20:03:17 +0900218 /* fall through */
219 case ATA_LITER_EDGE:
Tejun Heoaadffb62008-07-31 17:02:41 +0900220 return NULL;
Tejun Heob1c72912008-07-31 17:02:43 +0900221 }
Tejun Heoaadffb62008-07-31 17:02:41 +0900222
Tejun Heob1c72912008-07-31 17:02:43 +0900223 /* slave_link excludes PMP */
224 if (unlikely(link == ap->slave_link))
225 return NULL;
226
Tejun Heo1eca4362008-11-03 20:03:17 +0900227 /* we were over a PMP link */
Tejun Heoaadffb62008-07-31 17:02:41 +0900228 if (++link < ap->pmp_link + ap->nr_pmp_links)
229 return link;
Tejun Heo1eca4362008-11-03 20:03:17 +0900230
231 if (mode == ATA_LITER_PMP_FIRST)
232 return &ap->link;
233
Tejun Heoaadffb62008-07-31 17:02:41 +0900234 return NULL;
235}
236
Edward Falk0baab862005-06-02 18:17:13 -0400237/**
Tejun Heo1eca4362008-11-03 20:03:17 +0900238 * ata_dev_next - device iteration helper
239 * @dev: the previous device, NULL to start
240 * @link: ATA link containing devices to iterate
241 * @mode: iteration mode, one of ATA_DITER_*
242 *
243 * LOCKING:
244 * Host lock or EH context.
245 *
246 * RETURNS:
247 * Pointer to the next device.
248 */
249struct ata_device *ata_dev_next(struct ata_device *dev, struct ata_link *link,
250 enum ata_dev_iter_mode mode)
251{
252 BUG_ON(mode != ATA_DITER_ENABLED && mode != ATA_DITER_ENABLED_REVERSE &&
253 mode != ATA_DITER_ALL && mode != ATA_DITER_ALL_REVERSE);
254
255 /* NULL dev indicates start of iteration */
256 if (!dev)
257 switch (mode) {
258 case ATA_DITER_ENABLED:
259 case ATA_DITER_ALL:
260 dev = link->device;
261 goto check;
262 case ATA_DITER_ENABLED_REVERSE:
263 case ATA_DITER_ALL_REVERSE:
264 dev = link->device + ata_link_max_devices(link) - 1;
265 goto check;
266 }
267
268 next:
269 /* move to the next one */
270 switch (mode) {
271 case ATA_DITER_ENABLED:
272 case ATA_DITER_ALL:
273 if (++dev < link->device + ata_link_max_devices(link))
274 goto check;
275 return NULL;
276 case ATA_DITER_ENABLED_REVERSE:
277 case ATA_DITER_ALL_REVERSE:
278 if (--dev >= link->device)
279 goto check;
280 return NULL;
281 }
282
283 check:
284 if ((mode == ATA_DITER_ENABLED || mode == ATA_DITER_ENABLED_REVERSE) &&
285 !ata_dev_enabled(dev))
286 goto next;
287 return dev;
288}
289
290/**
Tejun Heob1c72912008-07-31 17:02:43 +0900291 * ata_dev_phys_link - find physical link for a device
292 * @dev: ATA device to look up physical link for
293 *
294 * Look up physical link which @dev is attached to. Note that
295 * this is different from @dev->link only when @dev is on slave
296 * link. For all other cases, it's the same as @dev->link.
297 *
298 * LOCKING:
299 * Don't care.
300 *
301 * RETURNS:
302 * Pointer to the found physical link.
303 */
304struct ata_link *ata_dev_phys_link(struct ata_device *dev)
305{
306 struct ata_port *ap = dev->link->ap;
307
308 if (!ap->slave_link)
309 return dev->link;
310 if (!dev->devno)
311 return &ap->link;
312 return ap->slave_link;
313}
314
315/**
Tejun Heo33267322008-02-13 09:15:09 +0900316 * ata_force_cbl - force cable type according to libata.force
Randy Dunlap4cdfa1b2008-02-22 12:21:37 -0800317 * @ap: ATA port of interest
Tejun Heo33267322008-02-13 09:15:09 +0900318 *
319 * Force cable type according to libata.force and whine about it.
320 * The last entry which has matching port number is used, so it
321 * can be specified as part of device force parameters. For
322 * example, both "a:40c,1.00:udma4" and "1.00:40c,udma4" have the
323 * same effect.
324 *
325 * LOCKING:
326 * EH context.
327 */
328void ata_force_cbl(struct ata_port *ap)
329{
330 int i;
331
332 for (i = ata_force_tbl_size - 1; i >= 0; i--) {
333 const struct ata_force_ent *fe = &ata_force_tbl[i];
334
335 if (fe->port != -1 && fe->port != ap->print_id)
336 continue;
337
338 if (fe->param.cbl == ATA_CBL_NONE)
339 continue;
340
341 ap->cbl = fe->param.cbl;
342 ata_port_printk(ap, KERN_NOTICE,
343 "FORCE: cable set to %s\n", fe->param.name);
344 return;
345 }
346}
347
348/**
Tejun Heo05944bd2008-08-13 20:19:09 +0900349 * ata_force_link_limits - force link limits according to libata.force
Tejun Heo33267322008-02-13 09:15:09 +0900350 * @link: ATA link of interest
351 *
Tejun Heo05944bd2008-08-13 20:19:09 +0900352 * Force link flags and SATA spd limit according to libata.force
353 * and whine about it. When only the port part is specified
354 * (e.g. 1:), the limit applies to all links connected to both
355 * the host link and all fan-out ports connected via PMP. If the
356 * device part is specified as 0 (e.g. 1.00:), it specifies the
357 * first fan-out link not the host link. Device number 15 always
Tejun Heob1c72912008-07-31 17:02:43 +0900358 * points to the host link whether PMP is attached or not. If the
359 * controller has slave link, device number 16 points to it.
Tejun Heo33267322008-02-13 09:15:09 +0900360 *
361 * LOCKING:
362 * EH context.
363 */
Tejun Heo05944bd2008-08-13 20:19:09 +0900364static void ata_force_link_limits(struct ata_link *link)
Tejun Heo33267322008-02-13 09:15:09 +0900365{
Tejun Heo05944bd2008-08-13 20:19:09 +0900366 bool did_spd = false;
Tejun Heob1c72912008-07-31 17:02:43 +0900367 int linkno = link->pmp;
368 int i;
Tejun Heo33267322008-02-13 09:15:09 +0900369
370 if (ata_is_host_link(link))
Tejun Heob1c72912008-07-31 17:02:43 +0900371 linkno += 15;
Tejun Heo33267322008-02-13 09:15:09 +0900372
373 for (i = ata_force_tbl_size - 1; i >= 0; i--) {
374 const struct ata_force_ent *fe = &ata_force_tbl[i];
375
376 if (fe->port != -1 && fe->port != link->ap->print_id)
377 continue;
378
379 if (fe->device != -1 && fe->device != linkno)
380 continue;
381
Tejun Heo05944bd2008-08-13 20:19:09 +0900382 /* only honor the first spd limit */
383 if (!did_spd && fe->param.spd_limit) {
384 link->hw_sata_spd_limit = (1 << fe->param.spd_limit) - 1;
385 ata_link_printk(link, KERN_NOTICE,
386 "FORCE: PHY spd limit set to %s\n",
387 fe->param.name);
388 did_spd = true;
389 }
Tejun Heo33267322008-02-13 09:15:09 +0900390
Tejun Heo05944bd2008-08-13 20:19:09 +0900391 /* let lflags stack */
392 if (fe->param.lflags) {
393 link->flags |= fe->param.lflags;
394 ata_link_printk(link, KERN_NOTICE,
395 "FORCE: link flag 0x%x forced -> 0x%x\n",
396 fe->param.lflags, link->flags);
397 }
Tejun Heo33267322008-02-13 09:15:09 +0900398 }
399}
400
401/**
402 * ata_force_xfermask - force xfermask according to libata.force
403 * @dev: ATA device of interest
404 *
405 * Force xfer_mask according to libata.force and whine about it.
406 * For consistency with link selection, device number 15 selects
407 * the first device connected to the host link.
408 *
409 * LOCKING:
410 * EH context.
411 */
412static void ata_force_xfermask(struct ata_device *dev)
413{
414 int devno = dev->link->pmp + dev->devno;
415 int alt_devno = devno;
416 int i;
417
Tejun Heob1c72912008-07-31 17:02:43 +0900418 /* allow n.15/16 for devices attached to host port */
419 if (ata_is_host_link(dev->link))
420 alt_devno += 15;
Tejun Heo33267322008-02-13 09:15:09 +0900421
422 for (i = ata_force_tbl_size - 1; i >= 0; i--) {
423 const struct ata_force_ent *fe = &ata_force_tbl[i];
424 unsigned long pio_mask, mwdma_mask, udma_mask;
425
426 if (fe->port != -1 && fe->port != dev->link->ap->print_id)
427 continue;
428
429 if (fe->device != -1 && fe->device != devno &&
430 fe->device != alt_devno)
431 continue;
432
433 if (!fe->param.xfer_mask)
434 continue;
435
436 ata_unpack_xfermask(fe->param.xfer_mask,
437 &pio_mask, &mwdma_mask, &udma_mask);
438 if (udma_mask)
439 dev->udma_mask = udma_mask;
440 else if (mwdma_mask) {
441 dev->udma_mask = 0;
442 dev->mwdma_mask = mwdma_mask;
443 } else {
444 dev->udma_mask = 0;
445 dev->mwdma_mask = 0;
446 dev->pio_mask = pio_mask;
447 }
448
449 ata_dev_printk(dev, KERN_NOTICE,
450 "FORCE: xfer_mask set to %s\n", fe->param.name);
451 return;
452 }
453}
454
455/**
456 * ata_force_horkage - force horkage according to libata.force
457 * @dev: ATA device of interest
458 *
459 * Force horkage according to libata.force and whine about it.
460 * For consistency with link selection, device number 15 selects
461 * the first device connected to the host link.
462 *
463 * LOCKING:
464 * EH context.
465 */
466static void ata_force_horkage(struct ata_device *dev)
467{
468 int devno = dev->link->pmp + dev->devno;
469 int alt_devno = devno;
470 int i;
471
Tejun Heob1c72912008-07-31 17:02:43 +0900472 /* allow n.15/16 for devices attached to host port */
473 if (ata_is_host_link(dev->link))
474 alt_devno += 15;
Tejun Heo33267322008-02-13 09:15:09 +0900475
476 for (i = 0; i < ata_force_tbl_size; i++) {
477 const struct ata_force_ent *fe = &ata_force_tbl[i];
478
479 if (fe->port != -1 && fe->port != dev->link->ap->print_id)
480 continue;
481
482 if (fe->device != -1 && fe->device != devno &&
483 fe->device != alt_devno)
484 continue;
485
486 if (!(~dev->horkage & fe->param.horkage_on) &&
487 !(dev->horkage & fe->param.horkage_off))
488 continue;
489
490 dev->horkage |= fe->param.horkage_on;
491 dev->horkage &= ~fe->param.horkage_off;
492
493 ata_dev_printk(dev, KERN_NOTICE,
494 "FORCE: horkage modified (%s)\n", fe->param.name);
495 }
496}
497
498/**
Tejun Heo436d34b2008-04-02 17:28:46 +0900499 * atapi_cmd_type - Determine ATAPI command type from SCSI opcode
500 * @opcode: SCSI opcode
501 *
502 * Determine ATAPI command type from @opcode.
503 *
504 * LOCKING:
505 * None.
506 *
507 * RETURNS:
508 * ATAPI_{READ|WRITE|READ_CD|PASS_THRU|MISC}
509 */
510int atapi_cmd_type(u8 opcode)
511{
512 switch (opcode) {
513 case GPCMD_READ_10:
514 case GPCMD_READ_12:
515 return ATAPI_READ;
516
517 case GPCMD_WRITE_10:
518 case GPCMD_WRITE_12:
519 case GPCMD_WRITE_AND_VERIFY_10:
520 return ATAPI_WRITE;
521
522 case GPCMD_READ_CD:
523 case GPCMD_READ_CD_MSF:
524 return ATAPI_READ_CD;
525
Tejun Heoe52dcc42008-04-02 17:35:19 +0900526 case ATA_16:
527 case ATA_12:
528 if (atapi_passthru16)
529 return ATAPI_PASS_THRU;
530 /* fall thru */
Tejun Heo436d34b2008-04-02 17:28:46 +0900531 default:
532 return ATAPI_MISC;
533 }
534}
535
536/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 * ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure
538 * @tf: Taskfile to convert
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 * @pmp: Port multiplier port
Tejun Heo99771262007-07-16 14:29:38 +0900540 * @is_cmd: This FIS is for command
541 * @fis: Buffer into which data will output
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 *
543 * Converts a standard ATA taskfile to a Serial ATA
544 * FIS structure (Register - Host to Device).
545 *
546 * LOCKING:
547 * Inherited from caller.
548 */
Tejun Heo99771262007-07-16 14:29:38 +0900549void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550{
Tejun Heo99771262007-07-16 14:29:38 +0900551 fis[0] = 0x27; /* Register - Host to Device FIS */
552 fis[1] = pmp & 0xf; /* Port multiplier number*/
553 if (is_cmd)
554 fis[1] |= (1 << 7); /* bit 7 indicates Command FIS */
555
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 fis[2] = tf->command;
557 fis[3] = tf->feature;
558
559 fis[4] = tf->lbal;
560 fis[5] = tf->lbam;
561 fis[6] = tf->lbah;
562 fis[7] = tf->device;
563
564 fis[8] = tf->hob_lbal;
565 fis[9] = tf->hob_lbam;
566 fis[10] = tf->hob_lbah;
567 fis[11] = tf->hob_feature;
568
569 fis[12] = tf->nsect;
570 fis[13] = tf->hob_nsect;
571 fis[14] = 0;
572 fis[15] = tf->ctl;
573
574 fis[16] = 0;
575 fis[17] = 0;
576 fis[18] = 0;
577 fis[19] = 0;
578}
579
580/**
581 * ata_tf_from_fis - Convert SATA FIS to ATA taskfile
582 * @fis: Buffer from which data will be input
583 * @tf: Taskfile to output
584 *
Mark Lorde12a1be2005-11-12 18:55:45 -0500585 * Converts a serial ATA FIS structure to a standard ATA taskfile.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 *
587 * LOCKING:
588 * Inherited from caller.
589 */
590
Jeff Garzik057ace52005-10-22 14:27:05 -0400591void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592{
593 tf->command = fis[2]; /* status */
594 tf->feature = fis[3]; /* error */
595
596 tf->lbal = fis[4];
597 tf->lbam = fis[5];
598 tf->lbah = fis[6];
599 tf->device = fis[7];
600
601 tf->hob_lbal = fis[8];
602 tf->hob_lbam = fis[9];
603 tf->hob_lbah = fis[10];
604
605 tf->nsect = fis[12];
606 tf->hob_nsect = fis[13];
607}
608
Albert Lee8cbd6df2005-10-12 15:06:27 +0800609static const u8 ata_rw_cmds[] = {
610 /* pio multi */
611 ATA_CMD_READ_MULTI,
612 ATA_CMD_WRITE_MULTI,
613 ATA_CMD_READ_MULTI_EXT,
614 ATA_CMD_WRITE_MULTI_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100615 0,
616 0,
617 0,
618 ATA_CMD_WRITE_MULTI_FUA_EXT,
Albert Lee8cbd6df2005-10-12 15:06:27 +0800619 /* pio */
620 ATA_CMD_PIO_READ,
621 ATA_CMD_PIO_WRITE,
622 ATA_CMD_PIO_READ_EXT,
623 ATA_CMD_PIO_WRITE_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100624 0,
625 0,
626 0,
627 0,
Albert Lee8cbd6df2005-10-12 15:06:27 +0800628 /* dma */
629 ATA_CMD_READ,
630 ATA_CMD_WRITE,
631 ATA_CMD_READ_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100632 ATA_CMD_WRITE_EXT,
633 0,
634 0,
635 0,
636 ATA_CMD_WRITE_FUA_EXT
Albert Lee8cbd6df2005-10-12 15:06:27 +0800637};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638
639/**
Albert Lee8cbd6df2005-10-12 15:06:27 +0800640 * ata_rwcmd_protocol - set taskfile r/w commands and protocol
Tejun Heobd056d72006-11-14 22:47:10 +0900641 * @tf: command to examine and configure
642 * @dev: device tf belongs to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 *
Jeff Garzik2e9edbf2006-03-24 09:56:57 -0500644 * Examine the device configuration and tf->flags to calculate
Albert Lee8cbd6df2005-10-12 15:06:27 +0800645 * the proper read/write commands and protocol to use.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 *
647 * LOCKING:
648 * caller.
649 */
Tejun Heobd056d72006-11-14 22:47:10 +0900650static int ata_rwcmd_protocol(struct ata_taskfile *tf, struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651{
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100652 u8 cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100654 int index, fua, lba48, write;
Jeff Garzik2e9edbf2006-03-24 09:56:57 -0500655
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100656 fua = (tf->flags & ATA_TFLAG_FUA) ? 4 : 0;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800657 lba48 = (tf->flags & ATA_TFLAG_LBA48) ? 2 : 0;
658 write = (tf->flags & ATA_TFLAG_WRITE) ? 1 : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659
Albert Lee8cbd6df2005-10-12 15:06:27 +0800660 if (dev->flags & ATA_DFLAG_PIO) {
661 tf->protocol = ATA_PROT_PIO;
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100662 index = dev->multi_count ? 0 : 8;
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900663 } else if (lba48 && (dev->link->ap->flags & ATA_FLAG_PIO_LBA48)) {
Alan Cox8d238e02006-01-17 20:50:31 +0000664 /* Unable to use DMA due to host limitation */
665 tf->protocol = ATA_PROT_PIO;
Albert Lee0565c262006-02-13 18:55:25 +0800666 index = dev->multi_count ? 0 : 8;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800667 } else {
668 tf->protocol = ATA_PROT_DMA;
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100669 index = 16;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800670 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100672 cmd = ata_rw_cmds[index + fua + lba48 + write];
673 if (cmd) {
674 tf->command = cmd;
675 return 0;
676 }
677 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678}
679
Tejun Heocb95d562006-03-06 04:31:56 +0900680/**
Tejun Heo35b649f2006-11-14 22:37:35 +0900681 * ata_tf_read_block - Read block address from ATA taskfile
682 * @tf: ATA taskfile of interest
683 * @dev: ATA device @tf belongs to
684 *
685 * LOCKING:
686 * None.
687 *
688 * Read block address from @tf. This function can handle all
689 * three address formats - LBA, LBA48 and CHS. tf->protocol and
690 * flags select the address format to use.
691 *
692 * RETURNS:
693 * Block address read from @tf.
694 */
695u64 ata_tf_read_block(struct ata_taskfile *tf, struct ata_device *dev)
696{
697 u64 block = 0;
698
699 if (tf->flags & ATA_TFLAG_LBA) {
700 if (tf->flags & ATA_TFLAG_LBA48) {
701 block |= (u64)tf->hob_lbah << 40;
702 block |= (u64)tf->hob_lbam << 32;
Roland Dreier44901a92008-11-04 10:34:48 -0800703 block |= (u64)tf->hob_lbal << 24;
Tejun Heo35b649f2006-11-14 22:37:35 +0900704 } else
705 block |= (tf->device & 0xf) << 24;
706
707 block |= tf->lbah << 16;
708 block |= tf->lbam << 8;
709 block |= tf->lbal;
710 } else {
711 u32 cyl, head, sect;
712
713 cyl = tf->lbam | (tf->lbah << 8);
714 head = tf->device & 0xf;
715 sect = tf->lbal;
716
Tejun Heoac8672e2009-08-16 21:21:21 +0900717 if (!sect) {
718 ata_dev_printk(dev, KERN_WARNING, "device reported "
719 "invalid CHS sector 0\n");
720 sect = 1; /* oh well */
721 }
722
723 block = (cyl * dev->heads + head) * dev->sectors + sect - 1;
Tejun Heo35b649f2006-11-14 22:37:35 +0900724 }
725
726 return block;
727}
728
729/**
Tejun Heobd056d72006-11-14 22:47:10 +0900730 * ata_build_rw_tf - Build ATA taskfile for given read/write request
731 * @tf: Target ATA taskfile
732 * @dev: ATA device @tf belongs to
733 * @block: Block address
734 * @n_block: Number of blocks
735 * @tf_flags: RW/FUA etc...
736 * @tag: tag
737 *
738 * LOCKING:
739 * None.
740 *
741 * Build ATA taskfile @tf for read/write request described by
742 * @block, @n_block, @tf_flags and @tag on @dev.
743 *
744 * RETURNS:
745 *
746 * 0 on success, -ERANGE if the request is too large for @dev,
747 * -EINVAL if the request is invalid.
748 */
749int ata_build_rw_tf(struct ata_taskfile *tf, struct ata_device *dev,
750 u64 block, u32 n_block, unsigned int tf_flags,
751 unsigned int tag)
752{
753 tf->flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
754 tf->flags |= tf_flags;
755
Tejun Heo6d1245b2007-02-20 23:20:27 +0900756 if (ata_ncq_enabled(dev) && likely(tag != ATA_TAG_INTERNAL)) {
Tejun Heobd056d72006-11-14 22:47:10 +0900757 /* yay, NCQ */
758 if (!lba_48_ok(block, n_block))
759 return -ERANGE;
760
761 tf->protocol = ATA_PROT_NCQ;
762 tf->flags |= ATA_TFLAG_LBA | ATA_TFLAG_LBA48;
763
764 if (tf->flags & ATA_TFLAG_WRITE)
765 tf->command = ATA_CMD_FPDMA_WRITE;
766 else
767 tf->command = ATA_CMD_FPDMA_READ;
768
769 tf->nsect = tag << 3;
770 tf->hob_feature = (n_block >> 8) & 0xff;
771 tf->feature = n_block & 0xff;
772
773 tf->hob_lbah = (block >> 40) & 0xff;
774 tf->hob_lbam = (block >> 32) & 0xff;
775 tf->hob_lbal = (block >> 24) & 0xff;
776 tf->lbah = (block >> 16) & 0xff;
777 tf->lbam = (block >> 8) & 0xff;
778 tf->lbal = block & 0xff;
779
780 tf->device = 1 << 6;
781 if (tf->flags & ATA_TFLAG_FUA)
782 tf->device |= 1 << 7;
783 } else if (dev->flags & ATA_DFLAG_LBA) {
784 tf->flags |= ATA_TFLAG_LBA;
785
786 if (lba_28_ok(block, n_block)) {
787 /* use LBA28 */
788 tf->device |= (block >> 24) & 0xf;
789 } else if (lba_48_ok(block, n_block)) {
790 if (!(dev->flags & ATA_DFLAG_LBA48))
791 return -ERANGE;
792
793 /* use LBA48 */
794 tf->flags |= ATA_TFLAG_LBA48;
795
796 tf->hob_nsect = (n_block >> 8) & 0xff;
797
798 tf->hob_lbah = (block >> 40) & 0xff;
799 tf->hob_lbam = (block >> 32) & 0xff;
800 tf->hob_lbal = (block >> 24) & 0xff;
801 } else
802 /* request too large even for LBA48 */
803 return -ERANGE;
804
805 if (unlikely(ata_rwcmd_protocol(tf, dev) < 0))
806 return -EINVAL;
807
808 tf->nsect = n_block & 0xff;
809
810 tf->lbah = (block >> 16) & 0xff;
811 tf->lbam = (block >> 8) & 0xff;
812 tf->lbal = block & 0xff;
813
814 tf->device |= ATA_LBA;
815 } else {
816 /* CHS */
817 u32 sect, head, cyl, track;
818
819 /* The request -may- be too large for CHS addressing. */
820 if (!lba_28_ok(block, n_block))
821 return -ERANGE;
822
823 if (unlikely(ata_rwcmd_protocol(tf, dev) < 0))
824 return -EINVAL;
825
826 /* Convert LBA to CHS */
827 track = (u32)block / dev->sectors;
828 cyl = track / dev->heads;
829 head = track % dev->heads;
830 sect = (u32)block % dev->sectors + 1;
831
832 DPRINTK("block %u track %u cyl %u head %u sect %u\n",
833 (u32)block, track, cyl, head, sect);
834
835 /* Check whether the converted CHS can fit.
836 Cylinder: 0-65535
837 Head: 0-15
838 Sector: 1-255*/
839 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect))
840 return -ERANGE;
841
842 tf->nsect = n_block & 0xff; /* Sector count 0 means 256 sectors */
843 tf->lbal = sect;
844 tf->lbam = cyl;
845 tf->lbah = cyl >> 8;
846 tf->device |= head;
847 }
848
849 return 0;
850}
851
852/**
Tejun Heocb95d562006-03-06 04:31:56 +0900853 * ata_pack_xfermask - Pack pio, mwdma and udma masks into xfer_mask
854 * @pio_mask: pio_mask
855 * @mwdma_mask: mwdma_mask
856 * @udma_mask: udma_mask
857 *
858 * Pack @pio_mask, @mwdma_mask and @udma_mask into a single
859 * unsigned int xfer_mask.
860 *
861 * LOCKING:
862 * None.
863 *
864 * RETURNS:
865 * Packed xfer_mask.
866 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900867unsigned long ata_pack_xfermask(unsigned long pio_mask,
868 unsigned long mwdma_mask,
869 unsigned long udma_mask)
Tejun Heocb95d562006-03-06 04:31:56 +0900870{
871 return ((pio_mask << ATA_SHIFT_PIO) & ATA_MASK_PIO) |
872 ((mwdma_mask << ATA_SHIFT_MWDMA) & ATA_MASK_MWDMA) |
873 ((udma_mask << ATA_SHIFT_UDMA) & ATA_MASK_UDMA);
874}
875
Tejun Heoc0489e42006-03-24 14:07:49 +0900876/**
877 * ata_unpack_xfermask - Unpack xfer_mask into pio, mwdma and udma masks
878 * @xfer_mask: xfer_mask to unpack
879 * @pio_mask: resulting pio_mask
880 * @mwdma_mask: resulting mwdma_mask
881 * @udma_mask: resulting udma_mask
882 *
883 * Unpack @xfer_mask into @pio_mask, @mwdma_mask and @udma_mask.
884 * Any NULL distination masks will be ignored.
885 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900886void ata_unpack_xfermask(unsigned long xfer_mask, unsigned long *pio_mask,
887 unsigned long *mwdma_mask, unsigned long *udma_mask)
Tejun Heoc0489e42006-03-24 14:07:49 +0900888{
889 if (pio_mask)
890 *pio_mask = (xfer_mask & ATA_MASK_PIO) >> ATA_SHIFT_PIO;
891 if (mwdma_mask)
892 *mwdma_mask = (xfer_mask & ATA_MASK_MWDMA) >> ATA_SHIFT_MWDMA;
893 if (udma_mask)
894 *udma_mask = (xfer_mask & ATA_MASK_UDMA) >> ATA_SHIFT_UDMA;
895}
896
Tejun Heocb95d562006-03-06 04:31:56 +0900897static const struct ata_xfer_ent {
Tejun Heobe9a50c2006-03-31 22:48:52 +0900898 int shift, bits;
Tejun Heocb95d562006-03-06 04:31:56 +0900899 u8 base;
900} ata_xfer_tbl[] = {
Tejun Heo70cd0712007-11-27 19:43:40 +0900901 { ATA_SHIFT_PIO, ATA_NR_PIO_MODES, XFER_PIO_0 },
902 { ATA_SHIFT_MWDMA, ATA_NR_MWDMA_MODES, XFER_MW_DMA_0 },
903 { ATA_SHIFT_UDMA, ATA_NR_UDMA_MODES, XFER_UDMA_0 },
Tejun Heocb95d562006-03-06 04:31:56 +0900904 { -1, },
905};
906
907/**
908 * ata_xfer_mask2mode - Find matching XFER_* for the given xfer_mask
909 * @xfer_mask: xfer_mask of interest
910 *
911 * Return matching XFER_* value for @xfer_mask. Only the highest
912 * bit of @xfer_mask is considered.
913 *
914 * LOCKING:
915 * None.
916 *
917 * RETURNS:
Tejun Heo70cd0712007-11-27 19:43:40 +0900918 * Matching XFER_* value, 0xff if no match found.
Tejun Heocb95d562006-03-06 04:31:56 +0900919 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900920u8 ata_xfer_mask2mode(unsigned long xfer_mask)
Tejun Heocb95d562006-03-06 04:31:56 +0900921{
922 int highbit = fls(xfer_mask) - 1;
923 const struct ata_xfer_ent *ent;
924
925 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
926 if (highbit >= ent->shift && highbit < ent->shift + ent->bits)
927 return ent->base + highbit - ent->shift;
Tejun Heo70cd0712007-11-27 19:43:40 +0900928 return 0xff;
Tejun Heocb95d562006-03-06 04:31:56 +0900929}
930
931/**
932 * ata_xfer_mode2mask - Find matching xfer_mask for XFER_*
933 * @xfer_mode: XFER_* of interest
934 *
935 * Return matching xfer_mask for @xfer_mode.
936 *
937 * LOCKING:
938 * None.
939 *
940 * RETURNS:
941 * Matching xfer_mask, 0 if no match found.
942 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900943unsigned long ata_xfer_mode2mask(u8 xfer_mode)
Tejun Heocb95d562006-03-06 04:31:56 +0900944{
945 const struct ata_xfer_ent *ent;
946
947 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
948 if (xfer_mode >= ent->base && xfer_mode < ent->base + ent->bits)
Tejun Heo70cd0712007-11-27 19:43:40 +0900949 return ((2 << (ent->shift + xfer_mode - ent->base)) - 1)
950 & ~((1 << ent->shift) - 1);
Tejun Heocb95d562006-03-06 04:31:56 +0900951 return 0;
952}
953
954/**
955 * ata_xfer_mode2shift - Find matching xfer_shift for XFER_*
956 * @xfer_mode: XFER_* of interest
957 *
958 * Return matching xfer_shift for @xfer_mode.
959 *
960 * LOCKING:
961 * None.
962 *
963 * RETURNS:
964 * Matching xfer_shift, -1 if no match found.
965 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900966int ata_xfer_mode2shift(unsigned long xfer_mode)
Tejun Heocb95d562006-03-06 04:31:56 +0900967{
968 const struct ata_xfer_ent *ent;
969
970 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
971 if (xfer_mode >= ent->base && xfer_mode < ent->base + ent->bits)
972 return ent->shift;
973 return -1;
974}
975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976/**
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900977 * ata_mode_string - convert xfer_mask to string
978 * @xfer_mask: mask of bits supported; only highest bit counts.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 *
980 * Determine string which represents the highest speed
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900981 * (highest bit in @modemask).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 *
983 * LOCKING:
984 * None.
985 *
986 * RETURNS:
987 * Constant C string representing highest speed listed in
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900988 * @mode_mask, or the constant C string "<n/a>".
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 */
Tejun Heo7dc951a2007-11-27 19:43:42 +0900990const char *ata_mode_string(unsigned long xfer_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991{
Tejun Heo75f554b2006-03-06 04:31:57 +0900992 static const char * const xfer_mode_str[] = {
993 "PIO0",
994 "PIO1",
995 "PIO2",
996 "PIO3",
997 "PIO4",
Alan Coxb352e572006-08-10 18:52:12 +0100998 "PIO5",
999 "PIO6",
Tejun Heo75f554b2006-03-06 04:31:57 +09001000 "MWDMA0",
1001 "MWDMA1",
1002 "MWDMA2",
Alan Coxb352e572006-08-10 18:52:12 +01001003 "MWDMA3",
1004 "MWDMA4",
Tejun Heo75f554b2006-03-06 04:31:57 +09001005 "UDMA/16",
1006 "UDMA/25",
1007 "UDMA/33",
1008 "UDMA/44",
1009 "UDMA/66",
1010 "UDMA/100",
1011 "UDMA/133",
1012 "UDMA7",
1013 };
Tejun Heo1da7b0d2006-03-06 04:31:56 +09001014 int highbit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Tejun Heo1da7b0d2006-03-06 04:31:56 +09001016 highbit = fls(xfer_mask) - 1;
1017 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str))
1018 return xfer_mode_str[highbit];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 return "<n/a>";
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020}
1021
Tejun Heo4c360c82006-04-01 01:38:17 +09001022static const char *sata_spd_string(unsigned int spd)
1023{
1024 static const char * const spd_str[] = {
1025 "1.5 Gbps",
1026 "3.0 Gbps",
Shane Huang8522ee22008-12-30 11:00:37 +08001027 "6.0 Gbps",
Tejun Heo4c360c82006-04-01 01:38:17 +09001028 };
1029
1030 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str))
1031 return "<unknown>";
1032 return spd_str[spd - 1];
1033}
1034
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001035static int ata_dev_set_dipm(struct ata_device *dev, enum link_pm policy)
1036{
1037 struct ata_link *link = dev->link;
1038 struct ata_port *ap = link->ap;
1039 u32 scontrol;
1040 unsigned int err_mask;
1041 int rc;
1042
1043 /*
1044 * disallow DIPM for drivers which haven't set
1045 * ATA_FLAG_IPM. This is because when DIPM is enabled,
1046 * phy ready will be set in the interrupt status on
1047 * state changes, which will cause some drivers to
1048 * think there are errors - additionally drivers will
1049 * need to disable hot plug.
1050 */
1051 if (!(ap->flags & ATA_FLAG_IPM) || !ata_dev_enabled(dev)) {
1052 ap->pm_policy = NOT_AVAILABLE;
1053 return -EINVAL;
1054 }
1055
1056 /*
1057 * For DIPM, we will only enable it for the
1058 * min_power setting.
1059 *
1060 * Why? Because Disks are too stupid to know that
1061 * If the host rejects a request to go to SLUMBER
1062 * they should retry at PARTIAL, and instead it
1063 * just would give up. So, for medium_power to
1064 * work at all, we need to only allow HIPM.
1065 */
1066 rc = sata_scr_read(link, SCR_CONTROL, &scontrol);
1067 if (rc)
1068 return rc;
1069
1070 switch (policy) {
1071 case MIN_POWER:
1072 /* no restrictions on IPM transitions */
1073 scontrol &= ~(0x3 << 8);
1074 rc = sata_scr_write(link, SCR_CONTROL, scontrol);
1075 if (rc)
1076 return rc;
1077
1078 /* enable DIPM */
1079 if (dev->flags & ATA_DFLAG_DIPM)
1080 err_mask = ata_dev_set_feature(dev,
1081 SETFEATURES_SATA_ENABLE, SATA_DIPM);
1082 break;
1083 case MEDIUM_POWER:
1084 /* allow IPM to PARTIAL */
1085 scontrol &= ~(0x1 << 8);
1086 scontrol |= (0x2 << 8);
1087 rc = sata_scr_write(link, SCR_CONTROL, scontrol);
1088 if (rc)
1089 return rc;
1090
Kristen Carlson Accardif5456b62007-11-02 16:37:08 -07001091 /*
1092 * we don't have to disable DIPM since IPM flags
1093 * disallow transitions to SLUMBER, which effectively
1094 * disable DIPM if it does not support PARTIAL
1095 */
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001096 break;
1097 case NOT_AVAILABLE:
1098 case MAX_PERFORMANCE:
1099 /* disable all IPM transitions */
1100 scontrol |= (0x3 << 8);
1101 rc = sata_scr_write(link, SCR_CONTROL, scontrol);
1102 if (rc)
1103 return rc;
1104
Kristen Carlson Accardif5456b62007-11-02 16:37:08 -07001105 /*
1106 * we don't have to disable DIPM since IPM flags
1107 * disallow all transitions which effectively
1108 * disable DIPM anyway.
1109 */
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001110 break;
1111 }
1112
1113 /* FIXME: handle SET FEATURES failure */
1114 (void) err_mask;
1115
1116 return 0;
1117}
1118
1119/**
1120 * ata_dev_enable_pm - enable SATA interface power management
Stephen Hemminger48166fd2007-10-31 10:00:27 -07001121 * @dev: device to enable power management
1122 * @policy: the link power management policy
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001123 *
1124 * Enable SATA Interface power management. This will enable
1125 * Device Interface Power Management (DIPM) for min_power
1126 * policy, and then call driver specific callbacks for
1127 * enabling Host Initiated Power management.
1128 *
1129 * Locking: Caller.
1130 * Returns: -EINVAL if IPM is not supported, 0 otherwise.
1131 */
1132void ata_dev_enable_pm(struct ata_device *dev, enum link_pm policy)
1133{
1134 int rc = 0;
1135 struct ata_port *ap = dev->link->ap;
1136
1137 /* set HIPM first, then DIPM */
1138 if (ap->ops->enable_pm)
1139 rc = ap->ops->enable_pm(ap, policy);
1140 if (rc)
1141 goto enable_pm_out;
1142 rc = ata_dev_set_dipm(dev, policy);
1143
1144enable_pm_out:
1145 if (rc)
1146 ap->pm_policy = MAX_PERFORMANCE;
1147 else
1148 ap->pm_policy = policy;
1149 return /* rc */; /* hopefully we can use 'rc' eventually */
1150}
1151
Stephen Rothwell1992a5e2007-10-31 14:53:32 +11001152#ifdef CONFIG_PM
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001153/**
1154 * ata_dev_disable_pm - disable SATA interface power management
Stephen Hemminger48166fd2007-10-31 10:00:27 -07001155 * @dev: device to disable power management
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001156 *
1157 * Disable SATA Interface power management. This will disable
1158 * Device Interface Power Management (DIPM) without changing
1159 * policy, call driver specific callbacks for disabling Host
1160 * Initiated Power management.
1161 *
1162 * Locking: Caller.
1163 * Returns: void
1164 */
1165static void ata_dev_disable_pm(struct ata_device *dev)
1166{
1167 struct ata_port *ap = dev->link->ap;
1168
1169 ata_dev_set_dipm(dev, MAX_PERFORMANCE);
1170 if (ap->ops->disable_pm)
1171 ap->ops->disable_pm(ap);
1172}
Stephen Rothwell1992a5e2007-10-31 14:53:32 +11001173#endif /* CONFIG_PM */
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001174
1175void ata_lpm_schedule(struct ata_port *ap, enum link_pm policy)
1176{
1177 ap->pm_policy = policy;
Tejun Heo3ec25eb2008-03-27 18:37:14 +09001178 ap->link.eh_info.action |= ATA_EH_LPM;
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001179 ap->link.eh_info.flags |= ATA_EHI_NO_AUTOPSY;
1180 ata_port_schedule_eh(ap);
1181}
1182
Stephen Rothwell1992a5e2007-10-31 14:53:32 +11001183#ifdef CONFIG_PM
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001184static void ata_lpm_enable(struct ata_host *host)
1185{
1186 struct ata_link *link;
1187 struct ata_port *ap;
1188 struct ata_device *dev;
1189 int i;
1190
1191 for (i = 0; i < host->n_ports; i++) {
1192 ap = host->ports[i];
Tejun Heo1eca4362008-11-03 20:03:17 +09001193 ata_for_each_link(link, ap, EDGE) {
1194 ata_for_each_dev(dev, link, ALL)
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001195 ata_dev_disable_pm(dev);
1196 }
1197 }
1198}
1199
1200static void ata_lpm_disable(struct ata_host *host)
1201{
1202 int i;
1203
1204 for (i = 0; i < host->n_ports; i++) {
1205 struct ata_port *ap = host->ports[i];
1206 ata_lpm_schedule(ap, ap->pm_policy);
1207 }
1208}
Stephen Rothwell1992a5e2007-10-31 14:53:32 +11001209#endif /* CONFIG_PM */
Kristen Carlson Accardica773292007-10-25 00:58:59 -04001210
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211/**
1212 * ata_dev_classify - determine device type based on ATA-spec signature
1213 * @tf: ATA taskfile register set for device to be identified
1214 *
1215 * Determine from taskfile register contents whether a device is
1216 * ATA or ATAPI, as per "Signature and persistence" section
1217 * of ATA/PI spec (volume 1, sect 5.14).
1218 *
1219 * LOCKING:
1220 * None.
1221 *
1222 * RETURNS:
Tejun Heo633273a32007-09-23 13:19:54 +09001223 * Device type, %ATA_DEV_ATA, %ATA_DEV_ATAPI, %ATA_DEV_PMP or
1224 * %ATA_DEV_UNKNOWN the event of failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 */
Jeff Garzik057ace52005-10-22 14:27:05 -04001226unsigned int ata_dev_classify(const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227{
1228 /* Apple's open source Darwin code hints that some devices only
1229 * put a proper signature into the LBA mid/high registers,
1230 * So, we only check those. It's sufficient for uniqueness.
Tejun Heo633273a32007-09-23 13:19:54 +09001231 *
1232 * ATA/ATAPI-7 (d1532v1r1: Feb. 19, 2003) specified separate
1233 * signatures for ATA and ATAPI devices attached on SerialATA,
1234 * 0x3c/0xc3 and 0x69/0x96 respectively. However, SerialATA
1235 * spec has never mentioned about using different signatures
1236 * for ATA/ATAPI devices. Then, Serial ATA II: Port
1237 * Multiplier specification began to use 0x69/0x96 to identify
1238 * port multpliers and 0x3c/0xc3 to identify SEMB device.
1239 * ATA/ATAPI-7 dropped descriptions about 0x3c/0xc3 and
1240 * 0x69/0x96 shortly and described them as reserved for
1241 * SerialATA.
1242 *
1243 * We follow the current spec and consider that 0x69/0x96
1244 * identifies a port multiplier and 0x3c/0xc3 a SEMB device.
Tejun Heo79b42ba2009-04-15 06:21:10 +09001245 * Unfortunately, WDC WD1600JS-62MHB5 (a hard drive) reports
1246 * SEMB signature. This is worked around in
1247 * ata_dev_read_id().
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 */
Tejun Heo633273a32007-09-23 13:19:54 +09001249 if ((tf->lbam == 0) && (tf->lbah == 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 DPRINTK("found ATA device by sig\n");
1251 return ATA_DEV_ATA;
1252 }
1253
Tejun Heo633273a32007-09-23 13:19:54 +09001254 if ((tf->lbam == 0x14) && (tf->lbah == 0xeb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255 DPRINTK("found ATAPI device by sig\n");
1256 return ATA_DEV_ATAPI;
1257 }
1258
Tejun Heo633273a32007-09-23 13:19:54 +09001259 if ((tf->lbam == 0x69) && (tf->lbah == 0x96)) {
1260 DPRINTK("found PMP device by sig\n");
1261 return ATA_DEV_PMP;
1262 }
1263
1264 if ((tf->lbam == 0x3c) && (tf->lbah == 0xc3)) {
Tejun Heo79b42ba2009-04-15 06:21:10 +09001265 DPRINTK("found SEMB device by sig (could be ATA device)\n");
1266 return ATA_DEV_SEMB;
Tejun Heo633273a32007-09-23 13:19:54 +09001267 }
1268
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 DPRINTK("unknown device\n");
1270 return ATA_DEV_UNKNOWN;
1271}
1272
1273/**
Tejun Heo6a62a042006-02-13 10:02:46 +09001274 * ata_id_string - Convert IDENTIFY DEVICE page into string
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 * @id: IDENTIFY DEVICE results we will examine
1276 * @s: string into which data is output
1277 * @ofs: offset into identify device page
1278 * @len: length of string to return. must be an even number.
1279 *
1280 * The strings in the IDENTIFY DEVICE page are broken up into
1281 * 16-bit chunks. Run through the string, and output each
1282 * 8-bit chunk linearly, regardless of platform.
1283 *
1284 * LOCKING:
1285 * caller.
1286 */
1287
Tejun Heo6a62a042006-02-13 10:02:46 +09001288void ata_id_string(const u16 *id, unsigned char *s,
1289 unsigned int ofs, unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290{
1291 unsigned int c;
1292
Alan Cox963e4972008-07-24 17:16:06 +01001293 BUG_ON(len & 1);
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 while (len > 0) {
1296 c = id[ofs] >> 8;
1297 *s = c;
1298 s++;
1299
1300 c = id[ofs] & 0xff;
1301 *s = c;
1302 s++;
1303
1304 ofs++;
1305 len -= 2;
1306 }
1307}
1308
Tejun Heo0e949ff2006-02-12 22:47:04 +09001309/**
Tejun Heo6a62a042006-02-13 10:02:46 +09001310 * ata_id_c_string - Convert IDENTIFY DEVICE page into C string
Tejun Heo0e949ff2006-02-12 22:47:04 +09001311 * @id: IDENTIFY DEVICE results we will examine
1312 * @s: string into which data is output
1313 * @ofs: offset into identify device page
1314 * @len: length of string to return. must be an odd number.
1315 *
Tejun Heo6a62a042006-02-13 10:02:46 +09001316 * This function is identical to ata_id_string except that it
Tejun Heo0e949ff2006-02-12 22:47:04 +09001317 * trims trailing spaces and terminates the resulting string with
1318 * null. @len must be actual maximum length (even number) + 1.
1319 *
1320 * LOCKING:
1321 * caller.
1322 */
Tejun Heo6a62a042006-02-13 10:02:46 +09001323void ata_id_c_string(const u16 *id, unsigned char *s,
1324 unsigned int ofs, unsigned int len)
Tejun Heo0e949ff2006-02-12 22:47:04 +09001325{
1326 unsigned char *p;
1327
Tejun Heo6a62a042006-02-13 10:02:46 +09001328 ata_id_string(id, s, ofs, len - 1);
Tejun Heo0e949ff2006-02-12 22:47:04 +09001329
1330 p = s + strnlen(s, len - 1);
1331 while (p > s && p[-1] == ' ')
1332 p--;
1333 *p = '\0';
1334}
Edward Falk0baab862005-06-02 18:17:13 -04001335
Tejun Heodb6f8752007-09-03 12:31:58 +09001336static u64 ata_id_n_sectors(const u16 *id)
1337{
1338 if (ata_id_has_lba(id)) {
1339 if (ata_id_has_lba48(id))
Robert Hancock968e5942009-02-16 20:15:08 -06001340 return ata_id_u64(id, ATA_ID_LBA_CAPACITY_2);
Tejun Heodb6f8752007-09-03 12:31:58 +09001341 else
Robert Hancock968e5942009-02-16 20:15:08 -06001342 return ata_id_u32(id, ATA_ID_LBA_CAPACITY);
Tejun Heodb6f8752007-09-03 12:31:58 +09001343 } else {
1344 if (ata_id_current_chs_valid(id))
Robert Hancock968e5942009-02-16 20:15:08 -06001345 return id[ATA_ID_CUR_CYLS] * id[ATA_ID_CUR_HEADS] *
1346 id[ATA_ID_CUR_SECTORS];
Tejun Heodb6f8752007-09-03 12:31:58 +09001347 else
Robert Hancock968e5942009-02-16 20:15:08 -06001348 return id[ATA_ID_CYLS] * id[ATA_ID_HEADS] *
1349 id[ATA_ID_SECTORS];
Tejun Heodb6f8752007-09-03 12:31:58 +09001350 }
1351}
1352
Tejun Heoa5987e02008-03-27 19:14:23 +09001353u64 ata_tf_to_lba48(const struct ata_taskfile *tf)
Alan Cox1e999732007-04-11 00:23:13 +01001354{
1355 u64 sectors = 0;
1356
1357 sectors |= ((u64)(tf->hob_lbah & 0xff)) << 40;
1358 sectors |= ((u64)(tf->hob_lbam & 0xff)) << 32;
Roland Dreierba14a9c2008-10-28 16:52:20 -07001359 sectors |= ((u64)(tf->hob_lbal & 0xff)) << 24;
Alan Cox1e999732007-04-11 00:23:13 +01001360 sectors |= (tf->lbah & 0xff) << 16;
1361 sectors |= (tf->lbam & 0xff) << 8;
1362 sectors |= (tf->lbal & 0xff);
1363
Tejun Heoa5987e02008-03-27 19:14:23 +09001364 return sectors;
Alan Cox1e999732007-04-11 00:23:13 +01001365}
1366
Tejun Heoa5987e02008-03-27 19:14:23 +09001367u64 ata_tf_to_lba(const struct ata_taskfile *tf)
Alan Cox1e999732007-04-11 00:23:13 +01001368{
1369 u64 sectors = 0;
1370
1371 sectors |= (tf->device & 0x0f) << 24;
1372 sectors |= (tf->lbah & 0xff) << 16;
1373 sectors |= (tf->lbam & 0xff) << 8;
1374 sectors |= (tf->lbal & 0xff);
1375
Tejun Heoa5987e02008-03-27 19:14:23 +09001376 return sectors;
Alan Cox1e999732007-04-11 00:23:13 +01001377}
1378
1379/**
Tejun Heoc728a912007-09-03 12:32:30 +09001380 * ata_read_native_max_address - Read native max address
1381 * @dev: target device
1382 * @max_sectors: out parameter for the result native max address
Alan Cox1e999732007-04-11 00:23:13 +01001383 *
Tejun Heoc728a912007-09-03 12:32:30 +09001384 * Perform an LBA48 or LBA28 native size query upon the device in
1385 * question.
1386 *
1387 * RETURNS:
1388 * 0 on success, -EACCES if command is aborted by the drive.
1389 * -EIO on other errors.
Alan Cox1e999732007-04-11 00:23:13 +01001390 */
Tejun Heoc728a912007-09-03 12:32:30 +09001391static int ata_read_native_max_address(struct ata_device *dev, u64 *max_sectors)
Alan Cox1e999732007-04-11 00:23:13 +01001392{
Tejun Heoc728a912007-09-03 12:32:30 +09001393 unsigned int err_mask;
Alan Cox1e999732007-04-11 00:23:13 +01001394 struct ata_taskfile tf;
Tejun Heoc728a912007-09-03 12:32:30 +09001395 int lba48 = ata_id_has_lba48(dev->id);
Alan Cox1e999732007-04-11 00:23:13 +01001396
1397 ata_tf_init(dev, &tf);
1398
Tejun Heoc728a912007-09-03 12:32:30 +09001399 /* always clear all address registers */
Alan Cox1e999732007-04-11 00:23:13 +01001400 tf.flags |= ATA_TFLAG_DEVICE | ATA_TFLAG_ISADDR;
Tejun Heoc728a912007-09-03 12:32:30 +09001401
1402 if (lba48) {
1403 tf.command = ATA_CMD_READ_NATIVE_MAX_EXT;
1404 tf.flags |= ATA_TFLAG_LBA48;
1405 } else
1406 tf.command = ATA_CMD_READ_NATIVE_MAX;
1407
Alan Cox1e999732007-04-11 00:23:13 +01001408 tf.protocol |= ATA_PROT_NODATA;
Tejun Heoc728a912007-09-03 12:32:30 +09001409 tf.device |= ATA_LBA;
Alan Cox1e999732007-04-11 00:23:13 +01001410
Tejun Heo2b789102007-10-09 15:05:44 +09001411 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Tejun Heoc728a912007-09-03 12:32:30 +09001412 if (err_mask) {
1413 ata_dev_printk(dev, KERN_WARNING, "failed to read native "
1414 "max address (err_mask=0x%x)\n", err_mask);
1415 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED))
1416 return -EACCES;
1417 return -EIO;
1418 }
Alan Cox1e999732007-04-11 00:23:13 +01001419
Tejun Heoc728a912007-09-03 12:32:30 +09001420 if (lba48)
Tejun Heoa5987e02008-03-27 19:14:23 +09001421 *max_sectors = ata_tf_to_lba48(&tf) + 1;
Tejun Heoc728a912007-09-03 12:32:30 +09001422 else
Tejun Heoa5987e02008-03-27 19:14:23 +09001423 *max_sectors = ata_tf_to_lba(&tf) + 1;
Jeff Garzik2dcb4072007-10-19 06:42:56 -04001424 if (dev->horkage & ATA_HORKAGE_HPA_SIZE)
Alan Cox93328e12007-09-29 04:06:48 -04001425 (*max_sectors)--;
Tejun Heoc728a912007-09-03 12:32:30 +09001426 return 0;
Alan Cox1e999732007-04-11 00:23:13 +01001427}
1428
1429/**
Tejun Heoc728a912007-09-03 12:32:30 +09001430 * ata_set_max_sectors - Set max sectors
1431 * @dev: target device
Randy Dunlap6b38d1d2007-05-01 17:35:55 -07001432 * @new_sectors: new max sectors value to set for the device
Alan Cox1e999732007-04-11 00:23:13 +01001433 *
Tejun Heoc728a912007-09-03 12:32:30 +09001434 * Set max sectors of @dev to @new_sectors.
1435 *
1436 * RETURNS:
1437 * 0 on success, -EACCES if command is aborted or denied (due to
1438 * previous non-volatile SET_MAX) by the drive. -EIO on other
1439 * errors.
Alan Cox1e999732007-04-11 00:23:13 +01001440 */
Tejun Heo05027ad2007-09-03 12:32:57 +09001441static int ata_set_max_sectors(struct ata_device *dev, u64 new_sectors)
Alan Cox1e999732007-04-11 00:23:13 +01001442{
Tejun Heoc728a912007-09-03 12:32:30 +09001443 unsigned int err_mask;
Alan Cox1e999732007-04-11 00:23:13 +01001444 struct ata_taskfile tf;
Tejun Heoc728a912007-09-03 12:32:30 +09001445 int lba48 = ata_id_has_lba48(dev->id);
Alan Cox1e999732007-04-11 00:23:13 +01001446
1447 new_sectors--;
1448
1449 ata_tf_init(dev, &tf);
1450
Alan Cox1e999732007-04-11 00:23:13 +01001451 tf.flags |= ATA_TFLAG_DEVICE | ATA_TFLAG_ISADDR;
Tejun Heoc728a912007-09-03 12:32:30 +09001452
1453 if (lba48) {
1454 tf.command = ATA_CMD_SET_MAX_EXT;
1455 tf.flags |= ATA_TFLAG_LBA48;
1456
1457 tf.hob_lbal = (new_sectors >> 24) & 0xff;
1458 tf.hob_lbam = (new_sectors >> 32) & 0xff;
1459 tf.hob_lbah = (new_sectors >> 40) & 0xff;
Tejun Heo1e582ba2007-09-21 20:07:14 +09001460 } else {
Tejun Heoc728a912007-09-03 12:32:30 +09001461 tf.command = ATA_CMD_SET_MAX;
1462
Tejun Heo1e582ba2007-09-21 20:07:14 +09001463 tf.device |= (new_sectors >> 24) & 0xf;
1464 }
1465
Alan Cox1e999732007-04-11 00:23:13 +01001466 tf.protocol |= ATA_PROT_NODATA;
Tejun Heoc728a912007-09-03 12:32:30 +09001467 tf.device |= ATA_LBA;
Alan Cox1e999732007-04-11 00:23:13 +01001468
1469 tf.lbal = (new_sectors >> 0) & 0xff;
1470 tf.lbam = (new_sectors >> 8) & 0xff;
1471 tf.lbah = (new_sectors >> 16) & 0xff;
Alan Cox1e999732007-04-11 00:23:13 +01001472
Tejun Heo2b789102007-10-09 15:05:44 +09001473 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Tejun Heoc728a912007-09-03 12:32:30 +09001474 if (err_mask) {
1475 ata_dev_printk(dev, KERN_WARNING, "failed to set "
1476 "max address (err_mask=0x%x)\n", err_mask);
1477 if (err_mask == AC_ERR_DEV &&
1478 (tf.feature & (ATA_ABORTED | ATA_IDNF)))
1479 return -EACCES;
1480 return -EIO;
1481 }
Alan Cox1e999732007-04-11 00:23:13 +01001482
Tejun Heoc728a912007-09-03 12:32:30 +09001483 return 0;
Alan Cox1e999732007-04-11 00:23:13 +01001484}
1485
1486/**
1487 * ata_hpa_resize - Resize a device with an HPA set
1488 * @dev: Device to resize
1489 *
1490 * Read the size of an LBA28 or LBA48 disk with HPA features and resize
1491 * it if required to the full size of the media. The caller must check
1492 * the drive has the HPA feature set enabled.
Tejun Heo05027ad2007-09-03 12:32:57 +09001493 *
1494 * RETURNS:
1495 * 0 on success, -errno on failure.
Alan Cox1e999732007-04-11 00:23:13 +01001496 */
Tejun Heo05027ad2007-09-03 12:32:57 +09001497static int ata_hpa_resize(struct ata_device *dev)
Alan Cox1e999732007-04-11 00:23:13 +01001498{
Tejun Heo05027ad2007-09-03 12:32:57 +09001499 struct ata_eh_context *ehc = &dev->link->eh_context;
1500 int print_info = ehc->i.flags & ATA_EHI_PRINTINFO;
Tejun Heo445d2112010-04-05 10:33:13 +09001501 bool unlock_hpa = ata_ignore_hpa || dev->flags & ATA_DFLAG_UNLOCK_HPA;
Tejun Heo05027ad2007-09-03 12:32:57 +09001502 u64 sectors = ata_id_n_sectors(dev->id);
1503 u64 native_sectors;
Tejun Heoc728a912007-09-03 12:32:30 +09001504 int rc;
Jeff Garzika617c092007-05-21 20:14:23 -04001505
Tejun Heo05027ad2007-09-03 12:32:57 +09001506 /* do we need to do it? */
1507 if (dev->class != ATA_DEV_ATA ||
1508 !ata_id_has_lba(dev->id) || !ata_id_hpa_enabled(dev->id) ||
1509 (dev->horkage & ATA_HORKAGE_BROKEN_HPA))
Tejun Heoc728a912007-09-03 12:32:30 +09001510 return 0;
Alan Cox1e999732007-04-11 00:23:13 +01001511
Tejun Heo05027ad2007-09-03 12:32:57 +09001512 /* read native max address */
1513 rc = ata_read_native_max_address(dev, &native_sectors);
1514 if (rc) {
Tejun Heodda7aba2008-03-23 21:05:15 +09001515 /* If device aborted the command or HPA isn't going to
1516 * be unlocked, skip HPA resizing.
Tejun Heo05027ad2007-09-03 12:32:57 +09001517 */
Tejun Heo445d2112010-04-05 10:33:13 +09001518 if (rc == -EACCES || !unlock_hpa) {
Tejun Heo05027ad2007-09-03 12:32:57 +09001519 ata_dev_printk(dev, KERN_WARNING, "HPA support seems "
Tejun Heodda7aba2008-03-23 21:05:15 +09001520 "broken, skipping HPA handling\n");
Tejun Heo05027ad2007-09-03 12:32:57 +09001521 dev->horkage |= ATA_HORKAGE_BROKEN_HPA;
Alan Cox1e999732007-04-11 00:23:13 +01001522
Tejun Heo05027ad2007-09-03 12:32:57 +09001523 /* we can continue if device aborted the command */
1524 if (rc == -EACCES)
1525 rc = 0;
Alan Cox1e999732007-04-11 00:23:13 +01001526 }
Tejun Heo37301a52007-06-25 20:45:54 +09001527
Tejun Heo05027ad2007-09-03 12:32:57 +09001528 return rc;
1529 }
Tejun Heo5920dad2009-07-15 17:11:41 +09001530 dev->n_native_sectors = native_sectors;
Tejun Heo05027ad2007-09-03 12:32:57 +09001531
1532 /* nothing to do? */
Tejun Heo445d2112010-04-05 10:33:13 +09001533 if (native_sectors <= sectors || !unlock_hpa) {
Tejun Heo05027ad2007-09-03 12:32:57 +09001534 if (!print_info || native_sectors == sectors)
1535 return 0;
1536
1537 if (native_sectors > sectors)
1538 ata_dev_printk(dev, KERN_INFO,
1539 "HPA detected: current %llu, native %llu\n",
1540 (unsigned long long)sectors,
1541 (unsigned long long)native_sectors);
1542 else if (native_sectors < sectors)
1543 ata_dev_printk(dev, KERN_WARNING,
1544 "native sectors (%llu) is smaller than "
1545 "sectors (%llu)\n",
1546 (unsigned long long)native_sectors,
1547 (unsigned long long)sectors);
1548 return 0;
1549 }
1550
1551 /* let's unlock HPA */
1552 rc = ata_set_max_sectors(dev, native_sectors);
1553 if (rc == -EACCES) {
1554 /* if device aborted the command, skip HPA resizing */
1555 ata_dev_printk(dev, KERN_WARNING, "device aborted resize "
1556 "(%llu -> %llu), skipping HPA handling\n",
1557 (unsigned long long)sectors,
1558 (unsigned long long)native_sectors);
1559 dev->horkage |= ATA_HORKAGE_BROKEN_HPA;
1560 return 0;
1561 } else if (rc)
1562 return rc;
1563
1564 /* re-read IDENTIFY data */
1565 rc = ata_dev_reread_id(dev, 0);
1566 if (rc) {
1567 ata_dev_printk(dev, KERN_ERR, "failed to re-read IDENTIFY "
1568 "data after HPA resizing\n");
1569 return rc;
1570 }
1571
1572 if (print_info) {
1573 u64 new_sectors = ata_id_n_sectors(dev->id);
1574 ata_dev_printk(dev, KERN_INFO,
1575 "HPA unlocked: %llu -> %llu, native %llu\n",
1576 (unsigned long long)sectors,
1577 (unsigned long long)new_sectors,
1578 (unsigned long long)native_sectors);
1579 }
1580
1581 return 0;
Alan Cox1e999732007-04-11 00:23:13 +01001582}
1583
Edward Falk0baab862005-06-02 18:17:13 -04001584/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585 * ata_dump_id - IDENTIFY DEVICE info debugging output
Tejun Heo0bd33002006-02-12 22:47:05 +09001586 * @id: IDENTIFY DEVICE page to dump
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 *
Tejun Heo0bd33002006-02-12 22:47:05 +09001588 * Dump selected 16-bit words from the given IDENTIFY DEVICE
1589 * page.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 *
1591 * LOCKING:
1592 * caller.
1593 */
1594
Tejun Heo0bd33002006-02-12 22:47:05 +09001595static inline void ata_dump_id(const u16 *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596{
1597 DPRINTK("49==0x%04x "
1598 "53==0x%04x "
1599 "63==0x%04x "
1600 "64==0x%04x "
1601 "75==0x%04x \n",
Tejun Heo0bd33002006-02-12 22:47:05 +09001602 id[49],
1603 id[53],
1604 id[63],
1605 id[64],
1606 id[75]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 DPRINTK("80==0x%04x "
1608 "81==0x%04x "
1609 "82==0x%04x "
1610 "83==0x%04x "
1611 "84==0x%04x \n",
Tejun Heo0bd33002006-02-12 22:47:05 +09001612 id[80],
1613 id[81],
1614 id[82],
1615 id[83],
1616 id[84]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 DPRINTK("88==0x%04x "
1618 "93==0x%04x\n",
Tejun Heo0bd33002006-02-12 22:47:05 +09001619 id[88],
1620 id[93]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621}
1622
Tejun Heocb95d562006-03-06 04:31:56 +09001623/**
1624 * ata_id_xfermask - Compute xfermask from the given IDENTIFY data
1625 * @id: IDENTIFY data to compute xfer mask from
1626 *
1627 * Compute the xfermask for this device. This is not as trivial
1628 * as it seems if we must consider early devices correctly.
1629 *
1630 * FIXME: pre IDE drive timing (do we care ?).
1631 *
1632 * LOCKING:
1633 * None.
1634 *
1635 * RETURNS:
1636 * Computed xfermask
1637 */
Tejun Heo7dc951a2007-11-27 19:43:42 +09001638unsigned long ata_id_xfermask(const u16 *id)
Tejun Heocb95d562006-03-06 04:31:56 +09001639{
Tejun Heo7dc951a2007-11-27 19:43:42 +09001640 unsigned long pio_mask, mwdma_mask, udma_mask;
Tejun Heocb95d562006-03-06 04:31:56 +09001641
1642 /* Usual case. Word 53 indicates word 64 is valid */
1643 if (id[ATA_ID_FIELD_VALID] & (1 << 1)) {
1644 pio_mask = id[ATA_ID_PIO_MODES] & 0x03;
1645 pio_mask <<= 3;
1646 pio_mask |= 0x7;
1647 } else {
1648 /* If word 64 isn't valid then Word 51 high byte holds
1649 * the PIO timing number for the maximum. Turn it into
1650 * a mask.
1651 */
Lennert Buytenhek7a0f1c82007-01-29 13:28:47 +01001652 u8 mode = (id[ATA_ID_OLD_PIO_MODES] >> 8) & 0xFF;
Alan Cox46767aeb2006-09-29 18:26:47 +01001653 if (mode < 5) /* Valid PIO range */
Jeff Garzik2dcb4072007-10-19 06:42:56 -04001654 pio_mask = (2 << mode) - 1;
Alan Cox46767aeb2006-09-29 18:26:47 +01001655 else
1656 pio_mask = 1;
Tejun Heocb95d562006-03-06 04:31:56 +09001657
1658 /* But wait.. there's more. Design your standards by
1659 * committee and you too can get a free iordy field to
1660 * process. However its the speeds not the modes that
1661 * are supported... Note drivers using the timing API
1662 * will get this right anyway
1663 */
1664 }
1665
1666 mwdma_mask = id[ATA_ID_MWDMA_MODES] & 0x07;
Tejun Heofb21f0d2006-03-12 12:34:35 +09001667
Alan Coxb352e572006-08-10 18:52:12 +01001668 if (ata_id_is_cfa(id)) {
1669 /*
1670 * Process compact flash extended modes
1671 */
Sergei Shtylyov62afe5d2009-04-13 20:50:00 +04001672 int pio = (id[ATA_ID_CFA_MODES] >> 0) & 0x7;
1673 int dma = (id[ATA_ID_CFA_MODES] >> 3) & 0x7;
Alan Coxb352e572006-08-10 18:52:12 +01001674
1675 if (pio)
1676 pio_mask |= (1 << 5);
1677 if (pio > 1)
1678 pio_mask |= (1 << 6);
1679 if (dma)
1680 mwdma_mask |= (1 << 3);
1681 if (dma > 1)
1682 mwdma_mask |= (1 << 4);
1683 }
1684
Tejun Heofb21f0d2006-03-12 12:34:35 +09001685 udma_mask = 0;
1686 if (id[ATA_ID_FIELD_VALID] & (1 << 2))
1687 udma_mask = id[ATA_ID_UDMA_MODES] & 0xff;
Tejun Heocb95d562006-03-06 04:31:56 +09001688
1689 return ata_pack_xfermask(pio_mask, mwdma_mask, udma_mask);
1690}
1691
Adrian Bunk7102d232007-01-04 00:09:36 +01001692static void ata_qc_complete_internal(struct ata_queued_cmd *qc)
Tejun Heoa2a7a662005-12-13 14:48:31 +09001693{
Tejun Heo77853bf2006-01-23 13:09:36 +09001694 struct completion *waiting = qc->private_data;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001695
Tejun Heoa2a7a662005-12-13 14:48:31 +09001696 complete(waiting);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001697}
1698
1699/**
Tejun Heo24326972006-11-14 22:47:09 +09001700 * ata_exec_internal_sg - execute libata internal command
Tejun Heoa2a7a662005-12-13 14:48:31 +09001701 * @dev: Device to which the command is sent
1702 * @tf: Taskfile registers for the command and the result
Tejun Heod69cf372006-04-02 18:51:53 +09001703 * @cdb: CDB for packet command
Tejun Heoa2a7a662005-12-13 14:48:31 +09001704 * @dma_dir: Data tranfer direction of the command
Randy Dunlap5c1ad8b2007-10-18 14:12:26 -07001705 * @sgl: sg list for the data buffer of the command
Tejun Heo24326972006-11-14 22:47:09 +09001706 * @n_elem: Number of sg entries
Tejun Heo2b789102007-10-09 15:05:44 +09001707 * @timeout: Timeout in msecs (0 for default)
Tejun Heoa2a7a662005-12-13 14:48:31 +09001708 *
1709 * Executes libata internal command with timeout. @tf contains
1710 * command on entry and result on return. Timeout and error
1711 * conditions are reported via return value. No recovery action
1712 * is taken after a command times out. It's caller's duty to
1713 * clean up after timeout.
1714 *
1715 * LOCKING:
1716 * None. Should be called with kernel context, might sleep.
Tejun Heo551e8882006-06-12 14:09:49 +09001717 *
1718 * RETURNS:
1719 * Zero on success, AC_ERR_* mask on failure
Tejun Heoa2a7a662005-12-13 14:48:31 +09001720 */
Tejun Heo24326972006-11-14 22:47:09 +09001721unsigned ata_exec_internal_sg(struct ata_device *dev,
1722 struct ata_taskfile *tf, const u8 *cdb,
Jens Axboe87260212007-10-16 11:14:12 +02001723 int dma_dir, struct scatterlist *sgl,
Tejun Heo2b789102007-10-09 15:05:44 +09001724 unsigned int n_elem, unsigned long timeout)
Tejun Heoa2a7a662005-12-13 14:48:31 +09001725{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09001726 struct ata_link *link = dev->link;
1727 struct ata_port *ap = link->ap;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001728 u8 command = tf->command;
Tejun Heo87fbc5a2008-05-20 02:17:54 +09001729 int auto_timeout = 0;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001730 struct ata_queued_cmd *qc;
Tejun Heo2ab7db12006-05-15 20:58:02 +09001731 unsigned int tag, preempted_tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001732 u32 preempted_sactive, preempted_qc_active;
Tejun Heoda917d62007-09-23 13:14:12 +09001733 int preempted_nr_active_links;
Ingo Molnar60be6b92006-07-03 00:25:26 -07001734 DECLARE_COMPLETION_ONSTACK(wait);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001735 unsigned long flags;
Tejun Heo77853bf2006-01-23 13:09:36 +09001736 unsigned int err_mask;
Tejun Heod95a7172006-05-15 20:58:14 +09001737 int rc;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001738
Jeff Garzikba6a1302006-06-22 23:46:10 -04001739 spin_lock_irqsave(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001740
Tejun Heoe3180492006-05-15 20:58:09 +09001741 /* no internal command while frozen */
Tejun Heob51e9e52006-06-29 01:29:30 +09001742 if (ap->pflags & ATA_PFLAG_FROZEN) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04001743 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoe3180492006-05-15 20:58:09 +09001744 return AC_ERR_SYSTEM;
1745 }
1746
Tejun Heo2ab7db12006-05-15 20:58:02 +09001747 /* initialize internal qc */
Tejun Heoa2a7a662005-12-13 14:48:31 +09001748
Tejun Heo2ab7db12006-05-15 20:58:02 +09001749 /* XXX: Tag 0 is used for drivers with legacy EH as some
1750 * drivers choke if any other tag is given. This breaks
1751 * ata_tag_internal() test for those drivers. Don't use new
1752 * EH stuff without converting to it.
1753 */
1754 if (ap->ops->error_handler)
1755 tag = ATA_TAG_INTERNAL;
1756 else
1757 tag = 0;
1758
Tejun Heo8a8bc222008-11-10 14:48:21 +09001759 if (test_and_set_bit(tag, &ap->qc_allocated))
1760 BUG();
Tejun Heof69499f2006-05-15 20:58:03 +09001761 qc = __ata_qc_from_tag(ap, tag);
Tejun Heo2ab7db12006-05-15 20:58:02 +09001762
1763 qc->tag = tag;
1764 qc->scsicmd = NULL;
1765 qc->ap = ap;
1766 qc->dev = dev;
1767 ata_qc_reinit(qc);
1768
Tejun Heo9af5c9c2007-08-06 18:36:22 +09001769 preempted_tag = link->active_tag;
1770 preempted_sactive = link->sactive;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001771 preempted_qc_active = ap->qc_active;
Tejun Heoda917d62007-09-23 13:14:12 +09001772 preempted_nr_active_links = ap->nr_active_links;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09001773 link->active_tag = ATA_TAG_POISON;
1774 link->sactive = 0;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001775 ap->qc_active = 0;
Tejun Heoda917d62007-09-23 13:14:12 +09001776 ap->nr_active_links = 0;
Tejun Heo2ab7db12006-05-15 20:58:02 +09001777
1778 /* prepare & issue qc */
Tejun Heoa2a7a662005-12-13 14:48:31 +09001779 qc->tf = *tf;
Tejun Heod69cf372006-04-02 18:51:53 +09001780 if (cdb)
1781 memcpy(qc->cdb, cdb, ATAPI_CDB_LEN);
Tejun Heoe61e0672006-05-15 20:57:40 +09001782 qc->flags |= ATA_QCFLAG_RESULT_TF;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001783 qc->dma_dir = dma_dir;
1784 if (dma_dir != DMA_NONE) {
Tejun Heo24326972006-11-14 22:47:09 +09001785 unsigned int i, buflen = 0;
Jens Axboe87260212007-10-16 11:14:12 +02001786 struct scatterlist *sg;
Tejun Heo24326972006-11-14 22:47:09 +09001787
Jens Axboe87260212007-10-16 11:14:12 +02001788 for_each_sg(sgl, sg, n_elem, i)
1789 buflen += sg->length;
Tejun Heo24326972006-11-14 22:47:09 +09001790
Jens Axboe87260212007-10-16 11:14:12 +02001791 ata_sg_init(qc, sgl, n_elem);
Brian King49c80422007-01-30 11:32:26 -06001792 qc->nbytes = buflen;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001793 }
1794
Tejun Heo77853bf2006-01-23 13:09:36 +09001795 qc->private_data = &wait;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001796 qc->complete_fn = ata_qc_complete_internal;
1797
Tejun Heo8e0e6942006-03-31 20:41:11 +09001798 ata_qc_issue(qc);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001799
Jeff Garzikba6a1302006-06-22 23:46:10 -04001800 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001801
Tejun Heo87fbc5a2008-05-20 02:17:54 +09001802 if (!timeout) {
1803 if (ata_probe_timeout)
1804 timeout = ata_probe_timeout * 1000;
1805 else {
1806 timeout = ata_internal_cmd_timeout(dev, command);
1807 auto_timeout = 1;
1808 }
1809 }
Tejun Heo2b789102007-10-09 15:05:44 +09001810
1811 rc = wait_for_completion_timeout(&wait, msecs_to_jiffies(timeout));
Albert Lee41ade502006-03-14 11:19:04 +08001812
Tejun Heoc4291372010-05-10 21:41:38 +02001813 ata_sff_flush_pio_task(ap);
Tejun Heod95a7172006-05-15 20:58:14 +09001814
1815 if (!rc) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04001816 spin_lock_irqsave(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001817
1818 /* We're racing with irq here. If we lose, the
1819 * following test prevents us from completing the qc
Tejun Heod95a7172006-05-15 20:58:14 +09001820 * twice. If we win, the port is frozen and will be
1821 * cleaned up by ->post_internal_cmd().
Tejun Heoa2a7a662005-12-13 14:48:31 +09001822 */
Tejun Heo77853bf2006-01-23 13:09:36 +09001823 if (qc->flags & ATA_QCFLAG_ACTIVE) {
Tejun Heod95a7172006-05-15 20:58:14 +09001824 qc->err_mask |= AC_ERR_TIMEOUT;
1825
1826 if (ap->ops->error_handler)
1827 ata_port_freeze(ap);
1828 else
1829 ata_qc_complete(qc);
Tejun Heof15a1da2006-05-15 20:57:56 +09001830
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001831 if (ata_msg_warn(ap))
1832 ata_dev_printk(dev, KERN_WARNING,
Tejun Heo88574552006-06-25 20:00:35 +09001833 "qc timeout (cmd 0x%x)\n", command);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001834 }
1835
Jeff Garzikba6a1302006-06-22 23:46:10 -04001836 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001837 }
1838
Tejun Heod95a7172006-05-15 20:58:14 +09001839 /* do post_internal_cmd */
1840 if (ap->ops->post_internal_cmd)
1841 ap->ops->post_internal_cmd(qc);
1842
Tejun Heoa51d6442007-03-20 15:24:11 +09001843 /* perform minimal error analysis */
1844 if (qc->flags & ATA_QCFLAG_FAILED) {
1845 if (qc->result_tf.command & (ATA_ERR | ATA_DF))
1846 qc->err_mask |= AC_ERR_DEV;
1847
1848 if (!qc->err_mask)
1849 qc->err_mask |= AC_ERR_OTHER;
1850
1851 if (qc->err_mask & ~AC_ERR_OTHER)
1852 qc->err_mask &= ~AC_ERR_OTHER;
Tejun Heod95a7172006-05-15 20:58:14 +09001853 }
1854
Tejun Heo15869302006-05-15 20:57:33 +09001855 /* finish up */
Jeff Garzikba6a1302006-06-22 23:46:10 -04001856 spin_lock_irqsave(ap->lock, flags);
Tejun Heo15869302006-05-15 20:57:33 +09001857
Tejun Heoe61e0672006-05-15 20:57:40 +09001858 *tf = qc->result_tf;
Tejun Heo77853bf2006-01-23 13:09:36 +09001859 err_mask = qc->err_mask;
1860
1861 ata_qc_free(qc);
Tejun Heo9af5c9c2007-08-06 18:36:22 +09001862 link->active_tag = preempted_tag;
1863 link->sactive = preempted_sactive;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001864 ap->qc_active = preempted_qc_active;
Tejun Heoda917d62007-09-23 13:14:12 +09001865 ap->nr_active_links = preempted_nr_active_links;
Tejun Heo77853bf2006-01-23 13:09:36 +09001866
Jeff Garzikba6a1302006-06-22 23:46:10 -04001867 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo15869302006-05-15 20:57:33 +09001868
Tejun Heo87fbc5a2008-05-20 02:17:54 +09001869 if ((err_mask & AC_ERR_TIMEOUT) && auto_timeout)
1870 ata_internal_cmd_timed_out(dev, command);
1871
Tejun Heo77853bf2006-01-23 13:09:36 +09001872 return err_mask;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001873}
1874
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875/**
Tejun Heo33480a02006-12-12 02:15:31 +09001876 * ata_exec_internal - execute libata internal command
Tejun Heo24326972006-11-14 22:47:09 +09001877 * @dev: Device to which the command is sent
1878 * @tf: Taskfile registers for the command and the result
1879 * @cdb: CDB for packet command
1880 * @dma_dir: Data tranfer direction of the command
1881 * @buf: Data buffer of the command
1882 * @buflen: Length of data buffer
Tejun Heo2b789102007-10-09 15:05:44 +09001883 * @timeout: Timeout in msecs (0 for default)
Tejun Heo24326972006-11-14 22:47:09 +09001884 *
1885 * Wrapper around ata_exec_internal_sg() which takes simple
1886 * buffer instead of sg list.
1887 *
1888 * LOCKING:
1889 * None. Should be called with kernel context, might sleep.
1890 *
1891 * RETURNS:
1892 * Zero on success, AC_ERR_* mask on failure
1893 */
1894unsigned ata_exec_internal(struct ata_device *dev,
1895 struct ata_taskfile *tf, const u8 *cdb,
Tejun Heo2b789102007-10-09 15:05:44 +09001896 int dma_dir, void *buf, unsigned int buflen,
1897 unsigned long timeout)
Tejun Heo24326972006-11-14 22:47:09 +09001898{
Tejun Heo33480a02006-12-12 02:15:31 +09001899 struct scatterlist *psg = NULL, sg;
1900 unsigned int n_elem = 0;
Tejun Heo24326972006-11-14 22:47:09 +09001901
Tejun Heo33480a02006-12-12 02:15:31 +09001902 if (dma_dir != DMA_NONE) {
1903 WARN_ON(!buf);
1904 sg_init_one(&sg, buf, buflen);
1905 psg = &sg;
1906 n_elem++;
1907 }
Tejun Heo24326972006-11-14 22:47:09 +09001908
Tejun Heo2b789102007-10-09 15:05:44 +09001909 return ata_exec_internal_sg(dev, tf, cdb, dma_dir, psg, n_elem,
1910 timeout);
Tejun Heo24326972006-11-14 22:47:09 +09001911}
1912
1913/**
Tejun Heo977e6b92006-06-24 20:30:19 +09001914 * ata_do_simple_cmd - execute simple internal command
1915 * @dev: Device to which the command is sent
1916 * @cmd: Opcode to execute
1917 *
1918 * Execute a 'simple' command, that only consists of the opcode
1919 * 'cmd' itself, without filling any other registers
1920 *
1921 * LOCKING:
1922 * Kernel thread context (may sleep).
1923 *
1924 * RETURNS:
1925 * Zero on success, AC_ERR_* mask on failure
Tejun Heoe58eb582006-06-24 20:30:19 +09001926 */
Tejun Heo77b08fb2006-06-24 20:30:19 +09001927unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd)
Tejun Heoe58eb582006-06-24 20:30:19 +09001928{
1929 struct ata_taskfile tf;
Tejun Heoe58eb582006-06-24 20:30:19 +09001930
1931 ata_tf_init(dev, &tf);
1932
1933 tf.command = cmd;
1934 tf.flags |= ATA_TFLAG_DEVICE;
1935 tf.protocol = ATA_PROT_NODATA;
1936
Tejun Heo2b789102007-10-09 15:05:44 +09001937 return ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Tejun Heoe58eb582006-06-24 20:30:19 +09001938}
1939
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940/**
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001941 * ata_pio_need_iordy - check if iordy needed
1942 * @adev: ATA device
1943 *
1944 * Check if the current speed of the device requires IORDY. Used
1945 * by various controllers for chip configuration.
1946 */
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001947unsigned int ata_pio_need_iordy(const struct ata_device *adev)
1948{
Tejun Heo0d9e6652009-06-11 11:04:45 +09001949 /* Don't set IORDY if we're preparing for reset. IORDY may
1950 * lead to controller lock up on certain controllers if the
1951 * port is not occupied. See bko#11703 for details.
1952 */
1953 if (adev->link->ap->pflags & ATA_PFLAG_RESETTING)
1954 return 0;
1955 /* Controller doesn't support IORDY. Probably a pointless
1956 * check as the caller should know this.
1957 */
Tejun Heo9af5c9c2007-08-06 18:36:22 +09001958 if (adev->link->ap->flags & ATA_FLAG_NO_IORDY)
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001959 return 0;
David Daney5c18c4d2008-12-10 15:39:12 -08001960 /* CF spec. r4.1 Table 22 says no iordy on PIO5 and PIO6. */
1961 if (ata_id_is_cfa(adev->id)
1962 && (adev->pio_mode == XFER_PIO_5 || adev->pio_mode == XFER_PIO_6))
1963 return 0;
Alan Cox432729f2007-03-08 23:22:59 +00001964 /* PIO3 and higher it is mandatory */
1965 if (adev->pio_mode > XFER_PIO_2)
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001966 return 1;
Alan Cox432729f2007-03-08 23:22:59 +00001967 /* We turn it on when possible */
1968 if (ata_id_has_iordy(adev->id))
1969 return 1;
1970 return 0;
1971}
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05001972
Alan Cox432729f2007-03-08 23:22:59 +00001973/**
1974 * ata_pio_mask_no_iordy - Return the non IORDY mask
1975 * @adev: ATA device
1976 *
1977 * Compute the highest mode possible if we are not using iordy. Return
1978 * -1 if no iordy mode is available.
1979 */
Alan Cox432729f2007-03-08 23:22:59 +00001980static u32 ata_pio_mask_no_iordy(const struct ata_device *adev)
1981{
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001982 /* If we have no drive specific rule, then PIO 2 is non IORDY */
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001983 if (adev->id[ATA_ID_FIELD_VALID] & 2) { /* EIDE */
Alan Cox432729f2007-03-08 23:22:59 +00001984 u16 pio = adev->id[ATA_ID_EIDE_PIO];
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001985 /* Is the speed faster than the drive allows non IORDY ? */
1986 if (pio) {
1987 /* This is cycle times not frequency - watch the logic! */
1988 if (pio > 240) /* PIO2 is 240nS per cycle */
Alan Cox432729f2007-03-08 23:22:59 +00001989 return 3 << ATA_SHIFT_PIO;
1990 return 7 << ATA_SHIFT_PIO;
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001991 }
1992 }
Alan Cox432729f2007-03-08 23:22:59 +00001993 return 3 << ATA_SHIFT_PIO;
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001994}
1995
1996/**
Alan Cox963e4972008-07-24 17:16:06 +01001997 * ata_do_dev_read_id - default ID read method
1998 * @dev: device
1999 * @tf: proposed taskfile
2000 * @id: data buffer
2001 *
2002 * Issue the identify taskfile and hand back the buffer containing
2003 * identify data. For some RAID controllers and for pre ATA devices
2004 * this function is wrapped or replaced by the driver
2005 */
2006unsigned int ata_do_dev_read_id(struct ata_device *dev,
2007 struct ata_taskfile *tf, u16 *id)
2008{
2009 return ata_exec_internal(dev, tf, NULL, DMA_FROM_DEVICE,
2010 id, sizeof(id[0]) * ATA_ID_WORDS, 0);
2011}
2012
2013/**
Tejun Heo49016ac2006-02-21 02:12:11 +09002014 * ata_dev_read_id - Read ID data from the specified device
Tejun Heo49016ac2006-02-21 02:12:11 +09002015 * @dev: target device
2016 * @p_class: pointer to class of the target device (may be changed)
Tejun Heobff04642006-11-10 18:08:10 +09002017 * @flags: ATA_READID_* flags
Tejun Heofe635c72006-05-15 20:57:35 +09002018 * @id: buffer to read IDENTIFY data into
Tejun Heo49016ac2006-02-21 02:12:11 +09002019 *
2020 * Read ID data from the specified device. ATA_CMD_ID_ATA is
2021 * performed on ATA devices and ATA_CMD_ID_ATAPI on ATAPI
Tejun Heoaec5c3c2006-03-25 01:33:34 +09002022 * devices. This function also issues ATA_CMD_INIT_DEV_PARAMS
2023 * for pre-ATA4 drives.
Tejun Heo49016ac2006-02-21 02:12:11 +09002024 *
Alan Cox50a99012007-08-08 14:27:00 +01002025 * FIXME: ATA_CMD_ID_ATA is optional for early drives and right
Jeff Garzik2dcb4072007-10-19 06:42:56 -04002026 * now we abort if we hit that case.
Alan Cox50a99012007-08-08 14:27:00 +01002027 *
Tejun Heo49016ac2006-02-21 02:12:11 +09002028 * LOCKING:
2029 * Kernel thread context (may sleep)
2030 *
2031 * RETURNS:
2032 * 0 on success, -errno otherwise.
2033 */
Tejun Heoa9beec92006-05-31 18:27:44 +09002034int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class,
Tejun Heobff04642006-11-10 18:08:10 +09002035 unsigned int flags, u16 *id)
Tejun Heo49016ac2006-02-21 02:12:11 +09002036{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002037 struct ata_port *ap = dev->link->ap;
Tejun Heo49016ac2006-02-21 02:12:11 +09002038 unsigned int class = *p_class;
Tejun Heo49016ac2006-02-21 02:12:11 +09002039 struct ata_taskfile tf;
2040 unsigned int err_mask = 0;
2041 const char *reason;
Tejun Heo79b42ba2009-04-15 06:21:10 +09002042 bool is_semb = class == ATA_DEV_SEMB;
Tejun Heo54936f82007-05-11 14:35:29 +02002043 int may_fallback = 1, tried_spinup = 0;
Tejun Heo49016ac2006-02-21 02:12:11 +09002044 int rc;
2045
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002046 if (ata_msg_ctl(ap))
Harvey Harrison7f5e4e82008-03-05 18:24:52 -08002047 ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER\n", __func__);
Tejun Heo49016ac2006-02-21 02:12:11 +09002048
Alan Cox963e4972008-07-24 17:16:06 +01002049retry:
Tejun Heo3373efd2006-05-15 20:57:53 +09002050 ata_tf_init(dev, &tf);
Tejun Heo49016ac2006-02-21 02:12:11 +09002051
2052 switch (class) {
Tejun Heo79b42ba2009-04-15 06:21:10 +09002053 case ATA_DEV_SEMB:
2054 class = ATA_DEV_ATA; /* some hard drives report SEMB sig */
Tejun Heo49016ac2006-02-21 02:12:11 +09002055 case ATA_DEV_ATA:
2056 tf.command = ATA_CMD_ID_ATA;
2057 break;
2058 case ATA_DEV_ATAPI:
2059 tf.command = ATA_CMD_ID_ATAPI;
2060 break;
2061 default:
2062 rc = -ENODEV;
2063 reason = "unsupported class";
2064 goto err_out;
2065 }
2066
2067 tf.protocol = ATA_PROT_PIO;
Tejun Heo81afe892007-02-07 12:37:41 -08002068
2069 /* Some devices choke if TF registers contain garbage. Make
2070 * sure those are properly initialized.
2071 */
2072 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
2073
2074 /* Device presence detection is unreliable on some
2075 * controllers. Always poll IDENTIFY if available.
2076 */
2077 tf.flags |= ATA_TFLAG_POLLING;
Tejun Heo49016ac2006-02-21 02:12:11 +09002078
Alan Cox963e4972008-07-24 17:16:06 +01002079 if (ap->ops->read_id)
2080 err_mask = ap->ops->read_id(dev, &tf, id);
2081 else
2082 err_mask = ata_do_dev_read_id(dev, &tf, id);
2083
Tejun Heo49016ac2006-02-21 02:12:11 +09002084 if (err_mask) {
Tejun Heo800b3992006-12-03 21:34:13 +09002085 if (err_mask & AC_ERR_NODEV_HINT) {
Tejun Heo1ffc1512008-03-23 15:16:53 +09002086 ata_dev_printk(dev, KERN_DEBUG,
2087 "NODEV after polling detection\n");
Tejun Heo55a8e2c2006-11-10 18:08:10 +09002088 return -ENOENT;
2089 }
2090
Tejun Heo79b42ba2009-04-15 06:21:10 +09002091 if (is_semb) {
2092 ata_dev_printk(dev, KERN_INFO, "IDENTIFY failed on "
2093 "device w/ SEMB sig, disabled\n");
2094 /* SEMB is not supported yet */
2095 *p_class = ATA_DEV_SEMB_UNSUP;
2096 return 0;
2097 }
2098
Tejun Heo1ffc1512008-03-23 15:16:53 +09002099 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) {
2100 /* Device or controller might have reported
2101 * the wrong device class. Give a shot at the
2102 * other IDENTIFY if the current one is
2103 * aborted by the device.
2104 */
2105 if (may_fallback) {
2106 may_fallback = 0;
Tejun Heo54936f82007-05-11 14:35:29 +02002107
Tejun Heo1ffc1512008-03-23 15:16:53 +09002108 if (class == ATA_DEV_ATA)
2109 class = ATA_DEV_ATAPI;
2110 else
2111 class = ATA_DEV_ATA;
2112 goto retry;
2113 }
2114
2115 /* Control reaches here iff the device aborted
2116 * both flavors of IDENTIFYs which happens
2117 * sometimes with phantom devices.
2118 */
2119 ata_dev_printk(dev, KERN_DEBUG,
2120 "both IDENTIFYs aborted, assuming NODEV\n");
2121 return -ENOENT;
Tejun Heo54936f82007-05-11 14:35:29 +02002122 }
2123
Tejun Heo49016ac2006-02-21 02:12:11 +09002124 rc = -EIO;
2125 reason = "I/O error";
Tejun Heo49016ac2006-02-21 02:12:11 +09002126 goto err_out;
2127 }
2128
Tejun Heo43c9c592010-05-23 12:59:11 +02002129 if (dev->horkage & ATA_HORKAGE_DUMP_ID) {
2130 ata_dev_printk(dev, KERN_DEBUG, "dumping IDENTIFY data, "
2131 "class=%d may_fallback=%d tried_spinup=%d\n",
2132 class, may_fallback, tried_spinup);
2133 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET,
2134 16, 2, id, ATA_ID_WORDS * sizeof(*id), true);
2135 }
2136
Tejun Heo54936f82007-05-11 14:35:29 +02002137 /* Falling back doesn't make sense if ID data was read
2138 * successfully at least once.
2139 */
2140 may_fallback = 0;
2141
Tejun Heo49016ac2006-02-21 02:12:11 +09002142 swap_buf_le16(id, ATA_ID_WORDS);
2143
Tejun Heo49016ac2006-02-21 02:12:11 +09002144 /* sanity check */
Tejun Heoa4f57492006-09-12 20:35:49 -07002145 rc = -EINVAL;
Alan Cox60700682007-06-07 16:13:55 +01002146 reason = "device reports invalid type";
Tejun Heoa4f57492006-09-12 20:35:49 -07002147
2148 if (class == ATA_DEV_ATA) {
2149 if (!ata_id_is_ata(id) && !ata_id_is_cfa(id))
2150 goto err_out;
2151 } else {
2152 if (ata_id_is_ata(id))
2153 goto err_out;
Tejun Heo49016ac2006-02-21 02:12:11 +09002154 }
2155
Mark Lord169439c2007-04-17 18:26:07 -04002156 if (!tried_spinup && (id[2] == 0x37c8 || id[2] == 0x738c)) {
2157 tried_spinup = 1;
2158 /*
2159 * Drive powered-up in standby mode, and requires a specific
2160 * SET_FEATURES spin-up subcommand before it will accept
2161 * anything other than the original IDENTIFY command.
2162 */
Jeff Garzik218f3d32007-10-25 00:33:27 -04002163 err_mask = ata_dev_set_feature(dev, SETFEATURES_SPINUP, 0);
Ryan Powerfb0582f92007-08-10 13:59:35 -07002164 if (err_mask && id[2] != 0x738c) {
Mark Lord169439c2007-04-17 18:26:07 -04002165 rc = -EIO;
2166 reason = "SPINUP failed";
2167 goto err_out;
2168 }
2169 /*
2170 * If the drive initially returned incomplete IDENTIFY info,
2171 * we now must reissue the IDENTIFY command.
2172 */
2173 if (id[2] == 0x37c8)
2174 goto retry;
2175 }
2176
Tejun Heobff04642006-11-10 18:08:10 +09002177 if ((flags & ATA_READID_POSTRESET) && class == ATA_DEV_ATA) {
Tejun Heo49016ac2006-02-21 02:12:11 +09002178 /*
2179 * The exact sequence expected by certain pre-ATA4 drives is:
2180 * SRST RESET
Alan Cox50a99012007-08-08 14:27:00 +01002181 * IDENTIFY (optional in early ATA)
2182 * INITIALIZE DEVICE PARAMETERS (later IDE and ATA)
Tejun Heo49016ac2006-02-21 02:12:11 +09002183 * anything else..
2184 * Some drives were very specific about that exact sequence.
Alan Cox50a99012007-08-08 14:27:00 +01002185 *
2186 * Note that ATA4 says lba is mandatory so the second check
Adam Buchbinderc9404c92009-12-18 15:40:42 -05002187 * should never trigger.
Tejun Heo49016ac2006-02-21 02:12:11 +09002188 */
2189 if (ata_id_major_version(id) < 4 || !ata_id_has_lba(id)) {
Tejun Heo3373efd2006-05-15 20:57:53 +09002190 err_mask = ata_dev_init_params(dev, id[3], id[6]);
Tejun Heo49016ac2006-02-21 02:12:11 +09002191 if (err_mask) {
2192 rc = -EIO;
2193 reason = "INIT_DEV_PARAMS failed";
2194 goto err_out;
2195 }
2196
2197 /* current CHS translation info (id[53-58]) might be
2198 * changed. reread the identify device info.
2199 */
Tejun Heobff04642006-11-10 18:08:10 +09002200 flags &= ~ATA_READID_POSTRESET;
Tejun Heo49016ac2006-02-21 02:12:11 +09002201 goto retry;
2202 }
2203 }
2204
2205 *p_class = class;
Tejun Heofe635c72006-05-15 20:57:35 +09002206
Tejun Heo49016ac2006-02-21 02:12:11 +09002207 return 0;
2208
2209 err_out:
Tejun Heo88574552006-06-25 20:00:35 +09002210 if (ata_msg_warn(ap))
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002211 ata_dev_printk(dev, KERN_WARNING, "failed to IDENTIFY "
Tejun Heo88574552006-06-25 20:00:35 +09002212 "(%s, err_mask=0x%x)\n", reason, err_mask);
Tejun Heo49016ac2006-02-21 02:12:11 +09002213 return rc;
2214}
2215
Tejun Heo90627122009-01-29 20:31:36 +09002216static int ata_do_link_spd_horkage(struct ata_device *dev)
2217{
2218 struct ata_link *plink = ata_dev_phys_link(dev);
2219 u32 target, target_limit;
2220
2221 if (!sata_scr_valid(plink))
2222 return 0;
2223
2224 if (dev->horkage & ATA_HORKAGE_1_5_GBPS)
2225 target = 1;
2226 else
2227 return 0;
2228
2229 target_limit = (1 << target) - 1;
2230
2231 /* if already on stricter limit, no need to push further */
2232 if (plink->sata_spd_limit <= target_limit)
2233 return 0;
2234
2235 plink->sata_spd_limit = target_limit;
2236
2237 /* Request another EH round by returning -EAGAIN if link is
2238 * going faster than the target speed. Forward progress is
2239 * guaranteed by setting sata_spd_limit to target_limit above.
2240 */
2241 if (plink->sata_spd > target) {
2242 ata_dev_printk(dev, KERN_INFO,
2243 "applying link speed limit horkage to %s\n",
2244 sata_spd_string(target));
2245 return -EAGAIN;
2246 }
2247 return 0;
2248}
2249
Tejun Heo3373efd2006-05-15 20:57:53 +09002250static inline u8 ata_dev_knobble(struct ata_device *dev)
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09002251{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002252 struct ata_port *ap = dev->link->ap;
Jens Axboe9ce8e302008-08-27 15:23:18 +02002253
2254 if (ata_dev_blacklisted(dev) & ATA_HORKAGE_BRIDGE_OK)
2255 return 0;
2256
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002257 return ((ap->cbl == ATA_CBL_SATA) && (!ata_id_is_sata(dev->id)));
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09002258}
2259
Shaohua Li388539f2009-07-27 09:24:35 +08002260static int ata_dev_config_ncq(struct ata_device *dev,
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002261 char *desc, size_t desc_sz)
2262{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002263 struct ata_port *ap = dev->link->ap;
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002264 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id);
Shaohua Li388539f2009-07-27 09:24:35 +08002265 unsigned int err_mask;
2266 char *aa_desc = "";
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002267
2268 if (!ata_id_has_ncq(dev->id)) {
2269 desc[0] = '\0';
Shaohua Li388539f2009-07-27 09:24:35 +08002270 return 0;
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002271 }
Tejun Heo75683fe2007-07-05 13:31:27 +09002272 if (dev->horkage & ATA_HORKAGE_NONCQ) {
Alan Cox6919a0a2006-10-27 19:08:46 -07002273 snprintf(desc, desc_sz, "NCQ (not used)");
Shaohua Li388539f2009-07-27 09:24:35 +08002274 return 0;
Alan Cox6919a0a2006-10-27 19:08:46 -07002275 }
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002276 if (ap->flags & ATA_FLAG_NCQ) {
Jeff Garzikcca39742006-08-24 03:19:22 -04002277 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE - 1);
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002278 dev->flags |= ATA_DFLAG_NCQ;
2279 }
2280
Shaohua Li388539f2009-07-27 09:24:35 +08002281 if (!(dev->horkage & ATA_HORKAGE_BROKEN_FPDMA_AA) &&
2282 (ap->flags & ATA_FLAG_FPDMA_AA) &&
2283 ata_id_has_fpdma_aa(dev->id)) {
2284 err_mask = ata_dev_set_feature(dev, SETFEATURES_SATA_ENABLE,
2285 SATA_FPDMA_AA);
2286 if (err_mask) {
2287 ata_dev_printk(dev, KERN_ERR, "failed to enable AA"
2288 "(error_mask=0x%x)\n", err_mask);
2289 if (err_mask != AC_ERR_DEV) {
2290 dev->horkage |= ATA_HORKAGE_BROKEN_FPDMA_AA;
2291 return -EIO;
2292 }
2293 } else
2294 aa_desc = ", AA";
2295 }
2296
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002297 if (hdepth >= ddepth)
Shaohua Li388539f2009-07-27 09:24:35 +08002298 snprintf(desc, desc_sz, "NCQ (depth %d)%s", ddepth, aa_desc);
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002299 else
Shaohua Li388539f2009-07-27 09:24:35 +08002300 snprintf(desc, desc_sz, "NCQ (depth %d/%d)%s", hdepth,
2301 ddepth, aa_desc);
2302 return 0;
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002303}
2304
Tejun Heo49016ac2006-02-21 02:12:11 +09002305/**
Tejun Heoffeae412006-03-01 16:09:35 +09002306 * ata_dev_configure - Configure the specified ATA/ATAPI device
Tejun Heoffeae412006-03-01 16:09:35 +09002307 * @dev: Target device to configure
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308 *
Tejun Heoffeae412006-03-01 16:09:35 +09002309 * Configure @dev according to @dev->id. Generic and low-level
2310 * driver specific fixups are also applied.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311 *
2312 * LOCKING:
Tejun Heoffeae412006-03-01 16:09:35 +09002313 * Kernel thread context (may sleep)
2314 *
2315 * RETURNS:
2316 * 0 on success, -errno otherwise
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 */
Tejun Heoefdaedc2006-11-01 18:38:52 +09002318int ata_dev_configure(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002320 struct ata_port *ap = dev->link->ap;
2321 struct ata_eh_context *ehc = &dev->link->eh_context;
Tejun Heo67465442007-05-15 03:28:16 +09002322 int print_info = ehc->i.flags & ATA_EHI_PRINTINFO;
Tejun Heo1148c3a2006-03-13 19:48:04 +09002323 const u16 *id = dev->id;
Tejun Heo7dc951a2007-11-27 19:43:42 +09002324 unsigned long xfer_mask;
Alan Coxb352e572006-08-10 18:52:12 +01002325 char revbuf[7]; /* XYZ-99\0 */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002326 char fwrevbuf[ATA_ID_FW_REV_LEN+1];
2327 char modelbuf[ATA_ID_PROD_LEN+1];
Brian Kinge6d902a2006-06-28 08:30:31 -05002328 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002330 if (!ata_dev_enabled(dev) && ata_msg_info(ap)) {
Tejun Heo44877b42007-02-21 01:06:51 +09002331 ata_dev_printk(dev, KERN_INFO, "%s: ENTER/EXIT -- nodev\n",
Harvey Harrison7f5e4e82008-03-05 18:24:52 -08002332 __func__);
Tejun Heoffeae412006-03-01 16:09:35 +09002333 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 }
2335
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002336 if (ata_msg_probe(ap))
Harvey Harrison7f5e4e82008-03-05 18:24:52 -08002337 ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338
Tejun Heo75683fe2007-07-05 13:31:27 +09002339 /* set horkage */
2340 dev->horkage |= ata_dev_blacklisted(dev);
Tejun Heo33267322008-02-13 09:15:09 +09002341 ata_force_horkage(dev);
Tejun Heo75683fe2007-07-05 13:31:27 +09002342
Tejun Heo50af2fa2008-05-19 01:15:14 +09002343 if (dev->horkage & ATA_HORKAGE_DISABLE) {
2344 ata_dev_printk(dev, KERN_INFO,
2345 "unsupported device, disabling\n");
2346 ata_dev_disable(dev);
2347 return 0;
2348 }
2349
Tejun Heo2486fa52008-07-31 07:52:40 +09002350 if ((!atapi_enabled || (ap->flags & ATA_FLAG_NO_ATAPI)) &&
2351 dev->class == ATA_DEV_ATAPI) {
2352 ata_dev_printk(dev, KERN_WARNING,
2353 "WARNING: ATAPI is %s, device ignored.\n",
2354 atapi_enabled ? "not supported with this driver"
2355 : "disabled");
2356 ata_dev_disable(dev);
2357 return 0;
2358 }
2359
Tejun Heo90627122009-01-29 20:31:36 +09002360 rc = ata_do_link_spd_horkage(dev);
2361 if (rc)
2362 return rc;
2363
Tejun Heo67465442007-05-15 03:28:16 +09002364 /* let ACPI work its magic */
2365 rc = ata_acpi_on_devcfg(dev);
2366 if (rc)
2367 return rc;
Kristen Carlson Accardi08573a82006-11-10 16:14:47 -08002368
Tejun Heo05027ad2007-09-03 12:32:57 +09002369 /* massage HPA, do it early as it might change IDENTIFY data */
2370 rc = ata_hpa_resize(dev);
2371 if (rc)
2372 return rc;
2373
Tejun Heoc39f5eb2006-03-13 19:51:19 +09002374 /* print device capabilities */
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002375 if (ata_msg_probe(ap))
Tejun Heo88574552006-06-25 20:00:35 +09002376 ata_dev_printk(dev, KERN_DEBUG,
2377 "%s: cfg 49:%04x 82:%04x 83:%04x 84:%04x "
2378 "85:%04x 86:%04x 87:%04x 88:%04x\n",
Harvey Harrison7f5e4e82008-03-05 18:24:52 -08002379 __func__,
Tejun Heof15a1da2006-05-15 20:57:56 +09002380 id[49], id[82], id[83], id[84],
2381 id[85], id[86], id[87], id[88]);
Tejun Heoc39f5eb2006-03-13 19:51:19 +09002382
Tejun Heo208a9932006-03-05 17:55:58 +09002383 /* initialize to-be-configured parameters */
Tejun Heoea1dd4e2006-04-02 18:51:53 +09002384 dev->flags &= ~ATA_DFLAG_CFG_MASK;
Tejun Heo208a9932006-03-05 17:55:58 +09002385 dev->max_sectors = 0;
2386 dev->cdb_len = 0;
2387 dev->n_sectors = 0;
2388 dev->cylinders = 0;
2389 dev->heads = 0;
2390 dev->sectors = 0;
Mark Lorde18086d2009-03-19 13:32:21 -04002391 dev->multi_count = 0;
Tejun Heo208a9932006-03-05 17:55:58 +09002392
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 /*
2394 * common ATA, ATAPI feature tests
2395 */
2396
Tejun Heoff8854b2006-03-06 04:31:56 +09002397 /* find max transfer mode; for printk only */
Tejun Heo1148c3a2006-03-13 19:48:04 +09002398 xfer_mask = ata_id_xfermask(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002400 if (ata_msg_probe(ap))
2401 ata_dump_id(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402
Albert Leeef143d52007-06-05 13:01:33 +08002403 /* SCSI only uses 4-char revisions, dump full 8 chars from ATA */
2404 ata_id_c_string(dev->id, fwrevbuf, ATA_ID_FW_REV,
2405 sizeof(fwrevbuf));
2406
2407 ata_id_c_string(dev->id, modelbuf, ATA_ID_PROD,
2408 sizeof(modelbuf));
2409
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 /* ATA-specific feature tests */
2411 if (dev->class == ATA_DEV_ATA) {
Alan Coxb352e572006-08-10 18:52:12 +01002412 if (ata_id_is_cfa(id)) {
Sergei Shtylyov62afe5d2009-04-13 20:50:00 +04002413 /* CPRM may make this media unusable */
2414 if (id[ATA_ID_CFA_KEY_MGMT] & 1)
Tejun Heo44877b42007-02-21 01:06:51 +09002415 ata_dev_printk(dev, KERN_WARNING,
2416 "supports DRM functions and may "
2417 "not be fully accessable.\n");
Alan Coxb352e572006-08-10 18:52:12 +01002418 snprintf(revbuf, 7, "CFA");
Alan Coxae8d4ee2007-11-04 22:05:49 -05002419 } else {
Jeff Garzik2dcb4072007-10-19 06:42:56 -04002420 snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id));
Alan Coxae8d4ee2007-11-04 22:05:49 -05002421 /* Warn the user if the device has TPM extensions */
2422 if (ata_id_has_tpm(id))
2423 ata_dev_printk(dev, KERN_WARNING,
2424 "supports DRM functions and may "
2425 "not be fully accessable.\n");
2426 }
Alan Coxb352e572006-08-10 18:52:12 +01002427
Tejun Heo1148c3a2006-03-13 19:48:04 +09002428 dev->n_sectors = ata_id_n_sectors(id);
Tejun Heo29407402006-02-12 22:47:04 +09002429
Mark Lorde18086d2009-03-19 13:32:21 -04002430 /* get current R/W Multiple count setting */
2431 if ((dev->id[47] >> 8) == 0x80 && (dev->id[59] & 0x100)) {
2432 unsigned int max = dev->id[47] & 0xff;
2433 unsigned int cnt = dev->id[59] & 0xff;
2434 /* only recognize/allow powers of two here */
2435 if (is_power_of_2(max) && is_power_of_2(cnt))
2436 if (cnt <= max)
2437 dev->multi_count = cnt;
2438 }
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002439
Tejun Heo1148c3a2006-03-13 19:48:04 +09002440 if (ata_id_has_lba(id)) {
Tejun Heo4c2d7212006-03-05 17:55:58 +09002441 const char *lba_desc;
Shaohua Li388539f2009-07-27 09:24:35 +08002442 char ncq_desc[24];
Albert Lee8bf62ece2005-05-12 15:29:42 -04002443
Tejun Heo4c2d7212006-03-05 17:55:58 +09002444 lba_desc = "LBA";
2445 dev->flags |= ATA_DFLAG_LBA;
Tejun Heo1148c3a2006-03-13 19:48:04 +09002446 if (ata_id_has_lba48(id)) {
Albert Lee8bf62ece2005-05-12 15:29:42 -04002447 dev->flags |= ATA_DFLAG_LBA48;
Tejun Heo4c2d7212006-03-05 17:55:58 +09002448 lba_desc = "LBA48";
Tejun Heo6fc49ad2006-11-11 20:10:45 +09002449
2450 if (dev->n_sectors >= (1UL << 28) &&
2451 ata_id_has_flush_ext(id))
2452 dev->flags |= ATA_DFLAG_FLUSH_EXT;
Tejun Heo4c2d7212006-03-05 17:55:58 +09002453 }
Albert Lee8bf62ece2005-05-12 15:29:42 -04002454
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002455 /* config NCQ */
Shaohua Li388539f2009-07-27 09:24:35 +08002456 rc = ata_dev_config_ncq(dev, ncq_desc, sizeof(ncq_desc));
2457 if (rc)
2458 return rc;
Tejun Heoa6e6ce82006-05-15 21:03:48 +09002459
Albert Lee8bf62ece2005-05-12 15:29:42 -04002460 /* print device info to dmesg */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002461 if (ata_msg_drv(ap) && print_info) {
2462 ata_dev_printk(dev, KERN_INFO,
2463 "%s: %s, %s, max %s\n",
2464 revbuf, modelbuf, fwrevbuf,
2465 ata_mode_string(xfer_mask));
2466 ata_dev_printk(dev, KERN_INFO,
2467 "%Lu sectors, multi %u: %s %s\n",
Tejun Heof15a1da2006-05-15 20:57:56 +09002468 (unsigned long long)dev->n_sectors,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002469 dev->multi_count, lba_desc, ncq_desc);
2470 }
Tejun Heoffeae412006-03-01 16:09:35 +09002471 } else {
Albert Lee8bf62ece2005-05-12 15:29:42 -04002472 /* CHS */
2473
2474 /* Default translation */
Tejun Heo1148c3a2006-03-13 19:48:04 +09002475 dev->cylinders = id[1];
2476 dev->heads = id[3];
2477 dev->sectors = id[6];
Albert Lee8bf62ece2005-05-12 15:29:42 -04002478
Tejun Heo1148c3a2006-03-13 19:48:04 +09002479 if (ata_id_current_chs_valid(id)) {
Albert Lee8bf62ece2005-05-12 15:29:42 -04002480 /* Current CHS translation is valid. */
Tejun Heo1148c3a2006-03-13 19:48:04 +09002481 dev->cylinders = id[54];
2482 dev->heads = id[55];
2483 dev->sectors = id[56];
Albert Lee8bf62ece2005-05-12 15:29:42 -04002484 }
2485
2486 /* print device info to dmesg */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002487 if (ata_msg_drv(ap) && print_info) {
Tejun Heo88574552006-06-25 20:00:35 +09002488 ata_dev_printk(dev, KERN_INFO,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002489 "%s: %s, %s, max %s\n",
2490 revbuf, modelbuf, fwrevbuf,
2491 ata_mode_string(xfer_mask));
Jeff Garzika84471f2007-02-26 05:51:33 -05002492 ata_dev_printk(dev, KERN_INFO,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07002493 "%Lu sectors, multi %u, CHS %u/%u/%u\n",
2494 (unsigned long long)dev->n_sectors,
2495 dev->multi_count, dev->cylinders,
2496 dev->heads, dev->sectors);
2497 }
Albert Lee07f6f7d2005-11-01 19:33:20 +08002498 }
2499
Tejun Heo6e7846e2006-02-12 23:32:58 +09002500 dev->cdb_len = 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 }
2502
2503 /* ATAPI-specific feature tests */
Jeff Garzik2c13b7c2005-11-14 14:14:16 -05002504 else if (dev->class == ATA_DEV_ATAPI) {
Tejun Heo854c73a2007-09-23 13:14:11 +09002505 const char *cdb_intr_string = "";
2506 const char *atapi_an_string = "";
Tejun Heo91163002008-02-21 13:25:50 +09002507 const char *dma_dir_string = "";
Tejun Heo7d77b242007-09-23 13:14:13 +09002508 u32 sntf;
Albert Lee08a556d2006-03-31 13:29:04 +08002509
Tejun Heo1148c3a2006-03-13 19:48:04 +09002510 rc = atapi_cdb_len(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 if ((rc < 12) || (rc > ATAPI_CDB_LEN)) {
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002512 if (ata_msg_warn(ap))
Tejun Heo88574552006-06-25 20:00:35 +09002513 ata_dev_printk(dev, KERN_WARNING,
2514 "unsupported CDB len\n");
Tejun Heoffeae412006-03-01 16:09:35 +09002515 rc = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 goto err_out_nosup;
2517 }
Tejun Heo6e7846e2006-02-12 23:32:58 +09002518 dev->cdb_len = (unsigned int) rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519
Tejun Heo7d77b242007-09-23 13:14:13 +09002520 /* Enable ATAPI AN if both the host and device have
2521 * the support. If PMP is attached, SNTF is required
2522 * to enable ATAPI AN to discern between PHY status
2523 * changed notifications and ATAPI ANs.
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04002524 */
Tejun Heoe7ecd432010-05-19 15:38:58 +02002525 if (atapi_an &&
2526 (ap->flags & ATA_FLAG_AN) && ata_id_has_atapi_AN(id) &&
Tejun Heo071f44b2008-04-07 22:47:22 +09002527 (!sata_pmp_attached(ap) ||
Tejun Heo7d77b242007-09-23 13:14:13 +09002528 sata_scr_read(&ap->link, SCR_NOTIFICATION, &sntf) == 0)) {
Tejun Heo854c73a2007-09-23 13:14:11 +09002529 unsigned int err_mask;
2530
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04002531 /* issue SET feature command to turn this on */
Jeff Garzik218f3d32007-10-25 00:33:27 -04002532 err_mask = ata_dev_set_feature(dev,
2533 SETFEATURES_SATA_ENABLE, SATA_AN);
Tejun Heo854c73a2007-09-23 13:14:11 +09002534 if (err_mask)
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04002535 ata_dev_printk(dev, KERN_ERR,
Tejun Heo854c73a2007-09-23 13:14:11 +09002536 "failed to enable ATAPI AN "
2537 "(err_mask=0x%x)\n", err_mask);
2538 else {
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04002539 dev->flags |= ATA_DFLAG_AN;
Tejun Heo854c73a2007-09-23 13:14:11 +09002540 atapi_an_string = ", ATAPI AN";
2541 }
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04002542 }
2543
Albert Lee08a556d2006-03-31 13:29:04 +08002544 if (ata_id_cdb_intr(dev->id)) {
Albert Lee312f7da2005-09-27 17:38:03 +08002545 dev->flags |= ATA_DFLAG_CDB_INTR;
Albert Lee08a556d2006-03-31 13:29:04 +08002546 cdb_intr_string = ", CDB intr";
2547 }
Albert Lee312f7da2005-09-27 17:38:03 +08002548
Tejun Heo91163002008-02-21 13:25:50 +09002549 if (atapi_dmadir || atapi_id_dmadir(dev->id)) {
2550 dev->flags |= ATA_DFLAG_DMADIR;
2551 dma_dir_string = ", DMADIR";
2552 }
2553
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554 /* print device info to dmesg */
Borislav Petkov5afc8142006-06-27 14:51:25 +02002555 if (ata_msg_drv(ap) && print_info)
Albert Leeef143d52007-06-05 13:01:33 +08002556 ata_dev_printk(dev, KERN_INFO,
Tejun Heo91163002008-02-21 13:25:50 +09002557 "ATAPI: %s, %s, max %s%s%s%s\n",
Albert Leeef143d52007-06-05 13:01:33 +08002558 modelbuf, fwrevbuf,
Tejun Heo12436c32006-05-15 20:59:15 +09002559 ata_mode_string(xfer_mask),
Tejun Heo91163002008-02-21 13:25:50 +09002560 cdb_intr_string, atapi_an_string,
2561 dma_dir_string);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562 }
2563
Tejun Heo914ed352006-11-01 18:39:55 +09002564 /* determine max_sectors */
2565 dev->max_sectors = ATA_MAX_SECTORS;
2566 if (dev->flags & ATA_DFLAG_LBA48)
2567 dev->max_sectors = ATA_MAX_SECTORS_LBA48;
2568
Kristen Carlson Accardica773292007-10-25 00:58:59 -04002569 if (!(dev->horkage & ATA_HORKAGE_IPM)) {
2570 if (ata_id_has_hipm(dev->id))
2571 dev->flags |= ATA_DFLAG_HIPM;
2572 if (ata_id_has_dipm(dev->id))
2573 dev->flags |= ATA_DFLAG_DIPM;
2574 }
2575
Alan Coxc5038fc2007-10-25 14:21:16 +01002576 /* Limit PATA drive on SATA cable bridge transfers to udma5,
2577 200 sectors */
Tejun Heo3373efd2006-05-15 20:57:53 +09002578 if (ata_dev_knobble(dev)) {
Borislav Petkov5afc8142006-06-27 14:51:25 +02002579 if (ata_msg_drv(ap) && print_info)
Tejun Heof15a1da2006-05-15 20:57:56 +09002580 ata_dev_printk(dev, KERN_INFO,
2581 "applying bridge limits\n");
Tejun Heo5a529132006-03-24 14:07:50 +09002582 dev->udma_mask &= ATA_UDMA5;
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09002583 dev->max_sectors = ATA_MAX_SECTORS;
2584 }
2585
Tony Battersbyf8d8e572007-10-30 11:44:35 -04002586 if ((dev->class == ATA_DEV_ATAPI) &&
Albert Leef442cd82007-11-15 10:35:47 +09002587 (atapi_command_packet_set(id) == TYPE_TAPE)) {
Tony Battersbyf8d8e572007-10-30 11:44:35 -04002588 dev->max_sectors = ATA_MAX_SECTORS_TAPE;
Albert Leef442cd82007-11-15 10:35:47 +09002589 dev->horkage |= ATA_HORKAGE_STUCK_ERR;
2590 }
Tony Battersbyf8d8e572007-10-30 11:44:35 -04002591
Tejun Heo75683fe2007-07-05 13:31:27 +09002592 if (dev->horkage & ATA_HORKAGE_MAX_SEC_128)
Tejun Heo03ec52d2007-04-12 13:38:11 +09002593 dev->max_sectors = min_t(unsigned int, ATA_MAX_SECTORS_128,
2594 dev->max_sectors);
Albert Lee18d6e9d2007-04-02 11:34:15 +08002595
Kristen Carlson Accardica773292007-10-25 00:58:59 -04002596 if (ata_dev_blacklisted(dev) & ATA_HORKAGE_IPM) {
2597 dev->horkage |= ATA_HORKAGE_IPM;
2598
2599 /* reset link pm_policy for this port to no pm */
2600 ap->pm_policy = MAX_PERFORMANCE;
2601 }
2602
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09002603 if (ap->ops->dev_config)
Alancd0d3bb2007-03-02 00:56:15 +00002604 ap->ops->dev_config(dev);
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09002605
Alan Coxc5038fc2007-10-25 14:21:16 +01002606 if (dev->horkage & ATA_HORKAGE_DIAGNOSTIC) {
2607 /* Let the user know. We don't want to disallow opens for
2608 rescue purposes, or in case the vendor is just a blithering
2609 idiot. Do this after the dev_config call as some controllers
2610 with buggy firmware may want to avoid reporting false device
2611 bugs */
2612
2613 if (print_info) {
2614 ata_dev_printk(dev, KERN_WARNING,
2615"Drive reports diagnostics failure. This may indicate a drive\n");
2616 ata_dev_printk(dev, KERN_WARNING,
2617"fault or invalid emulation. Contact drive vendor for information.\n");
2618 }
2619 }
2620
Tejun Heoac70a962008-11-27 13:36:48 +09002621 if ((dev->horkage & ATA_HORKAGE_FIRMWARE_WARN) && print_info) {
2622 ata_dev_printk(dev, KERN_WARNING, "WARNING: device requires "
2623 "firmware update to be fully functional.\n");
2624 ata_dev_printk(dev, KERN_WARNING, " contact the vendor "
2625 "or visit http://ata.wiki.kernel.org.\n");
2626 }
2627
Tejun Heoffeae412006-03-01 16:09:35 +09002628 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629
2630err_out_nosup:
Borislav Petkov0dd4b212006-06-23 02:29:08 -04002631 if (ata_msg_probe(ap))
Tejun Heo88574552006-06-25 20:00:35 +09002632 ata_dev_printk(dev, KERN_DEBUG,
Harvey Harrison7f5e4e82008-03-05 18:24:52 -08002633 "%s: EXIT, err\n", __func__);
Tejun Heoffeae412006-03-01 16:09:35 +09002634 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635}
2636
2637/**
Alan Cox2e41e8e2007-03-08 23:19:19 +00002638 * ata_cable_40wire - return 40 wire cable type
Alan Coxbe0d18d2007-03-06 02:37:56 -08002639 * @ap: port
2640 *
Alan Cox2e41e8e2007-03-08 23:19:19 +00002641 * Helper method for drivers which want to hardwire 40 wire cable
Alan Coxbe0d18d2007-03-06 02:37:56 -08002642 * detection.
2643 */
2644
2645int ata_cable_40wire(struct ata_port *ap)
2646{
2647 return ATA_CBL_PATA40;
2648}
2649
2650/**
Alan Cox2e41e8e2007-03-08 23:19:19 +00002651 * ata_cable_80wire - return 80 wire cable type
Alan Coxbe0d18d2007-03-06 02:37:56 -08002652 * @ap: port
2653 *
Alan Cox2e41e8e2007-03-08 23:19:19 +00002654 * Helper method for drivers which want to hardwire 80 wire cable
Alan Coxbe0d18d2007-03-06 02:37:56 -08002655 * detection.
2656 */
2657
2658int ata_cable_80wire(struct ata_port *ap)
2659{
2660 return ATA_CBL_PATA80;
2661}
2662
2663/**
2664 * ata_cable_unknown - return unknown PATA cable.
2665 * @ap: port
2666 *
2667 * Helper method for drivers which have no PATA cable detection.
2668 */
2669
2670int ata_cable_unknown(struct ata_port *ap)
2671{
2672 return ATA_CBL_PATA_UNK;
2673}
2674
2675/**
Tejun Heoc88f90c2007-11-27 19:43:48 +09002676 * ata_cable_ignore - return ignored PATA cable.
2677 * @ap: port
2678 *
2679 * Helper method for drivers which don't use cable type to limit
2680 * transfer mode.
2681 */
2682int ata_cable_ignore(struct ata_port *ap)
2683{
2684 return ATA_CBL_PATA_IGN;
2685}
2686
2687/**
Alan Coxbe0d18d2007-03-06 02:37:56 -08002688 * ata_cable_sata - return SATA cable type
2689 * @ap: port
2690 *
2691 * Helper method for drivers which have SATA cables
2692 */
2693
2694int ata_cable_sata(struct ata_port *ap)
2695{
2696 return ATA_CBL_SATA;
2697}
2698
2699/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 * ata_bus_probe - Reset and probe ATA bus
2701 * @ap: Bus to probe
2702 *
Jeff Garzik0cba6322005-05-30 19:49:12 -04002703 * Master ATA bus probing function. Initiates a hardware-dependent
2704 * bus reset, then attempts to identify any devices found on
2705 * the bus.
2706 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04002708 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 *
2710 * RETURNS:
Tejun Heo96072e62006-04-01 01:38:17 +09002711 * Zero on success, negative errno otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 */
2713
Brian King80289162006-08-07 14:27:31 -05002714int ata_bus_probe(struct ata_port *ap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715{
Tejun Heo28ca5c52006-03-01 16:09:36 +09002716 unsigned int classes[ATA_MAX_DEVICES];
Tejun Heo14d2bac2006-04-02 17:54:46 +09002717 int tries[ATA_MAX_DEVICES];
Tejun Heof58229f2007-08-06 18:36:23 +09002718 int rc;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002719 struct ata_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
Tejun Heo1eca4362008-11-03 20:03:17 +09002721 ata_for_each_dev(dev, &ap->link, ALL)
Tejun Heof58229f2007-08-06 18:36:23 +09002722 tries[dev->devno] = ATA_PROBE_MAX_TRIES;
Tejun Heo14d2bac2006-04-02 17:54:46 +09002723
2724 retry:
Tejun Heo1eca4362008-11-03 20:03:17 +09002725 ata_for_each_dev(dev, &ap->link, ALL) {
Tejun Heocdeab112007-10-29 16:41:09 +09002726 /* If we issue an SRST then an ATA drive (not ATAPI)
2727 * may change configuration and be in PIO0 timing. If
2728 * we do a hard reset (or are coming from power on)
2729 * this is true for ATA or ATAPI. Until we've set a
2730 * suitable controller mode we should not touch the
2731 * bus as we may be talking too fast.
2732 */
2733 dev->pio_mode = XFER_PIO_0;
2734
2735 /* If the controller has a pio mode setup function
2736 * then use it to set the chipset to rights. Don't
2737 * touch the DMA setup as that will be dealt with when
2738 * configuring devices.
2739 */
2740 if (ap->ops->set_piomode)
2741 ap->ops->set_piomode(ap, dev);
2742 }
2743
Tejun Heo20444702006-03-13 01:57:01 +09002744 /* reset and determine device classes */
Tejun Heo52783c52006-05-31 18:28:22 +09002745 ap->ops->phy_reset(ap);
Tejun Heo2061a472006-03-12 00:57:39 +09002746
Tejun Heo1eca4362008-11-03 20:03:17 +09002747 ata_for_each_dev(dev, &ap->link, ALL) {
Tejun Heo3e4ec342010-05-10 21:41:30 +02002748 if (dev->class != ATA_DEV_UNKNOWN)
Tejun Heo52783c52006-05-31 18:28:22 +09002749 classes[dev->devno] = dev->class;
2750 else
2751 classes[dev->devno] = ATA_DEV_NONE;
Tejun Heo20444702006-03-13 01:57:01 +09002752
Tejun Heo52783c52006-05-31 18:28:22 +09002753 dev->class = ATA_DEV_UNKNOWN;
Tejun Heo28ca5c52006-03-01 16:09:36 +09002754 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755
Jeff Garzikf31f0cc2007-03-02 17:47:28 -05002756 /* read IDENTIFY page and configure devices. We have to do the identify
2757 specific sequence bass-ackwards so that PDIAG- is released by
2758 the slave device */
2759
Tejun Heo1eca4362008-11-03 20:03:17 +09002760 ata_for_each_dev(dev, &ap->link, ALL_REVERSE) {
Tejun Heof58229f2007-08-06 18:36:23 +09002761 if (tries[dev->devno])
2762 dev->class = classes[dev->devno];
Tejun Heo14d2bac2006-04-02 17:54:46 +09002763
Tejun Heoe1211e32006-04-01 01:38:18 +09002764 if (!ata_dev_enabled(dev))
Tejun Heoffeae412006-03-01 16:09:35 +09002765 continue;
2766
Tejun Heobff04642006-11-10 18:08:10 +09002767 rc = ata_dev_read_id(dev, &dev->class, ATA_READID_POSTRESET,
2768 dev->id);
Tejun Heo14d2bac2006-04-02 17:54:46 +09002769 if (rc)
2770 goto fail;
Jeff Garzikf31f0cc2007-03-02 17:47:28 -05002771 }
2772
Alan Coxbe0d18d2007-03-06 02:37:56 -08002773 /* Now ask for the cable type as PDIAG- should have been released */
2774 if (ap->ops->cable_detect)
2775 ap->cbl = ap->ops->cable_detect(ap);
2776
Tejun Heo1eca4362008-11-03 20:03:17 +09002777 /* We may have SATA bridge glue hiding here irrespective of
2778 * the reported cable types and sensed types. When SATA
2779 * drives indicate we have a bridge, we don't know which end
2780 * of the link the bridge is which is a problem.
2781 */
2782 ata_for_each_dev(dev, &ap->link, ENABLED)
Alan Cox614fe292007-08-22 23:22:45 +01002783 if (ata_id_is_sata(dev->id))
2784 ap->cbl = ATA_CBL_SATA;
Alan Cox614fe292007-08-22 23:22:45 +01002785
Jeff Garzikf31f0cc2007-03-02 17:47:28 -05002786 /* After the identify sequence we can now set up the devices. We do
2787 this in the normal order so that the user doesn't get confused */
2788
Tejun Heo1eca4362008-11-03 20:03:17 +09002789 ata_for_each_dev(dev, &ap->link, ENABLED) {
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002790 ap->link.eh_context.i.flags |= ATA_EHI_PRINTINFO;
Tejun Heoefdaedc2006-11-01 18:38:52 +09002791 rc = ata_dev_configure(dev);
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002792 ap->link.eh_context.i.flags &= ~ATA_EHI_PRINTINFO;
Tejun Heo14d2bac2006-04-02 17:54:46 +09002793 if (rc)
2794 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795 }
2796
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002797 /* configure transfer mode */
Tejun Heo02607312007-08-06 18:36:23 +09002798 rc = ata_set_mode(&ap->link, &dev);
Tejun Heo4ae72a12007-02-02 16:22:30 +09002799 if (rc)
Tejun Heo51713d32006-04-11 22:26:29 +09002800 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801
Tejun Heo1eca4362008-11-03 20:03:17 +09002802 ata_for_each_dev(dev, &ap->link, ENABLED)
2803 return 0;
Alan Coxe35a9e02006-03-27 18:46:37 +01002804
Tejun Heo96072e62006-04-01 01:38:17 +09002805 return -ENODEV;
Tejun Heo14d2bac2006-04-02 17:54:46 +09002806
2807 fail:
Tejun Heo4ae72a12007-02-02 16:22:30 +09002808 tries[dev->devno]--;
2809
Tejun Heo14d2bac2006-04-02 17:54:46 +09002810 switch (rc) {
2811 case -EINVAL:
Tejun Heo4ae72a12007-02-02 16:22:30 +09002812 /* eeek, something went very wrong, give up */
Tejun Heo14d2bac2006-04-02 17:54:46 +09002813 tries[dev->devno] = 0;
2814 break;
Tejun Heo4ae72a12007-02-02 16:22:30 +09002815
2816 case -ENODEV:
2817 /* give it just one more chance */
2818 tries[dev->devno] = min(tries[dev->devno], 1);
Tejun Heo14d2bac2006-04-02 17:54:46 +09002819 case -EIO:
Tejun Heo4ae72a12007-02-02 16:22:30 +09002820 if (tries[dev->devno] == 1) {
2821 /* This is the last chance, better to slow
2822 * down than lose it.
2823 */
Tejun Heoa07d4992009-01-29 20:31:33 +09002824 sata_down_spd_limit(&ap->link, 0);
Tejun Heo4ae72a12007-02-02 16:22:30 +09002825 ata_down_xfermask_limit(dev, ATA_DNXFER_PIO);
2826 }
Tejun Heo14d2bac2006-04-02 17:54:46 +09002827 }
2828
Tejun Heo4ae72a12007-02-02 16:22:30 +09002829 if (!tries[dev->devno])
Tejun Heo3373efd2006-05-15 20:57:53 +09002830 ata_dev_disable(dev);
Tejun Heoec573752006-04-11 22:26:29 +09002831
Tejun Heo14d2bac2006-04-02 17:54:46 +09002832 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833}
2834
2835/**
Tejun Heo3be680b2005-12-19 22:35:02 +09002836 * sata_print_link_status - Print SATA link status
Tejun Heo936fd732007-08-06 18:36:23 +09002837 * @link: SATA link to printk link status about
Tejun Heo3be680b2005-12-19 22:35:02 +09002838 *
2839 * This function prints link speed and status of a SATA link.
2840 *
2841 * LOCKING:
2842 * None.
2843 */
Adrian Bunk6bdb4fc2008-04-21 11:51:11 +03002844static void sata_print_link_status(struct ata_link *link)
Tejun Heo3be680b2005-12-19 22:35:02 +09002845{
Tejun Heo6d5f9732006-04-03 00:09:41 +09002846 u32 sstatus, scontrol, tmp;
Tejun Heo3be680b2005-12-19 22:35:02 +09002847
Tejun Heo936fd732007-08-06 18:36:23 +09002848 if (sata_scr_read(link, SCR_STATUS, &sstatus))
Tejun Heo3be680b2005-12-19 22:35:02 +09002849 return;
Tejun Heo936fd732007-08-06 18:36:23 +09002850 sata_scr_read(link, SCR_CONTROL, &scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09002851
Tejun Heob1c72912008-07-31 17:02:43 +09002852 if (ata_phys_link_online(link)) {
Tejun Heo3be680b2005-12-19 22:35:02 +09002853 tmp = (sstatus >> 4) & 0xf;
Tejun Heo936fd732007-08-06 18:36:23 +09002854 ata_link_printk(link, KERN_INFO,
Tejun Heof15a1da2006-05-15 20:57:56 +09002855 "SATA link up %s (SStatus %X SControl %X)\n",
2856 sata_spd_string(tmp), sstatus, scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09002857 } else {
Tejun Heo936fd732007-08-06 18:36:23 +09002858 ata_link_printk(link, KERN_INFO,
Tejun Heof15a1da2006-05-15 20:57:56 +09002859 "SATA link down (SStatus %X SControl %X)\n",
2860 sstatus, scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09002861 }
2862}
2863
2864/**
Alan Coxebdfca62006-03-23 15:38:34 +00002865 * ata_dev_pair - return other device on cable
Alan Coxebdfca62006-03-23 15:38:34 +00002866 * @adev: device
2867 *
2868 * Obtain the other device on the same cable, or if none is
2869 * present NULL is returned
2870 */
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002871
Tejun Heo3373efd2006-05-15 20:57:53 +09002872struct ata_device *ata_dev_pair(struct ata_device *adev)
Alan Coxebdfca62006-03-23 15:38:34 +00002873{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09002874 struct ata_link *link = adev->link;
2875 struct ata_device *pair = &link->device[1 - adev->devno];
Tejun Heoe1211e32006-04-01 01:38:18 +09002876 if (!ata_dev_enabled(pair))
Alan Coxebdfca62006-03-23 15:38:34 +00002877 return NULL;
2878 return pair;
2879}
2880
2881/**
Tejun Heo3c567b72006-05-15 20:57:23 +09002882 * sata_down_spd_limit - adjust SATA spd limit downward
Tejun Heo936fd732007-08-06 18:36:23 +09002883 * @link: Link to adjust SATA spd limit for
Tejun Heoa07d4992009-01-29 20:31:33 +09002884 * @spd_limit: Additional limit
Tejun Heo1c3fae42006-04-02 20:53:28 +09002885 *
Tejun Heo936fd732007-08-06 18:36:23 +09002886 * Adjust SATA spd limit of @link downward. Note that this
Tejun Heo1c3fae42006-04-02 20:53:28 +09002887 * function only adjusts the limit. The change must be applied
Tejun Heo3c567b72006-05-15 20:57:23 +09002888 * using sata_set_spd().
Tejun Heo1c3fae42006-04-02 20:53:28 +09002889 *
Tejun Heoa07d4992009-01-29 20:31:33 +09002890 * If @spd_limit is non-zero, the speed is limited to equal to or
2891 * lower than @spd_limit if such speed is supported. If
2892 * @spd_limit is slower than any supported speed, only the lowest
2893 * supported speed is allowed.
2894 *
Tejun Heo1c3fae42006-04-02 20:53:28 +09002895 * LOCKING:
2896 * Inherited from caller.
2897 *
2898 * RETURNS:
2899 * 0 on success, negative errno on failure
2900 */
Tejun Heoa07d4992009-01-29 20:31:33 +09002901int sata_down_spd_limit(struct ata_link *link, u32 spd_limit)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002902{
Tejun Heo81952c52006-05-15 20:57:47 +09002903 u32 sstatus, spd, mask;
Tejun Heoa07d4992009-01-29 20:31:33 +09002904 int rc, bit;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002905
Tejun Heo936fd732007-08-06 18:36:23 +09002906 if (!sata_scr_valid(link))
Tejun Heo008a7892007-07-16 14:29:40 +09002907 return -EOPNOTSUPP;
2908
2909 /* If SCR can be read, use it to determine the current SPD.
Tejun Heo936fd732007-08-06 18:36:23 +09002910 * If not, use cached value in link->sata_spd.
Tejun Heo008a7892007-07-16 14:29:40 +09002911 */
Tejun Heo936fd732007-08-06 18:36:23 +09002912 rc = sata_scr_read(link, SCR_STATUS, &sstatus);
Tejun Heo9913ff82009-01-29 20:31:31 +09002913 if (rc == 0 && ata_sstatus_online(sstatus))
Tejun Heo008a7892007-07-16 14:29:40 +09002914 spd = (sstatus >> 4) & 0xf;
2915 else
Tejun Heo936fd732007-08-06 18:36:23 +09002916 spd = link->sata_spd;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002917
Tejun Heo936fd732007-08-06 18:36:23 +09002918 mask = link->sata_spd_limit;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002919 if (mask <= 1)
2920 return -EINVAL;
Tejun Heo008a7892007-07-16 14:29:40 +09002921
2922 /* unconditionally mask off the highest bit */
Tejun Heoa07d4992009-01-29 20:31:33 +09002923 bit = fls(mask) - 1;
2924 mask &= ~(1 << bit);
Tejun Heo1c3fae42006-04-02 20:53:28 +09002925
Tejun Heo008a7892007-07-16 14:29:40 +09002926 /* Mask off all speeds higher than or equal to the current
2927 * one. Force 1.5Gbps if current SPD is not available.
2928 */
2929 if (spd > 1)
2930 mask &= (1 << (spd - 1)) - 1;
2931 else
2932 mask &= 1;
2933
2934 /* were we already at the bottom? */
Tejun Heo1c3fae42006-04-02 20:53:28 +09002935 if (!mask)
2936 return -EINVAL;
2937
Tejun Heoa07d4992009-01-29 20:31:33 +09002938 if (spd_limit) {
2939 if (mask & ((1 << spd_limit) - 1))
2940 mask &= (1 << spd_limit) - 1;
2941 else {
2942 bit = ffs(mask) - 1;
2943 mask = 1 << bit;
2944 }
2945 }
2946
Tejun Heo936fd732007-08-06 18:36:23 +09002947 link->sata_spd_limit = mask;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002948
Tejun Heo936fd732007-08-06 18:36:23 +09002949 ata_link_printk(link, KERN_WARNING, "limiting SATA link speed to %s\n",
Tejun Heof15a1da2006-05-15 20:57:56 +09002950 sata_spd_string(fls(mask)));
Tejun Heo1c3fae42006-04-02 20:53:28 +09002951
2952 return 0;
2953}
2954
Tejun Heo936fd732007-08-06 18:36:23 +09002955static int __sata_set_spd_needed(struct ata_link *link, u32 *scontrol)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002956{
Tejun Heo52702222007-10-31 10:17:07 +09002957 struct ata_link *host_link = &link->ap->link;
2958 u32 limit, target, spd;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002959
Tejun Heo52702222007-10-31 10:17:07 +09002960 limit = link->sata_spd_limit;
2961
2962 /* Don't configure downstream link faster than upstream link.
2963 * It doesn't speed up anything and some PMPs choke on such
2964 * configuration.
2965 */
2966 if (!ata_is_host_link(link) && host_link->sata_spd)
2967 limit &= (1 << host_link->sata_spd) - 1;
2968
2969 if (limit == UINT_MAX)
2970 target = 0;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002971 else
Tejun Heo52702222007-10-31 10:17:07 +09002972 target = fls(limit);
Tejun Heo1c3fae42006-04-02 20:53:28 +09002973
2974 spd = (*scontrol >> 4) & 0xf;
Tejun Heo52702222007-10-31 10:17:07 +09002975 *scontrol = (*scontrol & ~0xf0) | ((target & 0xf) << 4);
Tejun Heo1c3fae42006-04-02 20:53:28 +09002976
Tejun Heo52702222007-10-31 10:17:07 +09002977 return spd != target;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002978}
2979
2980/**
Tejun Heo3c567b72006-05-15 20:57:23 +09002981 * sata_set_spd_needed - is SATA spd configuration needed
Tejun Heo936fd732007-08-06 18:36:23 +09002982 * @link: Link in question
Tejun Heo1c3fae42006-04-02 20:53:28 +09002983 *
2984 * Test whether the spd limit in SControl matches
Tejun Heo936fd732007-08-06 18:36:23 +09002985 * @link->sata_spd_limit. This function is used to determine
Tejun Heo1c3fae42006-04-02 20:53:28 +09002986 * whether hardreset is necessary to apply SATA spd
2987 * configuration.
2988 *
2989 * LOCKING:
2990 * Inherited from caller.
2991 *
2992 * RETURNS:
2993 * 1 if SATA spd configuration is needed, 0 otherwise.
2994 */
Adrian Bunk1dc55e82008-04-21 11:51:17 +03002995static int sata_set_spd_needed(struct ata_link *link)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002996{
2997 u32 scontrol;
2998
Tejun Heo936fd732007-08-06 18:36:23 +09002999 if (sata_scr_read(link, SCR_CONTROL, &scontrol))
Tejun Heodb64bcf2007-10-31 10:17:06 +09003000 return 1;
Tejun Heo1c3fae42006-04-02 20:53:28 +09003001
Tejun Heo936fd732007-08-06 18:36:23 +09003002 return __sata_set_spd_needed(link, &scontrol);
Tejun Heo1c3fae42006-04-02 20:53:28 +09003003}
3004
3005/**
Tejun Heo3c567b72006-05-15 20:57:23 +09003006 * sata_set_spd - set SATA spd according to spd limit
Tejun Heo936fd732007-08-06 18:36:23 +09003007 * @link: Link to set SATA spd for
Tejun Heo1c3fae42006-04-02 20:53:28 +09003008 *
Tejun Heo936fd732007-08-06 18:36:23 +09003009 * Set SATA spd of @link according to sata_spd_limit.
Tejun Heo1c3fae42006-04-02 20:53:28 +09003010 *
3011 * LOCKING:
3012 * Inherited from caller.
3013 *
3014 * RETURNS:
3015 * 0 if spd doesn't need to be changed, 1 if spd has been
Tejun Heo81952c52006-05-15 20:57:47 +09003016 * changed. Negative errno if SCR registers are inaccessible.
Tejun Heo1c3fae42006-04-02 20:53:28 +09003017 */
Tejun Heo936fd732007-08-06 18:36:23 +09003018int sata_set_spd(struct ata_link *link)
Tejun Heo1c3fae42006-04-02 20:53:28 +09003019{
3020 u32 scontrol;
Tejun Heo81952c52006-05-15 20:57:47 +09003021 int rc;
Tejun Heo1c3fae42006-04-02 20:53:28 +09003022
Tejun Heo936fd732007-08-06 18:36:23 +09003023 if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
Tejun Heo81952c52006-05-15 20:57:47 +09003024 return rc;
Tejun Heo1c3fae42006-04-02 20:53:28 +09003025
Tejun Heo936fd732007-08-06 18:36:23 +09003026 if (!__sata_set_spd_needed(link, &scontrol))
Tejun Heo1c3fae42006-04-02 20:53:28 +09003027 return 0;
3028
Tejun Heo936fd732007-08-06 18:36:23 +09003029 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
Tejun Heo81952c52006-05-15 20:57:47 +09003030 return rc;
3031
Tejun Heo1c3fae42006-04-02 20:53:28 +09003032 return 1;
3033}
3034
Alan Cox452503f2005-10-21 19:01:32 -04003035/*
3036 * This mode timing computation functionality is ported over from
3037 * drivers/ide/ide-timing.h and was originally written by Vojtech Pavlik
3038 */
3039/*
Alan Coxb352e572006-08-10 18:52:12 +01003040 * PIO 0-4, MWDMA 0-2 and UDMA 0-6 timings (in nanoseconds).
Alan Cox452503f2005-10-21 19:01:32 -04003041 * These were taken from ATA/ATAPI-6 standard, rev 0a, except
Alan Coxb352e572006-08-10 18:52:12 +01003042 * for UDMA6, which is currently supported only by Maxtor drives.
3043 *
3044 * For PIO 5/6 MWDMA 3/4 see the CFA specification 3.0.
Alan Cox452503f2005-10-21 19:01:32 -04003045 */
3046
3047static const struct ata_timing ata_timing[] = {
David Daney3ada9c12009-01-15 17:45:31 -08003048/* { XFER_PIO_SLOW, 120, 290, 240, 960, 290, 240, 0, 960, 0 }, */
3049 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0 },
3050 { XFER_PIO_1, 50, 290, 93, 383, 125, 100, 0, 383, 0 },
3051 { XFER_PIO_2, 30, 290, 40, 330, 100, 90, 0, 240, 0 },
3052 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 },
3053 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 0, 120, 0 },
3054 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 0, 100, 0 },
3055 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 },
Alan Cox452503f2005-10-21 19:01:32 -04003056
David Daney3ada9c12009-01-15 17:45:31 -08003057 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 50, 960, 0 },
3058 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 30, 480, 0 },
3059 { XFER_SW_DMA_2, 60, 0, 0, 0, 120, 120, 20, 240, 0 },
Alan Cox452503f2005-10-21 19:01:32 -04003060
David Daney3ada9c12009-01-15 17:45:31 -08003061 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 20, 480, 0 },
3062 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 },
3063 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 5, 120, 0 },
3064 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 5, 100, 0 },
3065 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 },
Alan Cox452503f2005-10-21 19:01:32 -04003066
David Daney3ada9c12009-01-15 17:45:31 -08003067/* { XFER_UDMA_SLOW, 0, 0, 0, 0, 0, 0, 0, 0, 150 }, */
3068 { XFER_UDMA_0, 0, 0, 0, 0, 0, 0, 0, 0, 120 },
3069 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 0, 80 },
3070 { XFER_UDMA_2, 0, 0, 0, 0, 0, 0, 0, 0, 60 },
3071 { XFER_UDMA_3, 0, 0, 0, 0, 0, 0, 0, 0, 45 },
3072 { XFER_UDMA_4, 0, 0, 0, 0, 0, 0, 0, 0, 30 },
3073 { XFER_UDMA_5, 0, 0, 0, 0, 0, 0, 0, 0, 20 },
3074 { XFER_UDMA_6, 0, 0, 0, 0, 0, 0, 0, 0, 15 },
Alan Cox452503f2005-10-21 19:01:32 -04003075
3076 { 0xFF }
3077};
3078
Jeff Garzik2dcb4072007-10-19 06:42:56 -04003079#define ENOUGH(v, unit) (((v)-1)/(unit)+1)
3080#define EZ(v, unit) ((v)?ENOUGH(v, unit):0)
Alan Cox452503f2005-10-21 19:01:32 -04003081
3082static void ata_timing_quantize(const struct ata_timing *t, struct ata_timing *q, int T, int UT)
3083{
David Daney3ada9c12009-01-15 17:45:31 -08003084 q->setup = EZ(t->setup * 1000, T);
3085 q->act8b = EZ(t->act8b * 1000, T);
3086 q->rec8b = EZ(t->rec8b * 1000, T);
3087 q->cyc8b = EZ(t->cyc8b * 1000, T);
3088 q->active = EZ(t->active * 1000, T);
3089 q->recover = EZ(t->recover * 1000, T);
3090 q->dmack_hold = EZ(t->dmack_hold * 1000, T);
3091 q->cycle = EZ(t->cycle * 1000, T);
3092 q->udma = EZ(t->udma * 1000, UT);
Alan Cox452503f2005-10-21 19:01:32 -04003093}
3094
3095void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b,
3096 struct ata_timing *m, unsigned int what)
3097{
3098 if (what & ATA_TIMING_SETUP ) m->setup = max(a->setup, b->setup);
3099 if (what & ATA_TIMING_ACT8B ) m->act8b = max(a->act8b, b->act8b);
3100 if (what & ATA_TIMING_REC8B ) m->rec8b = max(a->rec8b, b->rec8b);
3101 if (what & ATA_TIMING_CYC8B ) m->cyc8b = max(a->cyc8b, b->cyc8b);
3102 if (what & ATA_TIMING_ACTIVE ) m->active = max(a->active, b->active);
3103 if (what & ATA_TIMING_RECOVER) m->recover = max(a->recover, b->recover);
David Daney3ada9c12009-01-15 17:45:31 -08003104 if (what & ATA_TIMING_DMACK_HOLD) m->dmack_hold = max(a->dmack_hold, b->dmack_hold);
Alan Cox452503f2005-10-21 19:01:32 -04003105 if (what & ATA_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle);
3106 if (what & ATA_TIMING_UDMA ) m->udma = max(a->udma, b->udma);
3107}
3108
Tejun Heo63573572007-11-27 19:43:39 +09003109const struct ata_timing *ata_timing_find_mode(u8 xfer_mode)
Alan Cox452503f2005-10-21 19:01:32 -04003110{
Tejun Heo70cd0712007-11-27 19:43:40 +09003111 const struct ata_timing *t = ata_timing;
Alan Cox452503f2005-10-21 19:01:32 -04003112
Tejun Heo70cd0712007-11-27 19:43:40 +09003113 while (xfer_mode > t->mode)
3114 t++;
3115
3116 if (xfer_mode == t->mode)
3117 return t;
3118 return NULL;
Alan Cox452503f2005-10-21 19:01:32 -04003119}
3120
3121int ata_timing_compute(struct ata_device *adev, unsigned short speed,
3122 struct ata_timing *t, int T, int UT)
3123{
Bartlomiej Zolnierkiewicz9e8808a2010-01-18 18:13:57 +01003124 const u16 *id = adev->id;
Alan Cox452503f2005-10-21 19:01:32 -04003125 const struct ata_timing *s;
3126 struct ata_timing p;
3127
3128 /*
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05003129 * Find the mode.
Albert Lee75b1f2f2005-11-16 17:06:18 +08003130 */
Alan Cox452503f2005-10-21 19:01:32 -04003131
3132 if (!(s = ata_timing_find_mode(speed)))
3133 return -EINVAL;
3134
Albert Lee75b1f2f2005-11-16 17:06:18 +08003135 memcpy(t, s, sizeof(*s));
3136
Alan Cox452503f2005-10-21 19:01:32 -04003137 /*
3138 * If the drive is an EIDE drive, it can tell us it needs extended
3139 * PIO/MW_DMA cycle timing.
3140 */
3141
Bartlomiej Zolnierkiewicz9e8808a2010-01-18 18:13:57 +01003142 if (id[ATA_ID_FIELD_VALID] & 2) { /* EIDE drive */
Alan Cox452503f2005-10-21 19:01:32 -04003143 memset(&p, 0, sizeof(p));
Bartlomiej Zolnierkiewicz9e8808a2010-01-18 18:13:57 +01003144
Jeff Garzik2dcb4072007-10-19 06:42:56 -04003145 if (speed >= XFER_PIO_0 && speed <= XFER_SW_DMA_0) {
Bartlomiej Zolnierkiewicz9e8808a2010-01-18 18:13:57 +01003146 if (speed <= XFER_PIO_2)
3147 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO];
3148 else if ((speed <= XFER_PIO_4) ||
3149 (speed == XFER_PIO_5 && !ata_id_is_cfa(id)))
3150 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY];
3151 } else if (speed >= XFER_MW_DMA_0 && speed <= XFER_MW_DMA_2)
3152 p.cycle = id[ATA_ID_EIDE_DMA_MIN];
3153
Alan Cox452503f2005-10-21 19:01:32 -04003154 ata_timing_merge(&p, t, t, ATA_TIMING_CYCLE | ATA_TIMING_CYC8B);
3155 }
3156
3157 /*
3158 * Convert the timing to bus clock counts.
3159 */
3160
Albert Lee75b1f2f2005-11-16 17:06:18 +08003161 ata_timing_quantize(t, t, T, UT);
Alan Cox452503f2005-10-21 19:01:32 -04003162
3163 /*
Randy Dunlapc893a3a2006-01-28 13:15:32 -05003164 * Even in DMA/UDMA modes we still use PIO access for IDENTIFY,
3165 * S.M.A.R.T * and some other commands. We have to ensure that the
3166 * DMA cycle timing is slower/equal than the fastest PIO timing.
Alan Cox452503f2005-10-21 19:01:32 -04003167 */
3168
Alanfd3367af2006-12-07 12:41:18 +00003169 if (speed > XFER_PIO_6) {
Alan Cox452503f2005-10-21 19:01:32 -04003170 ata_timing_compute(adev, adev->pio_mode, &p, T, UT);
3171 ata_timing_merge(&p, t, t, ATA_TIMING_ALL);
3172 }
3173
3174 /*
Randy Dunlapc893a3a2006-01-28 13:15:32 -05003175 * Lengthen active & recovery time so that cycle time is correct.
Alan Cox452503f2005-10-21 19:01:32 -04003176 */
3177
3178 if (t->act8b + t->rec8b < t->cyc8b) {
3179 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2;
3180 t->rec8b = t->cyc8b - t->act8b;
3181 }
3182
3183 if (t->active + t->recover < t->cycle) {
3184 t->active += (t->cycle - (t->active + t->recover)) / 2;
3185 t->recover = t->cycle - t->active;
3186 }
Jeff Garzika617c092007-05-21 20:14:23 -04003187
Alan Cox4f701d12007-04-23 11:55:36 +01003188 /* In a few cases quantisation may produce enough errors to
3189 leave t->cycle too low for the sum of active and recovery
3190 if so we must correct this */
3191 if (t->active + t->recover > t->cycle)
3192 t->cycle = t->active + t->recover;
Alan Cox452503f2005-10-21 19:01:32 -04003193
3194 return 0;
3195}
3196
Tejun Heocf176e12006-04-02 17:54:46 +09003197/**
Tejun Heoa0f79b92007-12-18 16:33:05 +09003198 * ata_timing_cycle2mode - find xfer mode for the specified cycle duration
3199 * @xfer_shift: ATA_SHIFT_* value for transfer type to examine.
3200 * @cycle: cycle duration in ns
3201 *
3202 * Return matching xfer mode for @cycle. The returned mode is of
3203 * the transfer type specified by @xfer_shift. If @cycle is too
3204 * slow for @xfer_shift, 0xff is returned. If @cycle is faster
3205 * than the fastest known mode, the fasted mode is returned.
3206 *
3207 * LOCKING:
3208 * None.
3209 *
3210 * RETURNS:
3211 * Matching xfer_mode, 0xff if no match found.
3212 */
3213u8 ata_timing_cycle2mode(unsigned int xfer_shift, int cycle)
3214{
3215 u8 base_mode = 0xff, last_mode = 0xff;
3216 const struct ata_xfer_ent *ent;
3217 const struct ata_timing *t;
3218
3219 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
3220 if (ent->shift == xfer_shift)
3221 base_mode = ent->base;
3222
3223 for (t = ata_timing_find_mode(base_mode);
3224 t && ata_xfer_mode2shift(t->mode) == xfer_shift; t++) {
3225 unsigned short this_cycle;
3226
3227 switch (xfer_shift) {
3228 case ATA_SHIFT_PIO:
3229 case ATA_SHIFT_MWDMA:
3230 this_cycle = t->cycle;
3231 break;
3232 case ATA_SHIFT_UDMA:
3233 this_cycle = t->udma;
3234 break;
3235 default:
3236 return 0xff;
3237 }
3238
3239 if (cycle > this_cycle)
3240 break;
3241
3242 last_mode = t->mode;
3243 }
3244
3245 return last_mode;
3246}
3247
3248/**
Tejun Heocf176e12006-04-02 17:54:46 +09003249 * ata_down_xfermask_limit - adjust dev xfer masks downward
Tejun Heocf176e12006-04-02 17:54:46 +09003250 * @dev: Device to adjust xfer masks
Tejun Heo458337d2007-02-02 16:22:30 +09003251 * @sel: ATA_DNXFER_* selector
Tejun Heocf176e12006-04-02 17:54:46 +09003252 *
3253 * Adjust xfer masks of @dev downward. Note that this function
3254 * does not apply the change. Invoking ata_set_mode() afterwards
3255 * will apply the limit.
3256 *
3257 * LOCKING:
3258 * Inherited from caller.
3259 *
3260 * RETURNS:
3261 * 0 on success, negative errno on failure
3262 */
Tejun Heo458337d2007-02-02 16:22:30 +09003263int ata_down_xfermask_limit(struct ata_device *dev, unsigned int sel)
Tejun Heocf176e12006-04-02 17:54:46 +09003264{
Tejun Heo458337d2007-02-02 16:22:30 +09003265 char buf[32];
Tejun Heo7dc951a2007-11-27 19:43:42 +09003266 unsigned long orig_mask, xfer_mask;
3267 unsigned long pio_mask, mwdma_mask, udma_mask;
Tejun Heo458337d2007-02-02 16:22:30 +09003268 int quiet, highbit;
Tejun Heocf176e12006-04-02 17:54:46 +09003269
Tejun Heo458337d2007-02-02 16:22:30 +09003270 quiet = !!(sel & ATA_DNXFER_QUIET);
3271 sel &= ~ATA_DNXFER_QUIET;
Tejun Heocf176e12006-04-02 17:54:46 +09003272
Tejun Heo458337d2007-02-02 16:22:30 +09003273 xfer_mask = orig_mask = ata_pack_xfermask(dev->pio_mask,
3274 dev->mwdma_mask,
3275 dev->udma_mask);
3276 ata_unpack_xfermask(xfer_mask, &pio_mask, &mwdma_mask, &udma_mask);
Tejun Heocf176e12006-04-02 17:54:46 +09003277
Tejun Heo458337d2007-02-02 16:22:30 +09003278 switch (sel) {
3279 case ATA_DNXFER_PIO:
3280 highbit = fls(pio_mask) - 1;
3281 pio_mask &= ~(1 << highbit);
3282 break;
3283
3284 case ATA_DNXFER_DMA:
3285 if (udma_mask) {
3286 highbit = fls(udma_mask) - 1;
3287 udma_mask &= ~(1 << highbit);
3288 if (!udma_mask)
3289 return -ENOENT;
3290 } else if (mwdma_mask) {
3291 highbit = fls(mwdma_mask) - 1;
3292 mwdma_mask &= ~(1 << highbit);
3293 if (!mwdma_mask)
3294 return -ENOENT;
3295 }
3296 break;
3297
3298 case ATA_DNXFER_40C:
3299 udma_mask &= ATA_UDMA_MASK_40C;
3300 break;
3301
3302 case ATA_DNXFER_FORCE_PIO0:
3303 pio_mask &= 1;
3304 case ATA_DNXFER_FORCE_PIO:
3305 mwdma_mask = 0;
3306 udma_mask = 0;
3307 break;
3308
Tejun Heo458337d2007-02-02 16:22:30 +09003309 default:
3310 BUG();
3311 }
3312
3313 xfer_mask &= ata_pack_xfermask(pio_mask, mwdma_mask, udma_mask);
3314
3315 if (!(xfer_mask & ATA_MASK_PIO) || xfer_mask == orig_mask)
3316 return -ENOENT;
3317
3318 if (!quiet) {
3319 if (xfer_mask & (ATA_MASK_MWDMA | ATA_MASK_UDMA))
3320 snprintf(buf, sizeof(buf), "%s:%s",
3321 ata_mode_string(xfer_mask),
3322 ata_mode_string(xfer_mask & ATA_MASK_PIO));
3323 else
3324 snprintf(buf, sizeof(buf), "%s",
3325 ata_mode_string(xfer_mask));
3326
3327 ata_dev_printk(dev, KERN_WARNING,
3328 "limiting speed to %s\n", buf);
3329 }
Tejun Heocf176e12006-04-02 17:54:46 +09003330
3331 ata_unpack_xfermask(xfer_mask, &dev->pio_mask, &dev->mwdma_mask,
3332 &dev->udma_mask);
3333
Tejun Heocf176e12006-04-02 17:54:46 +09003334 return 0;
Tejun Heocf176e12006-04-02 17:54:46 +09003335}
3336
Tejun Heo3373efd2006-05-15 20:57:53 +09003337static int ata_dev_set_mode(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338{
Tejun Heod0cb43b2009-07-09 09:27:50 +09003339 struct ata_port *ap = dev->link->ap;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09003340 struct ata_eh_context *ehc = &dev->link->eh_context;
Tejun Heod0cb43b2009-07-09 09:27:50 +09003341 const bool nosetxfer = dev->horkage & ATA_HORKAGE_NOSETXFER;
Tejun Heo4055dee2008-02-07 10:34:08 +09003342 const char *dev_err_whine = "";
3343 int ign_dev_err = 0;
Tejun Heod0cb43b2009-07-09 09:27:50 +09003344 unsigned int err_mask = 0;
Tejun Heo83206a22006-03-24 15:25:31 +09003345 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346
Tejun Heoe8384602006-04-02 18:51:53 +09003347 dev->flags &= ~ATA_DFLAG_PIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348 if (dev->xfer_shift == ATA_SHIFT_PIO)
3349 dev->flags |= ATA_DFLAG_PIO;
3350
Tejun Heod0cb43b2009-07-09 09:27:50 +09003351 if (nosetxfer && ap->flags & ATA_FLAG_SATA && ata_id_is_sata(dev->id))
3352 dev_err_whine = " (SET_XFERMODE skipped)";
3353 else {
3354 if (nosetxfer)
3355 ata_dev_printk(dev, KERN_WARNING,
3356 "NOSETXFER but PATA detected - can't "
3357 "skip SETXFER, might malfunction\n");
3358 err_mask = ata_dev_set_xfermode(dev);
3359 }
Jeff Garzik2dcb4072007-10-19 06:42:56 -04003360
Tejun Heo4055dee2008-02-07 10:34:08 +09003361 if (err_mask & ~AC_ERR_DEV)
3362 goto fail;
Jeff Garzik2dcb4072007-10-19 06:42:56 -04003363
Tejun Heo4055dee2008-02-07 10:34:08 +09003364 /* revalidate */
Tejun Heobaa1e782006-11-01 18:39:27 +09003365 ehc->i.flags |= ATA_EHI_POST_SETMODE;
Tejun Heo422c9da2007-09-23 13:14:12 +09003366 rc = ata_dev_revalidate(dev, ATA_DEV_UNKNOWN, 0);
Tejun Heobaa1e782006-11-01 18:39:27 +09003367 ehc->i.flags &= ~ATA_EHI_POST_SETMODE;
Tejun Heo5eb45c02006-04-02 18:51:52 +09003368 if (rc)
Tejun Heo83206a22006-03-24 15:25:31 +09003369 return rc;
Tejun Heo48a8a142006-03-05 17:55:58 +09003370
Alan Coxb93fda12008-04-08 16:36:44 +01003371 if (dev->xfer_shift == ATA_SHIFT_PIO) {
3372 /* Old CFA may refuse this command, which is just fine */
3373 if (ata_id_is_cfa(dev->id))
3374 ign_dev_err = 1;
3375 /* Catch several broken garbage emulations plus some pre
3376 ATA devices */
3377 if (ata_id_major_version(dev->id) == 0 &&
3378 dev->pio_mode <= XFER_PIO_2)
3379 ign_dev_err = 1;
3380 /* Some very old devices and some bad newer ones fail
3381 any kind of SET_XFERMODE request but support PIO0-2
3382 timings and no IORDY */
3383 if (!ata_id_has_iordy(dev->id) && dev->pio_mode <= XFER_PIO_2)
3384 ign_dev_err = 1;
3385 }
Tejun Heo4055dee2008-02-07 10:34:08 +09003386 /* Early MWDMA devices do DMA but don't allow DMA mode setting.
3387 Don't fail an MWDMA0 set IFF the device indicates it is in MWDMA0 */
3388 if (dev->xfer_shift == ATA_SHIFT_MWDMA &&
3389 dev->dma_mode == XFER_MW_DMA_0 &&
3390 (dev->id[63] >> 8) & 1)
3391 ign_dev_err = 1;
3392
3393 /* if the device is actually configured correctly, ignore dev err */
3394 if (dev->xfer_mode == ata_xfer_mask2mode(ata_id_xfermask(dev->id)))
3395 ign_dev_err = 1;
3396
3397 if (err_mask & AC_ERR_DEV) {
3398 if (!ign_dev_err)
3399 goto fail;
3400 else
3401 dev_err_whine = " (device error ignored)";
3402 }
3403
Tejun Heo23e71c32006-03-06 04:31:57 +09003404 DPRINTK("xfer_shift=%u, xfer_mode=0x%x\n",
3405 dev->xfer_shift, (int)dev->xfer_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406
Tejun Heo4055dee2008-02-07 10:34:08 +09003407 ata_dev_printk(dev, KERN_INFO, "configured for %s%s\n",
3408 ata_mode_string(ata_xfer_mode2mask(dev->xfer_mode)),
3409 dev_err_whine);
3410
Tejun Heo83206a22006-03-24 15:25:31 +09003411 return 0;
Tejun Heo4055dee2008-02-07 10:34:08 +09003412
3413 fail:
3414 ata_dev_printk(dev, KERN_ERR, "failed to set xfermode "
3415 "(err_mask=0x%x)\n", err_mask);
3416 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417}
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419/**
Alan04351822007-03-06 02:37:52 -08003420 * ata_do_set_mode - Program timings and issue SET FEATURES - XFER
Tejun Heo02607312007-08-06 18:36:23 +09003421 * @link: link on which timings will be programmed
Joe Perches1967b7f2008-02-03 17:08:11 +02003422 * @r_failed_dev: out parameter for failed device
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423 *
Alan04351822007-03-06 02:37:52 -08003424 * Standard implementation of the function used to tune and set
3425 * ATA device disk transfer mode (PIO3, UDMA6, etc.). If
3426 * ata_dev_set_mode() fails, pointer to the failing device is
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003427 * returned in @r_failed_dev.
Jeff Garzik780a87f2005-05-30 15:41:05 -04003428 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04003430 * PCI/etc. bus probe sem.
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003431 *
3432 * RETURNS:
3433 * 0 on success, negative errno otherwise
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434 */
Alan04351822007-03-06 02:37:52 -08003435
Tejun Heo02607312007-08-06 18:36:23 +09003436int ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437{
Tejun Heo02607312007-08-06 18:36:23 +09003438 struct ata_port *ap = link->ap;
Tejun Heoe8e06192006-04-01 01:38:18 +09003439 struct ata_device *dev;
Tejun Heof58229f2007-08-06 18:36:23 +09003440 int rc = 0, used_dma = 0, found = 0;
Tejun Heo3adcebb2006-05-15 20:57:37 +09003441
Tejun Heoa6d5a512006-03-06 04:31:57 +09003442 /* step 1: calculate xfer_mask */
Tejun Heo1eca4362008-11-03 20:03:17 +09003443 ata_for_each_dev(dev, link, ENABLED) {
Tejun Heo7dc951a2007-11-27 19:43:42 +09003444 unsigned long pio_mask, dma_mask;
Alan Coxb3a70602007-10-02 12:38:26 -04003445 unsigned int mode_mask;
Tejun Heoa6d5a512006-03-06 04:31:57 +09003446
Alan Coxb3a70602007-10-02 12:38:26 -04003447 mode_mask = ATA_DMA_MASK_ATA;
3448 if (dev->class == ATA_DEV_ATAPI)
3449 mode_mask = ATA_DMA_MASK_ATAPI;
3450 else if (ata_id_is_cfa(dev->id))
3451 mode_mask = ATA_DMA_MASK_CFA;
3452
Tejun Heo3373efd2006-05-15 20:57:53 +09003453 ata_dev_xfermask(dev);
Tejun Heo33267322008-02-13 09:15:09 +09003454 ata_force_xfermask(dev);
Tejun Heoa6d5a512006-03-06 04:31:57 +09003455
Tejun Heoacf356b2006-03-24 14:07:50 +09003456 pio_mask = ata_pack_xfermask(dev->pio_mask, 0, 0);
3457 dma_mask = ata_pack_xfermask(0, dev->mwdma_mask, dev->udma_mask);
Alan Coxb3a70602007-10-02 12:38:26 -04003458
3459 if (libata_dma_mask & mode_mask)
3460 dma_mask = ata_pack_xfermask(0, dev->mwdma_mask, dev->udma_mask);
3461 else
3462 dma_mask = 0;
3463
Tejun Heoacf356b2006-03-24 14:07:50 +09003464 dev->pio_mode = ata_xfer_mask2mode(pio_mask);
3465 dev->dma_mode = ata_xfer_mask2mode(dma_mask);
Alan Cox5444a6f2006-03-27 18:58:20 +01003466
Tejun Heo4f659772006-04-01 01:38:18 +09003467 found = 1;
Alan Coxb15b3eb2008-08-01 09:18:34 +01003468 if (ata_dma_enabled(dev))
Alan Cox5444a6f2006-03-27 18:58:20 +01003469 used_dma = 1;
Tejun Heoa6d5a512006-03-06 04:31:57 +09003470 }
Tejun Heo4f659772006-04-01 01:38:18 +09003471 if (!found)
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003472 goto out;
Tejun Heoa6d5a512006-03-06 04:31:57 +09003473
3474 /* step 2: always set host PIO timings */
Tejun Heo1eca4362008-11-03 20:03:17 +09003475 ata_for_each_dev(dev, link, ENABLED) {
Tejun Heo70cd0712007-11-27 19:43:40 +09003476 if (dev->pio_mode == 0xff) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003477 ata_dev_printk(dev, KERN_WARNING, "no PIO support\n");
Tejun Heoe8e06192006-04-01 01:38:18 +09003478 rc = -EINVAL;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003479 goto out;
Tejun Heoe8e06192006-04-01 01:38:18 +09003480 }
3481
3482 dev->xfer_mode = dev->pio_mode;
3483 dev->xfer_shift = ATA_SHIFT_PIO;
3484 if (ap->ops->set_piomode)
3485 ap->ops->set_piomode(ap, dev);
3486 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487
Tejun Heoa6d5a512006-03-06 04:31:57 +09003488 /* step 3: set host DMA timings */
Tejun Heo1eca4362008-11-03 20:03:17 +09003489 ata_for_each_dev(dev, link, ENABLED) {
3490 if (!ata_dma_enabled(dev))
Tejun Heoe8e06192006-04-01 01:38:18 +09003491 continue;
3492
3493 dev->xfer_mode = dev->dma_mode;
3494 dev->xfer_shift = ata_xfer_mode2shift(dev->dma_mode);
3495 if (ap->ops->set_dmamode)
3496 ap->ops->set_dmamode(ap, dev);
3497 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498
3499 /* step 4: update devices' xfer mode */
Tejun Heo1eca4362008-11-03 20:03:17 +09003500 ata_for_each_dev(dev, link, ENABLED) {
Tejun Heo3373efd2006-05-15 20:57:53 +09003501 rc = ata_dev_set_mode(dev);
Tejun Heo5bbc53f2006-04-01 01:38:17 +09003502 if (rc)
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003503 goto out;
Tejun Heo83206a22006-03-24 15:25:31 +09003504 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505
Tejun Heoe8e06192006-04-01 01:38:18 +09003506 /* Record simplex status. If we selected DMA then the other
3507 * host channels are not permitted to do so.
Alan Cox5444a6f2006-03-27 18:58:20 +01003508 */
Jeff Garzikcca39742006-08-24 03:19:22 -04003509 if (used_dma && (ap->host->flags & ATA_HOST_SIMPLEX))
Alan032af1c2007-03-01 17:36:46 +00003510 ap->host->simplex_claimed = ap;
Alan Cox5444a6f2006-03-27 18:58:20 +01003511
Tejun Heoe82cbdb2006-04-01 01:38:18 +09003512 out:
3513 if (rc)
3514 *r_failed_dev = dev;
3515 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516}
3517
3518/**
Tejun Heoaa2731a2008-04-07 22:47:19 +09003519 * ata_wait_ready - wait for link to become ready
3520 * @link: link to be waited on
3521 * @deadline: deadline jiffies for the operation
3522 * @check_ready: callback to check link readiness
3523 *
3524 * Wait for @link to become ready. @check_ready should return
3525 * positive number if @link is ready, 0 if it isn't, -ENODEV if
3526 * link doesn't seem to be occupied, other errno for other error
3527 * conditions.
3528 *
3529 * Transient -ENODEV conditions are allowed for
3530 * ATA_TMOUT_FF_WAIT.
3531 *
3532 * LOCKING:
3533 * EH context.
3534 *
3535 * RETURNS:
3536 * 0 if @linke is ready before @deadline; otherwise, -errno.
3537 */
3538int ata_wait_ready(struct ata_link *link, unsigned long deadline,
3539 int (*check_ready)(struct ata_link *link))
3540{
3541 unsigned long start = jiffies;
Tejun Heob48d58f2010-04-09 19:46:38 +09003542 unsigned long nodev_deadline;
Tejun Heoaa2731a2008-04-07 22:47:19 +09003543 int warned = 0;
3544
Tejun Heob48d58f2010-04-09 19:46:38 +09003545 /* choose which 0xff timeout to use, read comment in libata.h */
3546 if (link->ap->host->flags & ATA_HOST_PARALLEL_SCAN)
3547 nodev_deadline = ata_deadline(start, ATA_TMOUT_FF_WAIT_LONG);
3548 else
3549 nodev_deadline = ata_deadline(start, ATA_TMOUT_FF_WAIT);
3550
Tejun Heob1c72912008-07-31 17:02:43 +09003551 /* Slave readiness can't be tested separately from master. On
3552 * M/S emulation configuration, this function should be called
3553 * only on the master and it will handle both master and slave.
3554 */
3555 WARN_ON(link == link->ap->slave_link);
3556
Tejun Heoaa2731a2008-04-07 22:47:19 +09003557 if (time_after(nodev_deadline, deadline))
3558 nodev_deadline = deadline;
3559
3560 while (1) {
3561 unsigned long now = jiffies;
3562 int ready, tmp;
3563
3564 ready = tmp = check_ready(link);
3565 if (ready > 0)
3566 return 0;
3567
Tejun Heob48d58f2010-04-09 19:46:38 +09003568 /*
3569 * -ENODEV could be transient. Ignore -ENODEV if link
Tejun Heoaa2731a2008-04-07 22:47:19 +09003570 * is online. Also, some SATA devices take a long
Tejun Heob48d58f2010-04-09 19:46:38 +09003571 * time to clear 0xff after reset. Wait for
3572 * ATA_TMOUT_FF_WAIT[_LONG] on -ENODEV if link isn't
3573 * offline.
Tejun Heoaa2731a2008-04-07 22:47:19 +09003574 *
3575 * Note that some PATA controllers (pata_ali) explode
3576 * if status register is read more than once when
3577 * there's no device attached.
3578 */
3579 if (ready == -ENODEV) {
3580 if (ata_link_online(link))
3581 ready = 0;
3582 else if ((link->ap->flags & ATA_FLAG_SATA) &&
3583 !ata_link_offline(link) &&
3584 time_before(now, nodev_deadline))
3585 ready = 0;
3586 }
3587
3588 if (ready)
3589 return ready;
3590 if (time_after(now, deadline))
3591 return -EBUSY;
3592
3593 if (!warned && time_after(now, start + 5 * HZ) &&
3594 (deadline - now > 3 * HZ)) {
3595 ata_link_printk(link, KERN_WARNING,
3596 "link is slow to respond, please be patient "
3597 "(ready=%d)\n", tmp);
3598 warned = 1;
3599 }
3600
3601 msleep(50);
3602 }
3603}
3604
3605/**
3606 * ata_wait_after_reset - wait for link to become ready after reset
3607 * @link: link to be waited on
3608 * @deadline: deadline jiffies for the operation
3609 * @check_ready: callback to check link readiness
3610 *
3611 * Wait for @link to become ready after reset.
3612 *
3613 * LOCKING:
3614 * EH context.
3615 *
3616 * RETURNS:
3617 * 0 if @linke is ready before @deadline; otherwise, -errno.
3618 */
Harvey Harrison2b4221b2008-04-24 18:37:34 -07003619int ata_wait_after_reset(struct ata_link *link, unsigned long deadline,
Tejun Heoaa2731a2008-04-07 22:47:19 +09003620 int (*check_ready)(struct ata_link *link))
3621{
Tejun Heo341c2c92008-05-20 02:17:51 +09003622 msleep(ATA_WAIT_AFTER_RESET);
Tejun Heoaa2731a2008-04-07 22:47:19 +09003623
3624 return ata_wait_ready(link, deadline, check_ready);
3625}
3626
3627/**
Tejun Heo936fd732007-08-06 18:36:23 +09003628 * sata_link_debounce - debounce SATA phy status
3629 * @link: ATA link to debounce SATA phy status for
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003630 * @params: timing parameters { interval, duratinon, timeout } in msec
Tejun Heod4b2bab2007-02-02 16:50:52 +09003631 * @deadline: deadline jiffies for the operation
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003632 *
Tejun Heo936fd732007-08-06 18:36:23 +09003633* Make sure SStatus of @link reaches stable state, determined by
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003634 * holding the same value where DET is not 1 for @duration polled
3635 * every @interval, before @timeout. Timeout constraints the
Tejun Heod4b2bab2007-02-02 16:50:52 +09003636 * beginning of the stable state. Because DET gets stuck at 1 on
3637 * some controllers after hot unplugging, this functions waits
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003638 * until timeout then returns 0 if DET is stable at 1.
3639 *
Tejun Heod4b2bab2007-02-02 16:50:52 +09003640 * @timeout is further limited by @deadline. The sooner of the
3641 * two is used.
3642 *
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003643 * LOCKING:
3644 * Kernel thread context (may sleep)
3645 *
3646 * RETURNS:
3647 * 0 on success, -errno on failure.
3648 */
Tejun Heo936fd732007-08-06 18:36:23 +09003649int sata_link_debounce(struct ata_link *link, const unsigned long *params,
3650 unsigned long deadline)
Tejun Heo7a7921e2006-02-02 18:20:00 +09003651{
Tejun Heo341c2c92008-05-20 02:17:51 +09003652 unsigned long interval = params[0];
3653 unsigned long duration = params[1];
Tejun Heod4b2bab2007-02-02 16:50:52 +09003654 unsigned long last_jiffies, t;
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003655 u32 last, cur;
3656 int rc;
3657
Tejun Heo341c2c92008-05-20 02:17:51 +09003658 t = ata_deadline(jiffies, params[2]);
Tejun Heod4b2bab2007-02-02 16:50:52 +09003659 if (time_before(t, deadline))
3660 deadline = t;
3661
Tejun Heo936fd732007-08-06 18:36:23 +09003662 if ((rc = sata_scr_read(link, SCR_STATUS, &cur)))
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003663 return rc;
3664 cur &= 0xf;
3665
3666 last = cur;
3667 last_jiffies = jiffies;
3668
3669 while (1) {
Tejun Heo341c2c92008-05-20 02:17:51 +09003670 msleep(interval);
Tejun Heo936fd732007-08-06 18:36:23 +09003671 if ((rc = sata_scr_read(link, SCR_STATUS, &cur)))
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003672 return rc;
3673 cur &= 0xf;
3674
3675 /* DET stable? */
3676 if (cur == last) {
Tejun Heod4b2bab2007-02-02 16:50:52 +09003677 if (cur == 1 && time_before(jiffies, deadline))
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003678 continue;
Tejun Heo341c2c92008-05-20 02:17:51 +09003679 if (time_after(jiffies,
3680 ata_deadline(last_jiffies, duration)))
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003681 return 0;
3682 continue;
3683 }
3684
3685 /* unstable, start over */
3686 last = cur;
3687 last_jiffies = jiffies;
3688
Tejun Heof1545152007-07-16 14:29:40 +09003689 /* Check deadline. If debouncing failed, return
3690 * -EPIPE to tell upper layer to lower link speed.
3691 */
Tejun Heod4b2bab2007-02-02 16:50:52 +09003692 if (time_after(jiffies, deadline))
Tejun Heof1545152007-07-16 14:29:40 +09003693 return -EPIPE;
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003694 }
3695}
3696
3697/**
Tejun Heo936fd732007-08-06 18:36:23 +09003698 * sata_link_resume - resume SATA link
3699 * @link: ATA link to resume SATA
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003700 * @params: timing parameters { interval, duratinon, timeout } in msec
Tejun Heod4b2bab2007-02-02 16:50:52 +09003701 * @deadline: deadline jiffies for the operation
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003702 *
Tejun Heo936fd732007-08-06 18:36:23 +09003703 * Resume SATA phy @link and debounce it.
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003704 *
3705 * LOCKING:
3706 * Kernel thread context (may sleep)
3707 *
3708 * RETURNS:
3709 * 0 on success, -errno on failure.
3710 */
Tejun Heo936fd732007-08-06 18:36:23 +09003711int sata_link_resume(struct ata_link *link, const unsigned long *params,
3712 unsigned long deadline)
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003713{
Tejun Heo5040ab62010-01-11 11:14:44 +09003714 int tries = ATA_LINK_RESUME_TRIES;
Tejun Heoac371982008-04-07 22:47:19 +09003715 u32 scontrol, serror;
Tejun Heo81952c52006-05-15 20:57:47 +09003716 int rc;
Tejun Heo7a7921e2006-02-02 18:20:00 +09003717
Tejun Heo936fd732007-08-06 18:36:23 +09003718 if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
Tejun Heo81952c52006-05-15 20:57:47 +09003719 return rc;
3720
Tejun Heo5040ab62010-01-11 11:14:44 +09003721 /*
3722 * Writes to SControl sometimes get ignored under certain
3723 * controllers (ata_piix SIDPR). Make sure DET actually is
3724 * cleared.
Tejun Heod7bb4cc2006-05-31 18:27:46 +09003725 */
Tejun Heo5040ab62010-01-11 11:14:44 +09003726 do {
3727 scontrol = (scontrol & 0x0f0) | 0x300;
3728 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
3729 return rc;
3730 /*
3731 * Some PHYs react badly if SStatus is pounded
3732 * immediately after resuming. Delay 200ms before
3733 * debouncing.
3734 */
3735 msleep(200);
3736
3737 /* is SControl restored correctly? */
3738 if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
3739 return rc;
3740 } while ((scontrol & 0xf0f) != 0x300 && --tries);
3741
3742 if ((scontrol & 0xf0f) != 0x300) {
3743 ata_link_printk(link, KERN_ERR,
3744 "failed to resume link (SControl %X)\n",
3745 scontrol);
3746 return 0;
3747 }
3748
3749 if (tries < ATA_LINK_RESUME_TRIES)
3750 ata_link_printk(link, KERN_WARNING,
3751 "link resume succeeded after %d retries\n",
3752 ATA_LINK_RESUME_TRIES - tries);
Tejun Heo7a7921e2006-02-02 18:20:00 +09003753
Tejun Heoac371982008-04-07 22:47:19 +09003754 if ((rc = sata_link_debounce(link, params, deadline)))
3755 return rc;
3756
Tejun Heof0465192008-05-19 01:15:08 +09003757 /* clear SError, some PHYs require this even for SRST to work */
Tejun Heoac371982008-04-07 22:47:19 +09003758 if (!(rc = sata_scr_read(link, SCR_ERROR, &serror)))
3759 rc = sata_scr_write(link, SCR_ERROR, serror);
Tejun Heoac371982008-04-07 22:47:19 +09003760
Tejun Heof0465192008-05-19 01:15:08 +09003761 return rc != -EINVAL ? rc : 0;
Tejun Heo7a7921e2006-02-02 18:20:00 +09003762}
3763
Tejun Heof5914a42006-05-31 18:27:48 +09003764/**
Tejun Heo0aa11132008-04-07 22:47:18 +09003765 * ata_std_prereset - prepare for reset
Tejun Heocc0680a2007-08-06 18:36:23 +09003766 * @link: ATA link to be reset
Tejun Heod4b2bab2007-02-02 16:50:52 +09003767 * @deadline: deadline jiffies for the operation
Tejun Heof5914a42006-05-31 18:27:48 +09003768 *
Tejun Heocc0680a2007-08-06 18:36:23 +09003769 * @link is about to be reset. Initialize it. Failure from
Tejun Heob8cffc62007-02-02 16:50:52 +09003770 * prereset makes libata abort whole reset sequence and give up
3771 * that port, so prereset should be best-effort. It does its
3772 * best to prepare for reset sequence but if things go wrong, it
3773 * should just whine, not fail.
Tejun Heof5914a42006-05-31 18:27:48 +09003774 *
3775 * LOCKING:
3776 * Kernel thread context (may sleep)
3777 *
3778 * RETURNS:
3779 * 0 on success, -errno otherwise.
3780 */
Tejun Heo0aa11132008-04-07 22:47:18 +09003781int ata_std_prereset(struct ata_link *link, unsigned long deadline)
Tejun Heof5914a42006-05-31 18:27:48 +09003782{
Tejun Heocc0680a2007-08-06 18:36:23 +09003783 struct ata_port *ap = link->ap;
Tejun Heo936fd732007-08-06 18:36:23 +09003784 struct ata_eh_context *ehc = &link->eh_context;
Tejun Heoe9c83912006-07-03 16:07:26 +09003785 const unsigned long *timing = sata_ehc_deb_timing(ehc);
Tejun Heof5914a42006-05-31 18:27:48 +09003786 int rc;
3787
Tejun Heof5914a42006-05-31 18:27:48 +09003788 /* if we're about to do hardreset, nothing more to do */
3789 if (ehc->i.action & ATA_EH_HARDRESET)
3790 return 0;
3791
Tejun Heo936fd732007-08-06 18:36:23 +09003792 /* if SATA, resume link */
Tejun Heoa16abc02007-05-21 18:33:47 +02003793 if (ap->flags & ATA_FLAG_SATA) {
Tejun Heo936fd732007-08-06 18:36:23 +09003794 rc = sata_link_resume(link, timing, deadline);
Tejun Heob8cffc62007-02-02 16:50:52 +09003795 /* whine about phy resume failure but proceed */
3796 if (rc && rc != -EOPNOTSUPP)
Tejun Heocc0680a2007-08-06 18:36:23 +09003797 ata_link_printk(link, KERN_WARNING, "failed to resume "
Tejun Heof5914a42006-05-31 18:27:48 +09003798 "link for reset (errno=%d)\n", rc);
Tejun Heof5914a42006-05-31 18:27:48 +09003799 }
3800
Tejun Heo45db2f62008-04-08 01:46:56 +09003801 /* no point in trying softreset on offline link */
Tejun Heob1c72912008-07-31 17:02:43 +09003802 if (ata_phys_link_offline(link))
Tejun Heo45db2f62008-04-08 01:46:56 +09003803 ehc->i.action &= ~ATA_EH_SOFTRESET;
3804
Tejun Heof5914a42006-05-31 18:27:48 +09003805 return 0;
3806}
3807
Tejun Heoc2bd5802006-01-24 17:05:22 +09003808/**
Tejun Heocc0680a2007-08-06 18:36:23 +09003809 * sata_link_hardreset - reset link via SATA phy reset
3810 * @link: link to reset
Tejun Heob6103f62006-11-01 17:59:53 +09003811 * @timing: timing parameters { interval, duratinon, timeout } in msec
Tejun Heod4b2bab2007-02-02 16:50:52 +09003812 * @deadline: deadline jiffies for the operation
Tejun Heo9dadd452008-04-07 22:47:19 +09003813 * @online: optional out parameter indicating link onlineness
3814 * @check_ready: optional callback to check link readiness
Tejun Heoc2bd5802006-01-24 17:05:22 +09003815 *
Tejun Heocc0680a2007-08-06 18:36:23 +09003816 * SATA phy-reset @link using DET bits of SControl register.
Tejun Heo9dadd452008-04-07 22:47:19 +09003817 * After hardreset, link readiness is waited upon using
3818 * ata_wait_ready() if @check_ready is specified. LLDs are
3819 * allowed to not specify @check_ready and wait itself after this
3820 * function returns. Device classification is LLD's
3821 * responsibility.
3822 *
3823 * *@online is set to one iff reset succeeded and @link is online
3824 * after reset.
Tejun Heoc2bd5802006-01-24 17:05:22 +09003825 *
3826 * LOCKING:
3827 * Kernel thread context (may sleep)
3828 *
3829 * RETURNS:
3830 * 0 on success, -errno otherwise.
3831 */
Tejun Heocc0680a2007-08-06 18:36:23 +09003832int sata_link_hardreset(struct ata_link *link, const unsigned long *timing,
Tejun Heo9dadd452008-04-07 22:47:19 +09003833 unsigned long deadline,
3834 bool *online, int (*check_ready)(struct ata_link *))
Tejun Heoc2bd5802006-01-24 17:05:22 +09003835{
Tejun Heo852ee162006-04-01 01:38:18 +09003836 u32 scontrol;
Tejun Heo81952c52006-05-15 20:57:47 +09003837 int rc;
Tejun Heo852ee162006-04-01 01:38:18 +09003838
Tejun Heoc2bd5802006-01-24 17:05:22 +09003839 DPRINTK("ENTER\n");
3840
Tejun Heo9dadd452008-04-07 22:47:19 +09003841 if (online)
3842 *online = false;
3843
Tejun Heo936fd732007-08-06 18:36:23 +09003844 if (sata_set_spd_needed(link)) {
Tejun Heo1c3fae42006-04-02 20:53:28 +09003845 /* SATA spec says nothing about how to reconfigure
3846 * spd. To be on the safe side, turn off phy during
3847 * reconfiguration. This works for at least ICH7 AHCI
3848 * and Sil3124.
3849 */
Tejun Heo936fd732007-08-06 18:36:23 +09003850 if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09003851 goto out;
Tejun Heo81952c52006-05-15 20:57:47 +09003852
Martin Hicksa34b6fc2006-07-05 15:06:13 -04003853 scontrol = (scontrol & 0x0f0) | 0x304;
Tejun Heo81952c52006-05-15 20:57:47 +09003854
Tejun Heo936fd732007-08-06 18:36:23 +09003855 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09003856 goto out;
Tejun Heo1c3fae42006-04-02 20:53:28 +09003857
Tejun Heo936fd732007-08-06 18:36:23 +09003858 sata_set_spd(link);
Tejun Heo1c3fae42006-04-02 20:53:28 +09003859 }
3860
3861 /* issue phy wake/reset */
Tejun Heo936fd732007-08-06 18:36:23 +09003862 if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09003863 goto out;
Tejun Heo81952c52006-05-15 20:57:47 +09003864
Tejun Heo852ee162006-04-01 01:38:18 +09003865 scontrol = (scontrol & 0x0f0) | 0x301;
Tejun Heo81952c52006-05-15 20:57:47 +09003866
Tejun Heo936fd732007-08-06 18:36:23 +09003867 if ((rc = sata_scr_write_flush(link, SCR_CONTROL, scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09003868 goto out;
Tejun Heoc2bd5802006-01-24 17:05:22 +09003869
Tejun Heo1c3fae42006-04-02 20:53:28 +09003870 /* Couldn't find anything in SATA I/II specs, but AHCI-1.1
Tejun Heoc2bd5802006-01-24 17:05:22 +09003871 * 10.4.2 says at least 1 ms.
3872 */
3873 msleep(1);
3874
Tejun Heo936fd732007-08-06 18:36:23 +09003875 /* bring link back */
3876 rc = sata_link_resume(link, timing, deadline);
Tejun Heo9dadd452008-04-07 22:47:19 +09003877 if (rc)
3878 goto out;
3879 /* if link is offline nothing more to do */
Tejun Heob1c72912008-07-31 17:02:43 +09003880 if (ata_phys_link_offline(link))
Tejun Heo9dadd452008-04-07 22:47:19 +09003881 goto out;
3882
3883 /* Link is online. From this point, -ENODEV too is an error. */
3884 if (online)
3885 *online = true;
3886
Tejun Heo071f44b2008-04-07 22:47:22 +09003887 if (sata_pmp_supported(link->ap) && ata_is_host_link(link)) {
Tejun Heo9dadd452008-04-07 22:47:19 +09003888 /* If PMP is supported, we have to do follow-up SRST.
3889 * Some PMPs don't send D2H Reg FIS after hardreset if
3890 * the first port is empty. Wait only for
3891 * ATA_TMOUT_PMP_SRST_WAIT.
3892 */
3893 if (check_ready) {
3894 unsigned long pmp_deadline;
3895
Tejun Heo341c2c92008-05-20 02:17:51 +09003896 pmp_deadline = ata_deadline(jiffies,
3897 ATA_TMOUT_PMP_SRST_WAIT);
Tejun Heo9dadd452008-04-07 22:47:19 +09003898 if (time_after(pmp_deadline, deadline))
3899 pmp_deadline = deadline;
3900 ata_wait_ready(link, pmp_deadline, check_ready);
3901 }
3902 rc = -EAGAIN;
3903 goto out;
3904 }
3905
3906 rc = 0;
3907 if (check_ready)
3908 rc = ata_wait_ready(link, deadline, check_ready);
Tejun Heob6103f62006-11-01 17:59:53 +09003909 out:
Tejun Heo0cbf0712008-05-19 01:15:05 +09003910 if (rc && rc != -EAGAIN) {
3911 /* online is set iff link is online && reset succeeded */
3912 if (online)
3913 *online = false;
Tejun Heo9dadd452008-04-07 22:47:19 +09003914 ata_link_printk(link, KERN_ERR,
3915 "COMRESET failed (errno=%d)\n", rc);
Tejun Heo0cbf0712008-05-19 01:15:05 +09003916 }
Tejun Heob6103f62006-11-01 17:59:53 +09003917 DPRINTK("EXIT, rc=%d\n", rc);
3918 return rc;
3919}
3920
3921/**
Tejun Heo57c9efd2008-04-07 22:47:19 +09003922 * sata_std_hardreset - COMRESET w/o waiting or classification
3923 * @link: link to reset
3924 * @class: resulting class of attached device
3925 * @deadline: deadline jiffies for the operation
3926 *
3927 * Standard SATA COMRESET w/o waiting or classification.
3928 *
3929 * LOCKING:
3930 * Kernel thread context (may sleep)
3931 *
3932 * RETURNS:
3933 * 0 if link offline, -EAGAIN if link online, -errno on errors.
3934 */
3935int sata_std_hardreset(struct ata_link *link, unsigned int *class,
3936 unsigned long deadline)
3937{
3938 const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context);
3939 bool online;
3940 int rc;
3941
3942 /* do hardreset */
3943 rc = sata_link_hardreset(link, timing, deadline, &online, NULL);
Tejun Heo57c9efd2008-04-07 22:47:19 +09003944 return online ? -EAGAIN : rc;
3945}
3946
3947/**
Tejun Heo203c75b2008-04-07 22:47:18 +09003948 * ata_std_postreset - standard postreset callback
Tejun Heocc0680a2007-08-06 18:36:23 +09003949 * @link: the target ata_link
Tejun Heoc2bd5802006-01-24 17:05:22 +09003950 * @classes: classes of attached devices
3951 *
3952 * This function is invoked after a successful reset. Note that
3953 * the device might have been reset more than once using
3954 * different reset methods before postreset is invoked.
Tejun Heoc2bd5802006-01-24 17:05:22 +09003955 *
Tejun Heoc2bd5802006-01-24 17:05:22 +09003956 * LOCKING:
3957 * Kernel thread context (may sleep)
3958 */
Tejun Heo203c75b2008-04-07 22:47:18 +09003959void ata_std_postreset(struct ata_link *link, unsigned int *classes)
Tejun Heoc2bd5802006-01-24 17:05:22 +09003960{
Tejun Heof0465192008-05-19 01:15:08 +09003961 u32 serror;
3962
Tejun Heoc2bd5802006-01-24 17:05:22 +09003963 DPRINTK("ENTER\n");
3964
Tejun Heof0465192008-05-19 01:15:08 +09003965 /* reset complete, clear SError */
3966 if (!sata_scr_read(link, SCR_ERROR, &serror))
3967 sata_scr_write(link, SCR_ERROR, serror);
3968
Tejun Heoc2bd5802006-01-24 17:05:22 +09003969 /* print link status */
Tejun Heo936fd732007-08-06 18:36:23 +09003970 sata_print_link_status(link);
Tejun Heoc2bd5802006-01-24 17:05:22 +09003971
Tejun Heoc2bd5802006-01-24 17:05:22 +09003972 DPRINTK("EXIT\n");
3973}
3974
Tejun Heoa62c0fc2006-01-24 17:05:22 +09003975/**
Tejun Heo623a3122006-03-05 17:55:58 +09003976 * ata_dev_same_device - Determine whether new ID matches configured device
Tejun Heo623a3122006-03-05 17:55:58 +09003977 * @dev: device to compare against
3978 * @new_class: class of the new device
3979 * @new_id: IDENTIFY page of the new device
3980 *
3981 * Compare @new_class and @new_id against @dev and determine
3982 * whether @dev is the device indicated by @new_class and
3983 * @new_id.
3984 *
3985 * LOCKING:
3986 * None.
3987 *
3988 * RETURNS:
3989 * 1 if @dev matches @new_class and @new_id, 0 otherwise.
3990 */
Tejun Heo3373efd2006-05-15 20:57:53 +09003991static int ata_dev_same_device(struct ata_device *dev, unsigned int new_class,
3992 const u16 *new_id)
Tejun Heo623a3122006-03-05 17:55:58 +09003993{
3994 const u16 *old_id = dev->id;
Tejun Heoa0cf7332007-01-02 20:18:49 +09003995 unsigned char model[2][ATA_ID_PROD_LEN + 1];
3996 unsigned char serial[2][ATA_ID_SERNO_LEN + 1];
Tejun Heo623a3122006-03-05 17:55:58 +09003997
3998 if (dev->class != new_class) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003999 ata_dev_printk(dev, KERN_INFO, "class mismatch %d != %d\n",
4000 dev->class, new_class);
Tejun Heo623a3122006-03-05 17:55:58 +09004001 return 0;
4002 }
4003
Tejun Heoa0cf7332007-01-02 20:18:49 +09004004 ata_id_c_string(old_id, model[0], ATA_ID_PROD, sizeof(model[0]));
4005 ata_id_c_string(new_id, model[1], ATA_ID_PROD, sizeof(model[1]));
4006 ata_id_c_string(old_id, serial[0], ATA_ID_SERNO, sizeof(serial[0]));
4007 ata_id_c_string(new_id, serial[1], ATA_ID_SERNO, sizeof(serial[1]));
Tejun Heo623a3122006-03-05 17:55:58 +09004008
4009 if (strcmp(model[0], model[1])) {
Tejun Heof15a1da2006-05-15 20:57:56 +09004010 ata_dev_printk(dev, KERN_INFO, "model number mismatch "
4011 "'%s' != '%s'\n", model[0], model[1]);
Tejun Heo623a3122006-03-05 17:55:58 +09004012 return 0;
4013 }
4014
4015 if (strcmp(serial[0], serial[1])) {
Tejun Heof15a1da2006-05-15 20:57:56 +09004016 ata_dev_printk(dev, KERN_INFO, "serial number mismatch "
4017 "'%s' != '%s'\n", serial[0], serial[1]);
Tejun Heo623a3122006-03-05 17:55:58 +09004018 return 0;
4019 }
4020
Tejun Heo623a3122006-03-05 17:55:58 +09004021 return 1;
4022}
4023
4024/**
Tejun Heofe309112007-05-15 03:28:15 +09004025 * ata_dev_reread_id - Re-read IDENTIFY data
Henrik Kretzschmar3fae4502007-06-19 10:10:50 +02004026 * @dev: target ATA device
Tejun Heobff04642006-11-10 18:08:10 +09004027 * @readid_flags: read ID flags
Tejun Heo623a3122006-03-05 17:55:58 +09004028 *
4029 * Re-read IDENTIFY page and make sure @dev is still attached to
4030 * the port.
4031 *
4032 * LOCKING:
4033 * Kernel thread context (may sleep)
4034 *
4035 * RETURNS:
4036 * 0 on success, negative errno otherwise
4037 */
Tejun Heofe309112007-05-15 03:28:15 +09004038int ata_dev_reread_id(struct ata_device *dev, unsigned int readid_flags)
Tejun Heo623a3122006-03-05 17:55:58 +09004039{
Tejun Heo5eb45c02006-04-02 18:51:52 +09004040 unsigned int class = dev->class;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004041 u16 *id = (void *)dev->link->ap->sector_buf;
Tejun Heo623a3122006-03-05 17:55:58 +09004042 int rc;
4043
Tejun Heofe635c72006-05-15 20:57:35 +09004044 /* read ID data */
Tejun Heobff04642006-11-10 18:08:10 +09004045 rc = ata_dev_read_id(dev, &class, readid_flags, id);
Tejun Heo623a3122006-03-05 17:55:58 +09004046 if (rc)
Tejun Heofe309112007-05-15 03:28:15 +09004047 return rc;
Tejun Heo623a3122006-03-05 17:55:58 +09004048
4049 /* is the device still there? */
Tejun Heofe309112007-05-15 03:28:15 +09004050 if (!ata_dev_same_device(dev, class, id))
4051 return -ENODEV;
Tejun Heo623a3122006-03-05 17:55:58 +09004052
Tejun Heofe635c72006-05-15 20:57:35 +09004053 memcpy(dev->id, id, sizeof(id[0]) * ATA_ID_WORDS);
Tejun Heofe309112007-05-15 03:28:15 +09004054 return 0;
4055}
4056
4057/**
4058 * ata_dev_revalidate - Revalidate ATA device
4059 * @dev: device to revalidate
Tejun Heo422c9da2007-09-23 13:14:12 +09004060 * @new_class: new class code
Tejun Heofe309112007-05-15 03:28:15 +09004061 * @readid_flags: read ID flags
4062 *
4063 * Re-read IDENTIFY page, make sure @dev is still attached to the
4064 * port and reconfigure it according to the new IDENTIFY page.
4065 *
4066 * LOCKING:
4067 * Kernel thread context (may sleep)
4068 *
4069 * RETURNS:
4070 * 0 on success, negative errno otherwise
4071 */
Tejun Heo422c9da2007-09-23 13:14:12 +09004072int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
4073 unsigned int readid_flags)
Tejun Heofe309112007-05-15 03:28:15 +09004074{
Tejun Heo6ddcd3b2007-05-15 03:28:15 +09004075 u64 n_sectors = dev->n_sectors;
Tejun Heo5920dad2009-07-15 17:11:41 +09004076 u64 n_native_sectors = dev->n_native_sectors;
Tejun Heofe309112007-05-15 03:28:15 +09004077 int rc;
4078
4079 if (!ata_dev_enabled(dev))
4080 return -ENODEV;
4081
Tejun Heo422c9da2007-09-23 13:14:12 +09004082 /* fail early if !ATA && !ATAPI to avoid issuing [P]IDENTIFY to PMP */
4083 if (ata_class_enabled(new_class) &&
Borislav Petkovf0d06132009-04-26 16:33:34 +02004084 new_class != ATA_DEV_ATA &&
4085 new_class != ATA_DEV_ATAPI &&
4086 new_class != ATA_DEV_SEMB) {
Tejun Heo422c9da2007-09-23 13:14:12 +09004087 ata_dev_printk(dev, KERN_INFO, "class mismatch %u != %u\n",
4088 dev->class, new_class);
4089 rc = -ENODEV;
4090 goto fail;
4091 }
4092
Tejun Heofe309112007-05-15 03:28:15 +09004093 /* re-read ID */
4094 rc = ata_dev_reread_id(dev, readid_flags);
4095 if (rc)
4096 goto fail;
Tejun Heo623a3122006-03-05 17:55:58 +09004097
4098 /* configure device according to the new ID */
Tejun Heoefdaedc2006-11-01 18:38:52 +09004099 rc = ata_dev_configure(dev);
Tejun Heo6ddcd3b2007-05-15 03:28:15 +09004100 if (rc)
4101 goto fail;
4102
4103 /* verify n_sectors hasn't changed */
Tejun Heo445d2112010-04-05 10:33:13 +09004104 if (dev->class != ATA_DEV_ATA || !n_sectors ||
4105 dev->n_sectors == n_sectors)
4106 return 0;
4107
4108 /* n_sectors has changed */
4109 ata_dev_printk(dev, KERN_WARNING, "n_sectors mismatch %llu != %llu\n",
4110 (unsigned long long)n_sectors,
4111 (unsigned long long)dev->n_sectors);
4112
4113 /*
4114 * Something could have caused HPA to be unlocked
4115 * involuntarily. If n_native_sectors hasn't changed and the
4116 * new size matches it, keep the device.
4117 */
4118 if (dev->n_native_sectors == n_native_sectors &&
4119 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) {
4120 ata_dev_printk(dev, KERN_WARNING,
4121 "new n_sectors matches native, probably "
Tejun Heo68939ce2010-05-15 20:09:33 +02004122 "late HPA unlock, n_sectors updated\n");
4123 /* use the larger n_sectors */
Tejun Heo445d2112010-04-05 10:33:13 +09004124 return 0;
Tejun Heo6ddcd3b2007-05-15 03:28:15 +09004125 }
4126
Tejun Heo445d2112010-04-05 10:33:13 +09004127 /*
4128 * Some BIOSes boot w/o HPA but resume w/ HPA locked. Try
4129 * unlocking HPA in those cases.
4130 *
4131 * https://bugzilla.kernel.org/show_bug.cgi?id=15396
4132 */
4133 if (dev->n_native_sectors == n_native_sectors &&
4134 dev->n_sectors < n_sectors && n_sectors == n_native_sectors &&
4135 !(dev->horkage & ATA_HORKAGE_BROKEN_HPA)) {
4136 ata_dev_printk(dev, KERN_WARNING,
4137 "old n_sectors matches native, probably "
4138 "late HPA lock, will try to unlock HPA\n");
4139 /* try unlocking HPA */
4140 dev->flags |= ATA_DFLAG_UNLOCK_HPA;
4141 rc = -EIO;
4142 } else
4143 rc = -ENODEV;
Tejun Heo623a3122006-03-05 17:55:58 +09004144
Tejun Heo445d2112010-04-05 10:33:13 +09004145 /* restore original n_[native_]sectors and fail */
4146 dev->n_native_sectors = n_native_sectors;
4147 dev->n_sectors = n_sectors;
Tejun Heo623a3122006-03-05 17:55:58 +09004148 fail:
Tejun Heof15a1da2006-05-15 20:57:56 +09004149 ata_dev_printk(dev, KERN_ERR, "revalidation failed (errno=%d)\n", rc);
Tejun Heo623a3122006-03-05 17:55:58 +09004150 return rc;
4151}
4152
Alan Cox6919a0a2006-10-27 19:08:46 -07004153struct ata_blacklist_entry {
4154 const char *model_num;
4155 const char *model_rev;
4156 unsigned long horkage;
4157};
4158
4159static const struct ata_blacklist_entry ata_device_blacklist [] = {
4160 /* Devices with DMA related problems under Linux */
4161 { "WDC AC11000H", NULL, ATA_HORKAGE_NODMA },
4162 { "WDC AC22100H", NULL, ATA_HORKAGE_NODMA },
4163 { "WDC AC32500H", NULL, ATA_HORKAGE_NODMA },
4164 { "WDC AC33100H", NULL, ATA_HORKAGE_NODMA },
4165 { "WDC AC31600H", NULL, ATA_HORKAGE_NODMA },
4166 { "WDC AC32100H", "24.09P07", ATA_HORKAGE_NODMA },
4167 { "WDC AC23200L", "21.10N21", ATA_HORKAGE_NODMA },
4168 { "Compaq CRD-8241B", NULL, ATA_HORKAGE_NODMA },
4169 { "CRD-8400B", NULL, ATA_HORKAGE_NODMA },
Mark Lord7da4c932010-07-01 18:18:12 -04004170 { "CRD-848[02]B", NULL, ATA_HORKAGE_NODMA },
Alan Cox6919a0a2006-10-27 19:08:46 -07004171 { "CRD-84", NULL, ATA_HORKAGE_NODMA },
4172 { "SanDisk SDP3B", NULL, ATA_HORKAGE_NODMA },
4173 { "SanDisk SDP3B-64", NULL, ATA_HORKAGE_NODMA },
4174 { "SANYO CD-ROM CRD", NULL, ATA_HORKAGE_NODMA },
4175 { "HITACHI CDR-8", NULL, ATA_HORKAGE_NODMA },
Mark Lord7da4c932010-07-01 18:18:12 -04004176 { "HITACHI CDR-8[34]35",NULL, ATA_HORKAGE_NODMA },
Alan Cox6919a0a2006-10-27 19:08:46 -07004177 { "Toshiba CD-ROM XM-6202B", NULL, ATA_HORKAGE_NODMA },
4178 { "TOSHIBA CD-ROM XM-1702BC", NULL, ATA_HORKAGE_NODMA },
4179 { "CD-532E-A", NULL, ATA_HORKAGE_NODMA },
4180 { "E-IDE CD-ROM CR-840",NULL, ATA_HORKAGE_NODMA },
4181 { "CD-ROM Drive/F5A", NULL, ATA_HORKAGE_NODMA },
4182 { "WPI CDD-820", NULL, ATA_HORKAGE_NODMA },
4183 { "SAMSUNG CD-ROM SC-148C", NULL, ATA_HORKAGE_NODMA },
4184 { "SAMSUNG CD-ROM SC", NULL, ATA_HORKAGE_NODMA },
Alan Cox6919a0a2006-10-27 19:08:46 -07004185 { "ATAPI CD-ROM DRIVE 40X MAXIMUM",NULL,ATA_HORKAGE_NODMA },
4186 { "_NEC DV5800A", NULL, ATA_HORKAGE_NODMA },
Jeff Garzik2dcb4072007-10-19 06:42:56 -04004187 { "SAMSUNG CD-ROM SN-124", "N001", ATA_HORKAGE_NODMA },
Dave Jones39f19882007-05-21 14:31:03 -04004188 { "Seagate STT20000A", NULL, ATA_HORKAGE_NODMA },
Tejun Heo3af9a772007-09-23 13:19:54 +09004189 /* Odd clown on sil3726/4726 PMPs */
Tejun Heo50af2fa2008-05-19 01:15:14 +09004190 { "Config Disk", NULL, ATA_HORKAGE_DISABLE },
Alan Cox6919a0a2006-10-27 19:08:46 -07004191
Albert Lee18d6e9d2007-04-02 11:34:15 +08004192 /* Weird ATAPI devices */
Tejun Heo40a1d532007-06-27 02:49:38 +09004193 { "TORiSAN DVD-ROM DRD-N216", NULL, ATA_HORKAGE_MAX_SEC_128 },
Tejun Heo6a87e422008-11-03 19:01:09 +09004194 { "QUANTUM DAT DAT72-000", NULL, ATA_HORKAGE_ATAPI_MOD16_DMA },
Albert Lee18d6e9d2007-04-02 11:34:15 +08004195
Alan Cox6919a0a2006-10-27 19:08:46 -07004196 /* Devices we expect to fail diagnostics */
4197
4198 /* Devices where NCQ should be avoided */
4199 /* NCQ is slow */
Jeff Garzik2dcb4072007-10-19 06:42:56 -04004200 { "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ },
Tejun Heo459ad682007-12-07 12:46:23 +09004201 { "WDC WD740ADFD-00NLR1", NULL, ATA_HORKAGE_NONCQ, },
Tejun Heo09125ea2007-02-28 15:21:23 +09004202 /* http://thread.gmane.org/gmane.linux.ide/14907 */
4203 { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ },
Paul Rolland7acfaf32007-03-26 21:43:44 -08004204 /* NCQ is broken */
Jeff Garzik539cc7c2007-09-20 16:31:47 -04004205 { "Maxtor *", "BANC*", ATA_HORKAGE_NONCQ },
Alan Cox0e3dbc02007-09-20 15:22:47 +01004206 { "Maxtor 7V300F0", "VA111630", ATA_HORKAGE_NONCQ },
Paolo Ornatida6f0ec2007-10-04 11:06:56 +09004207 { "ST380817AS", "3.42", ATA_HORKAGE_NONCQ },
Tejun Heoe41bd3e2007-12-09 19:45:39 +09004208 { "ST3160023AS", "3.42", ATA_HORKAGE_NONCQ },
Lubomir Bulej5ccfca92008-12-22 11:35:22 +01004209 { "OCZ CORE_SSD", "02.10104", ATA_HORKAGE_NONCQ },
Jeff Garzik539cc7c2007-09-20 16:31:47 -04004210
Tejun Heoac70a962008-11-27 13:36:48 +09004211 /* Seagate NCQ + FLUSH CACHE firmware bug */
Mark Lorddbaf5082010-07-01 18:17:21 -04004212 { "ST31500341AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heoac70a962008-11-27 13:36:48 +09004213 ATA_HORKAGE_FIRMWARE_WARN },
Tejun Heod10d4912008-12-11 13:42:42 +09004214
Mark Lorddbaf5082010-07-01 18:17:21 -04004215 { "ST31000333AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heod10d4912008-12-11 13:42:42 +09004216 ATA_HORKAGE_FIRMWARE_WARN },
4217
Mark Lorddbaf5082010-07-01 18:17:21 -04004218 { "ST3640623AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heod10d4912008-12-11 13:42:42 +09004219 ATA_HORKAGE_FIRMWARE_WARN },
4220
Mark Lorddbaf5082010-07-01 18:17:21 -04004221 { "ST3640323AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heod10d4912008-12-11 13:42:42 +09004222 ATA_HORKAGE_FIRMWARE_WARN },
4223
Mark Lorddbaf5082010-07-01 18:17:21 -04004224 { "ST3320813AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heod10d4912008-12-11 13:42:42 +09004225 ATA_HORKAGE_FIRMWARE_WARN },
4226
Mark Lorddbaf5082010-07-01 18:17:21 -04004227 { "ST3320613AS", "SD1[56789]", ATA_HORKAGE_NONCQ |
Tejun Heoac70a962008-11-27 13:36:48 +09004228 ATA_HORKAGE_FIRMWARE_WARN },
4229
Robert Hancock36e337d2007-04-02 22:05:29 -06004230 /* Blacklist entries taken from Silicon Image 3124/3132
4231 Windows driver .inf file - also several Linux problem reports */
4232 { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, },
4233 { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, },
4234 { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, },
Alan Cox6919a0a2006-10-27 19:08:46 -07004235
Tejun Heo68b0ddb2010-04-05 10:51:26 +09004236 /* https://bugzilla.kernel.org/show_bug.cgi?id=15573 */
4237 { "C300-CTFDDAC128MAG", "0001", ATA_HORKAGE_NONCQ, },
4238
Tejun Heo16c55b02007-08-29 11:58:33 +09004239 /* devices which puke on READ_NATIVE_MAX */
4240 { "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, },
4241 { "WDC WD3200JD-00KLB0", "WD-WCAMR1130137", ATA_HORKAGE_BROKEN_HPA },
4242 { "WDC WD2500JD-00HBB0", "WD-WMAL71490727", ATA_HORKAGE_BROKEN_HPA },
4243 { "MAXTOR 6L080L4", "A93.0500", ATA_HORKAGE_BROKEN_HPA },
Alan Cox6919a0a2006-10-27 19:08:46 -07004244
Tejun Heo78313872009-08-07 01:59:15 +09004245 /* this one allows HPA unlocking but fails IOs on the area */
4246 { "OCZ-VERTEX", "1.30", ATA_HORKAGE_BROKEN_HPA },
4247
Alan Cox93328e12007-09-29 04:06:48 -04004248 /* Devices which report 1 sector over size HPA */
4249 { "ST340823A", NULL, ATA_HORKAGE_HPA_SIZE, },
4250 { "ST320413A", NULL, ATA_HORKAGE_HPA_SIZE, },
Mikko Rapelib152fcd2008-02-19 01:41:25 +01004251 { "ST310211A", NULL, ATA_HORKAGE_HPA_SIZE, },
Alan Cox93328e12007-09-29 04:06:48 -04004252
Alan Cox6bbfd532007-11-05 22:58:58 +00004253 /* Devices which get the IVB wrong */
4254 { "QUANTUM FIREBALLlct10 05", "A03.0900", ATA_HORKAGE_IVB, },
Alan Coxa79067e2008-04-29 14:08:36 +01004255 /* Maybe we should just blacklist TSSTcorp... */
Mark Lord7da4c932010-07-01 18:18:12 -04004256 { "TSSTcorp CDDVDW SH-S202[HJN]", "SB0[01]", ATA_HORKAGE_IVB, },
Alan Cox6bbfd532007-11-05 22:58:58 +00004257
Jens Axboe9ce8e302008-08-27 15:23:18 +02004258 /* Devices that do not need bridging limits applied */
4259 { "MTRON MSP-SATA*", NULL, ATA_HORKAGE_BRIDGE_OK, },
4260
Tejun Heo90627122009-01-29 20:31:36 +09004261 /* Devices which aren't very happy with higher link speeds */
4262 { "WD My Book", NULL, ATA_HORKAGE_1_5_GBPS, },
4263
Tejun Heod0cb43b2009-07-09 09:27:50 +09004264 /*
4265 * Devices which choke on SETXFER. Applies only if both the
4266 * device and controller are SATA.
4267 */
4268 { "PIONEER DVD-RW DVRTD08", "1.00", ATA_HORKAGE_NOSETXFER },
4269
Alan Cox6919a0a2006-10-27 19:08:46 -07004270 /* End Marker */
4271 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272};
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05004273
Mark Lordbce036c2010-07-01 18:16:14 -04004274/**
4275 * glob_match - match a text string against a glob-style pattern
4276 * @text: the string to be examined
4277 * @pattern: the glob-style pattern to be matched against
4278 *
4279 * Either/both of text and pattern can be empty strings.
4280 *
4281 * Match text against a glob-style pattern, with wildcards and simple sets:
4282 *
4283 * ? matches any single character.
4284 * * matches any run of characters.
4285 * [xyz] matches a single character from the set: x, y, or z.
Mark Lord2f9e4d12010-07-05 10:25:45 -04004286 * [a-d] matches a single character from the range: a, b, c, or d.
4287 * [a-d0-9] matches a single character from either range.
Mark Lordbce036c2010-07-01 18:16:14 -04004288 *
Mark Lord2f9e4d12010-07-05 10:25:45 -04004289 * The special characters ?, [, -, or *, can be matched using a set, eg. [*]
4290 * Behaviour with malformed patterns is undefined, though generally reasonable.
Mark Lordbce036c2010-07-01 18:16:14 -04004291 *
Mark Lord2f9e4d12010-07-05 10:25:45 -04004292 * Example patterns: "SD1?", "SD1[0-5]", "*R0", SD*1?[012]*xx"
Mark Lordbce036c2010-07-01 18:16:14 -04004293 *
4294 * This function uses one level of recursion per '*' in pattern.
4295 * Since it calls _nothing_ else, and has _no_ explicit local variables,
4296 * this will not cause stack problems for any reasonable use here.
4297 *
4298 * RETURNS:
4299 * 0 on match, 1 otherwise.
4300 */
4301static int glob_match (const char *text, const char *pattern)
Jeff Garzik539cc7c2007-09-20 16:31:47 -04004302{
Mark Lordbce036c2010-07-01 18:16:14 -04004303 do {
4304 /* Match single character or a '?' wildcard */
4305 if (*text == *pattern || *pattern == '?') {
4306 if (!*pattern++)
4307 return 0; /* End of both strings: match */
4308 } else {
4309 /* Match single char against a '[' bracketed ']' pattern set */
4310 if (!*text || *pattern != '[')
4311 break; /* Not a pattern set */
Mark Lord2f9e4d12010-07-05 10:25:45 -04004312 while (*++pattern && *pattern != ']' && *text != *pattern) {
4313 if (*pattern == '-' && *(pattern - 1) != '[')
4314 if (*text > *(pattern - 1) && *text < *(pattern + 1)) {
4315 ++pattern;
4316 break;
4317 }
4318 }
Mark Lordbce036c2010-07-01 18:16:14 -04004319 if (!*pattern || *pattern == ']')
4320 return 1; /* No match */
4321 while (*pattern && *pattern++ != ']');
4322 }
4323 } while (*++text && *pattern);
Jeff Garzik539cc7c2007-09-20 16:31:47 -04004324
Mark Lordbce036c2010-07-01 18:16:14 -04004325 /* Match any run of chars against a '*' wildcard */
4326 if (*pattern == '*') {
4327 if (!*++pattern)
4328 return 0; /* Match: avoid recursion at end of pattern */
4329 /* Loop to handle additional pattern chars after the wildcard */
4330 while (*text) {
4331 if (glob_match(text, pattern) == 0)
4332 return 0; /* Remainder matched */
4333 ++text; /* Absorb (match) this char and try again */
Andrew Paprocki317b50b2007-10-15 15:43:12 -04004334 }
4335 }
Mark Lordbce036c2010-07-01 18:16:14 -04004336 if (!*text && !*pattern)
4337 return 0; /* End of both strings: match */
4338 return 1; /* No match */
Jeff Garzik539cc7c2007-09-20 16:31:47 -04004339}
Mark Lordbce036c2010-07-01 18:16:14 -04004340
Tejun Heo75683fe2007-07-05 13:31:27 +09004341static unsigned long ata_dev_blacklisted(const struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342{
Tejun Heo8bfa79f2007-01-02 20:19:40 +09004343 unsigned char model_num[ATA_ID_PROD_LEN + 1];
4344 unsigned char model_rev[ATA_ID_FW_REV_LEN + 1];
Alan Cox6919a0a2006-10-27 19:08:46 -07004345 const struct ata_blacklist_entry *ad = ata_device_blacklist;
Albert Lee3a778272006-06-22 13:00:25 +08004346
Tejun Heo8bfa79f2007-01-02 20:19:40 +09004347 ata_id_c_string(dev->id, model_num, ATA_ID_PROD, sizeof(model_num));
4348 ata_id_c_string(dev->id, model_rev, ATA_ID_FW_REV, sizeof(model_rev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349
Alan Cox6919a0a2006-10-27 19:08:46 -07004350 while (ad->model_num) {
Mark Lordbce036c2010-07-01 18:16:14 -04004351 if (!glob_match(model_num, ad->model_num)) {
Alan Cox6919a0a2006-10-27 19:08:46 -07004352 if (ad->model_rev == NULL)
4353 return ad->horkage;
Mark Lordbce036c2010-07-01 18:16:14 -04004354 if (!glob_match(model_rev, ad->model_rev))
Alan Cox6919a0a2006-10-27 19:08:46 -07004355 return ad->horkage;
Alan Coxf4b15fe2006-03-22 15:54:04 +00004356 }
Alan Cox6919a0a2006-10-27 19:08:46 -07004357 ad++;
Alan Coxf4b15fe2006-03-22 15:54:04 +00004358 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359 return 0;
4360}
4361
Alan Cox6919a0a2006-10-27 19:08:46 -07004362static int ata_dma_blacklisted(const struct ata_device *dev)
4363{
4364 /* We don't support polling DMA.
4365 * DMA blacklist those ATAPI devices with CDB-intr (and use PIO)
4366 * if the LLDD handles only interrupts in the HSM_ST_LAST state.
4367 */
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004368 if ((dev->link->ap->flags & ATA_FLAG_PIO_POLLING) &&
Alan Cox6919a0a2006-10-27 19:08:46 -07004369 (dev->flags & ATA_DFLAG_CDB_INTR))
4370 return 1;
Tejun Heo75683fe2007-07-05 13:31:27 +09004371 return (dev->horkage & ATA_HORKAGE_NODMA) ? 1 : 0;
Alan Cox6919a0a2006-10-27 19:08:46 -07004372}
4373
Tejun Heoa6d5a512006-03-06 04:31:57 +09004374/**
Alan Cox6bbfd532007-11-05 22:58:58 +00004375 * ata_is_40wire - check drive side detection
4376 * @dev: device
4377 *
4378 * Perform drive side detection decoding, allowing for device vendors
4379 * who can't follow the documentation.
4380 */
4381
4382static int ata_is_40wire(struct ata_device *dev)
4383{
4384 if (dev->horkage & ATA_HORKAGE_IVB)
4385 return ata_drive_40wire_relaxed(dev->id);
4386 return ata_drive_40wire(dev->id);
4387}
4388
4389/**
Alan Cox15a55512008-03-28 14:33:46 -07004390 * cable_is_40wire - 40/80/SATA decider
4391 * @ap: port to consider
4392 *
4393 * This function encapsulates the policy for speed management
4394 * in one place. At the moment we don't cache the result but
4395 * there is a good case for setting ap->cbl to the result when
4396 * we are called with unknown cables (and figuring out if it
4397 * impacts hotplug at all).
4398 *
4399 * Return 1 if the cable appears to be 40 wire.
4400 */
4401
4402static int cable_is_40wire(struct ata_port *ap)
4403{
4404 struct ata_link *link;
4405 struct ata_device *dev;
4406
Tejun Heo4a9c7b32008-10-27 19:59:23 +09004407 /* If the controller thinks we are 40 wire, we are. */
Alan Cox15a55512008-03-28 14:33:46 -07004408 if (ap->cbl == ATA_CBL_PATA40)
4409 return 1;
Tejun Heo4a9c7b32008-10-27 19:59:23 +09004410
4411 /* If the controller thinks we are 80 wire, we are. */
Alan Cox15a55512008-03-28 14:33:46 -07004412 if (ap->cbl == ATA_CBL_PATA80 || ap->cbl == ATA_CBL_SATA)
4413 return 0;
Tejun Heo4a9c7b32008-10-27 19:59:23 +09004414
4415 /* If the system is known to be 40 wire short cable (eg
4416 * laptop), then we allow 80 wire modes even if the drive
4417 * isn't sure.
4418 */
Alan Coxf7920682008-04-08 16:37:50 +01004419 if (ap->cbl == ATA_CBL_PATA40_SHORT)
4420 return 0;
Alan Cox15a55512008-03-28 14:33:46 -07004421
Tejun Heo4a9c7b32008-10-27 19:59:23 +09004422 /* If the controller doesn't know, we scan.
4423 *
4424 * Note: We look for all 40 wire detects at this point. Any
4425 * 80 wire detect is taken to be 80 wire cable because
4426 * - in many setups only the one drive (slave if present) will
4427 * give a valid detect
4428 * - if you have a non detect capable drive you don't want it
4429 * to colour the choice
4430 */
Tejun Heo1eca4362008-11-03 20:03:17 +09004431 ata_for_each_link(link, ap, EDGE) {
4432 ata_for_each_dev(dev, link, ENABLED) {
4433 if (!ata_is_40wire(dev))
Alan Cox15a55512008-03-28 14:33:46 -07004434 return 0;
4435 }
4436 }
4437 return 1;
4438}
4439
4440/**
Tejun Heoa6d5a512006-03-06 04:31:57 +09004441 * ata_dev_xfermask - Compute supported xfermask of the given device
Tejun Heoa6d5a512006-03-06 04:31:57 +09004442 * @dev: Device to compute xfermask for
4443 *
Tejun Heoacf356b2006-03-24 14:07:50 +09004444 * Compute supported xfermask of @dev and store it in
4445 * dev->*_mask. This function is responsible for applying all
4446 * known limits including host controller limits, device
4447 * blacklist, etc...
Tejun Heoa6d5a512006-03-06 04:31:57 +09004448 *
4449 * LOCKING:
4450 * None.
Tejun Heoa6d5a512006-03-06 04:31:57 +09004451 */
Tejun Heo3373efd2006-05-15 20:57:53 +09004452static void ata_dev_xfermask(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004454 struct ata_link *link = dev->link;
4455 struct ata_port *ap = link->ap;
Jeff Garzikcca39742006-08-24 03:19:22 -04004456 struct ata_host *host = ap->host;
Tejun Heoa6d5a512006-03-06 04:31:57 +09004457 unsigned long xfer_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458
Tejun Heo37deecb2006-08-10 16:59:07 +09004459 /* controller modes available */
Tejun Heo565083e2006-04-02 17:54:47 +09004460 xfer_mask = ata_pack_xfermask(ap->pio_mask,
4461 ap->mwdma_mask, ap->udma_mask);
4462
Robert Hancock8343f882007-03-06 02:37:51 -08004463 /* drive modes available */
Tejun Heo37deecb2006-08-10 16:59:07 +09004464 xfer_mask &= ata_pack_xfermask(dev->pio_mask,
4465 dev->mwdma_mask, dev->udma_mask);
4466 xfer_mask &= ata_id_xfermask(dev->id);
Tejun Heo565083e2006-04-02 17:54:47 +09004467
Alan Coxb352e572006-08-10 18:52:12 +01004468 /*
4469 * CFA Advanced TrueIDE timings are not allowed on a shared
4470 * cable
4471 */
4472 if (ata_dev_pair(dev)) {
4473 /* No PIO5 or PIO6 */
4474 xfer_mask &= ~(0x03 << (ATA_SHIFT_PIO + 5));
4475 /* No MWDMA3 or MWDMA 4 */
4476 xfer_mask &= ~(0x03 << (ATA_SHIFT_MWDMA + 3));
4477 }
4478
Tejun Heo37deecb2006-08-10 16:59:07 +09004479 if (ata_dma_blacklisted(dev)) {
4480 xfer_mask &= ~(ATA_MASK_MWDMA | ATA_MASK_UDMA);
Tejun Heof15a1da2006-05-15 20:57:56 +09004481 ata_dev_printk(dev, KERN_WARNING,
4482 "device is on DMA blacklist, disabling DMA\n");
Tejun Heo37deecb2006-08-10 16:59:07 +09004483 }
Tejun Heoa6d5a512006-03-06 04:31:57 +09004484
Petr Vandrovec14d66ab2007-03-08 10:12:12 +01004485 if ((host->flags & ATA_HOST_SIMPLEX) &&
Jeff Garzik2dcb4072007-10-19 06:42:56 -04004486 host->simplex_claimed && host->simplex_claimed != ap) {
Tejun Heo37deecb2006-08-10 16:59:07 +09004487 xfer_mask &= ~(ATA_MASK_MWDMA | ATA_MASK_UDMA);
4488 ata_dev_printk(dev, KERN_WARNING, "simplex DMA is claimed by "
4489 "other device, disabling DMA\n");
Alan Cox5444a6f2006-03-27 18:58:20 +01004490 }
Tejun Heo565083e2006-04-02 17:54:47 +09004491
Jeff Garzike4246752007-03-09 09:56:46 -05004492 if (ap->flags & ATA_FLAG_NO_IORDY)
4493 xfer_mask &= ata_pio_mask_no_iordy(dev);
4494
Alan Cox5444a6f2006-03-27 18:58:20 +01004495 if (ap->ops->mode_filter)
Alan Coxa76b62c2007-03-09 09:34:07 -05004496 xfer_mask = ap->ops->mode_filter(dev, xfer_mask);
Alan Cox5444a6f2006-03-27 18:58:20 +01004497
Robert Hancock8343f882007-03-06 02:37:51 -08004498 /* Apply cable rule here. Don't apply it early because when
4499 * we handle hot plug the cable type can itself change.
4500 * Check this last so that we know if the transfer rate was
4501 * solely limited by the cable.
4502 * Unknown or 80 wire cables reported host side are checked
4503 * drive side as well. Cases where we know a 40wire cable
4504 * is used safely for 80 are not checked here.
4505 */
4506 if (xfer_mask & (0xF8 << ATA_SHIFT_UDMA))
4507 /* UDMA/44 or higher would be available */
Alan Cox15a55512008-03-28 14:33:46 -07004508 if (cable_is_40wire(ap)) {
Jeff Garzik2dcb4072007-10-19 06:42:56 -04004509 ata_dev_printk(dev, KERN_WARNING,
Robert Hancock8343f882007-03-06 02:37:51 -08004510 "limited to UDMA/33 due to 40-wire cable\n");
4511 xfer_mask &= ~(0xF8 << ATA_SHIFT_UDMA);
4512 }
4513
Tejun Heo565083e2006-04-02 17:54:47 +09004514 ata_unpack_xfermask(xfer_mask, &dev->pio_mask,
4515 &dev->mwdma_mask, &dev->udma_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516}
4517
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519 * ata_dev_set_xfermode - Issue SET FEATURES - XFER MODE command
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520 * @dev: Device to which command will be sent
4521 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04004522 * Issue SET FEATURES - XFER MODE command to device @dev
4523 * on port @ap.
4524 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04004526 * PCI/etc. bus probe sem.
Tejun Heo83206a22006-03-24 15:25:31 +09004527 *
4528 * RETURNS:
4529 * 0 on success, AC_ERR_* mask otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530 */
4531
Tejun Heo3373efd2006-05-15 20:57:53 +09004532static unsigned int ata_dev_set_xfermode(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533{
Tejun Heoa0123702005-12-13 14:49:31 +09004534 struct ata_taskfile tf;
Tejun Heo83206a22006-03-24 15:25:31 +09004535 unsigned int err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536
4537 /* set up set-features taskfile */
4538 DPRINTK("set features - xfer mode\n");
4539
Tejun Heo464cf172007-05-27 15:10:40 +02004540 /* Some controllers and ATAPI devices show flaky interrupt
4541 * behavior after setting xfer mode. Use polling instead.
4542 */
Tejun Heo3373efd2006-05-15 20:57:53 +09004543 ata_tf_init(dev, &tf);
Tejun Heoa0123702005-12-13 14:49:31 +09004544 tf.command = ATA_CMD_SET_FEATURES;
4545 tf.feature = SETFEATURES_XFER;
Tejun Heo464cf172007-05-27 15:10:40 +02004546 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE | ATA_TFLAG_POLLING;
Tejun Heoa0123702005-12-13 14:49:31 +09004547 tf.protocol = ATA_PROT_NODATA;
Alan Coxb9f8ab22007-11-19 14:33:11 +00004548 /* If we are using IORDY we must send the mode setting command */
Jeff Garzik11b7bec2007-11-23 21:12:14 -05004549 if (ata_pio_need_iordy(dev))
4550 tf.nsect = dev->xfer_mode;
Alan Coxb9f8ab22007-11-19 14:33:11 +00004551 /* If the device has IORDY and the controller does not - turn it off */
4552 else if (ata_id_has_iordy(dev->id))
Jeff Garzik11b7bec2007-11-23 21:12:14 -05004553 tf.nsect = 0x01;
Alan Coxb9f8ab22007-11-19 14:33:11 +00004554 else /* In the ancient relic department - skip all of this */
4555 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556
Tejun Heo2b789102007-10-09 15:05:44 +09004557 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558
Tejun Heo83206a22006-03-24 15:25:31 +09004559 DPRINTK("EXIT, err_mask=%x\n", err_mask);
4560 return err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562/**
Jeff Garzik218f3d32007-10-25 00:33:27 -04004563 * ata_dev_set_feature - Issue SET FEATURES - SATA FEATURES
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004564 * @dev: Device to which command will be sent
4565 * @enable: Whether to enable or disable the feature
Jeff Garzik218f3d32007-10-25 00:33:27 -04004566 * @feature: The sector count represents the feature to set
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004567 *
4568 * Issue SET FEATURES - SATA FEATURES command to device @dev
Jeff Garzik218f3d32007-10-25 00:33:27 -04004569 * on port @ap with sector count
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004570 *
4571 * LOCKING:
4572 * PCI/etc. bus probe sem.
4573 *
4574 * RETURNS:
4575 * 0 on success, AC_ERR_* mask otherwise.
4576 */
Jeff Garzik218f3d32007-10-25 00:33:27 -04004577static unsigned int ata_dev_set_feature(struct ata_device *dev, u8 enable,
4578 u8 feature)
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004579{
4580 struct ata_taskfile tf;
4581 unsigned int err_mask;
4582
4583 /* set up set-features taskfile */
4584 DPRINTK("set features - SATA features\n");
4585
4586 ata_tf_init(dev, &tf);
4587 tf.command = ATA_CMD_SET_FEATURES;
4588 tf.feature = enable;
4589 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
4590 tf.protocol = ATA_PROT_NODATA;
Jeff Garzik218f3d32007-10-25 00:33:27 -04004591 tf.nsect = feature;
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004592
Tejun Heo2b789102007-10-09 15:05:44 +09004593 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Kristen Carlson Accardi9f45cbd2007-08-15 03:57:11 -04004594
4595 DPRINTK("EXIT, err_mask=%x\n", err_mask);
4596 return err_mask;
4597}
4598
4599/**
Albert Lee8bf62ece2005-05-12 15:29:42 -04004600 * ata_dev_init_params - Issue INIT DEV PARAMS command
Albert Lee8bf62ece2005-05-12 15:29:42 -04004601 * @dev: Device to which command will be sent
Randy Dunlape2a7f772006-05-18 10:50:18 -07004602 * @heads: Number of heads (taskfile parameter)
4603 * @sectors: Number of sectors (taskfile parameter)
Albert Lee8bf62ece2005-05-12 15:29:42 -04004604 *
4605 * LOCKING:
Tejun Heo6aff8f12006-02-15 18:24:09 +09004606 * Kernel thread context (may sleep)
4607 *
4608 * RETURNS:
4609 * 0 on success, AC_ERR_* mask otherwise.
Albert Lee8bf62ece2005-05-12 15:29:42 -04004610 */
Tejun Heo3373efd2006-05-15 20:57:53 +09004611static unsigned int ata_dev_init_params(struct ata_device *dev,
4612 u16 heads, u16 sectors)
Albert Lee8bf62ece2005-05-12 15:29:42 -04004613{
Tejun Heoa0123702005-12-13 14:49:31 +09004614 struct ata_taskfile tf;
Tejun Heo6aff8f12006-02-15 18:24:09 +09004615 unsigned int err_mask;
Albert Lee8bf62ece2005-05-12 15:29:42 -04004616
4617 /* Number of sectors per track 1-255. Number of heads 1-16 */
4618 if (sectors < 1 || sectors > 255 || heads < 1 || heads > 16)
Albert Lee00b6f5e2006-03-27 16:39:18 +08004619 return AC_ERR_INVALID;
Albert Lee8bf62ece2005-05-12 15:29:42 -04004620
4621 /* set up init dev params taskfile */
4622 DPRINTK("init dev params \n");
4623
Tejun Heo3373efd2006-05-15 20:57:53 +09004624 ata_tf_init(dev, &tf);
Tejun Heoa0123702005-12-13 14:49:31 +09004625 tf.command = ATA_CMD_INIT_DEV_PARAMS;
4626 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
4627 tf.protocol = ATA_PROT_NODATA;
4628 tf.nsect = sectors;
4629 tf.device |= (heads - 1) & 0x0f; /* max head = num. of heads - 1 */
Albert Lee8bf62ece2005-05-12 15:29:42 -04004630
Tejun Heo2b789102007-10-09 15:05:44 +09004631 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0);
Alan Cox18b24662007-08-08 14:28:49 +01004632 /* A clean abort indicates an original or just out of spec drive
4633 and we should continue as we issue the setup based on the
4634 drive reported working geometry */
4635 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED))
4636 err_mask = 0;
Albert Lee8bf62ece2005-05-12 15:29:42 -04004637
Tejun Heo6aff8f12006-02-15 18:24:09 +09004638 DPRINTK("EXIT, err_mask=%x\n", err_mask);
4639 return err_mask;
Albert Lee8bf62ece2005-05-12 15:29:42 -04004640}
4641
4642/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04004643 * ata_sg_clean - Unmap DMA memory associated with command
4644 * @qc: Command containing DMA memory to be released
4645 *
4646 * Unmap all mapped DMA memory associated with this command.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647 *
4648 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004649 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004650 */
Tejun Heo70e6ad02006-11-14 22:47:10 +09004651void ata_sg_clean(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652{
4653 struct ata_port *ap = qc->ap;
Tejun Heoff2aeb12007-12-05 16:43:11 +09004654 struct scatterlist *sg = qc->sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655 int dir = qc->dma_dir;
4656
Tejun Heoefcb3cf2009-01-09 19:19:14 +09004657 WARN_ON_ONCE(sg == NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658
James Bottomleydde20202008-02-19 11:36:56 +01004659 VPRINTK("unmapping %u sg elements\n", qc->n_elem);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004660
James Bottomleydde20202008-02-19 11:36:56 +01004661 if (qc->n_elem)
FUJITA Tomonori58256272009-02-27 17:35:43 +09004662 dma_unmap_sg(ap->dev, sg, qc->orig_n_elem, dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004663
4664 qc->flags &= ~ATA_QCFLAG_DMAMAP;
Tejun Heoff2aeb12007-12-05 16:43:11 +09004665 qc->sg = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004666}
4667
4668/**
Tejun Heo5895ef92008-06-17 12:36:26 +09004669 * atapi_check_dma - Check whether ATAPI DMA can be supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 * @qc: Metadata associated with taskfile to check
4671 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04004672 * Allow low-level driver to filter ATA PACKET commands, returning
4673 * a status indicating whether or not it is OK to use DMA for the
4674 * supplied PACKET command.
4675 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004677 * spin_lock_irqsave(host lock)
Jeff Garzik0cba6322005-05-30 19:49:12 -04004678 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679 * RETURNS: 0 when ATAPI DMA can be used
4680 * nonzero otherwise
4681 */
Tejun Heo5895ef92008-06-17 12:36:26 +09004682int atapi_check_dma(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683{
4684 struct ata_port *ap = qc->ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685
Tejun Heob9a41972007-06-27 02:48:43 +09004686 /* Don't allow DMA if it isn't multiple of 16 bytes. Quite a
4687 * few ATAPI devices choke on such DMA requests.
4688 */
Tejun Heo6a87e422008-11-03 19:01:09 +09004689 if (!(qc->dev->horkage & ATA_HORKAGE_ATAPI_MOD16_DMA) &&
4690 unlikely(qc->nbytes & 15))
Tejun Heob9a41972007-06-27 02:48:43 +09004691 return 1;
Albert Lee6f23a312007-04-02 11:39:25 +08004692
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693 if (ap->ops->check_atapi_dma)
Tejun Heob9a41972007-06-27 02:48:43 +09004694 return ap->ops->check_atapi_dma(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695
Tejun Heob9a41972007-06-27 02:48:43 +09004696 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697}
Tejun Heob9a41972007-06-27 02:48:43 +09004698
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699/**
Tejun Heo31cc23b2007-09-23 13:14:12 +09004700 * ata_std_qc_defer - Check whether a qc needs to be deferred
4701 * @qc: ATA command in question
4702 *
4703 * Non-NCQ commands cannot run with any other command, NCQ or
4704 * not. As upper layer only knows the queue depth, we are
4705 * responsible for maintaining exclusion. This function checks
4706 * whether a new command @qc can be issued.
4707 *
4708 * LOCKING:
4709 * spin_lock_irqsave(host lock)
4710 *
4711 * RETURNS:
4712 * ATA_DEFER_* if deferring is needed, 0 otherwise.
4713 */
4714int ata_std_qc_defer(struct ata_queued_cmd *qc)
4715{
4716 struct ata_link *link = qc->dev->link;
4717
4718 if (qc->tf.protocol == ATA_PROT_NCQ) {
4719 if (!ata_tag_valid(link->active_tag))
4720 return 0;
4721 } else {
4722 if (!ata_tag_valid(link->active_tag) && !link->sactive)
4723 return 0;
4724 }
4725
4726 return ATA_DEFER_LINK;
4727}
4728
Brian Kinge46834c2006-03-17 17:04:03 -06004729void ata_noop_qc_prep(struct ata_queued_cmd *qc) { }
4730
Jeff Garzik0cba6322005-05-30 19:49:12 -04004731/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04004732 * ata_sg_init - Associate command with scatter-gather table.
4733 * @qc: Command to be associated
4734 * @sg: Scatter-gather table.
4735 * @n_elem: Number of elements in s/g table.
4736 *
4737 * Initialize the data-related elements of queued_cmd @qc
4738 * to point to a scatter-gather table @sg, containing @n_elem
4739 * elements.
4740 *
4741 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004742 * spin_lock_irqsave(host lock)
Jeff Garzik0cba6322005-05-30 19:49:12 -04004743 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004744void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg,
4745 unsigned int n_elem)
4746{
Tejun Heoff2aeb12007-12-05 16:43:11 +09004747 qc->sg = sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004748 qc->n_elem = n_elem;
Tejun Heoff2aeb12007-12-05 16:43:11 +09004749 qc->cursg = qc->sg;
4750}
4751
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04004753 * ata_sg_setup - DMA-map the scatter-gather table associated with a command.
4754 * @qc: Command with scatter-gather table to be mapped.
4755 *
4756 * DMA-map the scatter-gather table associated with queued_cmd @qc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757 *
4758 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004759 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004760 *
4761 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04004762 * Zero on success, negative on error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763 *
4764 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004765static int ata_sg_setup(struct ata_queued_cmd *qc)
4766{
4767 struct ata_port *ap = qc->ap;
James Bottomleydde20202008-02-19 11:36:56 +01004768 unsigned int n_elem;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769
Tejun Heo44877b42007-02-21 01:06:51 +09004770 VPRINTK("ENTER, ata%u\n", ap->print_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771
James Bottomleydde20202008-02-19 11:36:56 +01004772 n_elem = dma_map_sg(ap->dev, qc->sg, qc->n_elem, qc->dma_dir);
4773 if (n_elem < 1)
4774 return -1;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04004775
James Bottomleydde20202008-02-19 11:36:56 +01004776 DPRINTK("%d sg elements mapped\n", n_elem);
FUJITA Tomonori58256272009-02-27 17:35:43 +09004777 qc->orig_n_elem = qc->n_elem;
James Bottomleydde20202008-02-19 11:36:56 +01004778 qc->n_elem = n_elem;
Tejun Heof92a2632007-12-05 16:43:10 +09004779 qc->flags |= ATA_QCFLAG_DMAMAP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004780
4781 return 0;
4782}
4783
4784/**
Randy Dunlapc893a3a2006-01-28 13:15:32 -05004785 * swap_buf_le16 - swap halves of 16-bit words in place
Edward Falk0baab862005-06-02 18:17:13 -04004786 * @buf: Buffer to swap
4787 * @buf_words: Number of 16-bit words in buffer.
4788 *
4789 * Swap halves of 16-bit words if needed to convert from
4790 * little-endian byte order to native cpu byte order, or
4791 * vice-versa.
4792 *
4793 * LOCKING:
Randy Dunlap6f0ef4f2005-10-25 01:44:30 -04004794 * Inherited from caller.
Edward Falk0baab862005-06-02 18:17:13 -04004795 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004796void swap_buf_le16(u16 *buf, unsigned int buf_words)
4797{
4798#ifdef __BIG_ENDIAN
4799 unsigned int i;
4800
4801 for (i = 0; i < buf_words; i++)
4802 buf[i] = le16_to_cpu(buf[i]);
4803#endif /* __BIG_ENDIAN */
4804}
4805
Albert Lee6ae4cfb2005-08-12 14:15:34 +08004806/**
Tejun Heo8a8bc222008-11-10 14:48:21 +09004807 * ata_qc_new - Request an available ATA command, for queueing
Randy Dunlap5eb66fe2009-01-20 16:28:59 -08004808 * @ap: target port
Tejun Heo8a8bc222008-11-10 14:48:21 +09004809 *
4810 * LOCKING:
4811 * None.
4812 */
4813
4814static struct ata_queued_cmd *ata_qc_new(struct ata_port *ap)
4815{
4816 struct ata_queued_cmd *qc = NULL;
4817 unsigned int i;
4818
4819 /* no command while frozen */
4820 if (unlikely(ap->pflags & ATA_PFLAG_FROZEN))
4821 return NULL;
4822
4823 /* the last tag is reserved for internal command. */
4824 for (i = 0; i < ATA_MAX_QUEUE - 1; i++)
4825 if (!test_and_set_bit(i, &ap->qc_allocated)) {
4826 qc = __ata_qc_from_tag(ap, i);
4827 break;
4828 }
4829
4830 if (qc)
4831 qc->tag = i;
4832
4833 return qc;
4834}
4835
4836/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837 * ata_qc_new_init - Request an available ATA command, and initialize it
Linus Torvalds1da177e2005-04-16 15:20:36 -07004838 * @dev: Device from whom we request an available command structure
4839 *
4840 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04004841 * None.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842 */
4843
Tejun Heo8a8bc222008-11-10 14:48:21 +09004844struct ata_queued_cmd *ata_qc_new_init(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845{
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004846 struct ata_port *ap = dev->link->ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004847 struct ata_queued_cmd *qc;
4848
Tejun Heo8a8bc222008-11-10 14:48:21 +09004849 qc = ata_qc_new(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004850 if (qc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 qc->scsicmd = NULL;
4852 qc->ap = ap;
4853 qc->dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854
Jeff Garzik2c13b7c2005-11-14 14:14:16 -05004855 ata_qc_reinit(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004856 }
4857
4858 return qc;
4859}
4860
Tejun Heo8a8bc222008-11-10 14:48:21 +09004861/**
4862 * ata_qc_free - free unused ata_queued_cmd
4863 * @qc: Command to complete
4864 *
4865 * Designed to free unused ata_queued_cmd object
4866 * in case something prevents using it.
4867 *
4868 * LOCKING:
4869 * spin_lock_irqsave(host lock)
4870 */
4871void ata_qc_free(struct ata_queued_cmd *qc)
4872{
Julia Lawalla1104012009-10-17 08:41:47 +02004873 struct ata_port *ap;
Tejun Heo8a8bc222008-11-10 14:48:21 +09004874 unsigned int tag;
4875
Tejun Heoefcb3cf2009-01-09 19:19:14 +09004876 WARN_ON_ONCE(qc == NULL); /* ata_qc_from_tag _might_ return NULL */
Julia Lawalla1104012009-10-17 08:41:47 +02004877 ap = qc->ap;
Tejun Heo8a8bc222008-11-10 14:48:21 +09004878
4879 qc->flags = 0;
4880 tag = qc->tag;
4881 if (likely(ata_tag_valid(tag))) {
4882 qc->tag = ATA_TAG_POISON;
4883 clear_bit(tag, &ap->qc_allocated);
4884 }
4885}
4886
Tejun Heo76014422006-02-11 15:13:49 +09004887void __ata_qc_complete(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004888{
Julia Lawalla1104012009-10-17 08:41:47 +02004889 struct ata_port *ap;
4890 struct ata_link *link;
Tejun Heodedaf2b2006-05-15 21:03:43 +09004891
Tejun Heoefcb3cf2009-01-09 19:19:14 +09004892 WARN_ON_ONCE(qc == NULL); /* ata_qc_from_tag _might_ return NULL */
4893 WARN_ON_ONCE(!(qc->flags & ATA_QCFLAG_ACTIVE));
Julia Lawalla1104012009-10-17 08:41:47 +02004894 ap = qc->ap;
4895 link = qc->dev->link;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004896
4897 if (likely(qc->flags & ATA_QCFLAG_DMAMAP))
4898 ata_sg_clean(qc);
4899
Tejun Heo7401abf2006-05-15 20:57:32 +09004900 /* command should be marked inactive atomically with qc completion */
Tejun Heoda917d62007-09-23 13:14:12 +09004901 if (qc->tf.protocol == ATA_PROT_NCQ) {
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004902 link->sactive &= ~(1 << qc->tag);
Tejun Heoda917d62007-09-23 13:14:12 +09004903 if (!link->sactive)
4904 ap->nr_active_links--;
4905 } else {
Tejun Heo9af5c9c2007-08-06 18:36:22 +09004906 link->active_tag = ATA_TAG_POISON;
Tejun Heoda917d62007-09-23 13:14:12 +09004907 ap->nr_active_links--;
4908 }
4909
4910 /* clear exclusive status */
4911 if (unlikely(qc->flags & ATA_QCFLAG_CLEAR_EXCL &&
4912 ap->excl_link == link))
4913 ap->excl_link = NULL;
Tejun Heo7401abf2006-05-15 20:57:32 +09004914
Albert Lee3f3791d2005-08-16 14:25:38 +08004915 /* atapi: mark qc as inactive to prevent the interrupt handler
4916 * from completing the command twice later, before the error handler
4917 * is called. (when rc != 0 and atapi request sense is needed)
4918 */
4919 qc->flags &= ~ATA_QCFLAG_ACTIVE;
Tejun Heodedaf2b2006-05-15 21:03:43 +09004920 ap->qc_active &= ~(1 << qc->tag);
Albert Lee3f3791d2005-08-16 14:25:38 +08004921
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 /* call completion callback */
Tejun Heo77853bf2006-01-23 13:09:36 +09004923 qc->complete_fn(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924}
4925
Tejun Heo39599a52006-11-14 22:37:35 +09004926static void fill_result_tf(struct ata_queued_cmd *qc)
4927{
4928 struct ata_port *ap = qc->ap;
4929
Tejun Heo39599a52006-11-14 22:37:35 +09004930 qc->result_tf.flags = qc->tf.flags;
Tejun Heo22183bf2008-04-07 22:47:20 +09004931 ap->ops->qc_fill_rtf(qc);
Tejun Heo39599a52006-11-14 22:37:35 +09004932}
4933
Tejun Heo00115e02007-11-27 19:28:58 +09004934static void ata_verify_xfer(struct ata_queued_cmd *qc)
4935{
4936 struct ata_device *dev = qc->dev;
4937
4938 if (ata_tag_internal(qc->tag))
4939 return;
4940
4941 if (ata_is_nodata(qc->tf.protocol))
4942 return;
4943
4944 if ((dev->mwdma_mask || dev->udma_mask) && ata_is_pio(qc->tf.protocol))
4945 return;
4946
4947 dev->flags &= ~ATA_DFLAG_DUBIOUS_XFER;
4948}
4949
Tejun Heof686bcb2006-05-15 20:58:05 +09004950/**
4951 * ata_qc_complete - Complete an active ATA command
4952 * @qc: Command to complete
Tejun Heof686bcb2006-05-15 20:58:05 +09004953 *
4954 * Indicate to the mid and upper layers that an ATA
4955 * command has completed, with either an ok or not-ok status.
4956 *
4957 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004958 * spin_lock_irqsave(host lock)
Tejun Heof686bcb2006-05-15 20:58:05 +09004959 */
4960void ata_qc_complete(struct ata_queued_cmd *qc)
4961{
4962 struct ata_port *ap = qc->ap;
4963
4964 /* XXX: New EH and old EH use different mechanisms to
4965 * synchronize EH with regular execution path.
4966 *
4967 * In new EH, a failed qc is marked with ATA_QCFLAG_FAILED.
4968 * Normal execution path is responsible for not accessing a
4969 * failed qc. libata core enforces the rule by returning NULL
4970 * from ata_qc_from_tag() for failed qcs.
4971 *
4972 * Old EH depends on ata_qc_complete() nullifying completion
4973 * requests if ATA_QCFLAG_EH_SCHEDULED is set. Old EH does
4974 * not synchronize with interrupt handler. Only PIO task is
4975 * taken care of.
4976 */
4977 if (ap->ops->error_handler) {
Tejun Heo4dbfa392007-10-25 18:22:44 +09004978 struct ata_device *dev = qc->dev;
4979 struct ata_eh_info *ehi = &dev->link->eh_info;
4980
Tejun Heof686bcb2006-05-15 20:58:05 +09004981 if (unlikely(qc->err_mask))
4982 qc->flags |= ATA_QCFLAG_FAILED;
4983
4984 if (unlikely(qc->flags & ATA_QCFLAG_FAILED)) {
Tejun Heof4b31db92009-10-16 13:00:51 +09004985 /* always fill result TF for failed qc */
4986 fill_result_tf(qc);
4987
4988 if (!ata_tag_internal(qc->tag))
Tejun Heof686bcb2006-05-15 20:58:05 +09004989 ata_qc_schedule_eh(qc);
Tejun Heof4b31db92009-10-16 13:00:51 +09004990 else
4991 __ata_qc_complete(qc);
4992 return;
Tejun Heof686bcb2006-05-15 20:58:05 +09004993 }
4994
Tejun Heo4dc738e2009-09-17 18:45:27 +09004995 WARN_ON_ONCE(ap->pflags & ATA_PFLAG_FROZEN);
4996
Tejun Heof686bcb2006-05-15 20:58:05 +09004997 /* read result TF if requested */
4998 if (qc->flags & ATA_QCFLAG_RESULT_TF)
Tejun Heo39599a52006-11-14 22:37:35 +09004999 fill_result_tf(qc);
Tejun Heof686bcb2006-05-15 20:58:05 +09005000
Tejun Heo4dbfa392007-10-25 18:22:44 +09005001 /* Some commands need post-processing after successful
5002 * completion.
5003 */
5004 switch (qc->tf.command) {
5005 case ATA_CMD_SET_FEATURES:
5006 if (qc->tf.feature != SETFEATURES_WC_ON &&
5007 qc->tf.feature != SETFEATURES_WC_OFF)
5008 break;
5009 /* fall through */
5010 case ATA_CMD_INIT_DEV_PARAMS: /* CHS translation changed */
5011 case ATA_CMD_SET_MULTI: /* multi_count changed */
5012 /* revalidate device */
5013 ehi->dev_action[dev->devno] |= ATA_EH_REVALIDATE;
5014 ata_port_schedule_eh(ap);
5015 break;
Tejun Heo054a5fb2007-10-25 18:30:36 +09005016
5017 case ATA_CMD_SLEEP:
5018 dev->flags |= ATA_DFLAG_SLEEPING;
5019 break;
Tejun Heo4dbfa392007-10-25 18:22:44 +09005020 }
5021
Tejun Heo00115e02007-11-27 19:28:58 +09005022 if (unlikely(dev->flags & ATA_DFLAG_DUBIOUS_XFER))
5023 ata_verify_xfer(qc);
5024
Tejun Heof686bcb2006-05-15 20:58:05 +09005025 __ata_qc_complete(qc);
5026 } else {
5027 if (qc->flags & ATA_QCFLAG_EH_SCHEDULED)
5028 return;
5029
5030 /* read result TF if failed or requested */
5031 if (qc->err_mask || qc->flags & ATA_QCFLAG_RESULT_TF)
Tejun Heo39599a52006-11-14 22:37:35 +09005032 fill_result_tf(qc);
Tejun Heof686bcb2006-05-15 20:58:05 +09005033
5034 __ata_qc_complete(qc);
5035 }
5036}
5037
Tejun Heodedaf2b2006-05-15 21:03:43 +09005038/**
5039 * ata_qc_complete_multiple - Complete multiple qcs successfully
5040 * @ap: port in question
5041 * @qc_active: new qc_active mask
Tejun Heodedaf2b2006-05-15 21:03:43 +09005042 *
5043 * Complete in-flight commands. This functions is meant to be
5044 * called from low-level driver's interrupt routine to complete
5045 * requests normally. ap->qc_active and @qc_active is compared
5046 * and commands are completed accordingly.
5047 *
5048 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04005049 * spin_lock_irqsave(host lock)
Tejun Heodedaf2b2006-05-15 21:03:43 +09005050 *
5051 * RETURNS:
5052 * Number of completed commands on success, -errno otherwise.
5053 */
Tejun Heo79f97da2008-04-07 22:47:20 +09005054int ata_qc_complete_multiple(struct ata_port *ap, u32 qc_active)
Tejun Heodedaf2b2006-05-15 21:03:43 +09005055{
5056 int nr_done = 0;
5057 u32 done_mask;
Tejun Heodedaf2b2006-05-15 21:03:43 +09005058
5059 done_mask = ap->qc_active ^ qc_active;
5060
5061 if (unlikely(done_mask & qc_active)) {
5062 ata_port_printk(ap, KERN_ERR, "illegal qc_active transition "
5063 "(%08x->%08x)\n", ap->qc_active, qc_active);
5064 return -EINVAL;
5065 }
5066
Jens Axboe43768182009-05-20 09:44:39 +02005067 while (done_mask) {
Tejun Heodedaf2b2006-05-15 21:03:43 +09005068 struct ata_queued_cmd *qc;
Jens Axboe43768182009-05-20 09:44:39 +02005069 unsigned int tag = __ffs(done_mask);
Tejun Heodedaf2b2006-05-15 21:03:43 +09005070
Jens Axboe43768182009-05-20 09:44:39 +02005071 qc = ata_qc_from_tag(ap, tag);
5072 if (qc) {
Tejun Heodedaf2b2006-05-15 21:03:43 +09005073 ata_qc_complete(qc);
5074 nr_done++;
5075 }
Jens Axboe43768182009-05-20 09:44:39 +02005076 done_mask &= ~(1 << tag);
Tejun Heodedaf2b2006-05-15 21:03:43 +09005077 }
5078
5079 return nr_done;
5080}
5081
Linus Torvalds1da177e2005-04-16 15:20:36 -07005082/**
5083 * ata_qc_issue - issue taskfile to device
5084 * @qc: command to issue to device
5085 *
5086 * Prepare an ATA command to submission to device.
5087 * This includes mapping the data into a DMA-able
5088 * area, filling in the S/G table, and finally
5089 * writing the taskfile to hardware, starting the command.
5090 *
5091 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04005092 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005093 */
Tejun Heo8e0e6942006-03-31 20:41:11 +09005094void ata_qc_issue(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095{
5096 struct ata_port *ap = qc->ap;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09005097 struct ata_link *link = qc->dev->link;
Tejun Heo405e66b2007-11-27 19:28:53 +09005098 u8 prot = qc->tf.protocol;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005099
Tejun Heodedaf2b2006-05-15 21:03:43 +09005100 /* Make sure only one non-NCQ command is outstanding. The
5101 * check is skipped for old EH because it reuses active qc to
5102 * request ATAPI sense.
5103 */
Tejun Heoefcb3cf2009-01-09 19:19:14 +09005104 WARN_ON_ONCE(ap->ops->error_handler && ata_tag_valid(link->active_tag));
Tejun Heodedaf2b2006-05-15 21:03:43 +09005105
Tejun Heo1973a022007-12-05 10:36:13 +09005106 if (ata_is_ncq(prot)) {
Tejun Heoefcb3cf2009-01-09 19:19:14 +09005107 WARN_ON_ONCE(link->sactive & (1 << qc->tag));
Tejun Heoda917d62007-09-23 13:14:12 +09005108
5109 if (!link->sactive)
5110 ap->nr_active_links++;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09005111 link->sactive |= 1 << qc->tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09005112 } else {
Tejun Heoefcb3cf2009-01-09 19:19:14 +09005113 WARN_ON_ONCE(link->sactive);
Tejun Heoda917d62007-09-23 13:14:12 +09005114
5115 ap->nr_active_links++;
Tejun Heo9af5c9c2007-08-06 18:36:22 +09005116 link->active_tag = qc->tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09005117 }
5118
Tejun Heoe4a70e72006-03-31 20:36:47 +09005119 qc->flags |= ATA_QCFLAG_ACTIVE;
Tejun Heodedaf2b2006-05-15 21:03:43 +09005120 ap->qc_active |= 1 << qc->tag;
Tejun Heoe4a70e72006-03-31 20:36:47 +09005121
Tejun Heof92a2632007-12-05 16:43:10 +09005122 /* We guarantee to LLDs that they will have at least one
5123 * non-zero sg if the command is a data command.
5124 */
Tejun Heoff2aeb12007-12-05 16:43:11 +09005125 BUG_ON(ata_is_data(prot) && (!qc->sg || !qc->n_elem || !qc->nbytes));
Tejun Heof92a2632007-12-05 16:43:10 +09005126
Tejun Heo405e66b2007-11-27 19:28:53 +09005127 if (ata_is_dma(prot) || (ata_is_pio(prot) &&
Tejun Heof92a2632007-12-05 16:43:10 +09005128 (ap->flags & ATA_FLAG_PIO_DMA)))
Tejun Heo001102d2007-12-05 16:43:09 +09005129 if (ata_sg_setup(qc))
5130 goto sg_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005131
Tejun Heocf480622008-01-24 00:05:14 +09005132 /* if device is sleeping, schedule reset and abort the link */
Tejun Heo054a5fb2007-10-25 18:30:36 +09005133 if (unlikely(qc->dev->flags & ATA_DFLAG_SLEEPING)) {
Tejun Heocf480622008-01-24 00:05:14 +09005134 link->eh_info.action |= ATA_EH_RESET;
Tejun Heo054a5fb2007-10-25 18:30:36 +09005135 ata_ehi_push_desc(&link->eh_info, "waking up from sleep");
5136 ata_link_abort(link);
5137 return;
5138 }
5139
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140 ap->ops->qc_prep(qc);
5141
Tejun Heo8e0e6942006-03-31 20:41:11 +09005142 qc->err_mask |= ap->ops->qc_issue(qc);
5143 if (unlikely(qc->err_mask))
5144 goto err;
5145 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005146
Tejun Heo8e436af2006-01-23 13:09:36 +09005147sg_err:
Tejun Heo8e0e6942006-03-31 20:41:11 +09005148 qc->err_mask |= AC_ERR_SYSTEM;
5149err:
5150 ata_qc_complete(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005151}
5152
5153/**
Tejun Heo34bf2172006-05-15 20:57:46 +09005154 * sata_scr_valid - test whether SCRs are accessible
Tejun Heo936fd732007-08-06 18:36:23 +09005155 * @link: ATA link to test SCR accessibility for
Tejun Heo34bf2172006-05-15 20:57:46 +09005156 *
Tejun Heo936fd732007-08-06 18:36:23 +09005157 * Test whether SCRs are accessible for @link.
Tejun Heo34bf2172006-05-15 20:57:46 +09005158 *
5159 * LOCKING:
5160 * None.
5161 *
5162 * RETURNS:
5163 * 1 if SCRs are accessible, 0 otherwise.
5164 */
Tejun Heo936fd732007-08-06 18:36:23 +09005165int sata_scr_valid(struct ata_link *link)
Tejun Heo34bf2172006-05-15 20:57:46 +09005166{
Tejun Heo936fd732007-08-06 18:36:23 +09005167 struct ata_port *ap = link->ap;
5168
Tejun Heoa16abc02007-05-21 18:33:47 +02005169 return (ap->flags & ATA_FLAG_SATA) && ap->ops->scr_read;
Tejun Heo34bf2172006-05-15 20:57:46 +09005170}
5171
5172/**
5173 * sata_scr_read - read SCR register of the specified port
Tejun Heo936fd732007-08-06 18:36:23 +09005174 * @link: ATA link to read SCR for
Tejun Heo34bf2172006-05-15 20:57:46 +09005175 * @reg: SCR to read
5176 * @val: Place to store read value
5177 *
Tejun Heo936fd732007-08-06 18:36:23 +09005178 * Read SCR register @reg of @link into *@val. This function is
Tejun Heo633273a32007-09-23 13:19:54 +09005179 * guaranteed to succeed if @link is ap->link, the cable type of
5180 * the port is SATA and the port implements ->scr_read.
Tejun Heo34bf2172006-05-15 20:57:46 +09005181 *
5182 * LOCKING:
Tejun Heo633273a32007-09-23 13:19:54 +09005183 * None if @link is ap->link. Kernel thread context otherwise.
Tejun Heo34bf2172006-05-15 20:57:46 +09005184 *
5185 * RETURNS:
5186 * 0 on success, negative errno on failure.
5187 */
Tejun Heo936fd732007-08-06 18:36:23 +09005188int sata_scr_read(struct ata_link *link, int reg, u32 *val)
Tejun Heo34bf2172006-05-15 20:57:46 +09005189{
Tejun Heo633273a32007-09-23 13:19:54 +09005190 if (ata_is_host_link(link)) {
Tejun Heo633273a32007-09-23 13:19:54 +09005191 if (sata_scr_valid(link))
Tejun Heo82ef04f2008-07-31 17:02:40 +09005192 return link->ap->ops->scr_read(link, reg, val);
Tejun Heo633273a32007-09-23 13:19:54 +09005193 return -EOPNOTSUPP;
5194 }
5195
5196 return sata_pmp_scr_read(link, reg, val);
Tejun Heo34bf2172006-05-15 20:57:46 +09005197}
5198
5199/**
5200 * sata_scr_write - write SCR register of the specified port
Tejun Heo936fd732007-08-06 18:36:23 +09005201 * @link: ATA link to write SCR for
Tejun Heo34bf2172006-05-15 20:57:46 +09005202 * @reg: SCR to write
5203 * @val: value to write
5204 *
Tejun Heo936fd732007-08-06 18:36:23 +09005205 * Write @val to SCR register @reg of @link. This function is
Tejun Heo633273a32007-09-23 13:19:54 +09005206 * guaranteed to succeed if @link is ap->link, the cable type of
5207 * the port is SATA and the port implements ->scr_read.
Tejun Heo34bf2172006-05-15 20:57:46 +09005208 *
5209 * LOCKING:
Tejun Heo633273a32007-09-23 13:19:54 +09005210 * None if @link is ap->link. Kernel thread context otherwise.
Tejun Heo34bf2172006-05-15 20:57:46 +09005211 *
5212 * RETURNS:
5213 * 0 on success, negative errno on failure.
5214 */
Tejun Heo936fd732007-08-06 18:36:23 +09005215int sata_scr_write(struct ata_link *link, int reg, u32 val)
Tejun Heo34bf2172006-05-15 20:57:46 +09005216{
Tejun Heo633273a32007-09-23 13:19:54 +09005217 if (ata_is_host_link(link)) {
Tejun Heo633273a32007-09-23 13:19:54 +09005218 if (sata_scr_valid(link))
Tejun Heo82ef04f2008-07-31 17:02:40 +09005219 return link->ap->ops->scr_write(link, reg, val);
Tejun Heo633273a32007-09-23 13:19:54 +09005220 return -EOPNOTSUPP;
5221 }
5222
5223 return sata_pmp_scr_write(link, reg, val);
Tejun Heo34bf2172006-05-15 20:57:46 +09005224}
5225
5226/**
5227 * sata_scr_write_flush - write SCR register of the specified port and flush
Tejun Heo936fd732007-08-06 18:36:23 +09005228 * @link: ATA link to write SCR for
Tejun Heo34bf2172006-05-15 20:57:46 +09005229 * @reg: SCR to write
5230 * @val: value to write
5231 *
5232 * This function is identical to sata_scr_write() except that this
5233 * function performs flush after writing to the register.
5234 *
5235 * LOCKING:
Tejun Heo633273a32007-09-23 13:19:54 +09005236 * None if @link is ap->link. Kernel thread context otherwise.
Tejun Heo34bf2172006-05-15 20:57:46 +09005237 *
5238 * RETURNS:
5239 * 0 on success, negative errno on failure.
5240 */
Tejun Heo936fd732007-08-06 18:36:23 +09005241int sata_scr_write_flush(struct ata_link *link, int reg, u32 val)
Tejun Heo34bf2172006-05-15 20:57:46 +09005242{
Tejun Heo633273a32007-09-23 13:19:54 +09005243 if (ata_is_host_link(link)) {
Tejun Heo633273a32007-09-23 13:19:54 +09005244 int rc;
Tejun Heoda3dbb12007-07-16 14:29:40 +09005245
Tejun Heo633273a32007-09-23 13:19:54 +09005246 if (sata_scr_valid(link)) {
Tejun Heo82ef04f2008-07-31 17:02:40 +09005247 rc = link->ap->ops->scr_write(link, reg, val);
Tejun Heo633273a32007-09-23 13:19:54 +09005248 if (rc == 0)
Tejun Heo82ef04f2008-07-31 17:02:40 +09005249 rc = link->ap->ops->scr_read(link, reg, &val);
Tejun Heo633273a32007-09-23 13:19:54 +09005250 return rc;
5251 }
5252 return -EOPNOTSUPP;
Tejun Heo34bf2172006-05-15 20:57:46 +09005253 }
Tejun Heo633273a32007-09-23 13:19:54 +09005254
5255 return sata_pmp_scr_write(link, reg, val);
Tejun Heo34bf2172006-05-15 20:57:46 +09005256}
5257
5258/**
Tejun Heob1c72912008-07-31 17:02:43 +09005259 * ata_phys_link_online - test whether the given link is online
Tejun Heo936fd732007-08-06 18:36:23 +09005260 * @link: ATA link to test
Tejun Heo34bf2172006-05-15 20:57:46 +09005261 *
Tejun Heo936fd732007-08-06 18:36:23 +09005262 * Test whether @link is online. Note that this function returns
5263 * 0 if online status of @link cannot be obtained, so
5264 * ata_link_online(link) != !ata_link_offline(link).
Tejun Heo34bf2172006-05-15 20:57:46 +09005265 *
5266 * LOCKING:
5267 * None.
5268 *
5269 * RETURNS:
Tejun Heob5b3fa32008-07-31 17:02:42 +09005270 * True if the port online status is available and online.
Tejun Heo34bf2172006-05-15 20:57:46 +09005271 */
Tejun Heob1c72912008-07-31 17:02:43 +09005272bool ata_phys_link_online(struct ata_link *link)
Tejun Heo34bf2172006-05-15 20:57:46 +09005273{
5274 u32 sstatus;
5275
Tejun Heo936fd732007-08-06 18:36:23 +09005276 if (sata_scr_read(link, SCR_STATUS, &sstatus) == 0 &&
Tejun Heo9913ff82009-01-29 20:31:31 +09005277 ata_sstatus_online(sstatus))
Tejun Heob5b3fa32008-07-31 17:02:42 +09005278 return true;
5279 return false;
Tejun Heo34bf2172006-05-15 20:57:46 +09005280}
5281
5282/**
Tejun Heob1c72912008-07-31 17:02:43 +09005283 * ata_phys_link_offline - test whether the given link is offline
Tejun Heo936fd732007-08-06 18:36:23 +09005284 * @link: ATA link to test
Tejun Heo34bf2172006-05-15 20:57:46 +09005285 *
Tejun Heo936fd732007-08-06 18:36:23 +09005286 * Test whether @link is offline. Note that this function
5287 * returns 0 if offline status of @link cannot be obtained, so
5288 * ata_link_online(link) != !ata_link_offline(link).
Tejun Heo34bf2172006-05-15 20:57:46 +09005289 *
5290 * LOCKING:
5291 * None.
5292 *
5293 * RETURNS:
Tejun Heob5b3fa32008-07-31 17:02:42 +09005294 * True if the port offline status is available and offline.
Tejun Heo34bf2172006-05-15 20:57:46 +09005295 */
Tejun Heob1c72912008-07-31 17:02:43 +09005296bool ata_phys_link_offline(struct ata_link *link)
Tejun Heo34bf2172006-05-15 20:57:46 +09005297{
5298 u32 sstatus;
5299
Tejun Heo936fd732007-08-06 18:36:23 +09005300 if (sata_scr_read(link, SCR_STATUS, &sstatus) == 0 &&
Tejun Heo9913ff82009-01-29 20:31:31 +09005301 !ata_sstatus_online(sstatus))
Tejun Heob5b3fa32008-07-31 17:02:42 +09005302 return true;
5303 return false;
Tejun Heo34bf2172006-05-15 20:57:46 +09005304}
Edward Falk0baab862005-06-02 18:17:13 -04005305
Tejun Heob1c72912008-07-31 17:02:43 +09005306/**
5307 * ata_link_online - test whether the given link is online
5308 * @link: ATA link to test
5309 *
5310 * Test whether @link is online. This is identical to
5311 * ata_phys_link_online() when there's no slave link. When
5312 * there's a slave link, this function should only be called on
5313 * the master link and will return true if any of M/S links is
5314 * online.
5315 *
5316 * LOCKING:
5317 * None.
5318 *
5319 * RETURNS:
5320 * True if the port online status is available and online.
5321 */
5322bool ata_link_online(struct ata_link *link)
5323{
5324 struct ata_link *slave = link->ap->slave_link;
5325
5326 WARN_ON(link == slave); /* shouldn't be called on slave link */
5327
5328 return ata_phys_link_online(link) ||
5329 (slave && ata_phys_link_online(slave));
5330}
5331
5332/**
5333 * ata_link_offline - test whether the given link is offline
5334 * @link: ATA link to test
5335 *
5336 * Test whether @link is offline. This is identical to
5337 * ata_phys_link_offline() when there's no slave link. When
5338 * there's a slave link, this function should only be called on
5339 * the master link and will return true if both M/S links are
5340 * offline.
5341 *
5342 * LOCKING:
5343 * None.
5344 *
5345 * RETURNS:
5346 * True if the port offline status is available and offline.
5347 */
5348bool ata_link_offline(struct ata_link *link)
5349{
5350 struct ata_link *slave = link->ap->slave_link;
5351
5352 WARN_ON(link == slave); /* shouldn't be called on slave link */
5353
5354 return ata_phys_link_offline(link) &&
5355 (!slave || ata_phys_link_offline(slave));
5356}
5357
Tejun Heo6ffa01d2007-03-02 17:32:47 +09005358#ifdef CONFIG_PM
Jeff Garzikcca39742006-08-24 03:19:22 -04005359static int ata_host_request_pm(struct ata_host *host, pm_message_t mesg,
5360 unsigned int action, unsigned int ehi_flags,
5361 int wait)
Tejun Heo500530f2006-07-03 16:07:27 +09005362{
5363 unsigned long flags;
5364 int i, rc;
5365
Jeff Garzikcca39742006-08-24 03:19:22 -04005366 for (i = 0; i < host->n_ports; i++) {
5367 struct ata_port *ap = host->ports[i];
Tejun Heoe3667eb2007-08-06 18:36:24 +09005368 struct ata_link *link;
Tejun Heo500530f2006-07-03 16:07:27 +09005369
5370 /* Previous resume operation might still be in
5371 * progress. Wait for PM_PENDING to clear.
5372 */
5373 if (ap->pflags & ATA_PFLAG_PM_PENDING) {
5374 ata_port_wait_eh(ap);
5375 WARN_ON(ap->pflags & ATA_PFLAG_PM_PENDING);
5376 }
5377
5378 /* request PM ops to EH */
5379 spin_lock_irqsave(ap->lock, flags);
5380
5381 ap->pm_mesg = mesg;
5382 if (wait) {
5383 rc = 0;
5384 ap->pm_result = &rc;
5385 }
5386
5387 ap->pflags |= ATA_PFLAG_PM_PENDING;
Tejun Heo1eca4362008-11-03 20:03:17 +09005388 ata_for_each_link(link, ap, HOST_FIRST) {
Tejun Heoe3667eb2007-08-06 18:36:24 +09005389 link->eh_info.action |= action;
5390 link->eh_info.flags |= ehi_flags;
5391 }
Tejun Heo500530f2006-07-03 16:07:27 +09005392
5393 ata_port_schedule_eh(ap);
5394
5395 spin_unlock_irqrestore(ap->lock, flags);
5396
5397 /* wait and check result */
5398 if (wait) {
5399 ata_port_wait_eh(ap);
5400 WARN_ON(ap->pflags & ATA_PFLAG_PM_PENDING);
5401 if (rc)
5402 return rc;
5403 }
5404 }
5405
5406 return 0;
5407}
5408
5409/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005410 * ata_host_suspend - suspend host
5411 * @host: host to suspend
Tejun Heo500530f2006-07-03 16:07:27 +09005412 * @mesg: PM message
5413 *
Jeff Garzikcca39742006-08-24 03:19:22 -04005414 * Suspend @host. Actual operation is performed by EH. This
Tejun Heo500530f2006-07-03 16:07:27 +09005415 * function requests EH to perform PM operations and waits for EH
5416 * to finish.
5417 *
5418 * LOCKING:
5419 * Kernel thread context (may sleep).
5420 *
5421 * RETURNS:
5422 * 0 on success, -errno on failure.
5423 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005424int ata_host_suspend(struct ata_host *host, pm_message_t mesg)
Tejun Heo500530f2006-07-03 16:07:27 +09005425{
Tejun Heo9666f402007-05-04 21:27:47 +02005426 int rc;
Tejun Heo500530f2006-07-03 16:07:27 +09005427
Kristen Carlson Accardica773292007-10-25 00:58:59 -04005428 /*
5429 * disable link pm on all ports before requesting
5430 * any pm activity
5431 */
5432 ata_lpm_enable(host);
5433
Jeff Garzikcca39742006-08-24 03:19:22 -04005434 rc = ata_host_request_pm(host, mesg, 0, ATA_EHI_QUIET, 1);
Jeff Garzik72ad6ec2008-02-25 17:31:10 -05005435 if (rc == 0)
5436 host->dev->power.power_state = mesg;
Tejun Heo500530f2006-07-03 16:07:27 +09005437 return rc;
5438}
5439
5440/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005441 * ata_host_resume - resume host
5442 * @host: host to resume
Tejun Heo500530f2006-07-03 16:07:27 +09005443 *
Jeff Garzikcca39742006-08-24 03:19:22 -04005444 * Resume @host. Actual operation is performed by EH. This
Tejun Heo500530f2006-07-03 16:07:27 +09005445 * function requests EH to perform PM operations and returns.
5446 * Note that all resume operations are performed parallely.
5447 *
5448 * LOCKING:
5449 * Kernel thread context (may sleep).
5450 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005451void ata_host_resume(struct ata_host *host)
Tejun Heo500530f2006-07-03 16:07:27 +09005452{
Tejun Heocf480622008-01-24 00:05:14 +09005453 ata_host_request_pm(host, PMSG_ON, ATA_EH_RESET,
Jeff Garzikcca39742006-08-24 03:19:22 -04005454 ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0);
Jeff Garzik72ad6ec2008-02-25 17:31:10 -05005455 host->dev->power.power_state = PMSG_ON;
Kristen Carlson Accardica773292007-10-25 00:58:59 -04005456
5457 /* reenable link pm */
5458 ata_lpm_disable(host);
Tejun Heo500530f2006-07-03 16:07:27 +09005459}
Tejun Heo6ffa01d2007-03-02 17:32:47 +09005460#endif
Tejun Heo500530f2006-07-03 16:07:27 +09005461
Randy Dunlapc893a3a2006-01-28 13:15:32 -05005462/**
Tejun Heo3ef3b432006-05-31 18:27:30 +09005463 * ata_dev_init - Initialize an ata_device structure
5464 * @dev: Device structure to initialize
5465 *
5466 * Initialize @dev in preparation for probing.
5467 *
5468 * LOCKING:
5469 * Inherited from caller.
5470 */
5471void ata_dev_init(struct ata_device *dev)
5472{
Tejun Heob1c72912008-07-31 17:02:43 +09005473 struct ata_link *link = ata_dev_phys_link(dev);
Tejun Heo9af5c9c2007-08-06 18:36:22 +09005474 struct ata_port *ap = link->ap;
Tejun Heo72fa4b72006-05-31 18:27:32 +09005475 unsigned long flags;
Tejun Heo3ef3b432006-05-31 18:27:30 +09005476
Tejun Heob1c72912008-07-31 17:02:43 +09005477 /* SATA spd limit is bound to the attached device, reset together */
Tejun Heo9af5c9c2007-08-06 18:36:22 +09005478 link->sata_spd_limit = link->hw_sata_spd_limit;
5479 link->sata_spd = 0;
Tejun Heo5a04bf42006-05-31 18:27:38 +09005480
Tejun Heo72fa4b72006-05-31 18:27:32 +09005481 /* High bits of dev->flags are used to record warm plug
5482 * requests which occur asynchronously. Synchronize using
Jeff Garzikcca39742006-08-24 03:19:22 -04005483 * host lock.
Tejun Heo72fa4b72006-05-31 18:27:32 +09005484 */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005485 spin_lock_irqsave(ap->lock, flags);
Tejun Heo72fa4b72006-05-31 18:27:32 +09005486 dev->flags &= ~ATA_DFLAG_INIT_MASK;
Tejun Heo3dcc3232007-09-03 12:20:11 +09005487 dev->horkage = 0;
Jeff Garzikba6a1302006-06-22 23:46:10 -04005488 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo72fa4b72006-05-31 18:27:32 +09005489
Tejun Heo99cf6102009-01-29 20:31:32 +09005490 memset((void *)dev + ATA_DEVICE_CLEAR_BEGIN, 0,
5491 ATA_DEVICE_CLEAR_END - ATA_DEVICE_CLEAR_BEGIN);
Tejun Heo3ef3b432006-05-31 18:27:30 +09005492 dev->pio_mask = UINT_MAX;
5493 dev->mwdma_mask = UINT_MAX;
5494 dev->udma_mask = UINT_MAX;
5495}
5496
5497/**
Tejun Heo4fb37a22007-08-06 18:36:23 +09005498 * ata_link_init - Initialize an ata_link structure
5499 * @ap: ATA port link is attached to
5500 * @link: Link structure to initialize
Tejun Heo89898052007-08-06 18:36:23 +09005501 * @pmp: Port multiplier port number
Tejun Heo4fb37a22007-08-06 18:36:23 +09005502 *
5503 * Initialize @link.
5504 *
5505 * LOCKING:
5506 * Kernel thread context (may sleep)
5507 */
Tejun Heofb7fd612007-09-23 13:14:12 +09005508void ata_link_init(struct ata_port *ap, struct ata_link *link, int pmp)
Tejun Heo4fb37a22007-08-06 18:36:23 +09005509{
5510 int i;
5511
5512 /* clear everything except for devices */
5513 memset(link, 0, offsetof(struct ata_link, device[0]));
5514
5515 link->ap = ap;
Tejun Heo89898052007-08-06 18:36:23 +09005516 link->pmp = pmp;
Tejun Heo4fb37a22007-08-06 18:36:23 +09005517 link->active_tag = ATA_TAG_POISON;
5518 link->hw_sata_spd_limit = UINT_MAX;
5519
5520 /* can't use iterator, ap isn't initialized yet */
5521 for (i = 0; i < ATA_MAX_DEVICES; i++) {
5522 struct ata_device *dev = &link->device[i];
5523
5524 dev->link = link;
5525 dev->devno = dev - link->device;
Tejun Heo110f66d2009-09-16 04:17:28 +09005526#ifdef CONFIG_ATA_ACPI
5527 dev->gtf_filter = ata_acpi_gtf_filter;
5528#endif
Tejun Heo4fb37a22007-08-06 18:36:23 +09005529 ata_dev_init(dev);
5530 }
5531}
5532
5533/**
5534 * sata_link_init_spd - Initialize link->sata_spd_limit
5535 * @link: Link to configure sata_spd_limit for
5536 *
5537 * Initialize @link->[hw_]sata_spd_limit to the currently
5538 * configured value.
5539 *
5540 * LOCKING:
5541 * Kernel thread context (may sleep).
5542 *
5543 * RETURNS:
5544 * 0 on success, -errno on failure.
5545 */
Tejun Heofb7fd612007-09-23 13:14:12 +09005546int sata_link_init_spd(struct ata_link *link)
Tejun Heo4fb37a22007-08-06 18:36:23 +09005547{
Tejun Heo33267322008-02-13 09:15:09 +09005548 u8 spd;
Tejun Heo4fb37a22007-08-06 18:36:23 +09005549 int rc;
5550
Tejun Heod127ea72008-07-31 16:09:34 +09005551 rc = sata_scr_read(link, SCR_CONTROL, &link->saved_scontrol);
Tejun Heo4fb37a22007-08-06 18:36:23 +09005552 if (rc)
5553 return rc;
5554
Tejun Heod127ea72008-07-31 16:09:34 +09005555 spd = (link->saved_scontrol >> 4) & 0xf;
Tejun Heo4fb37a22007-08-06 18:36:23 +09005556 if (spd)
5557 link->hw_sata_spd_limit &= (1 << spd) - 1;
5558
Tejun Heo05944bd2008-08-13 20:19:09 +09005559 ata_force_link_limits(link);
Tejun Heo33267322008-02-13 09:15:09 +09005560
Tejun Heo4fb37a22007-08-06 18:36:23 +09005561 link->sata_spd_limit = link->hw_sata_spd_limit;
5562
5563 return 0;
5564}
5565
5566/**
Tejun Heof3187192007-04-17 23:44:07 +09005567 * ata_port_alloc - allocate and initialize basic ATA port resources
5568 * @host: ATA host this allocated port belongs to
Linus Torvalds1da177e2005-04-16 15:20:36 -07005569 *
Tejun Heof3187192007-04-17 23:44:07 +09005570 * Allocate and initialize basic ATA port resources.
5571 *
5572 * RETURNS:
5573 * Allocate ATA port on success, NULL on failure.
Jeff Garzik0cba6322005-05-30 19:49:12 -04005574 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005575 * LOCKING:
Tejun Heof3187192007-04-17 23:44:07 +09005576 * Inherited from calling layer (may sleep).
Linus Torvalds1da177e2005-04-16 15:20:36 -07005577 */
Tejun Heof3187192007-04-17 23:44:07 +09005578struct ata_port *ata_port_alloc(struct ata_host *host)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005579{
Tejun Heof3187192007-04-17 23:44:07 +09005580 struct ata_port *ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005581
Tejun Heof3187192007-04-17 23:44:07 +09005582 DPRINTK("ENTER\n");
5583
5584 ap = kzalloc(sizeof(*ap), GFP_KERNEL);
5585 if (!ap)
5586 return NULL;
5587
Tejun Heof4d6d002007-05-01 11:50:15 +02005588 ap->pflags |= ATA_PFLAG_INITIALIZING;
Jeff Garzikcca39742006-08-24 03:19:22 -04005589 ap->lock = &host->lock;
Tejun Heof3187192007-04-17 23:44:07 +09005590 ap->print_id = -1;
Jeff Garzikcca39742006-08-24 03:19:22 -04005591 ap->host = host;
Tejun Heof3187192007-04-17 23:44:07 +09005592 ap->dev = host->dev;
Borislav Petkovbd5d8252006-06-11 23:17:01 -04005593
5594#if defined(ATA_VERBOSE_DEBUG)
5595 /* turn on all debugging levels */
5596 ap->msg_enable = 0x00FF;
5597#elif defined(ATA_DEBUG)
5598 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_INFO | ATA_MSG_CTL | ATA_MSG_WARN | ATA_MSG_ERR;
Tejun Heo88574552006-06-25 20:00:35 +09005599#else
Borislav Petkov0dd4b212006-06-23 02:29:08 -04005600 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_ERR | ATA_MSG_WARN;
Borislav Petkovbd5d8252006-06-11 23:17:01 -04005601#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005602
David Howells65f27f32006-11-22 14:55:48 +00005603 INIT_DELAYED_WORK(&ap->hotplug_task, ata_scsi_hotplug);
5604 INIT_WORK(&ap->scsi_rescan_task, ata_scsi_dev_rescan);
Tejun Heoa72ec4c2006-01-23 13:09:37 +09005605 INIT_LIST_HEAD(&ap->eh_done_q);
Tejun Heoc6cf9e92006-05-31 18:27:27 +09005606 init_waitqueue_head(&ap->eh_wait_q);
Elias Oltmanns45fabbb2008-09-21 11:54:08 +02005607 init_completion(&ap->park_req_pending);
Tejun Heo5ddf24c2007-07-16 14:29:41 +09005608 init_timer_deferrable(&ap->fastdrain_timer);
5609 ap->fastdrain_timer.function = ata_eh_fastdrain_timerfn;
5610 ap->fastdrain_timer.data = (unsigned long)ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005611
Tejun Heo838df622006-05-15 20:57:44 +09005612 ap->cbl = ATA_CBL_NONE;
Tejun Heo838df622006-05-15 20:57:44 +09005613
Tejun Heo89898052007-08-06 18:36:23 +09005614 ata_link_init(ap, &ap->link, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005615
5616#ifdef ATA_IRQ_TRAP
5617 ap->stats.unhandled_irq = 1;
5618 ap->stats.idle_irq = 1;
5619#endif
Tejun Heo270390e2010-05-10 21:41:35 +02005620 ata_sff_port_init(ap);
5621
Linus Torvalds1da177e2005-04-16 15:20:36 -07005622 return ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005623}
5624
Tejun Heof0d36ef2007-01-20 16:00:28 +09005625static void ata_host_release(struct device *gendev, void *res)
5626{
5627 struct ata_host *host = dev_get_drvdata(gendev);
5628 int i;
5629
5630 for (i = 0; i < host->n_ports; i++) {
5631 struct ata_port *ap = host->ports[i];
5632
Tejun Heoecef7252007-04-17 23:44:06 +09005633 if (!ap)
5634 continue;
5635
Tejun Heo49114872007-04-17 23:44:06 +09005636 if (ap->scsi_host)
Tejun Heo1aa506e2007-03-09 19:36:12 +09005637 scsi_host_put(ap->scsi_host);
5638
Tejun Heo633273a32007-09-23 13:19:54 +09005639 kfree(ap->pmp_link);
Tejun Heob1c72912008-07-31 17:02:43 +09005640 kfree(ap->slave_link);
Tejun Heo49114872007-04-17 23:44:06 +09005641 kfree(ap);
Tejun Heo1aa506e2007-03-09 19:36:12 +09005642 host->ports[i] = NULL;
5643 }
5644
Tejun Heo1aa56cc2007-02-27 22:33:21 +09005645 dev_set_drvdata(gendev, NULL);
Tejun Heof0d36ef2007-01-20 16:00:28 +09005646}
5647
Linus Torvalds1da177e2005-04-16 15:20:36 -07005648/**
Tejun Heof3187192007-04-17 23:44:07 +09005649 * ata_host_alloc - allocate and init basic ATA host resources
5650 * @dev: generic device this host is associated with
5651 * @max_ports: maximum number of ATA ports associated with this host
5652 *
5653 * Allocate and initialize basic ATA host resources. LLD calls
5654 * this function to allocate a host, initializes it fully and
5655 * attaches it using ata_host_register().
5656 *
5657 * @max_ports ports are allocated and host->n_ports is
5658 * initialized to @max_ports. The caller is allowed to decrease
5659 * host->n_ports before calling ata_host_register(). The unused
5660 * ports will be automatically freed on registration.
5661 *
5662 * RETURNS:
5663 * Allocate ATA host on success, NULL on failure.
5664 *
5665 * LOCKING:
5666 * Inherited from calling layer (may sleep).
5667 */
5668struct ata_host *ata_host_alloc(struct device *dev, int max_ports)
5669{
5670 struct ata_host *host;
5671 size_t sz;
5672 int i;
5673
5674 DPRINTK("ENTER\n");
5675
5676 if (!devres_open_group(dev, NULL, GFP_KERNEL))
5677 return NULL;
5678
5679 /* alloc a container for our list of ATA ports (buses) */
5680 sz = sizeof(struct ata_host) + (max_ports + 1) * sizeof(void *);
5681 /* alloc a container for our list of ATA ports (buses) */
5682 host = devres_alloc(ata_host_release, sz, GFP_KERNEL);
5683 if (!host)
5684 goto err_out;
5685
5686 devres_add(dev, host);
5687 dev_set_drvdata(dev, host);
5688
5689 spin_lock_init(&host->lock);
5690 host->dev = dev;
5691 host->n_ports = max_ports;
5692
5693 /* allocate ports bound to this host */
5694 for (i = 0; i < max_ports; i++) {
5695 struct ata_port *ap;
5696
5697 ap = ata_port_alloc(host);
5698 if (!ap)
5699 goto err_out;
5700
5701 ap->port_no = i;
5702 host->ports[i] = ap;
5703 }
5704
5705 devres_remove_group(dev, NULL);
5706 return host;
5707
5708 err_out:
5709 devres_release_group(dev, NULL);
5710 return NULL;
5711}
5712
5713/**
Tejun Heof5cda252007-04-17 23:44:07 +09005714 * ata_host_alloc_pinfo - alloc host and init with port_info array
5715 * @dev: generic device this host is associated with
5716 * @ppi: array of ATA port_info to initialize host with
5717 * @n_ports: number of ATA ports attached to this host
5718 *
5719 * Allocate ATA host and initialize with info from @ppi. If NULL
5720 * terminated, @ppi may contain fewer entries than @n_ports. The
5721 * last entry will be used for the remaining ports.
5722 *
5723 * RETURNS:
5724 * Allocate ATA host on success, NULL on failure.
5725 *
5726 * LOCKING:
5727 * Inherited from calling layer (may sleep).
5728 */
5729struct ata_host *ata_host_alloc_pinfo(struct device *dev,
5730 const struct ata_port_info * const * ppi,
5731 int n_ports)
5732{
5733 const struct ata_port_info *pi;
5734 struct ata_host *host;
5735 int i, j;
5736
5737 host = ata_host_alloc(dev, n_ports);
5738 if (!host)
5739 return NULL;
5740
5741 for (i = 0, j = 0, pi = NULL; i < host->n_ports; i++) {
5742 struct ata_port *ap = host->ports[i];
5743
5744 if (ppi[j])
5745 pi = ppi[j++];
5746
5747 ap->pio_mask = pi->pio_mask;
5748 ap->mwdma_mask = pi->mwdma_mask;
5749 ap->udma_mask = pi->udma_mask;
5750 ap->flags |= pi->flags;
Tejun Heo0c887582007-08-06 18:36:23 +09005751 ap->link.flags |= pi->link_flags;
Tejun Heof5cda252007-04-17 23:44:07 +09005752 ap->ops = pi->port_ops;
5753
5754 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops))
5755 host->ops = pi->port_ops;
Tejun Heof5cda252007-04-17 23:44:07 +09005756 }
5757
5758 return host;
5759}
5760
Tejun Heob1c72912008-07-31 17:02:43 +09005761/**
5762 * ata_slave_link_init - initialize slave link
5763 * @ap: port to initialize slave link for
5764 *
5765 * Create and initialize slave link for @ap. This enables slave
5766 * link handling on the port.
5767 *
5768 * In libata, a port contains links and a link contains devices.
5769 * There is single host link but if a PMP is attached to it,
5770 * there can be multiple fan-out links. On SATA, there's usually
5771 * a single device connected to a link but PATA and SATA
5772 * controllers emulating TF based interface can have two - master
5773 * and slave.
5774 *
5775 * However, there are a few controllers which don't fit into this
5776 * abstraction too well - SATA controllers which emulate TF
5777 * interface with both master and slave devices but also have
5778 * separate SCR register sets for each device. These controllers
5779 * need separate links for physical link handling
5780 * (e.g. onlineness, link speed) but should be treated like a
5781 * traditional M/S controller for everything else (e.g. command
5782 * issue, softreset).
5783 *
5784 * slave_link is libata's way of handling this class of
5785 * controllers without impacting core layer too much. For
5786 * anything other than physical link handling, the default host
5787 * link is used for both master and slave. For physical link
5788 * handling, separate @ap->slave_link is used. All dirty details
5789 * are implemented inside libata core layer. From LLD's POV, the
5790 * only difference is that prereset, hardreset and postreset are
5791 * called once more for the slave link, so the reset sequence
5792 * looks like the following.
5793 *
5794 * prereset(M) -> prereset(S) -> hardreset(M) -> hardreset(S) ->
5795 * softreset(M) -> postreset(M) -> postreset(S)
5796 *
5797 * Note that softreset is called only for the master. Softreset
5798 * resets both M/S by definition, so SRST on master should handle
5799 * both (the standard method will work just fine).
5800 *
5801 * LOCKING:
5802 * Should be called before host is registered.
5803 *
5804 * RETURNS:
5805 * 0 on success, -errno on failure.
5806 */
5807int ata_slave_link_init(struct ata_port *ap)
5808{
5809 struct ata_link *link;
5810
5811 WARN_ON(ap->slave_link);
5812 WARN_ON(ap->flags & ATA_FLAG_PMP);
5813
5814 link = kzalloc(sizeof(*link), GFP_KERNEL);
5815 if (!link)
5816 return -ENOMEM;
5817
5818 ata_link_init(ap, link, 1);
5819 ap->slave_link = link;
5820 return 0;
5821}
5822
Tejun Heo32ebbc02007-11-08 13:09:00 +09005823static void ata_host_stop(struct device *gendev, void *res)
5824{
5825 struct ata_host *host = dev_get_drvdata(gendev);
5826 int i;
5827
5828 WARN_ON(!(host->flags & ATA_HOST_STARTED));
5829
5830 for (i = 0; i < host->n_ports; i++) {
5831 struct ata_port *ap = host->ports[i];
5832
5833 if (ap->ops->port_stop)
5834 ap->ops->port_stop(ap);
5835 }
5836
5837 if (host->ops->host_stop)
5838 host->ops->host_stop(host);
5839}
5840
Tejun Heof5cda252007-04-17 23:44:07 +09005841/**
Tejun Heo029cfd62008-03-25 12:22:49 +09005842 * ata_finalize_port_ops - finalize ata_port_operations
5843 * @ops: ata_port_operations to finalize
5844 *
5845 * An ata_port_operations can inherit from another ops and that
5846 * ops can again inherit from another. This can go on as many
5847 * times as necessary as long as there is no loop in the
5848 * inheritance chain.
5849 *
5850 * Ops tables are finalized when the host is started. NULL or
5851 * unspecified entries are inherited from the closet ancestor
5852 * which has the method and the entry is populated with it.
5853 * After finalization, the ops table directly points to all the
5854 * methods and ->inherits is no longer necessary and cleared.
5855 *
5856 * Using ATA_OP_NULL, inheriting ops can force a method to NULL.
5857 *
5858 * LOCKING:
5859 * None.
5860 */
5861static void ata_finalize_port_ops(struct ata_port_operations *ops)
5862{
Pradeep Singh Rautela2da67652008-05-29 23:28:14 +05305863 static DEFINE_SPINLOCK(lock);
Tejun Heo029cfd62008-03-25 12:22:49 +09005864 const struct ata_port_operations *cur;
5865 void **begin = (void **)ops;
5866 void **end = (void **)&ops->inherits;
5867 void **pp;
5868
5869 if (!ops || !ops->inherits)
5870 return;
5871
5872 spin_lock(&lock);
5873
5874 for (cur = ops->inherits; cur; cur = cur->inherits) {
5875 void **inherit = (void **)cur;
5876
5877 for (pp = begin; pp < end; pp++, inherit++)
5878 if (!*pp)
5879 *pp = *inherit;
5880 }
5881
5882 for (pp = begin; pp < end; pp++)
5883 if (IS_ERR(*pp))
5884 *pp = NULL;
5885
5886 ops->inherits = NULL;
5887
5888 spin_unlock(&lock);
5889}
5890
5891/**
Tejun Heoecef7252007-04-17 23:44:06 +09005892 * ata_host_start - start and freeze ports of an ATA host
5893 * @host: ATA host to start ports for
5894 *
5895 * Start and then freeze ports of @host. Started status is
5896 * recorded in host->flags, so this function can be called
5897 * multiple times. Ports are guaranteed to get started only
Tejun Heof3187192007-04-17 23:44:07 +09005898 * once. If host->ops isn't initialized yet, its set to the
5899 * first non-dummy port ops.
Tejun Heoecef7252007-04-17 23:44:06 +09005900 *
5901 * LOCKING:
5902 * Inherited from calling layer (may sleep).
5903 *
5904 * RETURNS:
5905 * 0 if all ports are started successfully, -errno otherwise.
5906 */
5907int ata_host_start(struct ata_host *host)
5908{
Tejun Heo32ebbc02007-11-08 13:09:00 +09005909 int have_stop = 0;
5910 void *start_dr = NULL;
Tejun Heoecef7252007-04-17 23:44:06 +09005911 int i, rc;
5912
5913 if (host->flags & ATA_HOST_STARTED)
5914 return 0;
5915
Tejun Heo029cfd62008-03-25 12:22:49 +09005916 ata_finalize_port_ops(host->ops);
5917
Tejun Heoecef7252007-04-17 23:44:06 +09005918 for (i = 0; i < host->n_ports; i++) {
5919 struct ata_port *ap = host->ports[i];
5920
Tejun Heo029cfd62008-03-25 12:22:49 +09005921 ata_finalize_port_ops(ap->ops);
5922
Tejun Heof3187192007-04-17 23:44:07 +09005923 if (!host->ops && !ata_port_is_dummy(ap))
5924 host->ops = ap->ops;
5925
Tejun Heo32ebbc02007-11-08 13:09:00 +09005926 if (ap->ops->port_stop)
5927 have_stop = 1;
5928 }
5929
5930 if (host->ops->host_stop)
5931 have_stop = 1;
5932
5933 if (have_stop) {
5934 start_dr = devres_alloc(ata_host_stop, 0, GFP_KERNEL);
5935 if (!start_dr)
5936 return -ENOMEM;
5937 }
5938
5939 for (i = 0; i < host->n_ports; i++) {
5940 struct ata_port *ap = host->ports[i];
5941
Tejun Heoecef7252007-04-17 23:44:06 +09005942 if (ap->ops->port_start) {
5943 rc = ap->ops->port_start(ap);
5944 if (rc) {
Alan Cox0f9fe9b2007-11-30 15:23:16 +00005945 if (rc != -ENODEV)
Andrew Morton0f757742008-01-10 14:33:09 -08005946 dev_printk(KERN_ERR, host->dev,
5947 "failed to start port %d "
5948 "(errno=%d)\n", i, rc);
Tejun Heoecef7252007-04-17 23:44:06 +09005949 goto err_out;
5950 }
5951 }
Tejun Heoecef7252007-04-17 23:44:06 +09005952 ata_eh_freeze_port(ap);
5953 }
5954
Tejun Heo32ebbc02007-11-08 13:09:00 +09005955 if (start_dr)
5956 devres_add(host->dev, start_dr);
Tejun Heoecef7252007-04-17 23:44:06 +09005957 host->flags |= ATA_HOST_STARTED;
5958 return 0;
5959
5960 err_out:
5961 while (--i >= 0) {
5962 struct ata_port *ap = host->ports[i];
5963
5964 if (ap->ops->port_stop)
5965 ap->ops->port_stop(ap);
5966 }
Tejun Heo32ebbc02007-11-08 13:09:00 +09005967 devres_free(start_dr);
Tejun Heoecef7252007-04-17 23:44:06 +09005968 return rc;
5969}
5970
5971/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005972 * ata_sas_host_init - Initialize a host struct
5973 * @host: host to initialize
5974 * @dev: device host is attached to
5975 * @flags: host flags
5976 * @ops: port_ops
Brian Kingb03732f2006-08-07 14:27:10 -05005977 *
5978 * LOCKING:
5979 * PCI/etc. bus probe sem.
5980 *
5981 */
Tejun Heof3187192007-04-17 23:44:07 +09005982/* KILLME - the only user left is ipr */
Jeff Garzikcca39742006-08-24 03:19:22 -04005983void ata_host_init(struct ata_host *host, struct device *dev,
Tejun Heo029cfd62008-03-25 12:22:49 +09005984 unsigned long flags, struct ata_port_operations *ops)
Brian Kingb03732f2006-08-07 14:27:10 -05005985{
Jeff Garzikcca39742006-08-24 03:19:22 -04005986 spin_lock_init(&host->lock);
5987 host->dev = dev;
5988 host->flags = flags;
5989 host->ops = ops;
Brian Kingb03732f2006-08-07 14:27:10 -05005990}
5991
Arjan van de Ven79318052009-01-04 05:32:28 -08005992
5993static void async_port_probe(void *data, async_cookie_t cookie)
5994{
5995 int rc;
5996 struct ata_port *ap = data;
Arjan van de Ven886ad092009-01-09 15:54:07 -08005997
5998 /*
5999 * If we're not allowed to scan this host in parallel,
6000 * we need to wait until all previous scans have completed
6001 * before going further.
Arjan van de Venfa853a42009-01-10 10:18:44 -08006002 * Jeff Garzik says this is only within a controller, so we
6003 * don't need to wait for port 0, only for later ports.
Arjan van de Ven886ad092009-01-09 15:54:07 -08006004 */
Arjan van de Venfa853a42009-01-10 10:18:44 -08006005 if (!(ap->host->flags & ATA_HOST_PARALLEL_SCAN) && ap->port_no != 0)
Arjan van de Ven886ad092009-01-09 15:54:07 -08006006 async_synchronize_cookie(cookie);
6007
Arjan van de Ven79318052009-01-04 05:32:28 -08006008 /* probe */
6009 if (ap->ops->error_handler) {
6010 struct ata_eh_info *ehi = &ap->link.eh_info;
6011 unsigned long flags;
6012
Arjan van de Ven79318052009-01-04 05:32:28 -08006013 /* kick EH for boot probing */
6014 spin_lock_irqsave(ap->lock, flags);
6015
6016 ehi->probe_mask |= ATA_ALL_DEVICES;
6017 ehi->action |= ATA_EH_RESET | ATA_EH_LPM;
6018 ehi->flags |= ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET;
6019
6020 ap->pflags &= ~ATA_PFLAG_INITIALIZING;
6021 ap->pflags |= ATA_PFLAG_LOADING;
6022 ata_port_schedule_eh(ap);
6023
6024 spin_unlock_irqrestore(ap->lock, flags);
6025
6026 /* wait for EH to finish */
6027 ata_port_wait_eh(ap);
6028 } else {
6029 DPRINTK("ata%u: bus probe begin\n", ap->print_id);
6030 rc = ata_bus_probe(ap);
6031 DPRINTK("ata%u: bus probe end\n", ap->print_id);
6032
6033 if (rc) {
6034 /* FIXME: do something useful here?
6035 * Current libata behavior will
6036 * tear down everything when
6037 * the module is removed
6038 * or the h/w is unplugged.
6039 */
6040 }
6041 }
Arjan van de Venf29d3b22009-01-05 15:07:07 -08006042
6043 /* in order to keep device order, we need to synchronize at this point */
6044 async_synchronize_cookie(cookie);
6045
6046 ata_scsi_scan_host(ap, 1);
6047
Arjan van de Ven79318052009-01-04 05:32:28 -08006048}
Brian Kingb03732f2006-08-07 14:27:10 -05006049/**
Tejun Heof3187192007-04-17 23:44:07 +09006050 * ata_host_register - register initialized ATA host
6051 * @host: ATA host to register
6052 * @sht: template for SCSI host
Jeff Garzik0cba6322005-05-30 19:49:12 -04006053 *
Tejun Heof3187192007-04-17 23:44:07 +09006054 * Register initialized ATA host. @host is allocated using
6055 * ata_host_alloc() and fully initialized by LLD. This function
6056 * starts ports, registers @host with ATA and SCSI layers and
6057 * probe registered devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006058 *
6059 * LOCKING:
Tejun Heof3187192007-04-17 23:44:07 +09006060 * Inherited from calling layer (may sleep).
Linus Torvalds1da177e2005-04-16 15:20:36 -07006061 *
6062 * RETURNS:
Tejun Heof3187192007-04-17 23:44:07 +09006063 * 0 on success, -errno otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006064 */
Tejun Heof3187192007-04-17 23:44:07 +09006065int ata_host_register(struct ata_host *host, struct scsi_host_template *sht)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006066{
Tejun Heof3187192007-04-17 23:44:07 +09006067 int i, rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006068
Tejun Heof3187192007-04-17 23:44:07 +09006069 /* host must have been started */
6070 if (!(host->flags & ATA_HOST_STARTED)) {
6071 dev_printk(KERN_ERR, host->dev,
6072 "BUG: trying to register unstarted host\n");
6073 WARN_ON(1);
6074 return -EINVAL;
Alan Cox02f076a2006-09-26 17:35:32 +01006075 }
Tejun Heof0d36ef2007-01-20 16:00:28 +09006076
Tejun Heof3187192007-04-17 23:44:07 +09006077 /* Blow away unused ports. This happens when LLD can't
6078 * determine the exact number of ports to allocate at
6079 * allocation time.
6080 */
6081 for (i = host->n_ports; host->ports[i]; i++)
6082 kfree(host->ports[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006083
Tejun Heof3187192007-04-17 23:44:07 +09006084 /* give ports names and add SCSI hosts */
6085 for (i = 0; i < host->n_ports; i++)
6086 host->ports[i]->print_id = ata_print_id++;
Tejun Heof0d36ef2007-01-20 16:00:28 +09006087
Tejun Heof3187192007-04-17 23:44:07 +09006088 rc = ata_scsi_add_hosts(host, sht);
Tejun Heoecef7252007-04-17 23:44:06 +09006089 if (rc)
Tejun Heof3187192007-04-17 23:44:07 +09006090 return rc;
Tejun Heoecef7252007-04-17 23:44:06 +09006091
Tejun Heofafbae82007-05-15 03:28:16 +09006092 /* associate with ACPI nodes */
6093 ata_acpi_associate(host);
6094
Tejun Heof3187192007-04-17 23:44:07 +09006095 /* set cable, sata_spd_limit and report */
Jeff Garzikcca39742006-08-24 03:19:22 -04006096 for (i = 0; i < host->n_ports; i++) {
6097 struct ata_port *ap = host->ports[i];
Tejun Heof3187192007-04-17 23:44:07 +09006098 unsigned long xfer_mask;
6099
6100 /* set SATA cable type if still unset */
6101 if (ap->cbl == ATA_CBL_NONE && (ap->flags & ATA_FLAG_SATA))
6102 ap->cbl = ATA_CBL_SATA;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006103
Tejun Heo5a04bf42006-05-31 18:27:38 +09006104 /* init sata_spd_limit to the current value */
Tejun Heo4fb37a22007-08-06 18:36:23 +09006105 sata_link_init_spd(&ap->link);
Tejun Heob1c72912008-07-31 17:02:43 +09006106 if (ap->slave_link)
6107 sata_link_init_spd(ap->slave_link);
Tejun Heo5a04bf42006-05-31 18:27:38 +09006108
Tejun Heocbcdd872007-08-18 13:14:55 +09006109 /* print per-port info to dmesg */
Tejun Heof3187192007-04-17 23:44:07 +09006110 xfer_mask = ata_pack_xfermask(ap->pio_mask, ap->mwdma_mask,
6111 ap->udma_mask);
6112
Tejun Heoabf6e8e2007-10-09 14:57:25 +09006113 if (!ata_port_is_dummy(ap)) {
Tejun Heocbcdd872007-08-18 13:14:55 +09006114 ata_port_printk(ap, KERN_INFO,
6115 "%cATA max %s %s\n",
Tejun Heoa16abc02007-05-21 18:33:47 +02006116 (ap->flags & ATA_FLAG_SATA) ? 'S' : 'P',
Tejun Heof3187192007-04-17 23:44:07 +09006117 ata_mode_string(xfer_mask),
Tejun Heocbcdd872007-08-18 13:14:55 +09006118 ap->link.eh_info.desc);
Tejun Heoabf6e8e2007-10-09 14:57:25 +09006119 ata_ehi_clear_desc(&ap->link.eh_info);
6120 } else
Tejun Heof3187192007-04-17 23:44:07 +09006121 ata_port_printk(ap, KERN_INFO, "DUMMY\n");
6122 }
6123
Vegard Nossumf6005352009-04-08 18:19:39 +02006124 /* perform each probe asynchronously */
Tejun Heof3187192007-04-17 23:44:07 +09006125 for (i = 0; i < host->n_ports; i++) {
6126 struct ata_port *ap = host->ports[i];
Arjan van de Ven79318052009-01-04 05:32:28 -08006127 async_schedule(async_port_probe, ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006128 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006129
Tejun Heof3187192007-04-17 23:44:07 +09006130 return 0;
6131}
6132
6133/**
Tejun Heof5cda252007-04-17 23:44:07 +09006134 * ata_host_activate - start host, request IRQ and register it
6135 * @host: target ATA host
6136 * @irq: IRQ to request
6137 * @irq_handler: irq_handler used when requesting IRQ
6138 * @irq_flags: irq_flags used when requesting IRQ
6139 * @sht: scsi_host_template to use when registering the host
6140 *
6141 * After allocating an ATA host and initializing it, most libata
6142 * LLDs perform three steps to activate the host - start host,
6143 * request IRQ and register it. This helper takes necessasry
6144 * arguments and performs the three steps in one go.
6145 *
Paul Mundt3d46b2e2007-11-08 11:14:56 +09006146 * An invalid IRQ skips the IRQ registration and expects the host to
6147 * have set polling mode on the port. In this case, @irq_handler
6148 * should be NULL.
6149 *
Tejun Heof5cda252007-04-17 23:44:07 +09006150 * LOCKING:
6151 * Inherited from calling layer (may sleep).
6152 *
6153 * RETURNS:
6154 * 0 on success, -errno otherwise.
6155 */
6156int ata_host_activate(struct ata_host *host, int irq,
6157 irq_handler_t irq_handler, unsigned long irq_flags,
6158 struct scsi_host_template *sht)
6159{
Tejun Heocbcdd872007-08-18 13:14:55 +09006160 int i, rc;
Tejun Heof5cda252007-04-17 23:44:07 +09006161
6162 rc = ata_host_start(host);
6163 if (rc)
6164 return rc;
6165
Paul Mundt3d46b2e2007-11-08 11:14:56 +09006166 /* Special case for polling mode */
6167 if (!irq) {
6168 WARN_ON(irq_handler);
6169 return ata_host_register(host, sht);
6170 }
6171
Tejun Heof5cda252007-04-17 23:44:07 +09006172 rc = devm_request_irq(host->dev, irq, irq_handler, irq_flags,
6173 dev_driver_string(host->dev), host);
6174 if (rc)
6175 return rc;
6176
Tejun Heocbcdd872007-08-18 13:14:55 +09006177 for (i = 0; i < host->n_ports; i++)
6178 ata_port_desc(host->ports[i], "irq %d", irq);
Tejun Heo40318262007-07-03 01:38:47 +09006179
Tejun Heof5cda252007-04-17 23:44:07 +09006180 rc = ata_host_register(host, sht);
6181 /* if failed, just free the IRQ and leave ports alone */
6182 if (rc)
6183 devm_free_irq(host->dev, irq, host);
6184
6185 return rc;
6186}
6187
6188/**
Tejun Heo720ba122006-05-31 18:28:13 +09006189 * ata_port_detach - Detach ATA port in prepration of device removal
6190 * @ap: ATA port to be detached
6191 *
6192 * Detach all ATA devices and the associated SCSI devices of @ap;
6193 * then, remove the associated SCSI host. @ap is guaranteed to
6194 * be quiescent on return from this function.
6195 *
6196 * LOCKING:
6197 * Kernel thread context (may sleep).
6198 */
Adrian Bunk741b7762007-10-24 18:23:06 +02006199static void ata_port_detach(struct ata_port *ap)
Tejun Heo720ba122006-05-31 18:28:13 +09006200{
6201 unsigned long flags;
Tejun Heo720ba122006-05-31 18:28:13 +09006202
6203 if (!ap->ops->error_handler)
Tejun Heoc3cf30a2006-08-05 03:59:11 +09006204 goto skip_eh;
Tejun Heo720ba122006-05-31 18:28:13 +09006205
6206 /* tell EH we're leaving & flush EH */
Jeff Garzikba6a1302006-06-22 23:46:10 -04006207 spin_lock_irqsave(ap->lock, flags);
Tejun Heob51e9e52006-06-29 01:29:30 +09006208 ap->pflags |= ATA_PFLAG_UNLOADING;
Tejun Heoece180d2008-11-03 20:04:37 +09006209 ata_port_schedule_eh(ap);
Jeff Garzikba6a1302006-06-22 23:46:10 -04006210 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09006211
Tejun Heoece180d2008-11-03 20:04:37 +09006212 /* wait till EH commits suicide */
Tejun Heo720ba122006-05-31 18:28:13 +09006213 ata_port_wait_eh(ap);
6214
Tejun Heoece180d2008-11-03 20:04:37 +09006215 /* it better be dead now */
6216 WARN_ON(!(ap->pflags & ATA_PFLAG_UNLOADED));
Tejun Heo720ba122006-05-31 18:28:13 +09006217
Oleg Nesterov45a66c12007-07-09 11:46:13 -07006218 cancel_rearming_delayed_work(&ap->hotplug_task);
Tejun Heo720ba122006-05-31 18:28:13 +09006219
Tejun Heoc3cf30a2006-08-05 03:59:11 +09006220 skip_eh:
Tejun Heo720ba122006-05-31 18:28:13 +09006221 /* remove the associated SCSI host */
Jeff Garzikcca39742006-08-24 03:19:22 -04006222 scsi_remove_host(ap->scsi_host);
Tejun Heo720ba122006-05-31 18:28:13 +09006223}
6224
6225/**
Tejun Heo0529c152007-01-20 16:00:26 +09006226 * ata_host_detach - Detach all ports of an ATA host
6227 * @host: Host to detach
6228 *
6229 * Detach all ports of @host.
6230 *
6231 * LOCKING:
6232 * Kernel thread context (may sleep).
6233 */
6234void ata_host_detach(struct ata_host *host)
6235{
6236 int i;
6237
6238 for (i = 0; i < host->n_ports; i++)
6239 ata_port_detach(host->ports[i]);
Tejun Heo562f0c22007-12-15 15:05:01 +09006240
6241 /* the host is dead now, dissociate ACPI */
6242 ata_acpi_dissociate(host);
Tejun Heo0529c152007-01-20 16:00:26 +09006243}
6244
Jeff Garzik374b1872005-08-30 05:42:52 -04006245#ifdef CONFIG_PCI
6246
Edward Falk0baab862005-06-02 18:17:13 -04006247/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07006248 * ata_pci_remove_one - PCI layer callback for device removal
6249 * @pdev: PCI device that was removed
6250 *
Tejun Heob878ca52007-01-20 16:00:28 +09006251 * PCI layer indicates to libata via this hook that hot-unplug or
6252 * module unload event has occurred. Detach all ports. Resource
6253 * release is handled via devres.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006254 *
6255 * LOCKING:
6256 * Inherited from PCI layer (may sleep).
6257 */
Tejun Heof0d36ef2007-01-20 16:00:28 +09006258void ata_pci_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006259{
Jeff Garzik28555682007-10-11 17:12:35 -04006260 struct device *dev = &pdev->dev;
Jeff Garzikcca39742006-08-24 03:19:22 -04006261 struct ata_host *host = dev_get_drvdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006262
Tejun Heob878ca52007-01-20 16:00:28 +09006263 ata_host_detach(host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006264}
6265
6266/* move to PCI subsystem */
Jeff Garzik057ace52005-10-22 14:27:05 -04006267int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006268{
6269 unsigned long tmp = 0;
6270
6271 switch (bits->width) {
6272 case 1: {
6273 u8 tmp8 = 0;
6274 pci_read_config_byte(pdev, bits->reg, &tmp8);
6275 tmp = tmp8;
6276 break;
6277 }
6278 case 2: {
6279 u16 tmp16 = 0;
6280 pci_read_config_word(pdev, bits->reg, &tmp16);
6281 tmp = tmp16;
6282 break;
6283 }
6284 case 4: {
6285 u32 tmp32 = 0;
6286 pci_read_config_dword(pdev, bits->reg, &tmp32);
6287 tmp = tmp32;
6288 break;
6289 }
6290
6291 default:
6292 return -EINVAL;
6293 }
6294
6295 tmp &= bits->mask;
6296
6297 return (tmp == bits->val) ? 1 : 0;
6298}
Jens Axboe9b847542006-01-06 09:28:07 +01006299
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006300#ifdef CONFIG_PM
Tejun Heo3c5100c2006-07-26 16:58:33 +09006301void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg)
Jens Axboe9b847542006-01-06 09:28:07 +01006302{
6303 pci_save_state(pdev);
Tejun Heo4c90d972007-02-20 18:14:48 +09006304 pci_disable_device(pdev);
Tejun Heo500530f2006-07-03 16:07:27 +09006305
Rafael J. Wysocki3a2d5b72008-02-23 19:13:25 +01006306 if (mesg.event & PM_EVENT_SLEEP)
Tejun Heo500530f2006-07-03 16:07:27 +09006307 pci_set_power_state(pdev, PCI_D3hot);
Jens Axboe9b847542006-01-06 09:28:07 +01006308}
6309
Tejun Heo553c4aa2006-12-26 19:39:50 +09006310int ata_pci_device_do_resume(struct pci_dev *pdev)
Jens Axboe9b847542006-01-06 09:28:07 +01006311{
Tejun Heo553c4aa2006-12-26 19:39:50 +09006312 int rc;
6313
Jens Axboe9b847542006-01-06 09:28:07 +01006314 pci_set_power_state(pdev, PCI_D0);
6315 pci_restore_state(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006316
Tejun Heob878ca52007-01-20 16:00:28 +09006317 rc = pcim_enable_device(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006318 if (rc) {
6319 dev_printk(KERN_ERR, &pdev->dev,
6320 "failed to enable device after resume (%d)\n", rc);
6321 return rc;
6322 }
6323
Jens Axboe9b847542006-01-06 09:28:07 +01006324 pci_set_master(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006325 return 0;
Tejun Heo500530f2006-07-03 16:07:27 +09006326}
6327
Tejun Heo3c5100c2006-07-26 16:58:33 +09006328int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg)
Tejun Heo500530f2006-07-03 16:07:27 +09006329{
Jeff Garzikcca39742006-08-24 03:19:22 -04006330 struct ata_host *host = dev_get_drvdata(&pdev->dev);
Tejun Heo500530f2006-07-03 16:07:27 +09006331 int rc = 0;
6332
Jeff Garzikcca39742006-08-24 03:19:22 -04006333 rc = ata_host_suspend(host, mesg);
Tejun Heo500530f2006-07-03 16:07:27 +09006334 if (rc)
6335 return rc;
6336
Tejun Heo3c5100c2006-07-26 16:58:33 +09006337 ata_pci_device_do_suspend(pdev, mesg);
Tejun Heo500530f2006-07-03 16:07:27 +09006338
6339 return 0;
6340}
6341
6342int ata_pci_device_resume(struct pci_dev *pdev)
6343{
Jeff Garzikcca39742006-08-24 03:19:22 -04006344 struct ata_host *host = dev_get_drvdata(&pdev->dev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006345 int rc;
Tejun Heo500530f2006-07-03 16:07:27 +09006346
Tejun Heo553c4aa2006-12-26 19:39:50 +09006347 rc = ata_pci_device_do_resume(pdev);
6348 if (rc == 0)
6349 ata_host_resume(host);
6350 return rc;
Jens Axboe9b847542006-01-06 09:28:07 +01006351}
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006352#endif /* CONFIG_PM */
6353
Linus Torvalds1da177e2005-04-16 15:20:36 -07006354#endif /* CONFIG_PCI */
6355
Tejun Heo33267322008-02-13 09:15:09 +09006356static int __init ata_parse_force_one(char **cur,
6357 struct ata_force_ent *force_ent,
6358 const char **reason)
6359{
6360 /* FIXME: Currently, there's no way to tag init const data and
6361 * using __initdata causes build failure on some versions of
6362 * gcc. Once __initdataconst is implemented, add const to the
6363 * following structure.
6364 */
6365 static struct ata_force_param force_tbl[] __initdata = {
6366 { "40c", .cbl = ATA_CBL_PATA40 },
6367 { "80c", .cbl = ATA_CBL_PATA80 },
6368 { "short40c", .cbl = ATA_CBL_PATA40_SHORT },
6369 { "unk", .cbl = ATA_CBL_PATA_UNK },
6370 { "ign", .cbl = ATA_CBL_PATA_IGN },
6371 { "sata", .cbl = ATA_CBL_SATA },
6372 { "1.5Gbps", .spd_limit = 1 },
6373 { "3.0Gbps", .spd_limit = 2 },
6374 { "noncq", .horkage_on = ATA_HORKAGE_NONCQ },
6375 { "ncq", .horkage_off = ATA_HORKAGE_NONCQ },
Tejun Heo43c9c592010-05-23 12:59:11 +02006376 { "dump_id", .horkage_on = ATA_HORKAGE_DUMP_ID },
Tejun Heo33267322008-02-13 09:15:09 +09006377 { "pio0", .xfer_mask = 1 << (ATA_SHIFT_PIO + 0) },
6378 { "pio1", .xfer_mask = 1 << (ATA_SHIFT_PIO + 1) },
6379 { "pio2", .xfer_mask = 1 << (ATA_SHIFT_PIO + 2) },
6380 { "pio3", .xfer_mask = 1 << (ATA_SHIFT_PIO + 3) },
6381 { "pio4", .xfer_mask = 1 << (ATA_SHIFT_PIO + 4) },
6382 { "pio5", .xfer_mask = 1 << (ATA_SHIFT_PIO + 5) },
6383 { "pio6", .xfer_mask = 1 << (ATA_SHIFT_PIO + 6) },
6384 { "mwdma0", .xfer_mask = 1 << (ATA_SHIFT_MWDMA + 0) },
6385 { "mwdma1", .xfer_mask = 1 << (ATA_SHIFT_MWDMA + 1) },
6386 { "mwdma2", .xfer_mask = 1 << (ATA_SHIFT_MWDMA + 2) },
6387 { "mwdma3", .xfer_mask = 1 << (ATA_SHIFT_MWDMA + 3) },
6388 { "mwdma4", .xfer_mask = 1 << (ATA_SHIFT_MWDMA + 4) },
6389 { "udma0", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 0) },
6390 { "udma16", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 0) },
6391 { "udma/16", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 0) },
6392 { "udma1", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 1) },
6393 { "udma25", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 1) },
6394 { "udma/25", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 1) },
6395 { "udma2", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 2) },
6396 { "udma33", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 2) },
6397 { "udma/33", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 2) },
6398 { "udma3", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 3) },
6399 { "udma44", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 3) },
6400 { "udma/44", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 3) },
6401 { "udma4", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 4) },
6402 { "udma66", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 4) },
6403 { "udma/66", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 4) },
6404 { "udma5", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 5) },
6405 { "udma100", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 5) },
6406 { "udma/100", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 5) },
6407 { "udma6", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 6) },
6408 { "udma133", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 6) },
6409 { "udma/133", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 6) },
6410 { "udma7", .xfer_mask = 1 << (ATA_SHIFT_UDMA + 7) },
Tejun Heo05944bd2008-08-13 20:19:09 +09006411 { "nohrst", .lflags = ATA_LFLAG_NO_HRST },
6412 { "nosrst", .lflags = ATA_LFLAG_NO_SRST },
6413 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST },
Tejun Heo33267322008-02-13 09:15:09 +09006414 };
6415 char *start = *cur, *p = *cur;
6416 char *id, *val, *endp;
6417 const struct ata_force_param *match_fp = NULL;
6418 int nr_matches = 0, i;
6419
6420 /* find where this param ends and update *cur */
6421 while (*p != '\0' && *p != ',')
6422 p++;
6423
6424 if (*p == '\0')
6425 *cur = p;
6426 else
6427 *cur = p + 1;
6428
6429 *p = '\0';
6430
6431 /* parse */
6432 p = strchr(start, ':');
6433 if (!p) {
6434 val = strstrip(start);
6435 goto parse_val;
6436 }
6437 *p = '\0';
6438
6439 id = strstrip(start);
6440 val = strstrip(p + 1);
6441
6442 /* parse id */
6443 p = strchr(id, '.');
6444 if (p) {
6445 *p++ = '\0';
6446 force_ent->device = simple_strtoul(p, &endp, 10);
6447 if (p == endp || *endp != '\0') {
6448 *reason = "invalid device";
6449 return -EINVAL;
6450 }
6451 }
6452
6453 force_ent->port = simple_strtoul(id, &endp, 10);
6454 if (p == endp || *endp != '\0') {
6455 *reason = "invalid port/link";
6456 return -EINVAL;
6457 }
6458
6459 parse_val:
6460 /* parse val, allow shortcuts so that both 1.5 and 1.5Gbps work */
6461 for (i = 0; i < ARRAY_SIZE(force_tbl); i++) {
6462 const struct ata_force_param *fp = &force_tbl[i];
6463
6464 if (strncasecmp(val, fp->name, strlen(val)))
6465 continue;
6466
6467 nr_matches++;
6468 match_fp = fp;
6469
6470 if (strcasecmp(val, fp->name) == 0) {
6471 nr_matches = 1;
6472 break;
6473 }
6474 }
6475
6476 if (!nr_matches) {
6477 *reason = "unknown value";
6478 return -EINVAL;
6479 }
6480 if (nr_matches > 1) {
6481 *reason = "ambigious value";
6482 return -EINVAL;
6483 }
6484
6485 force_ent->param = *match_fp;
6486
6487 return 0;
6488}
6489
6490static void __init ata_parse_force_param(void)
6491{
6492 int idx = 0, size = 1;
6493 int last_port = -1, last_device = -1;
6494 char *p, *cur, *next;
6495
6496 /* calculate maximum number of params and allocate force_tbl */
6497 for (p = ata_force_param_buf; *p; p++)
6498 if (*p == ',')
6499 size++;
6500
6501 ata_force_tbl = kzalloc(sizeof(ata_force_tbl[0]) * size, GFP_KERNEL);
6502 if (!ata_force_tbl) {
6503 printk(KERN_WARNING "ata: failed to extend force table, "
6504 "libata.force ignored\n");
6505 return;
6506 }
6507
6508 /* parse and populate the table */
6509 for (cur = ata_force_param_buf; *cur != '\0'; cur = next) {
6510 const char *reason = "";
6511 struct ata_force_ent te = { .port = -1, .device = -1 };
6512
6513 next = cur;
6514 if (ata_parse_force_one(&next, &te, &reason)) {
6515 printk(KERN_WARNING "ata: failed to parse force "
6516 "parameter \"%s\" (%s)\n",
6517 cur, reason);
6518 continue;
6519 }
6520
6521 if (te.port == -1) {
6522 te.port = last_port;
6523 te.device = last_device;
6524 }
6525
6526 ata_force_tbl[idx++] = te;
6527
6528 last_port = te.port;
6529 last_device = te.device;
6530 }
6531
6532 ata_force_tbl_size = idx;
6533}
Linus Torvalds1da177e2005-04-16 15:20:36 -07006534
Linus Torvalds1da177e2005-04-16 15:20:36 -07006535static int __init ata_init(void)
6536{
Tejun Heo270390e2010-05-10 21:41:35 +02006537 int rc = -ENOMEM;
6538
Tejun Heo33267322008-02-13 09:15:09 +09006539 ata_parse_force_param();
6540
Tejun Heo453b07a2006-05-31 18:27:42 +09006541 ata_aux_wq = create_singlethread_workqueue("ata_aux");
Elias Oltmanns49ea3b02008-07-30 12:32:39 -07006542 if (!ata_aux_wq)
Tejun Heo270390e2010-05-10 21:41:35 +02006543 goto fail;
6544
6545 rc = ata_sff_init();
6546 if (rc)
6547 goto fail;
Tejun Heo453b07a2006-05-31 18:27:42 +09006548
Linus Torvalds1da177e2005-04-16 15:20:36 -07006549 printk(KERN_DEBUG "libata version " DRV_VERSION " loaded.\n");
6550 return 0;
Elias Oltmanns49ea3b02008-07-30 12:32:39 -07006551
Tejun Heo270390e2010-05-10 21:41:35 +02006552fail:
Elias Oltmanns49ea3b02008-07-30 12:32:39 -07006553 kfree(ata_force_tbl);
Tejun Heo270390e2010-05-10 21:41:35 +02006554 if (ata_aux_wq)
6555 destroy_workqueue(ata_aux_wq);
6556 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006557}
6558
6559static void __exit ata_exit(void)
6560{
Tejun Heo270390e2010-05-10 21:41:35 +02006561 ata_sff_exit();
Tejun Heo33267322008-02-13 09:15:09 +09006562 kfree(ata_force_tbl);
Tejun Heo453b07a2006-05-31 18:27:42 +09006563 destroy_workqueue(ata_aux_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006564}
6565
Brian Kinga4625082006-11-13 16:32:36 -06006566subsys_initcall(ata_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006567module_exit(ata_exit);
6568
Akinobu Mita9990b6f2010-04-12 21:11:41 +09006569static DEFINE_RATELIMIT_STATE(ratelimit, HZ / 5, 1);
Jeff Garzik67846b32005-10-05 02:58:32 -04006570
6571int ata_ratelimit(void)
6572{
Akinobu Mita9990b6f2010-04-12 21:11:41 +09006573 return __ratelimit(&ratelimit);
Jeff Garzik67846b32005-10-05 02:58:32 -04006574}
6575
Tejun Heoc22daff2006-04-11 22:22:29 +09006576/**
6577 * ata_wait_register - wait until register value changes
6578 * @reg: IO-mapped register
6579 * @mask: Mask to apply to read register value
6580 * @val: Wait condition
Tejun Heo341c2c92008-05-20 02:17:51 +09006581 * @interval: polling interval in milliseconds
6582 * @timeout: timeout in milliseconds
Tejun Heoc22daff2006-04-11 22:22:29 +09006583 *
6584 * Waiting for some bits of register to change is a common
6585 * operation for ATA controllers. This function reads 32bit LE
6586 * IO-mapped register @reg and tests for the following condition.
6587 *
6588 * (*@reg & mask) != val
6589 *
6590 * If the condition is met, it returns; otherwise, the process is
6591 * repeated after @interval_msec until timeout.
6592 *
6593 * LOCKING:
6594 * Kernel thread context (may sleep)
6595 *
6596 * RETURNS:
6597 * The final register value.
6598 */
6599u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val,
Tejun Heo341c2c92008-05-20 02:17:51 +09006600 unsigned long interval, unsigned long timeout)
Tejun Heoc22daff2006-04-11 22:22:29 +09006601{
Tejun Heo341c2c92008-05-20 02:17:51 +09006602 unsigned long deadline;
Tejun Heoc22daff2006-04-11 22:22:29 +09006603 u32 tmp;
6604
6605 tmp = ioread32(reg);
6606
6607 /* Calculate timeout _after_ the first read to make sure
6608 * preceding writes reach the controller before starting to
6609 * eat away the timeout.
6610 */
Tejun Heo341c2c92008-05-20 02:17:51 +09006611 deadline = ata_deadline(jiffies, timeout);
Tejun Heoc22daff2006-04-11 22:22:29 +09006612
Tejun Heo341c2c92008-05-20 02:17:51 +09006613 while ((tmp & mask) == val && time_before(jiffies, deadline)) {
6614 msleep(interval);
Tejun Heoc22daff2006-04-11 22:22:29 +09006615 tmp = ioread32(reg);
6616 }
6617
6618 return tmp;
6619}
6620
Linus Torvalds1da177e2005-04-16 15:20:36 -07006621/*
Tejun Heodd5b06c2006-08-10 16:59:12 +09006622 * Dummy port_ops
6623 */
Tejun Heodd5b06c2006-08-10 16:59:12 +09006624static unsigned int ata_dummy_qc_issue(struct ata_queued_cmd *qc)
6625{
6626 return AC_ERR_SYSTEM;
6627}
6628
Tejun Heo182d7bb2008-04-07 22:47:21 +09006629static void ata_dummy_error_handler(struct ata_port *ap)
6630{
6631 /* truly dummy */
6632}
6633
Tejun Heo029cfd62008-03-25 12:22:49 +09006634struct ata_port_operations ata_dummy_port_ops = {
Tejun Heodd5b06c2006-08-10 16:59:12 +09006635 .qc_prep = ata_noop_qc_prep,
6636 .qc_issue = ata_dummy_qc_issue,
Tejun Heo182d7bb2008-04-07 22:47:21 +09006637 .error_handler = ata_dummy_error_handler,
Tejun Heodd5b06c2006-08-10 16:59:12 +09006638};
6639
Tejun Heo21b0ad42007-04-17 23:44:07 +09006640const struct ata_port_info ata_dummy_port_info = {
6641 .port_ops = &ata_dummy_port_ops,
6642};
6643
Tejun Heodd5b06c2006-08-10 16:59:12 +09006644/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006645 * libata is essentially a library of internal helper functions for
6646 * low-level ATA host controller drivers. As such, the API/ABI is
6647 * likely to change as new drivers are added and updated.
6648 * Do not depend on ABI/API stability.
6649 */
Tejun Heoe9c83912006-07-03 16:07:26 +09006650EXPORT_SYMBOL_GPL(sata_deb_timing_normal);
6651EXPORT_SYMBOL_GPL(sata_deb_timing_hotplug);
6652EXPORT_SYMBOL_GPL(sata_deb_timing_long);
Tejun Heo029cfd62008-03-25 12:22:49 +09006653EXPORT_SYMBOL_GPL(ata_base_port_ops);
6654EXPORT_SYMBOL_GPL(sata_port_ops);
Tejun Heodd5b06c2006-08-10 16:59:12 +09006655EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
Tejun Heo21b0ad42007-04-17 23:44:07 +09006656EXPORT_SYMBOL_GPL(ata_dummy_port_info);
Tejun Heo1eca4362008-11-03 20:03:17 +09006657EXPORT_SYMBOL_GPL(ata_link_next);
6658EXPORT_SYMBOL_GPL(ata_dev_next);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006659EXPORT_SYMBOL_GPL(ata_std_bios_param);
Tejun Heod8d91292010-05-15 20:09:34 +02006660EXPORT_SYMBOL_GPL(ata_scsi_unlock_native_capacity);
Jeff Garzikcca39742006-08-24 03:19:22 -04006661EXPORT_SYMBOL_GPL(ata_host_init);
Tejun Heof3187192007-04-17 23:44:07 +09006662EXPORT_SYMBOL_GPL(ata_host_alloc);
Tejun Heof5cda252007-04-17 23:44:07 +09006663EXPORT_SYMBOL_GPL(ata_host_alloc_pinfo);
Tejun Heob1c72912008-07-31 17:02:43 +09006664EXPORT_SYMBOL_GPL(ata_slave_link_init);
Tejun Heoecef7252007-04-17 23:44:06 +09006665EXPORT_SYMBOL_GPL(ata_host_start);
Tejun Heof3187192007-04-17 23:44:07 +09006666EXPORT_SYMBOL_GPL(ata_host_register);
Tejun Heof5cda252007-04-17 23:44:07 +09006667EXPORT_SYMBOL_GPL(ata_host_activate);
Tejun Heo0529c152007-01-20 16:00:26 +09006668EXPORT_SYMBOL_GPL(ata_host_detach);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006669EXPORT_SYMBOL_GPL(ata_sg_init);
Tejun Heof686bcb2006-05-15 20:58:05 +09006670EXPORT_SYMBOL_GPL(ata_qc_complete);
Tejun Heodedaf2b2006-05-15 21:03:43 +09006671EXPORT_SYMBOL_GPL(ata_qc_complete_multiple);
Tejun Heo436d34b2008-04-02 17:28:46 +09006672EXPORT_SYMBOL_GPL(atapi_cmd_type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006673EXPORT_SYMBOL_GPL(ata_tf_to_fis);
6674EXPORT_SYMBOL_GPL(ata_tf_from_fis);
Tejun Heo63573572007-11-27 19:43:39 +09006675EXPORT_SYMBOL_GPL(ata_pack_xfermask);
6676EXPORT_SYMBOL_GPL(ata_unpack_xfermask);
6677EXPORT_SYMBOL_GPL(ata_xfer_mask2mode);
6678EXPORT_SYMBOL_GPL(ata_xfer_mode2mask);
6679EXPORT_SYMBOL_GPL(ata_xfer_mode2shift);
6680EXPORT_SYMBOL_GPL(ata_mode_string);
6681EXPORT_SYMBOL_GPL(ata_id_xfermask);
Alan04351822007-03-06 02:37:52 -08006682EXPORT_SYMBOL_GPL(ata_do_set_mode);
Tejun Heo31cc23b2007-09-23 13:14:12 +09006683EXPORT_SYMBOL_GPL(ata_std_qc_defer);
Brian Kinge46834c2006-03-17 17:04:03 -06006684EXPORT_SYMBOL_GPL(ata_noop_qc_prep);
Alan10305f02007-02-20 18:01:59 +00006685EXPORT_SYMBOL_GPL(ata_dev_disable);
Tejun Heo3c567b72006-05-15 20:57:23 +09006686EXPORT_SYMBOL_GPL(sata_set_spd);
Tejun Heoaa2731a2008-04-07 22:47:19 +09006687EXPORT_SYMBOL_GPL(ata_wait_after_reset);
Tejun Heo936fd732007-08-06 18:36:23 +09006688EXPORT_SYMBOL_GPL(sata_link_debounce);
6689EXPORT_SYMBOL_GPL(sata_link_resume);
Tejun Heo0aa11132008-04-07 22:47:18 +09006690EXPORT_SYMBOL_GPL(ata_std_prereset);
Tejun Heocc0680a2007-08-06 18:36:23 +09006691EXPORT_SYMBOL_GPL(sata_link_hardreset);
Tejun Heo57c9efd2008-04-07 22:47:19 +09006692EXPORT_SYMBOL_GPL(sata_std_hardreset);
Tejun Heo203c75b2008-04-07 22:47:18 +09006693EXPORT_SYMBOL_GPL(ata_std_postreset);
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05006694EXPORT_SYMBOL_GPL(ata_dev_classify);
6695EXPORT_SYMBOL_GPL(ata_dev_pair);
Jeff Garzik67846b32005-10-05 02:58:32 -04006696EXPORT_SYMBOL_GPL(ata_ratelimit);
Tejun Heoc22daff2006-04-11 22:22:29 +09006697EXPORT_SYMBOL_GPL(ata_wait_register);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006698EXPORT_SYMBOL_GPL(ata_scsi_queuecmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006699EXPORT_SYMBOL_GPL(ata_scsi_slave_config);
Tejun Heo83c47bc2006-05-31 18:28:07 +09006700EXPORT_SYMBOL_GPL(ata_scsi_slave_destroy);
Tejun Heoa6e6ce82006-05-15 21:03:48 +09006701EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth);
Tejun Heo34bf2172006-05-15 20:57:46 +09006702EXPORT_SYMBOL_GPL(sata_scr_valid);
6703EXPORT_SYMBOL_GPL(sata_scr_read);
6704EXPORT_SYMBOL_GPL(sata_scr_write);
6705EXPORT_SYMBOL_GPL(sata_scr_write_flush);
Tejun Heo936fd732007-08-06 18:36:23 +09006706EXPORT_SYMBOL_GPL(ata_link_online);
6707EXPORT_SYMBOL_GPL(ata_link_offline);
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006708#ifdef CONFIG_PM
Jeff Garzikcca39742006-08-24 03:19:22 -04006709EXPORT_SYMBOL_GPL(ata_host_suspend);
6710EXPORT_SYMBOL_GPL(ata_host_resume);
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006711#endif /* CONFIG_PM */
Tejun Heo6a62a042006-02-13 10:02:46 +09006712EXPORT_SYMBOL_GPL(ata_id_string);
6713EXPORT_SYMBOL_GPL(ata_id_c_string);
Alan Cox963e4972008-07-24 17:16:06 +01006714EXPORT_SYMBOL_GPL(ata_do_dev_read_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006715EXPORT_SYMBOL_GPL(ata_scsi_simulate);
6716
Alan Cox1bc4ccf2006-01-09 17:18:14 +00006717EXPORT_SYMBOL_GPL(ata_pio_need_iordy);
Tejun Heo63573572007-11-27 19:43:39 +09006718EXPORT_SYMBOL_GPL(ata_timing_find_mode);
Alan Cox452503f2005-10-21 19:01:32 -04006719EXPORT_SYMBOL_GPL(ata_timing_compute);
6720EXPORT_SYMBOL_GPL(ata_timing_merge);
Tejun Heoa0f79b92007-12-18 16:33:05 +09006721EXPORT_SYMBOL_GPL(ata_timing_cycle2mode);
Alan Cox452503f2005-10-21 19:01:32 -04006722
Linus Torvalds1da177e2005-04-16 15:20:36 -07006723#ifdef CONFIG_PCI
6724EXPORT_SYMBOL_GPL(pci_test_config_bits);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006725EXPORT_SYMBOL_GPL(ata_pci_remove_one);
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006726#ifdef CONFIG_PM
Tejun Heo500530f2006-07-03 16:07:27 +09006727EXPORT_SYMBOL_GPL(ata_pci_device_do_suspend);
6728EXPORT_SYMBOL_GPL(ata_pci_device_do_resume);
Jens Axboe9b847542006-01-06 09:28:07 +01006729EXPORT_SYMBOL_GPL(ata_pci_device_suspend);
6730EXPORT_SYMBOL_GPL(ata_pci_device_resume);
Tejun Heo6ffa01d2007-03-02 17:32:47 +09006731#endif /* CONFIG_PM */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006732#endif /* CONFIG_PCI */
Jens Axboe9b847542006-01-06 09:28:07 +01006733
Tejun Heob64bbc32007-07-16 14:29:39 +09006734EXPORT_SYMBOL_GPL(__ata_ehi_push_desc);
6735EXPORT_SYMBOL_GPL(ata_ehi_push_desc);
6736EXPORT_SYMBOL_GPL(ata_ehi_clear_desc);
Tejun Heocbcdd872007-08-18 13:14:55 +09006737EXPORT_SYMBOL_GPL(ata_port_desc);
6738#ifdef CONFIG_PCI
6739EXPORT_SYMBOL_GPL(ata_port_pbar_desc);
6740#endif /* CONFIG_PCI */
Tejun Heo7b70fc02006-05-15 20:58:07 +09006741EXPORT_SYMBOL_GPL(ata_port_schedule_eh);
Tejun Heodbd82612007-08-06 18:36:23 +09006742EXPORT_SYMBOL_GPL(ata_link_abort);
Tejun Heo7b70fc02006-05-15 20:58:07 +09006743EXPORT_SYMBOL_GPL(ata_port_abort);
Tejun Heoe3180492006-05-15 20:58:09 +09006744EXPORT_SYMBOL_GPL(ata_port_freeze);
Tejun Heo7d77b242007-09-23 13:14:13 +09006745EXPORT_SYMBOL_GPL(sata_async_notification);
Tejun Heoe3180492006-05-15 20:58:09 +09006746EXPORT_SYMBOL_GPL(ata_eh_freeze_port);
6747EXPORT_SYMBOL_GPL(ata_eh_thaw_port);
Tejun Heoece1d632006-04-02 18:51:53 +09006748EXPORT_SYMBOL_GPL(ata_eh_qc_complete);
6749EXPORT_SYMBOL_GPL(ata_eh_qc_retry);
Mark Lord10acf3b2008-05-02 02:14:53 -04006750EXPORT_SYMBOL_GPL(ata_eh_analyze_ncq_error);
Tejun Heo022bdb02006-05-15 20:58:22 +09006751EXPORT_SYMBOL_GPL(ata_do_eh);
Tejun Heoa1efdab2008-03-25 12:22:50 +09006752EXPORT_SYMBOL_GPL(ata_std_error_handler);
Alan Coxbe0d18d2007-03-06 02:37:56 -08006753
6754EXPORT_SYMBOL_GPL(ata_cable_40wire);
6755EXPORT_SYMBOL_GPL(ata_cable_80wire);
6756EXPORT_SYMBOL_GPL(ata_cable_unknown);
Tejun Heoc88f90c2007-11-27 19:43:48 +09006757EXPORT_SYMBOL_GPL(ata_cable_ignore);
Alan Coxbe0d18d2007-03-06 02:37:56 -08006758EXPORT_SYMBOL_GPL(ata_cable_sata);