Age | Commit message (Expand) | Author | Files | Lines |
2009-03-31 | ide: inline SELECT_DRIVE() | Sergei Shtylyov | 1 | -7/+8 |
2009-03-31 | ide: turn set_irq() method into write_devctl() method | Sergei Shtylyov | 1 | -3/+3 |
2009-03-31 | ide: fix locking in drive_release_dev() | Bartlomiej Zolnierkiewicz | 1 | -8/+4 |
2009-03-27 | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 1 | -9/+9 |
2009-03-27 | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2009-03-27 | ide: add IDE_HFLAG_DTC2278 host flag | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-03-27 | ide: remove now superfluous check from ide_host_register() | Bartlomiej Zolnierkiewicz | 1 | -12/+7 |
2009-03-27 | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 1 | -10/+3 |
2009-03-27 | ide: fix memleak on failure in probe_for_drive() | Bartlomiej Zolnierkiewicz | 1 | -13/+9 |
2009-03-27 | ide: remove IDE_ARCH_LOCK (v2) | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2009-03-27 | ide: move ->rqsize init from init_irq() to ide_init_port() | Bartlomiej Zolnierkiewicz | 1 | -8/+7 |
2009-03-25 | ide: use try_to_identify() in ide_driveid_update() | Bartlomiej Zolnierkiewicz | 1 | -12/+12 |
2009-03-25 | ide: classify device type in do_probe() | Bartlomiej Zolnierkiewicz | 1 | -13/+13 |
2009-03-25 | ide: remove broken EXABYTENEST support | Bartlomiej Zolnierkiewicz | 1 | -37/+0 |
2009-03-25 | ide: remove try_to_identify() wrapper | Bartlomiej Zolnierkiewicz | 1 | -25/+9 |
2009-03-25 | ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2) | Bartlomiej Zolnierkiewicz | 1 | -43/+7 |
2009-03-25 | ide: remove no longer needed IRQ fallback code from hwif_init() | Bartlomiej Zolnierkiewicz | 1 | -26/+4 |
2009-03-25 | ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2009-03-25 | ide: sanitize ACPI initialization | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-03-25 | ide: add ide_for_each_present_dev() iterator | Bartlomiej Zolnierkiewicz | 1 | -25/+13 |
2009-03-25 | ide: init_irq() doesn't need to hold ide_cfg_mtx | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2009-03-25 | ide: move ->lock and ->timer init from init_irq() to ide_init_port_data() | Bartlomiej Zolnierkiewicz | 1 | -5/+6 |
2009-03-25 | ide: no need to touch local IRQs in ide_probe_port() | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
2009-03-25 | ide: fix IDE_DFLAG_NO_IO_32BIT handling | Bartlomiej Zolnierkiewicz | 1 | -7/+2 |
2009-03-05 | ide: allow to wrap interrupt handler | Stanislaw Gruszka | 1 | -1/+6 |
2009-02-02 | IDE: Unregister and disable devices if initialization fails. | Ian Campbell | 1 | -1/+2 |
2009-02-02 | ide: fix ide_register_port() failure handling | Bartlomiej Zolnierkiewicz | 1 | -8/+32 |
2009-01-19 | ide: fix IDE PMAC breakage | Andreas Schwab | 1 | -1/+2 |
2009-01-14 | ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-01-06 | ide: move read_sff_dma_status() method to 'struct ide_dma_ops' | Sergei Shtylyov | 1 | -2/+5 |
2009-01-06 | ide: fix ide_port_scan() to do ACPI setup after initializing request queues | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-01-06 | ide: Fix drive's DWORD-IO handling | Mario Schwalbe | 1 | -2/+1 |
2009-01-06 | ide: add port and host iterators | Bartlomiej Zolnierkiewicz | 1 | -58/+38 |
2009-01-06 | ide: dynamic allocation of device structures | Bartlomiej Zolnierkiewicz | 1 | -20/+51 |
2009-01-06 | ide: NUMA aware allocation of host and port structures | Bartlomiej Zolnierkiewicz | 1 | -4/+5 |
2009-01-06 | ide: remove local_irq_set() macro | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
2009-01-06 | ide: remove HWIF() macro | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
2009-01-06 | ide: move ide_init_port_data() and friends to ide-probe.c | Bartlomiej Zolnierkiewicz | 1 | -0/+135 |
2009-01-06 | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 1 | -74/+13 |
2009-01-06 | ide: remove hwgroup->hwif and {drive,hwif}->next | Bartlomiej Zolnierkiewicz | 1 | -84/+6 |
2009-01-06 | ide: use per-port IRQ handlers | Bartlomiej Zolnierkiewicz | 1 | -13/+8 |
2009-01-02 | ide: remove the last ide-scsi remnants | Borislav Petkov | 1 | -2/+0 |
2009-01-02 | ide: use per-device request queue locks (v2) | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2009-01-02 | ide: move sysfs support to ide-sysfs.c | Bartlomiej Zolnierkiewicz | 1 | -52/+0 |
2009-01-02 | ide: factor out device type classifying from do_identify() | Bartlomiej Zolnierkiewicz | 1 | -73/+81 |
2009-01-02 | ide: small ide_register_port() cleanup | Bartlomiej Zolnierkiewicz | 1 | -7/+2 |
2009-01-02 | ide: remove chipset type fixup from ide_host_register() | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2008-12-29 | ide: push local_irq_{save,restore}() to do_identify() | Bartlomiej Zolnierkiewicz | 1 | -7/+4 |
2008-12-29 | ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2) | Bartlomiej Zolnierkiewicz | 1 | -56/+0 |
2008-12-29 | ide: remove inline tags from ide-probe.c | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |