Commit Graph

141 Commits (f723af16da8359cda47320001960609b0086082b)

Author SHA1 Message Date
Elias Oltmanns 92f1f8fd80 ide: Remove ide_spin_wait_hwgroup() and use special requests instead 17 years ago
Bartlomiej Zolnierkiewicz d6e2955a6b ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> 17 years ago
Bartlomiej Zolnierkiewicz de699ad595 ide: add ide_do_test_unit_ready() helper 17 years ago
Bartlomiej Zolnierkiewicz 0c8a6c7aea ide: add ide_do_start_stop() helper 17 years ago
Bartlomiej Zolnierkiewicz 0578042db3 ide: add ide_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz 0127854d7c ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c 17 years ago
Bartlomiej Zolnierkiewicz 49cac39e71 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} 17 years ago
Bartlomiej Zolnierkiewicz 2ac07d9206 ide: add ide_queue_pc_tail() helper 17 years ago
Bartlomiej Zolnierkiewicz 7645c1514c ide: add ide_queue_pc_head() helper 17 years ago
Bartlomiej Zolnierkiewicz 7bf7420a31 ide: add ide_init_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz e996fc8ae9 ide-floppy: add ide_floppy_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz acaa0f5f67 ide: add ide_io_buffers() helper 17 years ago
Bartlomiej Zolnierkiewicz 4de4b9e140 ide-floppy: remove MODE_SENSE_* defines 17 years ago
Bartlomiej Zolnierkiewicz 2e8a6f89de ide-{floppy,tape}: remove packet command stack 17 years ago
Bartlomiej Zolnierkiewicz 394a4c2101 ide-{floppy,tape}: remove request stack 17 years ago
Borislav Petkov b98b3409ab ide-floppy: use scatterlists for pio transfers 17 years ago
Bartlomiej Zolnierkiewicz d56c99e26b ide-floppy: add ide_floppy_format_ioctl() helper 17 years ago
Bartlomiej Zolnierkiewicz e3faa2481e ide-floppy: remove needless parens 17 years ago
Bartlomiej Zolnierkiewicz 51509eec34 ide: add ide_check_atapi_device() helper 17 years ago
Bartlomiej Zolnierkiewicz 02d599a365 ide: remove ->supports_dsc_overlap field from ide_driver_t 17 years ago
Bartlomiej Zolnierkiewicz 8185d5aa93 ide: /proc/ide/hd*/settings rework 17 years ago
Bartlomiej Zolnierkiewicz 1e874f4483 ide: call ide_proc_register_driver() later 17 years ago
Bartlomiej Zolnierkiewicz 3ceca727fe ide: include <linux/hdreg.h> only when needed 17 years ago
Bartlomiej Zolnierkiewicz 2a924662b6 ide: remove needless drive->present checks from device drivers 17 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 17 years ago
Bartlomiej Zolnierkiewicz d3e33ff59f ide: fix regression caused by ide_device_{get,put}() addition (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 08da591e14 ide: add ide_device_{get,put}() helpers 17 years ago
Borislav Petkov ea68d270ff ide-floppy: convert to using the new atapi_flags (take 2) 17 years ago
Borislav Petkov 20cd93be67 ide-floppy: pass packet command in rq->cmd 17 years ago
Borislav Petkov 2207fa5af1 ide-floppy: use drive->pc_callback instead of pc->callback 17 years ago
Bartlomiej Zolnierkiewicz 374e042c3e ide: add struct ide_tp_ops (take 2) 17 years ago
Bartlomiej Zolnierkiewicz b73c7ee25d ide: add ->read_status method 17 years ago
Elias Oltmanns 3ef5eb424e IDE: Remove unused code 17 years ago
Harvey Harrison 85ae98a3df ide: endian annotations in ide-floppy.c 17 years ago
Borislav Petkov 68dc3575e0 ide-floppy: zero out the whole struct ide_atapi_pc on init 17 years ago
Borislav Petkov c96a7df8db ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open 17 years ago
Borislav Petkov cbbc4e818d ide-floppy: fix unfortunate function naming 17 years ago
Bartlomiej Zolnierkiewicz 646c0cb6c4 ide: add ide_pc_intr() helper 17 years ago
Bartlomiej Zolnierkiewicz 55d82bfa67 ide-{floppy,scsi}: read Status Register before stopping DMA engine 17 years ago
Bartlomiej Zolnierkiewicz 4c93067ea9 ide-floppy: add more debugging to idefloppy_pc_intr() 17 years ago
Bartlomiej Zolnierkiewicz dd2e9a032b ide-{floppy,tape}: move checking of ->failed_pc to ->callback 17 years ago
Bartlomiej Zolnierkiewicz 6bf1641ca1 ide: add ide_issue_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 28c7214bd8 ide: add PC_FLAG_DRQ_INTERRUPT pc flag 17 years ago
Bartlomiej Zolnierkiewicz 594c16d8dd ide: add ide_transfer_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 794cc6804b ide-{cd,floppy,tape}: remove checking for drive->scsi 17 years ago
Bartlomiej Zolnierkiewicz 5d41893c0f ide: add PC_FLAG_ZIP_DRIVE pc flag 17 years ago
Bartlomiej Zolnierkiewicz 6ffb66410d ide-floppy: start DMA engine in idefloppy_transfer_pc1() 17 years ago
Bartlomiej Zolnierkiewicz 5e33109582 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK 17 years ago
Bartlomiej Zolnierkiewicz 1b06e92aa0 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback 17 years ago