dma: edma: Find missed events and issue them
[deliverable/linux.git] / drivers /
2013-09-04  Joel Fernandesdma: edma: Find missed events and issue them
2013-09-04  Joel Fernandesdma: edma: Write out and handle MAX_NR_SG at a given...
2013-09-04  Joel Fernandesdma: edma: Setup parameters to DMA MAX_NR_SG at a time
2013-09-04  Vinod KoulMerge branch 'topic/api_caps' into for-linus
2013-09-03  Vinod Kouldmaengine: pl330: use dma_set_max_seg_size to set the...
2013-09-02  Vinod KoulMerge branch 'topic/sh' into for-linus
2013-09-02  Vinod KoulMerge branch 'topic/of' into for-linus
2013-09-02  Vinod KoulMerge branch 'topic/api_caps' into for-linus
2013-09-02  Julia Lawalldma: replace devm_request_and_ioremap by devm_ioremap_r...
2013-09-02  Sachin Kamatdma: ste_dma40: Fix potential null pointer dereference
2013-09-02  Sachin Kamatdma: ste_dma40: Remove duplicate const
2013-09-02  Sachin Kamatdma: imx-dma: Remove redundant NULL check
2013-09-02  Daniel Mackdma: dmagengine: fix function names in comments
2013-09-02  Max Filippovdma: add driver for R-Car HPB-DMAC
2013-09-02  Jingoo Handma: k3dma: use devm_ioremap_resource() instead of...
2013-09-02  Fabio Estevamdma: imx-sdma: Staticize sdma_driver_data structures
2013-09-02  Ben Hutchingspch_dma: Add MODULE_DEVICE_TABLE
2013-09-02  Alban Bedeldmaengine: PL08x: Add cyclic transfer support
2013-09-02  Alban Bedeldmaengine: PL08x: Fix reading the byte count in cctl
2013-09-02  Tomasz Figadmaengine: PL08x: Add support for different maximum...
2013-09-02  Tomasz Figadmaengine: PL08x: Add support for PL080S variant
2013-09-02  Tomasz Figadmaengine: PL08x: Move LLI dumping code into separate...
2013-09-02  Tomasz Figadmaengine: PL08x: Rework LLI handling to be less fragile
2013-09-02  Tomasz Figadmaengine: PL08x: Add support for different offset...
2013-09-02  Tomasz Figadmaengine: PL08x: Refactor pl08x_getbytes_chan() to...
2013-08-28  Lars-Peter Clausendma: pl330: Fix handling of TERMINATE_ALL while process...
2013-08-28  Zhangfei Gaodmaengine: Add hisilicon k3 DMA engine driver
2013-08-27  Guennadi LiakhovetskiDMA: shdma: fix a bad merge - remove free_irq()
2013-08-27  Jingoo Handma: sh: remove unnecessary platform_set_drvdata()
2013-08-27  Guennadi LiakhovetskiDMA: shdma: add r8a73a4 DMAC data to the device ID...
2013-08-27  Guennadi LiakhovetskiDMA: shdma: add a header with common for ARM SoCs defines
2013-08-27  Guennadi LiakhovetskiDMA: shdma: remove private and unused defines from...
2013-08-27  Guennadi LiakhovetskiDMA: shdma: switch DT mode to use configuration data...
2013-08-27  Guennadi LiakhovetskiDMA: shdma: make a pointer const
2013-08-27  Guennadi LiakhovetskiDMA: sudmac: fix compiler warning
2013-08-27  Guennadi LiakhovetskiDMA: shdma: switch to managed resource allocation
2013-08-27  Guennadi LiakhovetskiDMA: shdma: support the new CHCLR register layout
2013-08-26  Sascha Hauerdma: imx-sdma: Add ROM script addresses to driver
2013-08-26  Sascha Hauerdma: imx-sdma: Use struct for driver data
2013-08-25  Daniel Mackdma: mmp_pdma: set DMA_PRIVATE
2013-08-25  Daniel Mackdma: mmp_pdma: add support for cyclic DMA descriptors
2013-08-25  Daniel Mackdma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of...
2013-08-25  Daniel Mackdma: mmp_pdma: only complete one transaction from dma_d...
2013-08-25  Andy Shevchenkoacpi-dma: remove ugly conversion
2013-08-25  Dan Carpenterdmaengine: ste_dma40: off by one in d40_of_probe()
2013-08-25  Fabio Estevamdma: ste_dma: Fix warning when CONFIG_ARM_LPAE=y
2013-08-25  Jingoo Handma: ipu: remove unnecessary platform_set_drvdata()
2013-08-25  Guennadi LiakhovetskiDMA: shdma: switch all __iomem pointers to void
2013-08-25  Guennadi LiakhovetskiDMA: shdma: fix CHCLR register address calculation
2013-08-19  Lothar Waßmanndma: of: make error message more meaningful by adding...
2013-08-19  Shawn Guodma: mxs-dma: remove code left from generic DMA binding...
2013-08-19  Huang Shijiedma: imx-sdma: remove the unused completion
2013-08-19  Vinod Kouldmaengine: fix - error: potential NULL dereference...
2013-08-14  Julia Lawalldma: mmp: simplify use of devm_ioremap_resource
2013-08-14  Daniel Mackdma: mmp_pdma: add support for byte-aligned transfers
2013-08-14  Daniel Mackdma: mmp_pdma: remove duplicate assignment
2013-08-14  Daniel Mackdma: mmp_pdma: print the number of channels at probe...
2013-08-14  Daniel Mackdma: mmp_pdma: make the controller a DMA provider
2013-08-14  Daniel Mackdma: mmp_pdma: add filter function
2013-08-14  Daniel Mackdma: mmp_pdma: fix maximum transfer length
2013-08-14  Daniel Mackdma: mmp_pdma: refactor unlocking path in lookup_phy()
2013-08-14  Daniel Mackdma: mmp_pdma: factor out DRCMR register calculation
2013-08-14  Vinod KoulMerge branch 'topic/of' into for-linus
2013-08-13  Chanho Parkdma: pl330: split off common code to give back descriptors
2013-08-13  Barry Songdmaengine: sirf: add PM entries for sleep and runtime
2013-08-13  Jingoo Handma: use dev_get_platdata()
2013-08-13  Jingoo Handma: sirf: use NULL instead of 0
2013-08-13  Jingoo Handma: mv_xor: use NULL instead of 0
2013-08-13  Jingoo Handma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
2013-08-13  Zhangfei Gaodmaengine: add interface of dma_get_slave_channel
2013-08-05  Xiang Wangdma: mmp_pdma: clear DRCMR when free a phy channel
2013-08-05  Xiang Wangdma: mmp_pdma: add protect when alloc/free phy channels
2013-08-05  Andy Shevchenkodma: dw: return DMA_PAUSED only if cookie status is...
2013-08-05  Andy Shevchenkodma: dw: return DMA_SUCCESS immediately from device_tx_...
2013-08-05  Andy Shevchenkodma: dw: allow shared interrupts
2013-08-05  Andy Shevchenkodma: dw: improve comparison with ~0
2013-08-05  Andy Shevchenkodma: dw: append MODULE_DEVICE_TABLE for ACPI case
2013-08-05  Andy Shevchenkoacpi-dma: fix sparse warning
2013-08-05  Andy Shevchenkotxx9dmac: return DMA_SUCCESS immediately from device_tx...
2013-08-05  Andy Shevchenkommp_tdma: set cookies as well when asked for tx status
2013-08-05  Andy Shevchenkoipu_idmac: re-use dma_cookie_status()
2013-08-05  Andy Shevchenkotegra20-apb-dma: remove useless use of lock
2013-08-05  Andy Shevchenkopch_dma: remove useless use of lock
2013-08-05  Andy Shevchenkompc512x_dma: remove useless use of lock
2013-08-05  Andy Shevchenkommp_pdma: remove useless use of lock
2013-08-05  Andy Shevchenkofsldma: remove useless use of lock
2013-08-05  Andy Shevchenkoep93xx_dma: remove useless use of lock
2013-08-05  Andy Shevchenkoedma: no need to assign residue to 0 explicitly
2013-08-05  Andy Shevchenkomxs-dma: remove useless variable
2013-08-05  Andy Shevchenkoimx-sdma: remove useless variable
2013-08-04  Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2013-08-04  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-08-04  Linus TorvaldsMerge tag 'sound-3.11' of git://git./linux/kernel/git...
2013-08-04  Alex Deucherdrm/radeon: fix 64 bit divide in SI spm code
2013-08-03  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2013-08-03  Himanshu Madhaniqlcnic: Fix for flash update failure on 83xx adapter
2013-08-03  Rajesh Borundiaqlcnic: Fix link speed and duplex display for 83xx...
2013-08-03  Rajesh Borundiaqlcnic: Fix link speed display for 82xx adapter
2013-08-03  Shahed Shaikhqlcnic: Fix external loopback test.
2013-08-03  Pratik Pujarqlcnic: Removed adapter series name from warning messages.
next
This page took 0.045368 seconds and 8 git commands to generate.