summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-07-232-2/+241
|\
| * kgdb: kgdboc console poll hooks for mpsc uartJason Wessel2008-07-231-1/+147
| * kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-231-1/+94
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-2356-1397/+1489
|\ \
| * | ide: small whitespace fixesPavel Machek2008-07-232-2/+2
| * | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison2008-07-231-4/+4
| * | ide: ide-cd.c fix sparse endianness warningsHarvey Harrison2008-07-231-11/+8
| * | ide-cd: convert to using the new atapi_flagsBorislav Petkov2008-07-233-109/+64
| * | ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov2008-07-231-2/+1
| * | ide-scsi: convert to using the new atapi_flagsBorislav Petkov2008-07-231-16/+1
| * | ide-tape: convert to using the new atapi_flagsBorislav Petkov2008-07-231-45/+23
| * | ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov2008-07-232-48/+30
| * | ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov2008-07-231-5/+13
| * | ide-scsi: pass packet command in rq->cmdBorislav Petkov2008-07-231-0/+2
| * | ide-tape: pass packet command in rq->cmdBorislav Petkov2008-07-231-8/+11
| * | ide-tape: make room for packet command ids in rq->cmdBorislav Petkov2008-07-231-11/+11
| * | ide-floppy: pass packet command in rq->cmdBorislav Petkov2008-07-231-0/+4
| * | ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-10/+5
| * | ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-5/+6
| * | ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-4/+10
| * | drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins2008-07-231-1/+0
| * | ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz2008-07-235-20/+87
| * | ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz2008-07-232-9/+6
| * | ide: add ide_ports[]Bartlomiej Zolnierkiewicz2008-07-231-2/+9
| * | ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz2008-07-232-35/+35
| * | ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz2008-07-231-37/+50
| * | ide: fix ide_host_register() return valueBartlomiej Zolnierkiewicz2008-07-231-20/+18
| * | ide: add ide_host_add() helperBartlomiej Zolnierkiewicz2008-07-2322-136/+70
| * | ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz2008-07-2326-339/+253
| * | ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-2322-208/+323
| * | ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz2008-07-232-3/+2
| * | ide-generic: probing fixBartlomiej Zolnierkiewicz2008-07-231-7/+1
| * | gayle: reserve memory resources at onceBartlomiej Zolnierkiewicz2008-07-231-14/+11
| * | ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz2008-07-2312-34/+8
| * | ide: filter out invalid transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz2008-07-231-1/+1
| * | ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz2008-07-234-36/+4
| * | ide: mark hpt34x host driver as BROKENBartlomiej Zolnierkiewicz2008-07-231-0/+1
| * | ide: limit cy82c693 host driver to ALPHABartlomiej Zolnierkiewicz2008-07-231-0/+1
| * | ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz2008-07-2313-108/+15
| * | ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz2008-07-233-12/+21
| * | ide: add ide_read_ireason() helperBartlomiej Zolnierkiewicz2008-07-231-3/+14
| * | ide: add ide_read_device() helperBartlomiej Zolnierkiewicz2008-07-231-3/+14
| * | ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz2008-07-234-0/+21
| * | ide: use ->tf_load in SELECT_DRIVE()Bartlomiej Zolnierkiewicz2008-07-231-1/+5
| * | ide: use ->tf_load in actual_try_to_identify()Bartlomiej Zolnierkiewicz2008-07-231-3/+9
| * | ide: use ->tf_load in ide_config_drive_speed()Bartlomiej Zolnierkiewicz2008-07-231-3/+10
| * | ide: change order of register access in ide_config_drive_speed()Bartlomiej Zolnierkiewicz2008-07-231-1/+1
| * | ide: add ->set_irq methodBartlomiej Zolnierkiewicz2008-07-236-22/+76
| * | ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz2008-07-233-4/+19
| * | ide: add ->read_status methodBartlomiej Zolnierkiewicz2008-07-2314-62/+102