aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/tx4939ide.c
Commit message (Expand)AuthorAgeFilesLines
* tx493xide: use min_t() macro instead of min()Atsushi Nemoto2010-08-091-1/+1
* tx493xide: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz2010-01-191-1/+1
* ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-2/+2
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-2/+2
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-121-3/+2
|\
| * ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-171-1/+1
| * ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-171-3/+2
* | ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
|/
* ide: refactor tf_load() methodSergei Shtylyov2009-04-081-3/+4
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-1/+1
* tx4939ide: Fix tx4939ide_{in,out}put_data_swap argumentAtsushi Nemoto2009-04-081-2/+2
* tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}Atsushi Nemoto2009-04-081-93/+6
* tx4939ide: remove wmb()Atsushi Nemoto2009-04-081-3/+3
* ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov2009-03-311-1/+3
* ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-311-15/+0
* ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-311-8/+7
* ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov2009-03-311-9/+8
* ide: turn set_irq() method into write_devctl() methodSergei Shtylyov2009-03-311-4/+2
* ide: use ATA_HOBSergei Shtylyov2009-03-311-2/+2
* ide: set/clear drive->waiting_for_dma flag in the core codeBartlomiej Zolnierkiewicz2009-03-311-4/+0
* ide: move ide_map_sg() call out of ->dma_setup method (take 2)Bartlomiej Zolnierkiewicz2009-03-311-5/+1
* ide: destroy DMA mappings after ending DMA (v2)Bartlomiej Zolnierkiewicz2009-03-311-3/+1
* ide: add ->dma_clear method and remove ->dma_timeout oneBartlomiej Zolnierkiewicz2009-03-311-1/+0
* ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz2009-03-271-16/+10
* ide: move command related fields from ide_hwif_t to struct ide_cmdBartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-37/+38
* ide: call ide_build_sglist() prior to ->dma_setup (v2)Bartlomiej Zolnierkiewicz2009-03-271-4/+0
* ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz2009-03-271-3/+3
* ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz2009-03-271-0/+2
* tx4939ide: typo fix and minor cleanupAtsushi Nemoto2009-02-021-2/+2
* ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov2009-01-061-9/+12
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-061-1/+1
* ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz2009-01-021-0/+1
* tx493x: fix indentationBartlomiej Zolnierkiewicz2009-01-021-21/+21
* tx493[89]ide: Fix length for __ide_flush_dcache_rangeAtsushi Nemoto2008-12-291-2/+2
* tx4939ide: Do not use zero count PRD entryAtsushi Nemoto2008-12-291-0/+6
* ide: Add tx4939ide driver (v6)Atsushi Nemoto2008-10-231-0/+754