summaryrefslogtreecommitdiffstats
path: root/drivers/ide
AgeCommit message (Expand)AuthorLines
2008-07-24hpt366: convert to use ->host_privBartlomiej Zolnierkiewicz-31/+41
2008-07-24aec62xx: convert to use ->host_privBartlomiej Zolnierkiewicz-16/+16
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz-12/+85
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz-39/+80
2008-07-24ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz-7/+11
2008-07-24ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()Bartlomiej Zolnierkiewicz-5/+9
2008-07-24ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'Bartlomiej Zolnierkiewicz-9/+3
2008-07-24ide: always call ->init_chipset method in do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz-14/+10
2008-07-23ide: small whitespace fixesPavel Machek-2/+2
2008-07-23ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison-4/+4
2008-07-23ide: ide-cd.c fix sparse endianness warningsHarvey Harrison-11/+8
2008-07-23ide-cd: convert to using the new atapi_flagsBorislav Petkov-109/+64
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov-2/+1
2008-07-23ide-tape: convert to using the new atapi_flagsBorislav Petkov-45/+23
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov-48/+30
2008-07-23ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov-5/+13
2008-07-23ide-tape: pass packet command in rq->cmdBorislav Petkov-8/+11
2008-07-23ide-tape: make room for packet command ids in rq->cmdBorislav Petkov-11/+11
2008-07-23ide-floppy: pass packet command in rq->cmdBorislav Petkov-0/+4
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov-8/+2
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov-5/+6
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov-4/+10
2008-07-23drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins-1/+0
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz-20/+87
2008-07-23ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz-9/+6
2008-07-23ide: add ide_ports[]Bartlomiej Zolnierkiewicz-2/+9
2008-07-23ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz-35/+35
2008-07-23ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz-37/+50
2008-07-23ide: fix ide_host_register() return valueBartlomiej Zolnierkiewicz-20/+18
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz-136/+70
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz-339/+253
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz-205/+319
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz-3/+2
2008-07-23ide-generic: probing fixBartlomiej Zolnierkiewicz-7/+1
2008-07-23gayle: reserve memory resources at onceBartlomiej Zolnierkiewicz-14/+11
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz-34/+8
2008-07-23ide: filter out invalid transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz-1/+1
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz-36/+4
2008-07-23ide: mark hpt34x host driver as BROKENBartlomiej Zolnierkiewicz-0/+1
2008-07-23ide: limit cy82c693 host driver to ALPHABartlomiej Zolnierkiewicz-0/+1
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz-108/+15
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz-12/+21
2008-07-23ide: add ide_read_ireason() helperBartlomiej Zolnierkiewicz-3/+14
2008-07-23ide: add ide_read_device() helperBartlomiej Zolnierkiewicz-3/+14
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz-0/+21
2008-07-23ide: use ->tf_load in SELECT_DRIVE()Bartlomiej Zolnierkiewicz-1/+5
2008-07-23ide: use ->tf_load in actual_try_to_identify()Bartlomiej Zolnierkiewicz-3/+9
2008-07-23ide: use ->tf_load in ide_config_drive_speed()Bartlomiej Zolnierkiewicz-3/+10
2008-07-23ide: change order of register access in ide_config_drive_speed()Bartlomiej Zolnierkiewicz-1/+1
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz-22/+76