aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/tx4939ide.c
AgeCommit message (Expand)Author
2013-03-08ide: tx4939ide: use module_platform_driver_probe()Jingoo Han
2012-10-06sections: fix section conflicts in drivers/ideAndi Kleen
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2010-08-09tx493xide: use min_t() macro instead of min()Atsushi Nemoto
2010-01-19tx493xide: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz
2010-01-19ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz
2010-01-19ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-05-17ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz
2009-05-17ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo
2009-04-08ide: refactor tf_load() methodSergei Shtylyov
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov
2009-04-08tx4939ide: Fix tx4939ide_{in,out}put_data_swap argumentAtsushi Nemoto
2009-04-08tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}Atsushi Nemoto
2009-04-08tx4939ide: remove wmb()Atsushi Nemoto
2009-03-31ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov
2009-03-31ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov
2009-03-31ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)Sergei Shtylyov
2009-03-31ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov
2009-03-31ide: turn set_irq() method into write_devctl() methodSergei Shtylyov
2009-03-31ide: use ATA_HOBSergei Shtylyov
2009-03-31ide: set/clear drive->waiting_for_dma flag in the core codeBartlomiej Zolnierkiewicz
2009-03-31ide: move ide_map_sg() call out of ->dma_setup method (take 2)Bartlomiej Zolnierkiewicz
2009-03-31ide: destroy DMA mappings after ending DMA (v2)Bartlomiej Zolnierkiewicz
2009-03-31ide: add ->dma_clear method and remove ->dma_timeout oneBartlomiej Zolnierkiewicz
2009-03-27ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz
2009-03-27ide: move command related fields from ide_hwif_t to struct ide_cmdBartlomiej Zolnierkiewicz
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz
2009-03-27ide: call ide_build_sglist() prior to ->dma_setup (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz
2009-02-02tx4939ide: typo fix and minor cleanupAtsushi Nemoto
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz
2009-01-02ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz
2009-01-02tx493x: fix indentationBartlomiej Zolnierkiewicz
2008-12-29tx493[89]ide: Fix length for __ide_flush_dcache_rangeAtsushi Nemoto
2008-12-29tx4939ide: Do not use zero count PRD entryAtsushi Nemoto
2008-10-23ide: Add tx4939ide driver (v6)Atsushi Nemoto