summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz6-23/+23
2009-05-17ide: merge ide_disk_special() into do_special() (v2)Bartlomiej Zolnierkiewicz1-26/+18
2009-05-17ide: BUG() on unknown flags in ide_disk_special()Bartlomiej Zolnierkiewicz1-6/+2
2009-05-17ide: try to use PIO Mode 0 during probe if possibleJoao Ramos1-0/+9
2009-05-17ide-tape: fix debug callMark de Wever1-1/+1
2009-05-16Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2-1/+2
2009-05-16piix: The Sony TZ90 needs the cable type hardcodingAlan Cox1-0/+1
2009-05-16icside: register second channel of version 6 PCBSergei Shtylyov1-1/+1
2009-05-16ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo1-6/+0
2009-04-30alim15x3: Remove historical hacks, re-enable init_hwif for PowerPCAnton Vorontsov1-7/+3
2009-04-30Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz1-5/+4
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov1-5/+4
2009-04-24Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz1-55/+24
2009-04-24palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixupBartlomiej Zolnierkiewicz1-6/+6
2009-04-24palm_bk3710: those registers/bitfields don't existDavid Brownell1-49/+18
2009-04-22Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz4-17/+29
2009-04-22mediabay: fix build for CONFIG_BLOCK=nBartlomiej Zolnierkiewicz1-1/+0
2009-04-22ide: Stop disks on reboot for laptop which cuts powerBruno Prémont1-1/+16
2009-04-22ide-cd: fix kernel crash on hppa regressionHelge Deller1-1/+1
2009-04-22palm_bk3710: UDMA performance fixDavid Brownell1-14/+12
2009-04-21ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo1-16/+4
2009-04-19ide: drop rq->data handling from ide_map_sg()Tejun Heo1-5/+1
2009-04-19ide-atapi: kill unused fields and callbacksTejun Heo2-14/+4
2009-04-19ide-tape: simplify read/write functionsTejun Heo1-99/+50
2009-04-19ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo1-25/+20
2009-04-19ide-tape: unify r/w init pathsTejun Heo1-64/+46
2009-04-19ide-tape: kill idetape_bhTejun Heo1-221/+84
2009-04-19ide-tape: use standard data transfer mechanismTejun Heo2-94/+24
2009-04-19ide-tape: use single continuous bufferTejun Heo1-198/+58
2009-04-19ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo3-8/+18
2009-04-19ide-tape,floppy: fix failed command completion after request senseTejun Heo2-0/+2
2009-04-19ide-pm: don't abuse rq->dataTejun Heo2-24/+16
2009-04-19ide-cd,atapi: use bio for internal commandsTejun Heo4-35/+51
2009-04-19ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov3-37/+22
2009-04-19ide-cd: convert to using generic sense requestBorislav Petkov2-46/+12
2009-04-19ide: add helpers for preparing sense requestsBorislav Petkov1-0/+61
2009-04-19ide-cd: don't abuse rq->bufferTejun Heo1-4/+4
2009-04-19ide-atapi: don't abuse rq->bufferTejun Heo3-4/+4
2009-04-19ide-taskfile: don't abuse rq->bufferTejun Heo2-11/+12
2009-04-19ide-floppy: block pc always uses bioTejun Heo1-8/+6
2009-04-19ide-cd: clear sense buffer before issuing request senseTejun Heo1-8/+4
2009-04-19ide: don't set REQ_SOFTBARRIERTejun Heo2-2/+0
2009-04-19ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo1-5/+2
2009-04-19ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo1-6/+0
2009-04-18cs5536: define dma_sff_read_status() methodSergei Shtylyov1-0/+1
2009-04-18ide: fix barriers supportBartlomiej Zolnierkiewicz1-4/+7
2009-04-18ide: Remove void castsJack Stone1-1/+1
2009-04-18hpt366: use ATA_DMA_* constantsSergei Shtylyov1-5/+5
2009-04-18hpt366: fix HPT370 DMA timeoutsSergei Shtylyov1-1/+3
2009-04-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+122