| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent IDE boot ops on NUMA system | Andi Kleen | 2008-02-11 | 1 | -1/+1 |
* | ide-disk: fix flush requests (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -0/+2 |
* | ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option | Sergei Shtylyov | 2008-02-11 | 1 | -5/+4 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -0/+7 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -0/+14 |
* | ide: remove ide_setup_ports() | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -11/+0 |
* | ide: remove write-only ->sata_misc[] from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -5/+0 |
* | Palmchip BK3710 IDE driver | Anton Salnikov | 2008-02-06 | 1 | -2/+3 |
* | ide: move check_dma_crc() to ide-dma.c | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+2 |
* | ide: remove ide_ata66_check() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+0 |
* | ide: remove set_transfer() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+0 |
* | ide: remove SATA_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -6/+0 |
* | ide: remove ->nice0 and ->nice2 fields from ide_drive_t | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+0 |
* | ide: convert ->straight8 field in ide_hwif_t to bit flag | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+1 |
* | ide: remove unused ->auto_poll field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+0 |
* | ide: move create_proc_ide_drives() call to ide_device_add_all() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+2 |
* | ide: factor out devices setup from ide_acpi_init() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+2 |
* | ide: add ->port_init_devs method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+2 |
* | ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -5/+8 |
* | ide: add ide_deprecated_find_port() helper | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+1 |
* | ide: add 'init_default' and 'restore' arguments to ide_unregister() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+1 |
* | ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw | Borislav Petkov | 2008-02-02 | 1 | -0/+3 |
* | ide: add ->cable_detect method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -0/+2 |
* | ide: add struct ide_port_info instances to legacy host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+11 |
* | ide: use ide_remove_port_from_hwgroup in init_irq() | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -0/+1 |
* | ide: remove unused ide_hwgroup_t fields | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -11/+3 |
* | ide: don't include <linux/hdsmart.h> | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -1/+0 |
* | ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+3 |
* | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+3 |
* | ide: add IDE_HFLAG_NO_DSC host flag | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -0/+2 |
* | ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -0/+2 |
* | ide: ide_setup_dma() assumes 8 ports | Sergei Shtylyov | 2008-02-01 | 1 | -1/+1 |
* | ide: add ide_dump_identify() debug helper | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -0/+5 |
* | ide: make wait_drive_not_busy() static again | Adrian Bunk | 2008-02-01 | 1 | -2/+0 |
* | ide: small ide-scan-pci.c cleanup | Adrian Bunk | 2008-02-01 | 1 | -1/+0 |
* | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -8/+0 |
* | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 |
* | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: task_end_request() fix | Tejun Heo | 2008-01-26 | 1 | -0/+2 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+6 |
* | ide: fix ->io_32bit race in ide_taskfile_ioctl() | Tejun Heo | 2008-01-26 | 1 | -0/+2 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+5 |
* | ide: make remaining built-in only IDE host drivers modular (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+2 |
* | ide: drop 'initializing' argument from ide_register_hw() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+2 |
* | ide: add ide_init_port_hw() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+1 |
* | 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 | 1 | -2/+1 |
* | ide: merge ->fixup and ->quirkproc methods | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -6/+4 |
* | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -4/+2 |