summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-floppy.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz1-8/+2
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz1-3/+4
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz1-24/+1
2008-10-13ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz1-2/+2
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz1-2/+1
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz1-12/+8
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns1-10/+10
2008-10-10ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz1-9/+4
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz1-5/+1
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz1-15/+4
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz1-25/+7
2008-10-10ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.cBartlomiej Zolnierkiewicz1-287/+9
2008-10-10ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}Bartlomiej Zolnierkiewicz1-10/+14
2008-10-10ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz1-32/+17
2008-10-10ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz1-20/+1
2008-10-10ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz1-22/+9
2008-10-10ide-floppy: add ide_floppy_set_media_lock() helperBartlomiej Zolnierkiewicz1-23/+16
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz1-46/+1
2008-10-10ide-floppy: remove MODE_SENSE_* definesBartlomiej Zolnierkiewicz1-12/+5
2008-10-10ide-{floppy,tape}: remove packet command stackBartlomiej Zolnierkiewicz1-25/+7
2008-10-10ide-{floppy,tape}: remove request stackBartlomiej Zolnierkiewicz1-16/+6
2008-10-10ide-floppy: use scatterlists for pio transfersBorislav Petkov1-26/+42
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 Zolnierkiewicz1-45/+3
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-12/+23
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz1-2/+2
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-0/+1
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz1-2/+2
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-6/+8
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz1-5/+6
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz1-3/+9
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov1-46/+27
2008-07-23ide-floppy: pass packet command in rq->cmdBorislav Petkov1-0/+4
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov1-2/+2
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-4/+4
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-1/+2
2008-07-16IDE: Remove unused codeElias Oltmanns1-1/+0
2008-07-16ide: endian annotations in ide-floppy.cHarvey Harrison1-8/+8
2008-07-16ide-floppy: zero out the whole struct ide_atapi_pc on initBorislav Petkov1-4/+1
2008-07-16ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_openBorislav Petkov1-7/+3
2008-07-15ide-floppy: fix unfortunate function namingBorislav Petkov1-8/+10
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz1-125/+3
2008-07-15ide-{floppy,scsi}: read Status Register before stopping DMA engineBartlomiej Zolnierkiewicz1-3/+3
2008-07-15ide-floppy: add more debugging to idefloppy_pc_intr()Bartlomiej Zolnierkiewicz1-2/+8
2008-07-15ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz1-2/+3
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz1-33/+2