summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c
Commit message (Expand)AuthorAgeFilesLines
* ide-cd: remove dead dsc_overlap settingBartlomiej Zolnierkiewicz2008-12-291-14/+1
* ide-cd: remove obsolete seek optimizationBartlomiej Zolnierkiewicz2008-12-291-83/+6
* ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz2008-12-291-6/+8
* ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz2008-12-291-9/+3
* ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-4/+8
* ide-cd: fix DMA alignment regressionBorislav Petkov2008-11-021-1/+2
* ide-cd: add TEAC CD-224E to the NO_AUTOCLOSE listMárton Németh2008-10-231-0/+1
* [PATCH] switch ide-cdAl Viro2008-10-211-15/+10
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-211-3/+4
* [PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro2008-10-211-1/+1
* ide-cd: remove stale commentBorislav Petkov2008-10-171-4/+0
* ide-cd: small drive type print fixBorislav Petkov2008-10-171-1/+1
* ide-cd: debug log enhancementsBorislav Petkov2008-10-171-12/+21
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-171-2/+12
* ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz2008-10-171-1/+1
* ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGEDBartlomiej Zolnierkiewicz2008-10-171-3/+3
* ide-cd: fix printk format warningAlexander Beregalov2008-10-131-1/+1
* ide-cd: move cdrom_info.dma to ide_drive_t.dmaBorislav Petkov2008-10-131-18/+14
* ide-cd: add a debug_mask module parameterBorislav Petkov2008-10-131-1/+7
* ide-cd: convert driver to new ide debugging macro (v3)Borislav Petkov2008-10-131-37/+150
* ide-cd: no need to zero drive->special.allBartlomiej Zolnierkiewicz2008-10-131-2/+0
* ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz2008-10-131-3/+0
* ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-131-1/+0
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-7/+10
* ide: unify conversion macrosBorislav Petkov2008-10-131-11/+6
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-4/+4
* ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-8/+7
* ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz2008-10-101-3/+2
* ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz2008-10-101-2/+2
* ide-cd: use the new object_is_in_stack() helperFUJITA Tomonori2008-10-101-9/+5
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-101-8/+8
* ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-7/+8
* block: move policy from disk to part0Tejun Heo2008-10-091-1/+1
* ide-cd: Optiarc DVD RW AD-7200A does play audioBodo Eggert2008-10-051-0/+1
* ide-cd: temporary tray close fixBorislav Petkov2008-10-051-1/+4
* block: disable sysfs parts of the disk command filterJens Axboe2008-09-111-2/+0
* remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-291-0/+2
* ide-cd: use bcd2bin/bin2bcdAdrian Bunk2008-08-181-10/+10
* ide-cd: fix endianity for the error message in cdrom_read_capacityPetr Tesarik2008-08-051-8/+10
* ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz2008-08-051-5/+7
* ide-cd: fix oops when using growisofsJens Axboe2008-07-241-5/+22
* ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz2008-07-241-3/+9
* ide: ide-cd.c fix sparse endianness warningsHarvey Harrison2008-07-231-11/+8
* ide-cd: convert to using the new atapi_flagsBorislav Petkov2008-07-231-56/+52
* ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-231-6/+6
* ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz2008-07-231-8/+4
* ide: add ->read_status methodBartlomiej Zolnierkiewicz2008-07-231-4/+8
OpenPOWER on IntegriCloud