Blackfin: fix suspend/resume failure with some on-chip ROMs
[safe/jmp/linux-2.6] / arch / blackfin / kernel / bfin_dma_5xx.c
2009-11-25 Michael HennerichBlackfin: fix suspend/resume failure with some on-chip...
2009-10-07 Robin GetzBlackfin: mass clean up of copyright/licensing info
2009-09-17 Roel KluinBlackfin: fix read buffer overflow
2009-09-17 Robin GetzBlackfin: catch hardware errors earlier during booting
2009-07-16 Mike FrysingerBlackfin: fix early_dma_memcpy() handling of busy channels
2009-06-13 Jie ZhangBlackfin: rename bfin_addr_dcachable to bfin_addr_dcach...
2009-06-12 Robin GetzBlackfin: annotate anomaly 05000119 in core DMA code
2009-06-12 Robin GetzBlackfin: fix early L1 relocation crash
2009-02-04 Mike FrysingerBlackfin arch: fix bug - Dmacopy failed in BF537-STAMP
2009-01-07 Mike FrysingerBlackfin arch: push cache flushing up to dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: request_dma() returns 0 on success,...
2009-01-07 Mike FrysingerBlackfin arch: move most dma functions into static...
2009-01-07 Mike FrysingerBlackfin arch: set_dma_callback: do not store .irq
2009-01-07 Mike FrysingerBlackfin arch: drop irq_callback from struct dma_channel
2009-01-07 Mike FrysingerBlackfin arch: drop custom dma_interrupt_t and just...
2009-01-07 Mike FrysingerBlackfin arch: rewrite dma_memcpy() and dma in/out...
2009-01-07 Mike FrysingerBlackfin arch: check pointers in safe_dma_memcpy
2009-01-07 Mike FrysingerBlackfin arch: push bf561 PERIPHERAL_MAP oddity into...
2009-01-07 Mike FrysingerBlackfin arch: dma_memcpy() - do not return NULL when...
2009-01-07 Mike FrysingerBlackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_D...
2009-01-07 Michael McTernanBlackfin arch: add const to some function prototype...
2009-01-07 Graf YangBlackfin arch: implement support for /proc/dma
2008-10-29 Michael HennerichBlackfin arch: remove most BUG_ON channel checks
2008-10-28 Michael HennerichBlackfin arch: Remove useless SSYNCs in DMA code
2008-10-28 Michael HennerichBlackfin arch: lookup channel2irq() only once
2008-10-28 Mike FrysingerBlackfin arch: remove unused local define
2008-10-13 Sonic ZhangBlackfin Serial Driver: Fix bug - request UART2/3 perip...
2008-07-26 Michael HennerichBlackfin arch: fix bug - IMDMA is not type struct dma_r...
2008-07-19 Michael HennerichBlackfin arch: Functional power management support
2008-05-17 Michael HennerichBlackfin arch: Check for Anomaly 05000182
2008-04-24 Graf Yang[Blackfin] arch: fix bug - before assign new channel...
2008-04-24 Graf Yang[Blackfin] arch: add Blackfin on-chip SIR IrDA driver...
2008-04-23 Bernd Schmidt[Blackfin] arch: Give the DMA base registers a more...
2008-02-02 Sonic Zhang[Blackfin] arch: Enable UART2 and UART3 for bf548
2008-02-25 Sonic Zhang[Blackfin] arch: Fix bug - Setting peripheral_map only...
2007-11-21 Cliff CaiBlackfin arch: export symbol get_dma_curr_desc_ptr...
2008-01-22 Michael Hennerich[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC...
2007-10-21 Bryan WuBlackfin arch: dma add some API and cleanup bf54x DMA...
2007-10-10 Michael HennerichBlackfin arch: flush/inv the correct range when using...
2007-10-09 Bryan WuBlackfin arch: modify the insX/outsX and dma_insX/dma_o...
2007-09-12 Bryan WuBlackfin arch: cleanup IO and DMA_IO API function defin...
2007-08-05 Sonic ZhangBlackfin arch: Add DMA API to set curr descriptor address
2007-08-03 Michael HennerichBlackfin arch: Add option to priorize DMA over Core
2007-10-10 Roy HuangBlackfin arch: add set_dma_curr_addr DMA API to support...
2007-07-12 Mike FrysingerBlackfin arch: cleanup warnings from checkpatch --...
2007-07-12 Roy HuangBlackfin arch: initial supporting for BF548-EZKIT
2007-06-11 Aubrey LiBlackfin arch: DMA code minor naming convention fix
2007-05-21 Aubrey LiBlackfin arch: dma_memcpy borken for > 64K
2007-05-21 Michael HennerichBlackfin arch: DMA operation cleanup
2007-05-21 Mike FrysingerBlackfin arch: mark a bunch of local functions as static
2007-05-07 Bryan Wublackfin architecture