summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-31/+24
2009-01-06ide: use lock bitops for ports serialization (v2)Bartlomiej Zolnierkiewicz1-29/+6
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz1-10/+3
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz1-0/+1
2009-01-02ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov1-1/+1
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov1-15/+13
2009-01-02ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov1-6/+0
2009-01-02ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov1-1/+3
2009-01-02ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov1-0/+2
2009-01-02ide: make IDE_AFLAG_.. numbering continuous againBorislav Petkov1-24/+24
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz1-4/+0