aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-05-07ide: kill ide_toggle_bounceChristoph Hellwig1-26/+0
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke1-2/+2
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-21/+6
2009-05-22ide: improve failed opcode reportingBartlomiej Zolnierkiewicz1-19/+4
2009-05-22ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz1-2/+2
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-08ide: refactor tf_read() methodSergei Shtylyov1-1/+1
2009-04-08ide: simplify 'struct ide_taskfile'Sergei Shtylyov1-7/+8
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-5/+6
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-10/+10
2009-03-24ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz1-240/+0
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-3/+6
2008-12-29ide: remove superfluous local_irq_{save,restore}() from ide_dump_status()Bartlomiej Zolnierkiewicz1-3/+0
2008-12-29ide: checkpatch.pl fixes for ide-lib.cBartlomiej Zolnierkiewicz1-41/+54
2008-12-29ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz1-6/+1
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-24/+24
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz1-2/+2
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-11/+13
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-13/+2
2008-07-16ide: move PIO blacklist to ide-pio-blacklist.cBartlomiej Zolnierkiewicz1-96/+0
2008-07-16ide: remove no longer used ide_pio_timings[]Bartlomiej Zolnierkiewicz1-17/+0
2008-07-16ide: move ide_pio_cycle_time() to ide-timings.cBartlomiej Zolnierkiewicz1-23/+0
2008-07-16ide: remove needless includes from ide-lib.cBartlomiej Zolnierkiewicz1-15/+0
2008-04-28ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-10/+14
2008-04-26ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flagBartlomiej Zolnierkiewicz1-2/+10
2008-04-26ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz1-10/+0
2008-03-22ide: remove commented out entries from ide_pio_blacklist[]Bartlomiej Zolnierkiewicz1-10/+0
2008-02-11ide: remove stale comment from ide-lib.cBartlomiej Zolnierkiewicz1-9/+0
2008-02-06ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz1-1/+1
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-2/+4
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz1-18/+7
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-0/+6
2008-01-25ide: kill duplicate code in ide_dump_{ata,atapi}_status()Bartlomiej Zolnierkiewicz1-68/+37
2008-01-25ide-disk: use ide_get_lba_addr()Bartlomiej Zolnierkiewicz1-1/+2
2008-01-25ide: printk fixAndrew Morton1-1/+2
2008-01-25ide: add ide_tf_read() helperBartlomiej Zolnierkiewicz1-32/+37
2008-01-25ide: fix registers loading order in ide_dump_ata_status()Bartlomiej Zolnierkiewicz1-9/+14
2008-01-25ide: remove atapi_error_t (take 2)Bartlomiej Zolnierkiewicz1-11/+10
2008-01-25ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz1-12/+9
2008-01-25ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz1-2/+1
2008-01-25ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2007-12-12ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz1-26/+29
2007-11-13ide: add missing HOB bit clearing to ide_dump_ata_status()Bartlomiej Zolnierkiewicz1-0/+1