| Commit message (Expand) | Author | Age | Files | Lines |
* | blk_end_request: changing ide-cd (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -14/+35 |
* | blk_end_request: changing ide normal caller (take 4) | Kiyoshi Ueda | 2008-01-28 | 2 | -16/+15 |
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -112/+11 |
* | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -34/+33 |
* | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -4/+11 |
* | ide: fix final status check in drive_cmd_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -3/+8 |
* | ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -6/+9 |
* | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-01-26 | 3 | -3/+5 |
* | ide: initialize rq->cmd_type in ide_init_drive_cmd() callers | Bartlomiej Zolnierkiewicz | 2008-01-26 | 3 | -1/+7 |
* | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -6/+3 |
* | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | ide: task_end_request() fix | Tejun Heo | 2008-01-26 | 2 | -14/+5 |
* | ide: use rq->nr_sectors in task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | ide: remove needless ->cursg clearing from task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+0 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 4 | -23/+20 |
* | ide-tape: fix handling of non-special requests in ->end_request method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+5 |
* | ide: fix final status check in task_in_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+1 |
* | ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 |
* | ide: fix ->io_32bit race in ide_taskfile_ioctl() | Tejun Heo | 2008-01-26 | 1 | -5/+12 |
* | cmd64x: remove /proc/ide/cmd64x | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -113/+1 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 | 3 | -36/+3 |
* | ide: add ide_busy_sleep() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -22/+21 |
* | ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+13 |
* | ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -103/+110 |
* | ide: print banner message once per controller in m68k host drivers | Bartlomiej Zolnierkiewicz | 2008-01-26 | 5 | -35/+22 |
* | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 4 | -22/+12 |
* | ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | rapide: remove write-only hwif->hwif_data | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+0 |
* | ide: use ide_init_port_hw() in setup-pci.c | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -16/+17 |
* | ide: always use ide_std_init_ports() in setup-pci.c | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -5/+1 |
* | au1xxx-ide: use ide_init_port_hw() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -4/+4 |
* | au1xxx-ide: au_ide_probe() fixes | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -3/+2 |
* | ide: make remaining built-in only IDE host drivers modular (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 28 | -216/+164 |
* | ide: fix host drivers depending on ide_generic to probe for interfaces (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 13 | -16/+70 |
* | cmd640: fix dependency on IDE_GENERIC | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+1 |
* | ide: move ide_arm_init() call from init_ide_data() to ide_init() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -4/+3 |
* | ide: drop 'initializing' argument from ide_register_hw() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 13 | -65/+82 |
* | ide: add ide_init_port_hw() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 5 | -66/+80 |
* | sgiioc4: always init hwif->io_ports | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -9/+6 |
* | ide: Fix build break caused by "ide: remove ideprobe_init()" | Olof Johansson | 2008-01-26 | 1 | -1/+1 |
* | ide: remove ideprobe_init() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -39/+23 |
* | ide: add hwif->chipset fixup to ide_device_add() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+5 |
* | swarm: set hwif->chipset | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+1 |
* | rapide: set hwif->chipset | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+1 |
* | ide: fix probing for hosts with serialized or IRQ sharing interfaces | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+14 |
* | ide: kill probe_hwif_init() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -21/+17 |
* | ide: don't try to unregister interfaces if 'initializing' in ide_register_hw() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+10 |
* | ide: merge ->fixup and ->quirkproc methods | Bartlomiej Zolnierkiewicz | 2008-01-26 | 8 | -62/+53 |
* | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -6/+5 |