summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-10ide-generic: handle probing of legacy io-ports v5Borislav Petkov1-4/+51
2008-10-10ide-floppy: use scatterlists for pio transfersBorislav Petkov1-26/+42
2008-10-10ide-tape: remove idetape_init_rq()Bartlomiej Zolnierkiewicz1-8/+3
2008-10-10ide-floppy: add ide_floppy_format_ioctl() helperBartlomiej Zolnierkiewicz1-21/+25
2008-10-10ide-floppy: remove needless parensBartlomiej Zolnierkiewicz1-11/+16
2008-10-10ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz3-85/+53
2008-10-10ide: move ioctls handling to ide-ioctls.cBartlomiej Zolnierkiewicz4-285/+291
2008-10-10ide: cleanup generic_ide_ioctl()Bartlomiej Zolnierkiewicz1-52/+45
2008-10-10ide: add ide_setting_ioctl() helperBartlomiej Zolnierkiewicz2-60/+52
2008-10-10ide: remove ->bus_state field from ide_hwif_tBartlomiej Zolnierkiewicz1-3/+1
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz29-31/+120
2008-10-10hpt366: add hpt3xx_disable_fast_irq() helperBartlomiej Zolnierkiewicz1-25/+33
2008-10-10ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok()Bartlomiej Zolnierkiewicz1-51/+1
2008-10-10ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()Bartlomiej Zolnierkiewicz1-21/+1
2008-10-10ide: use ata_id_is_cfa()Bartlomiej Zolnierkiewicz1-8/+6
2008-10-10ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()Bartlomiej Zolnierkiewicz2-4/+4
2008-10-10ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()Bartlomiej Zolnierkiewicz2-4/+4
2008-10-10ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()Bartlomiej Zolnierkiewicz1-15/+6
2008-10-10ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz2-3/+3
2008-10-10ide: ide_dev_has_iordy() -> ata_id_has_iordy()Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()Bartlomiej Zolnierkiewicz1-14/+26
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz6-11/+5
2008-10-10ide: remove read-only ->atapi_overlap field from ide_drive_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10cmd640: add __set_prefetch_mode()Bartlomiej Zolnierkiewicz1-22/+20
2008-10-10ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz5-7/+9
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz8-299/+266
2008-10-10ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz3-7/+6
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz5-10/+8
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz52-49/+4
2008-10-10ide: remove CONFIG_IDEDISK_MULTI_MODEBartlomiej Zolnierkiewicz2-27/+2
2008-10-10ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz7-14/+14
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz5-9/+7
2008-10-10ide: remove unused _IDE_C and _IDE_DISK definesBartlomiej Zolnierkiewicz2-5/+0
2008-10-10ide: remove IDE_CHIPSET_* macrosBartlomiej Zolnierkiewicz1-1/+2
2008-10-10ide: remove no longer needed BUG_ON()-s from init_irq()Bartlomiej Zolnierkiewicz1-5/+0
2008-10-10ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz2-28/+17
2008-10-10ide: fix EXABYTENEST handling in probe_for_drive()Bartlomiej Zolnierkiewicz1-9/+7
2008-10-10ide-cd: use the new object_is_in_stack() helperFUJITA Tomonori1-9/+5
2008-10-10ide: re-code ide_fixstring() loop to be less evilLinus Torvalds1-3/+5
2008-10-10ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz2-16/+4
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz14-106/+109
2008-10-10hd: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-4/+5
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz9-93/+89
2008-10-10libata: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide-disk: use ata_id_hpa_enabled()Bartlomiej Zolnierkiewicz1-13/+2
2008-10-10ide-disk: use ata_id_wcache_enabled()Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: use ata_id_current_chs_valid()Bartlomiej Zolnierkiewicz1-3/+1
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz12-62/+88
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz27-271/+298
2008-10-10ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz1-87/+20