summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2012-12-17dmatest: check for dma mapping errorAndy Shevchenko
2012-12-17dmatest: implement two helpers to unmap dma memoryAndy Shevchenko
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-30Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-11-22dma: mv_xor: fix error handling pathThomas Petazzoni
2012-11-22dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni
2012-11-22dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni
2012-11-20dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni
2012-11-20dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni
2012-11-20dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni
2012-11-20dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni
2012-11-20dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni
2012-11-20dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni
2012-11-20dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni
2012-11-20dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni
2012-11-20dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni
2012-11-20dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni
2012-11-20dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni
2012-11-20dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni
2012-11-20dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni
2012-11-20dma: mv_xor: use dev_(err|info|notice) instead of dev_printkThomas Petazzoni
2012-11-15Merge branch 'omap/headers4' into next/cleanupArnd Bergmann
2012-11-15ioat: Do not enable DCA if tag map is invalidAlexander Duyck
2012-11-12Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann
2012-11-09Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3Tony Lindgren
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren
2012-10-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds