const: struct nla_policy
[safe/jmp/linux-2.6] / drivers / ide / tx4939ide.c
2009-06-12 Linus TorvaldsMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-05-17 Bartlomiej Zolnier... ide: remove hw_regs_t typedef
2009-05-17 Bartlomiej Zolnier... ide: pass number of ports to ide_host_{alloc,add}(...
2009-05-11 Tejun Heoide: convert to rq pos and nr_sectors accessors
2009-04-08 Sergei Shtylyovide: refactor tf_load() method
2009-04-08 Sergei Shtylyovide: replace IDE_TFLAG_* flags by IDE_VALID_*
2009-04-08 Atsushi Nemototx4939ide: Fix tx4939ide_{in,out}put_data_swap argument
2009-04-08 Atsushi Nemototx493[89]ide: Remove big endian version of tx493[89...
2009-04-08 Atsushi Nemototx4939ide: remove wmb()
2009-03-31 Sergei Shtylyovide: turn selectproc() method into dev_select() method...
2009-03-31 Sergei Shtylyovide: move data register access out of tf_{read|load...
2009-03-31 Sergei Shtylyovide: call {in|out}put_data() methods from tf_{read...
2009-03-31 Sergei Shtylyovide: rename IDE_TFLAG_IN_[HOB_]FEATURE
2009-03-31 Sergei Shtylyovide: turn set_irq() method into write_devctl() method
2009-03-31 Sergei Shtylyovide: use ATA_HOB
2009-03-31 Bartlomiej Zolnier... ide: set/clear drive->waiting_for_dma flag in the core...
2009-03-31 Bartlomiej Zolnier... ide: move ide_map_sg() call out of ->dma_setup method...
2009-03-31 Bartlomiej Zolnier... ide: destroy DMA mappings after ending DMA (v2)
2009-03-31 Bartlomiej Zolnier... ide: add ->dma_clear method and remove ->dma_timeout one
2009-03-27 Bartlomiej Zolnier... ide: add ->dma_timer_expiry method and remove ->dma_exe...
2009-03-27 Bartlomiej Zolnier... ide: pass command to ide_map_sg()
2009-03-27 Bartlomiej Zolnier... ide: move command related fields from ide_hwif_t to...
2009-03-27 Bartlomiej Zolnier... ide: remove ide_task_t typedef
2009-03-27 Bartlomiej Zolnier... ide: call ide_build_sglist() prior to ->dma_setup (v2)
2009-03-27 Bartlomiej Zolnier... ide: add "flagged" taskfile flags to struct ide_taskfil...
2009-03-27 Bartlomiej Zolnier... ide: include <asm/ide.h> only when needed
2009-02-02 Atsushi Nemototx4939ide: typo fix and minor cleanup
2009-01-06 Sergei Shtylyovide: move read_sff_dma_status() method to 'struct ide_d...
2009-01-06 Bartlomiej Zolnier... ide: merge ide_hwgroup_t with ide_hwif_t (v2)
2009-01-02 Bartlomiej Zolnier... ide: remove chipset type fixup from ide_host_register()
2009-01-02 Bartlomiej Zolnier... tx493x: fix indentation
2008-12-29 Atsushi Nemototx493[89]ide: Fix length for __ide_flush_dcache_range
2008-12-29 Atsushi Nemototx4939ide: Do not use zero count PRD entry
2008-10-23 Atsushi Nemotoide: Add tx4939ide driver (v6)