| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ide: move ide_config_drive_speed() calls to upper layers (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -17/+61 |
* | ide: use only ->set_pio_mode method for programming PIO modes (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -0/+12 |
* | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -0/+29 |
* | ide: move ide_rate_filter() calls to the upper layer (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -9/+8 |
* | ide: mode limiting fixes for user requested speed changes | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -21/+8 |
* | ide: remove ide_find_best_pio_mode() | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -6/+7 |
* | ide: drop "PIO data" argument from ide_get_best_pio_mode() | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -5/+1 |
* | ide: add ide_pio_cycle_time() helper (take 2) | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -12/+28 |
* | ide: add ide_dev_has_iordy() helper (take 4) | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -6/+1 |
* | ide: make ide_get_best_pio_mode() print info if overriding PIO mode | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -3/+7 |
* | ide: remove ide_dma_enable() | Bartlomiej Zolnierkiewicz | 2007-05-16 | 1 | -12/+0 |
* | ide: cable detection fixes (take 2) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -2/+9 |
* | ide: rework the code for selecting the best DMA transfer mode (v3) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -107/+18 |
* | ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2) | Sergei Shtylyov | 2007-03-03 | 1 | -12/+6 |
* | ide: add ide_use_fast_pio() helper (v3) | Bartlomiej Zolnierkiewicz | 2007-02-17 | 1 | -0/+15 |
* | ide: unexport ide_set_xfer_rate() (v2) | Bartlomiej Zolnierkiewicz | 2007-02-17 | 1 | -2/+0 |