Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: kill ide_toggle_bounce | Christoph Hellwig | 2018-05-07 | 1 | -26/+0 |
* | ide,ata: Rename ATA_IDX to ATA_SENSE | Hannes Reinecke | 2015-03-27 | 1 | -2/+2 |
* | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 1 | -21/+6 |
|\ | |||||
| * | ide: improve failed opcode reporting | Bartlomiej Zolnierkiewicz | 2009-05-22 | 1 | -19/+4 |
| * | ide: fix printk() levels in ide_dump_ata[pi]_error() | Bartlomiej Zolnierkiewicz | 2009-05-22 | 1 | -2/+2 |
* | | ide: convert to rq pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -1/+1 |
|/ | |||||
* | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 | 1 | -1/+1 |
* | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 2009-04-08 | 1 | -7/+8 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 | 1 | -5/+6 |
* | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -10/+10 |
* | ide: move xfer mode tuning code to ide-xfer-mode.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -240/+0 |
* | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -3/+6 |
* | ide: remove superfluous local_irq_{save,restore}() from ide_dump_status() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -3/+0 |
* | ide: checkpatch.pl fixes for ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -41/+54 |
* | ide: ide_hwgroup_t.rq doesn't need an ide_lock held | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -6/+1 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+0 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -24/+24 |
* | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -2/+2 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -11/+13 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: filter out "default" transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -13/+2 |
* | ide: move PIO blacklist to ide-pio-blacklist.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -96/+0 |
* | ide: remove no longer used ide_pio_timings[] | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -17/+0 |
* | ide: move ide_pio_cycle_time() to ide-timings.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -23/+0 |
* | ide: remove needless includes from ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -15/+0 |
* | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -1/+1 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+14 |
* | ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+10 |
* | ide: remove PIO "downgrade" quirk | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+0 |
* | ide: remove commented out entries from ide_pio_blacklist[] | Bartlomiej Zolnierkiewicz | 2008-03-22 | 1 | -10/+0 |
* | ide: remove stale comment from ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -9/+0 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -1/+1 |
* | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+4 |
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -18/+7 |
* | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+6 |
* | ide: kill duplicate code in ide_dump_{ata,atapi}_status() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -68/+37 |
* | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+2 |
* | ide: printk fix | Andrew Morton | 2008-01-25 | 1 | -1/+2 |
* | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -32/+37 |
* | ide: fix registers loading order in ide_dump_ata_status() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -9/+14 |
* | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -11/+10 |
* | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -12/+9 |
* | ide: remove REQ_TYPE_ATA_TASK | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+1 |
* | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+1 |
* | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz | 2007-12-12 | 1 | -26/+29 |
* | ide: add missing HOB bit clearing to ide_dump_ata_status() | Bartlomiej Zolnierkiewicz | 2007-11-13 | 1 | -0/+1 |
* | ide: remove ide_use_fast_pio() | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -15/+0 |