Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ide: add "flagged" taskfile flags to struct ide_taskfile (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -31/+35 | |
* | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+2 | |
* | ide: add IDE_HFLAG_DTC2278 host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+2 | |
* | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+6 | |
* | ide: fix memleak on failure in probe_for_drive() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -2/+0 | |
* | ide: include <asm/ide.h> only when needed | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -7/+0 | |
* | ide: remove IDE_ARCH_LOCK (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -6/+11 | |
* | ide: remove IDE_ARCH_INTR (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -5/+0 | |
* | ide: improve debugging scheme | Borislav Petkov | 2009-03-27 | 1 | -4/+5 | |
* | ide: use try_to_identify() in ide_driveid_update() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 | |
* | mn10300: remove <asm/ide.h> | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -3/+2 | |
* | frv: remove <asm/ide.h> | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+2 | |
* | ide: remove pciirq argument from ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -1/+1 | |
* | ide: fix ->init_chipset method to return 'int' value | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+2 | |
* | ide: remove no longer needed IRQ fallback code from hwif_init() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -15/+0 | |
* | ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -4/+0 | |
* | ide: move error handling code to ide-eh.c (v2) | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -5/+8 | |
* | ide: move xfer mode tuning code to ide-xfer-mode.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -5/+7 | |
* | ide: move device settings code to ide-devsets.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+1 | |
* | ide: move ide_do_park_unpark() to ide-park.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 | |
* | ide: remove ide_do_drive_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 | |
* | ide: move ide_dma_timeout_retry() to ide-dma.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 | |
* | ide: move drive_is_ready() to ide-io.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 | |
* | ide: sanitize ACPI initialization | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+4 | |
* | ide: add ide_for_each_present_dev() iterator | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+4 | |
* | ide: move ide_pktcmd_tf_load() to ide-atapi.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 | |
* | ide: save the returned value of dma_map_sg | FUJITA Tomonori | 2009-03-13 | 1 | -0/+1 | |
* | ide: allow to wrap interrupt handler | Stanislaw Gruszka | 2009-03-05 | 1 | -0/+1 | |
* | ide: fix refcounting in device drivers | Bartlomiej Zolnierkiewicz | 2009-02-25 | 1 | -1/+1 | |
* | IDE: fix sparse signed-ness errors with host->host_busy | Ben Dooks | 2009-01-14 | 1 | -1/+1 | |
* | ide: move read_sff_dma_status() method to 'struct ide_dma_ops' | Sergei Shtylyov | 2009-01-06 | 1 | -2/+6 | |
* | ide: remove unused ide_hwif_t.sg_mapped field | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -1/+0 | |
* | ide: struct ide_atapi_pc - remove unused fields and update documentation | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -4/+0 | |
* | ide-cd: convert to ide-atapi facilities | Borislav Petkov | 2009-01-06 | 1 | -0/+2 | |
* | ide: add port and host iterators | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+9 | |
* | ide: dynamic allocation of device structures | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+2 | |
* | ide: remove ->error method from struct ide_driver | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -3/+0 | |
* | ide: remove ide_driver_t typedef | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -9/+9 | |
* | ide: remove 'byte' typedef | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -3/+1 | |
* | ide: remove ide_pci_enablebit_t typedef | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -3/+4 | |
* | ide: remove local_irq_set() macro | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+0 | |
* | ide: remove HWIF() macro | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+0 | |
* | ide: move ide_init_port_data() and friends to ide-probe.c | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -8/+1 | |
* | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -31/+24 | |
* | ide: use lock bitops for ports serialization (v2) | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -29/+6 | |
* | ide: remove hwgroup->hwif and {drive,hwif}->next | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -10/+3 | |
* | ide: use per-port IRQ handlers | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+2 | |
* | ide: add ->cur_port to struct ide_host and use it for serialized hosts | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -0/+1 | |
* | ide-atapi: remove timeout arg to ide_issue_pc | Borislav Petkov | 2009-01-02 | 1 | -1/+1 | |
* | ide: remove the last ide-scsi remnants | Borislav Petkov | 2009-01-02 | 1 | -15/+13 |