summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)Author
2009-03-27ide: remove ->end_request methodBartlomiej Zolnierkiewicz
2009-03-27ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz
2009-03-27ide: move ->failed_pc to ide_drive_tBartlomiej Zolnierkiewicz
2009-03-27ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flagBartlomiej Zolnierkiewicz
2009-03-27ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz
2009-03-27ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz
2009-03-27ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz
2009-03-27ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz
2009-03-27ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz
2009-03-27ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz
2009-03-27ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz
2009-03-27ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: improve debugging schemeBorislav Petkov
2009-03-24ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24mn10300: remove <asm/ide.h>Bartlomiej Zolnierkiewicz
2009-03-24frv: remove <asm/ide.h>Bartlomiej Zolnierkiewicz
2009-03-24ide: remove pciirq argument from ide_pci_setup_ports()Bartlomiej Zolnierkiewicz
2009-03-24ide: fix ->init_chipset method to return 'int' valueBartlomiej Zolnierkiewicz
2009-03-24ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz
2009-03-24ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQSBartlomiej Zolnierkiewicz
2009-03-24ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz
2009-03-24ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz
2009-03-24ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz
2009-03-24ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz
2009-03-24ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz
2009-03-24ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz
2009-03-24ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz
2009-03-24ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz
2009-03-24ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz
2009-03-13ide: save the returned value of dma_map_sgFUJITA Tomonori
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka
2009-02-25ide: fix refcounting in device driversBartlomiej Zolnierkiewicz
2009-01-14IDE: fix sparse signed-ness errors with host->host_busyBen Dooks
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov
2009-01-06ide: remove unused ide_hwif_t.sg_mapped fieldBartlomiej Zolnierkiewicz
2009-01-06ide: struct ide_atapi_pc - remove unused fields and update documentationBartlomiej Zolnierkiewicz
2009-01-06ide-cd: convert to ide-atapi facilitiesBorislav Petkov
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz
2009-01-06ide: remove 'byte' typedefBartlomiej Zolnierkiewicz
2009-01-06ide: remove ide_pci_enablebit_t typedefBartlomiej Zolnierkiewicz
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz
2009-01-06ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz