| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-06-20 | 2 | -20/+16 |
|\ |
|
| * | DMA: PL330: Fix racy mutex unlock | Javi Merino | 2012-06-14 | 1 | -16/+10 |
| * | DMA: PL330: Add missing static storage class specifier | Sachin Kamat | 2012-06-07 | 1 | -1/+1 |
| * | dma: imx-sdma: buf_tail should be initialize in prepare function | Richard Zhao | 2012-06-07 | 1 | -2/+4 |
| * | dmaengine: pl330: dont complete descriptor for cyclic dma | Tushar Behera | 2012-06-07 | 1 | -1/+1 |
* | | Viresh has moved | Viresh Kumar | 2012-06-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 2 | -61/+128 |
|\ |
|
| * | Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2... | Arnd Bergmann | 2012-05-14 | 2 | -15/+31 |
| |\ |
|
| | * | Merge branch 'imx/pinctrl' into imx/dt | Arnd Bergmann | 2012-05-14 | 7 | -148/+226 |
| | |\ |
|
| * | | | dma: mxs-dma: add device tree probe support | Dong Aisheng | 2012-05-12 | 1 | -5/+24 |
| * | | | dma: mxs-dma: make platform_device_id more generic | Shawn Guo | 2012-05-12 | 1 | -36/+79 |
| * | | | dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter | Shawn Guo | 2012-05-12 | 1 | -12/+16 |
| * | | | dma: mxs-dma: use global stmp_device functionality | Dong Aisheng | 2012-05-12 | 2 | -13/+14 |
| | |/
| |/| |
|
* | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 4 | -15/+47 |
|\ \ \ |
|
| * \ \ | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 2012-05-16 | 2 | -0/+16 |
| |\ \ \ |
|
| | * | | | ARM: Orion: XOR: Add support for clk | Andrew Lunn | 2012-05-08 | 2 | -0/+16 |
| * | | | | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into... | Arnd Bergmann | 2012-05-11 | 7 | -148/+226 |
| |\ \ \ \
| | | |/ /
| | |/| /
| | |_|/
| |/| | |
|
| * | | | dmaengine i.MX ipu: clk_prepare/unprepare clock | Sascha Hauer | 2012-04-25 | 1 | -3/+3 |
| * | | | dmaengine i.MX SDMA: do not depend on grouped clocks | Sascha Hauer | 2012-04-25 | 1 | -12/+28 |
| | |/
| |/| |
|
* | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -24/+93 |
|\ \ \ |
|
| * \ \ | Merge tag 'ep93xx-fixes-for-3.5' of git://github.com/RyanMallon/linux-ep93xx ... | Olof Johansson | 2012-05-12 | 1 | -24/+93 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels | Rafal Prylowski | 2012-04-20 | 1 | -24/+93 |
* | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-05-25 | 13 | -76/+143 |
|\ \ \ \ |
|
| * | | | | dmaengine: at_hdmac: take maxburst from slave configuration | Nicolas Ferre | 2012-05-15 | 2 | -4/+24 |
| * | | | | dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant | Nicolas Ferre | 2012-05-15 | 1 | -7/+5 |
| * | | | | Merge branch 'fixes' into next | Vinod Koul | 2012-05-15 | 2 | -2/+6 |
| |\ \ \ \ |
|
| * | | | | | dma: imx-sdma: make channel0 operations atomic | Richard Zhao | 2012-05-11 | 1 | -26/+31 |
| * | | | | | dmaengine: Use dma_sg_len(sg) instead of sg->length | Lars-Peter Clausen | 2012-05-11 | 7 | -16/+16 |
| * | | | | | dmaengine: Use sg_dma_address instead of sg_phys | Lars-Peter Clausen | 2012-05-11 | 5 | -8/+8 |
| * | | | | | DMA: PL330: Remove duplicate header file inclusion | Sachin Kamat | 2012-05-11 | 1 | -1/+0 |
| * | | | | | Merge branch 'fixes' into next | Vinod Koul | 2012-05-11 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | dma: imx-sdma: keep the callbacks invoked in the tasklet | Huang Shijie | 2012-05-11 | 1 | -2/+7 |
| * | | | | | | dmaengine: dw_dma: add Device Tree probing capability | Viresh Kumar | 2012-05-11 | 1 | -0/+10 |
| * | | | | | | dmaengine: dw_dmac: Add clk_{un}prepare() support | Viresh Kumar | 2012-05-11 | 1 | -6/+6 |
| * | | | | | | Merge branch 'fixes' into next | Vinod Koul | 2012-04-25 | 2 | -10/+16 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | dma/amba-pl08x: add support for the Nomadik variant | Linus Walleij | 2012-04-25 | 1 | -7/+37 |
| * | | | | | | | dma/amba-pl08x: check for terminal count status only | Linus Walleij | 2012-04-23 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-05-17 | 3 | -3/+8 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | / / /
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | dmaengine: fix cyclic dma usage | Vinod Koul | 2012-05-15 | 2 | -2/+6 |
| | |_|/ / /
| |/| | | | |
|
| * | | | | | dmaengine: pl330: dont complete descriptor for cyclic dma | Vinod Koul | 2012-05-11 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-04-26 | 7 | -148/+226 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | dmaengine/amba-pl08x : reset phychan_hold on terminate all | Davide Ciminaghi | 2012-04-25 | 1 | -0/+1 |
| * | | | dma: pl330: fix a couple of compilation warnings | Olof Johansson | 2012-04-25 | 1 | -10/+15 |
| |/ / |
|
| * | | dma/ste_dma40: fix erroneous comparison | Linus Walleij | 2012-04-23 | 1 | -1/+1 |
| * | | dma/ste_dma40: explicitly include regulator consumer header | Linus Walleij | 2012-04-23 | 1 | -0/+1 |
| * | | dma40: Improve the logic of stopping logical chan | Narayanan G | 2012-04-23 | 2 | -123/+199 |
| * | | dmaengine: at_hdmac: remove clear-on-read in atc_dostart() | Nicolas Ferre | 2012-04-20 | 1 | -4/+0 |
| * | | dma: mxs-dma: enable channel in device_issue_pending call | Shawn Guo | 2012-04-20 | 1 | -7/+3 |
| * | | dmaengine: imx-dma: dont complete descriptor for cyclic dma | Vinod Koul | 2012-04-20 | 1 | -3/+6 |
* | | | dmaengine: Kconfig: fix Atmel at_hdmac entry | Nicolas Ferre | 2012-04-17 | 1 | -3/+2 |