summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-142-2/+2
|\
| * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
| * trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-1242-522/+383Star
|\ \ | |/ |/|
| * ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()Bartlomiej Zolnierkiewicz2009-06-101-54/+16Star
| * ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz2009-06-101-1/+0Star
| * ide: fix PowerMac bootup oopsHugh Dickins2009-06-101-26/+21Star
| * ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz2009-06-081-3/+9
| * sl82c105: add printk() logging facilitySergei Shtylyov2009-06-081-4/+5
| * ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13Star
| * ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-074-9/+12
| * ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-075-80/+27Star
| * hpt366: enable all quirks for devices on quirk_drives[] listBartlomiej Zolnierkiewicz2009-06-071-1/+1
| * hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.cBartlomiej Zolnierkiewicz2009-06-071-0/+4
| * ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz2009-06-071-1/+0Star
| * ide: remove superfluous SELECT_MASK() call from ide_driveid_update()Bartlomiej Zolnierkiewicz2009-06-071-1/+0Star
| * icside: remove superfluous ->maskproc methodBartlomiej Zolnierkiewicz2009-06-071-60/+4Star
| * ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
| * ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-072-6/+8
| * pdc202xx_old: kill resetproc() methodSergei Shtylyov2009-06-071-17/+0Star
| * pdc202xx_old: don't call pdc202xx_reset() on IRQ timeoutSergei Shtylyov2009-06-071-8/+1Star
| * pdc202xx_old: use ide_dma_test_irq()Sergei Shtylyov2009-06-071-37/+2Star
| * Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-075-26/+102
| |\
| | * ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-072-1/+17
| | * ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-072-11/+70
| * | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-225-30/+33
| |\ \
| * | | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-1727-57/+58
| * | | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-1727-62/+61Star
| * | | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-1723-33/+20Star
| * | | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-176-23/+23
| * | | ide: merge ide_disk_special() into do_special() (v2)Bartlomiej Zolnierkiewicz2009-05-171-26/+18Star
| * | | ide: BUG() on unknown flags in ide_disk_special()Bartlomiej Zolnierkiewicz2009-05-171-6/+2Star
| * | | ide: try to use PIO Mode 0 during probe if possibleJoao Ramos2009-05-171-0/+9
* | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1112-84/+88
|\ \ \ \
| * | | | ide-disk: fix missing max_sectors accessor functionMartin K. Petersen2009-05-231-1/+1
| * | | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-6/+6
| * | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-225-30/+33
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-223-6/+6
| |\ \ \ \
| * | | | | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-192-3/+3
| * | | | | block: implement and enforce request peek/start/fetchTejun Heo2009-05-112-7/+4Star
| * | | | | ide: dequeue in-flight requestTejun Heo2009-05-113-17/+39
| * | | | | ide: cleanup rq->data_len usagesTejun Heo2009-05-115-24/+13Star
| * | | | | ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-1111-22/+22
| * | | | | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-112-6/+6
| * | | | | block: add rq->resid_lenTejun Heo2009-05-113-18/+8Star
| * | | | | ide-tape: don't initialize rq->sector for rw requestsTejun Heo2009-05-111-1/+0Star
| * | | | | ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo2009-04-281-16/+4Star
| * | | | | ide: drop rq->data handling from ide_map_sg()Tejun Heo2009-04-281-5/+1Star
| * | | | | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-282-14/+4Star
| * | | | | ide-tape: simplify read/write functionsTejun Heo2009-04-281-99/+50Star