aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-floppy.c
AgeCommit message (Expand)Author
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns
2008-10-10ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.cBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}Bartlomiej Zolnierkiewicz
2008-10-10ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: add ide_floppy_set_media_lock() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: remove MODE_SENSE_* definesBartlomiej Zolnierkiewicz
2008-10-10ide-{floppy,tape}: remove packet command stackBartlomiej Zolnierkiewicz
2008-10-10ide-{floppy,tape}: remove request stackBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: use scatterlists for pio transfersBorislav Petkov
2008-10-10ide-floppy: add ide_floppy_format_ioctl() helperBartlomiej Zolnierkiewicz
2008-10-10ide-floppy: remove needless parensBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov
2008-07-23ide-floppy: pass packet command in rq->cmdBorislav Petkov
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-16ide: endian annotations in ide-floppy.cHarvey Harrison
2008-07-16ide-floppy: zero out the whole struct ide_atapi_pc on initBorislav Petkov
2008-07-16ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_openBorislav Petkov
2008-07-15ide-floppy: fix unfortunate function namingBorislav Petkov
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,scsi}: read Status Register before stopping DMA engineBartlomiej Zolnierkiewicz
2008-07-15ide-floppy: add more debugging to idefloppy_pc_intr()Bartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide-{cd,floppy,tape}: remove checking for drive->scsiBartlomiej Zolnierkiewicz
2008-07-15ide: add PC_FLAG_ZIP_DRIVE pc flagBartlomiej Zolnierkiewicz
2008-07-15ide-floppy: start DMA engine in idefloppy_transfer_pc1()Bartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz