summaryrefslogtreecommitdiffstats
path: root/drivers/ide
AgeCommit message (Expand)AuthorLines
2008-02-01ide-cd: fix leftover data BUGJens Axboe-1/+1
2008-01-28blk_end_request: changing ide-cd (take 4)Kiyoshi Ueda-14/+35
2008-01-28blk_end_request: changing ide normal caller (take 4)Kiyoshi Ueda-16/+15
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz-112/+11
2008-01-26ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz-34/+33
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz-4/+11
2008-01-26ide: fix final status check in drive_cmd_intr()Bartlomiej Zolnierkiewicz-2/+2
2008-01-26ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()Bartlomiej Zolnierkiewicz-3/+8
2008-01-26ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz-6/+9
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz-3/+5
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz-1/+7
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz-6/+3
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz-2/+2
2008-01-26ide: task_end_request() fixTejun Heo-14/+5
2008-01-26ide: use rq->nr_sectors in task_end_request()Bartlomiej Zolnierkiewicz-2/+2
2008-01-26ide: remove needless ->cursg clearing from task_end_request()Bartlomiej Zolnierkiewicz-2/+0
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz-23/+20
2008-01-26ide-tape: fix handling of non-special requests in ->end_request methodBartlomiej Zolnierkiewicz-0/+5
2008-01-26ide: fix final status check in task_in_intr()Bartlomiej Zolnierkiewicz-1/+1
2008-01-26ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz-0/+2
2008-01-26ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo-5/+12
2008-01-26cmd64x: remove /proc/ide/cmd64xBartlomiej Zolnierkiewicz-113/+1
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz-36/+3
2008-01-26ide: add ide_busy_sleep() helperBartlomiej Zolnierkiewicz-22/+21
2008-01-26ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate itBartlomiej Zolnierkiewicz-1/+13
2008-01-26ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.cBartlomiej Zolnierkiewicz-103/+110
2008-01-26ide: print banner message once per controller in m68k host driversBartlomiej Zolnierkiewicz-35/+22
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz-22/+12
2008-01-26ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabledBartlomiej Zolnierkiewicz-2/+2
2008-01-26rapide: remove write-only hwif->hwif_dataBartlomiej Zolnierkiewicz-2/+0
2008-01-26ide: use ide_init_port_hw() in setup-pci.cBartlomiej Zolnierkiewicz-16/+17
2008-01-26ide: always use ide_std_init_ports() in setup-pci.cBartlomiej Zolnierkiewicz-5/+1
2008-01-26au1xxx-ide: use ide_init_port_hw()Bartlomiej Zolnierkiewicz-4/+4
2008-01-26au1xxx-ide: au_ide_probe() fixesBartlomiej Zolnierkiewicz-3/+2
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz-216/+164
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz-16/+70
2008-01-26cmd640: fix dependency on IDE_GENERICBartlomiej Zolnierkiewicz-0/+1
2008-01-26ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz-4/+3
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz-65/+82
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz-66/+80
2008-01-26sgiioc4: always init hwif->io_portsBartlomiej Zolnierkiewicz-9/+6
2008-01-26ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson-1/+1
2008-01-26ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz-39/+23
2008-01-26ide: add hwif->chipset fixup to ide_device_add()Bartlomiej Zolnierkiewicz-1/+5
2008-01-26swarm: set hwif->chipsetBartlomiej Zolnierkiewicz-0/+1
2008-01-26rapide: set hwif->chipsetBartlomiej Zolnierkiewicz-0/+1
2008-01-26ide: fix probing for hosts with serialized or IRQ sharing interfacesBartlomiej Zolnierkiewicz-2/+14
2008-01-26ide: kill probe_hwif_init()Bartlomiej Zolnierkiewicz-21/+17
2008-01-26ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()Bartlomiej Zolnierkiewicz-2/+10
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz-62/+53