summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ide-tape: kill idetape_bhTejun Heo2009-04-191-221/+84
| * | | | | | ide-tape: use standard data transfer mechanismTejun Heo2009-04-192-94/+24
| * | | | | | ide-tape: use single continuous bufferTejun Heo2009-04-191-198/+58
| * | | | | | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-193-8/+18
| * | | | | | ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-192-0/+2
| * | | | | | ide-pm: don't abuse rq->dataTejun Heo2009-04-192-24/+16
| * | | | | | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-194-35/+51
| * | | | | | ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-193-37/+22
| * | | | | | ide-cd: convert to using generic sense requestBorislav Petkov2009-04-192-46/+12
| * | | | | | ide: add helpers for preparing sense requestsBorislav Petkov2009-04-191-0/+61
| * | | | | | ide-cd: don't abuse rq->bufferTejun Heo2009-04-191-4/+4
| * | | | | | ide-atapi: don't abuse rq->bufferTejun Heo2009-04-193-4/+4
| * | | | | | ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-192-11/+12
| * | | | | | ide-floppy: block pc always uses bioTejun Heo2009-04-191-8/+6
| * | | | | | ide-cd: clear sense buffer before issuing request senseTejun Heo2009-04-191-8/+4
| * | | | | | ide: don't set REQ_SOFTBARRIERTejun Heo2009-04-192-2/+0
| * | | | | | ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo2009-04-191-5/+2
| * | | | | | ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-191-6/+0
* | | | | | | pdc202xx_old: fix resetproc() methodSergei Shtylyov2009-06-071-14/+5
* | | | | | | pdc202xx_old: fix 'pdc20246_dma_ops'Sergei Shtylyov2009-06-071-2/+1
* | | | | | | ide_pci_generic: add quirk for Netcell ATA RAIDBartlomiej Zolnierkiewicz2009-05-301-0/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | via82cxxx: Add VIA VX855 PCI Device IDHarald Welte2009-05-221-0/+2
* | | | | | ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-221-3/+6
* | | | | | ide: improve failed opcode reportingBartlomiej Zolnierkiewicz2009-05-221-19/+4
* | | | | | ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz2009-05-221-2/+2
* | | | | | ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz2009-05-221-2/+2
* | | | | | ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz2009-05-221-4/+17
| |_|_|_|/ |/| | | |
* | | | | piix: The Sony TZ90 needs the cable type hardcodingAlan Cox2009-05-161-0/+1
* | | | | icside: register second channel of version 6 PCBSergei Shtylyov2009-05-161-1/+1
* | | | | ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-05-161-6/+0
| |_|_|/ |/| | |
* | | | ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov2009-04-301-5/+4
| |_|/ |/| |
* | | palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixupBartlomiej Zolnierkiewicz2009-04-231-6/+6
* | | palm_bk3710: those registers/bitfields don't existDavid Brownell2009-04-231-49/+18
| |/ |/|
* | ide: Stop disks on reboot for laptop which cuts powerBruno Prémont2009-04-221-1/+16
* | ide-cd: fix kernel crash on hppa regressionHelge Deller2009-04-221-1/+1
* | palm_bk3710: UDMA performance fixDavid Brownell2009-04-221-14/+12
|/
* cs5536: define dma_sff_read_status() methodSergei Shtylyov2009-04-181-0/+1
* ide: fix barriers supportBartlomiej Zolnierkiewicz2009-04-181-4/+7
* ide: Remove void castsJack Stone2009-04-181-1/+1
* hpt366: use ATA_DMA_* constantsSergei Shtylyov2009-04-181-5/+5
* hpt366: fix HPT370 DMA timeoutsSergei Shtylyov2009-04-181-1/+3
* at91_ide: turn on PIO 6 supportStanislaw Gruszka2009-04-081-1/+1
* at91_ide: remove unused ide_mm_{outb,inb}Stanislaw Gruszka2009-04-081-10/+0
* ide-cd: reverse NOT_READY sense key logicBorislav Petkov2009-04-081-4/+4
* ide: refactor tf_read() methodSergei Shtylyov2009-04-089-99/+37
* ide: refactor tf_load() methodSergei Shtylyov2009-04-086-49/+16
* ide: call write_devctl() method from tf_read() methodSergei Shtylyov2009-04-083-12/+8
* ide: move common code out of tf_load() methodSergei Shtylyov2009-04-083-14/+12
* ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-089-73/+74
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-0817-118/+159