1. 974b335 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  2. dab9206 dma: mv_xor: fix error handling for clocks by Thomas Petazzoni · 12 years ago
  3. ab6e439 dma: mv_xor: fix error handling of mv_xor_channel_add() by Thomas Petazzoni · 12 years ago
  4. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  5. afde3be dmatest: check for dma mapping error by Andy Shevchenko · 12 years ago
  6. 632fd28 dmatest: implement two helpers to unmap dma memory by Andy Shevchenko · 12 years ago
  7. c271433 Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  8. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  9. b8edf84 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  10. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  11. d01e4af Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  12. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  13. 48d224d Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/pm2 by Olof Johansson · 12 years ago
  14. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  15. 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
  16. a7d6e3e dma: remove use of __devexit_p by Bill Pemberton · 12 years ago
  17. 73d9cdc dma: mv_xor: fix error handling path by Thomas Petazzoni · 12 years ago
  18. f8eb9e7 dma: mv_xor: fix error checking of irq_of_parse_and_map() by Thomas Petazzoni · 12 years ago
  19. 2d0a074 dma: mv_xor: use request_irq() instead of devm_request_irq() by Thomas Petazzoni · 12 years ago
  20. c4b4b73 dma: mv_xor: clear the window override control registers by Thomas Petazzoni · 12 years ago
  21. 34c93c8 dma: mv_xor: Add a device_control function by Andrew Lunn · 12 years ago
  22. cd09fea dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove by Thomas Petazzoni · 12 years ago
  23. f7d12ef dma: mv_xor: add Device Tree binding by Thomas Petazzoni · 12 years ago
  24. 88eb92c dma: mv_xor: add missing free_irq() call by Thomas Petazzoni · 12 years ago
  25. b503fa0 dma: mv_xor: remove the pool_size from platform_data by Thomas Petazzoni · 12 years ago
  26. 9aedbdb dma: mv_xor: remove hw_id field from platform_data by Thomas Petazzoni · 12 years ago
  27. c819ce1 dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device by Thomas Petazzoni · 12 years ago
  28. 297eedb dma: mv_xor: rename mv_xor_private to mv_xor_device by Thomas Petazzoni · 12 years ago
  29. 1ef48a2 dma: mv_xor: merge mv_xor_device and mv_xor_chan by Thomas Petazzoni · 12 years ago
  30. 275cc0c dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions by Thomas Petazzoni · 12 years ago
  31. 8c75979 dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev' by Thomas Petazzoni · 12 years ago
  32. 98817b9 dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan' by Thomas Petazzoni · 12 years ago
  33. ecde6cd dma: mv_xor: get rid of the pdev pointer in mv_xor_device by Thomas Petazzoni · 12 years ago
  34. c98c178 dma: mv_xor: introduce a mv_chan_to_devp() helper by Thomas Petazzoni · 12 years ago
  35. c35064c dma: mv_xor: simplify dma_sync_single_for_cpu() calls by Thomas Petazzoni · 12 years ago
  36. 01a9508 dma: mv_xor: remove unused to_mv_xor_device() macro by Thomas Petazzoni · 12 years ago
  37. 8b5c3f6 dma: mv_xor: remove unused id field in mv_xor_device structure by Thomas Petazzoni · 12 years ago
  38. 6197165 dma: mv_xor: rename many symbols to remove the 'shared' word by Thomas Petazzoni · 12 years ago
  39. 0dddee7 dma: mv_xor: change the driver name to 'mv_xor' by Thomas Petazzoni · 12 years ago
  40. 7dde453 dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data by Thomas Petazzoni · 12 years ago
  41. e39f6ec dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data by Thomas Petazzoni · 12 years ago
  42. 18b2a02 dma: mv_xor: remove sub-driver 'mv_xor' by Thomas Petazzoni · 12 years ago
  43. 60d151f dma: mv_xor: allow channels to be registered directly from the main device by Thomas Petazzoni · 12 years ago
  44. a6b4a9d dma: mv_xor: split initialization/cleanup of XOR channels by Thomas Petazzoni · 12 years ago
  45. 09f2b78 dma: mv_xor: do not use pool_size from platform_data within the driver by Thomas Petazzoni · 12 years ago
  46. a3fc74b dma: mv_xor: use dev_(err|info|notice) instead of dev_printk by Thomas Petazzoni · 12 years ago
  47. 9265c6a Merge branch 'omap/headers4' into next/cleanup by Arnd Bergmann · 12 years ago
  48. 07bd34d ioat: Do not enable DCA if tag map is invalid by Alexander Duyck · 12 years ago
  49. 8a6ff8a Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headers by Arnd Bergmann · 12 years ago
  50. edf8dde Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 by Tony Lindgren · 12 years ago
  51. 66267ee Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup by Olof Johansson · 12 years ago
  52. 865fab6 ARM: plat-nomadik: move DMA40 header to <linux/platform_data> by Linus Walleij · 12 years ago
  53. 8280960 ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c by Tony Lindgren · 12 years ago
  54. f761237 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  55. d5ea7b5 drivers/dma/dw_dmac: make driver's endianness configurable by Hein Tibosch · 12 years ago
  56. 26fd122 dmaengine: sirf: fix a typo in moving running dma_desc to active queue by Barry Song · 12 years ago
  57. 5997e08 dmaengine: sirf: fix a typo in dma_prep_interleaved by Barry Song · 12 years ago
  58. 720dfd2 dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc() by Wei Yongjun · 12 years ago
  59. 94c6578 Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  60. 27615a9 ARM: OMAP: Trivial driver changes to remove include plat/cpu.h by Tony Lindgren · 12 years ago
  61. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  62. e51d0f0 dma: imx-dma: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
  63. 73930eb dma: imx-dma: retrieve MEM and IRQ from resources by Shawn Guo · 12 years ago
  64. 04bbd8e dma: imx-dma: use devm_kzalloc and devm_request_irq by Shawn Guo · 12 years ago
  65. 52cec53 dma: imx-sdma: remove unneeded mach/hardware.h inclusion by Shawn Guo · 12 years ago
  66. b8a6d99 dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h by Shawn Guo · 12 years ago
  67. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  68. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  69. 0eb5a35 drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel message by Fabio Estevam · 12 years ago
  70. d0fc905 dma: tegra: fix interrupt name issue with apb dma. by Laxman Dewangan · 12 years ago
  71. 3d4f860 dw_dmac: fix a regression in dwc_prep_dma_memcpy by Andy Shevchenko · 12 years ago
  72. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  73. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  74. 47061ed Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  75. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  76. fed2574 dw_dmac: introduce software emulation of LLP transfers by Andy Shevchenko · 12 years ago
  77. a098200 dw_dmac: autoconfigure data_width or get it via platform data by Andy Shevchenko · 12 years ago
  78. 4a63a8b dw_dmac: autoconfigure block_size or use platform data by Andy Shevchenko · 12 years ago
  79. 482c67e dw_dmac: get number of channels from hardware if possible by Andy Shevchenko · 12 years ago
  80. 2a9fe9a dw_dmac: fill optional encoded parameters in register structure by Andy Shevchenko · 12 years ago
  81. f52b36d dw_dmac: mark dwc_dump_chan_regs as inline by Andy Shevchenko · 12 years ago
  82. 2dde5b9 dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode by Peter Ujfalusi · 12 years ago
  83. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  84. 2dcdf57 dmaengine: omap: Add support for pause/resume in cyclic dma mode by Peter Ujfalusi · 12 years ago
  85. ccffa38 dmaengine: omap: Support for element mode in cyclic DMA by Peter Ujfalusi · 12 years ago
  86. e3a66aa Merge branch 'multiplatform/platform-data' into next/multiplatform by Olof Johansson · 12 years ago
  87. c02cecb ARM: orion: move platform_data definitions by Arnd Bergmann · 12 years ago
  88. 61c6e75 DMA: PL330: Check the pointer returned by kzalloc by Sachin Kamat · 12 years ago
  89. 2e2c682 DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req() by Sachin Kamat · 12 years ago
  90. 0274788 DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resources by Inderpal Singh · 12 years ago
  91. 7c71b8e DMA: PL330: Remove redundant runtime_suspend/resume functions by Inderpal Singh · 12 years ago
  92. faf6fbc DMA: PL330: Remove controller clock enable/disable by Inderpal Singh · 12 years ago
  93. 921eead dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 12 years ago
  94. 293b2da ARM: pxa: move platform_data definitions by Arnd Bergmann · 12 years ago
  95. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  96. a3b2924 ARM: ep93xx: move platform_data definitions by Arnd Bergmann · 12 years ago
  97. 7cdc39e ARM: at91: move platform_data definitions by Arnd Bergmann · 12 years ago
  98. 5557a41 DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATE by Tushar Behera · 12 years ago
  99. 2cc44e6 dma: tegra: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  100. 5e97fa9 mxs/dma: Enlarge the CCW descriptor area to 4 pages by Marek Vasut · 12 years ago