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