aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-10ide: move ioctls handling to ide-ioctls.cBartlomiej Zolnierkiewicz1-2/+0
2008-10-10ide: add ide_setting_ioctl() helperBartlomiej Zolnierkiewicz1-1/+13
2008-10-10ide: remove ->bus_state field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz1-0/+10
2008-10-10ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()Bartlomiej Zolnierkiewicz1-4/+0
2008-10-10ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()Bartlomiej Zolnierkiewicz1-3/+0
2008-10-10ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache()Bartlomiej Zolnierkiewicz1-2/+2
2008-10-10ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz1-13/+0
2008-10-10ide: ide_dev_has_iordy() -> ata_id_has_iordy()Bartlomiej Zolnierkiewicz1-5/+0
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: remove read-only ->atapi_overlap field from ide_drive_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-36/+74
2008-10-10ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-0/+2
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: remove IDE_CHIPSET_* macrosBartlomiej Zolnierkiewicz1-4/+0
2008-10-10ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz1-0/+2
2008-10-10ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz1-2/+0
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-7/+8
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz1-7/+2
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-9/+14
2008-10-05ide-cd: temporary tray close fixBorislav Petkov1-1/+3
2008-09-02ide: fix hwif_to_node()Bartlomiej Zolnierkiewicz1-2/+1
2008-09-02IDE: compile fix for sff_dma_opsKevin Hilman1-1/+1
2008-08-05ide: remove CONFIG_IDE_MAX_HWIFSAdrian Bunk1-12/+1
2008-08-05ide: sanitize struct ide_port_ops documentation (take 2)Bartlomiej Zolnierkiewicz1-9/+18
2008-07-24ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz1-1/+1
2008-07-24ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz1-0/+6
2008-07-24ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz1-0/+8
2008-07-24ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz1-0/+2
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz1-0/+7
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-2/+5
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov1-1/+0
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov1-2/+1
2008-07-23ide: add per-device flagsBorislav Petkov1-0/+60
2008-07-23ide: remove pc->callback member from ide_atapi_pcBorislav Petkov1-2/+0
2008-07-23ide: push pc callback pointer into the ide_drive_t structureBorislav Petkov1-2/+7
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz1-0/+2
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz1-10/+11
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-17/+35
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-1/+0
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz1-3/+0
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz1-7/+0
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz1-7/+3
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz1-8/+2
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz1-7/+1