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