summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
Commit message (Expand)AuthorAgeFilesLines
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2009-12-021-2/+2
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-21/+3
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-291-0/+2
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-251-1/+0
* ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz2009-06-241-2/+0
* ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos2009-06-151-1/+11
* ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-151-9/+1
* ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2009-06-151-0/+6
* ide: IORDY handling fixesBartlomiej Zolnierkiewicz2009-06-151-0/+1
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-14/+4
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-151-0/+2
| * ide-atapi: remove pc->bufBorislav Petkov2009-05-151-11/+0
| * ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-151-1/+1
| * ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-151-1/+2
| * ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-151-2/+0
| * ide-atapi: kill unused fields and callbacksTejun Heo2009-04-281-12/+0
| * ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-1/+1
| * ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-281-2/+1
| * ide: add helpers for preparing sense requestsBorislav Petkov2009-04-281-0/+11
| * ide kill unused ide_cmd->specialTejun Heo2009-04-281-1/+0
* | ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-071-1/+1
* | ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-071-0/+1
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-071-2/+4
|\ \
| * | ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-071-0/+2
| * | ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-071-2/+2
* | | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-221-1/+1
|\| |
| * | ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-221-1/+1
| |/
* | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-171-7/+7
* | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-171-2/+3
* | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-171-1/+0
* | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-171-15/+6
* | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-191-12/+0
* | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-191-1/+1
* | ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-191-2/+1
* | ide: add helpers for preparing sense requestsBorislav Petkov2009-04-191-0/+11
* | ide kill unused ide_cmd->specialTejun Heo2009-04-191-1/+0
|/
* ide: refactor tf_read() methodSergei Shtylyov2009-04-081-2/+3
* ide: refactor tf_load() methodSergei Shtylyov2009-04-081-2/+2
* ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-081-34/+15
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-57/+38
* ide: inline SELECT_DRIVE()Sergei Shtylyov2009-03-311-1/+0
* ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov2009-03-311-3/+3
* ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov2009-03-311-4/+8
* ide: turn set_irq() method into write_devctl() methodSergei Shtylyov2009-03-311-4/+2
* ide-floppy: use ide_pio_bytes()Bartlomiej Zolnierkiewicz2009-03-311-5/+0
* ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz2009-03-311-1/+1
* ide: sanitize ide_build_sglist() and ide_destroy_dmatable()Bartlomiej Zolnierkiewicz2009-03-311-3/+3
* ide: add ->dma_check methodBartlomiej Zolnierkiewicz2009-03-311-0/+1