Age | Commit message (Expand) | Author | Files | Lines |
2016-03-03 | dmaengine: rcar-dmac: clear pertinence number of channels | Kuninori Morimoto | 1 | -1/+1 |
2016-03-03 | dmaengine: sh: shdmac: don't open code of_device_get_match_data() | Wolfram Sang | 1 | -1/+1 |
2016-02-08 | dmaengine: sh: Use ARCH_RENESAS | Simon Horman | 1 | -3/+3 |
2016-01-13 | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 4 | -678/+2 |
2016-01-06 | Merge branch 'topic/rcar' into for-linus | Vinod Koul | 3 | -676/+0 |
2015-12-10 | dmaengine: sh: Remove unused R-Car HPB-DMAC driver | Geert Uytterhoeven | 3 | -676/+0 |
2015-12-05 | dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all() | Yoshihiro Shimoda | 1 | -2/+2 |
2015-11-16 | dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance | Geert Uytterhoeven | 1 | -1/+2 |
2015-11-16 | dmaengine: sh: usb-dmac: Fix crash on runtime suspend | Geert Uytterhoeven | 1 | -2/+6 |
2015-08-26 | dmaengine: sort the sh Makefile | Vinod Koul | 1 | -2/+2 |
2015-08-26 | dmaengine: sort the sh Kconfig | Vinod Koul | 1 | -12/+12 |
2015-06-29 | Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -2/+2 |
2015-06-05 | Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'aso... | Mark Brown | 1 | -16/+21 |
2015-05-25 | dmaengine: rcar-dmac: Use DECLARE_BITMAP | Joe Perches | 1 | -1/+1 |
2015-05-25 | dmaengine: shdma: r8a73a4: Make dma_ts_shift[] static | Geert Uytterhoeven | 1 | -1/+1 |
2015-05-22 | dmaengine: rcar-dmac: fixup spinlock in rcar-dmac | Kuninori Morimoto | 1 | -16/+21 |
2015-04-27 | dmaengine: usb-dmac: Protect PM-only functions to kill warning | Geert Uytterhoeven | 1 | -0/+2 |
2015-04-24 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 6 | -405/+975 |
2015-04-20 | Merge branch 'topic/sh' into for-linus | Vinod Koul | 4 | -403/+53 |
2015-04-17 | dmaengine: shdmac: avoid unused variable warnings | Arnd Bergmann | 1 | -2/+2 |
2015-04-17 | dmaengine: usb-dmac: Fix dereferencing freed memory 'desc' | Yoshihiro Shimoda | 1 | -2/+2 |
2015-04-02 | dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver | Yoshihiro Shimoda | 3 | -0/+920 |
2015-03-18 | dmaengine: remove Renesas Audio DMAC peri peri | Kuninori Morimoto | 3 | -383/+0 |
2015-03-02 | dmaengine: shdma: Move DMA stop to (runtime) suspend callbacks | Geert Uytterhoeven | 1 | -8/+7 |
2015-02-23 | dmaengine: shdma: use normal interface for passing slave id | Arnd Bergmann | 1 | -20/+53 |
2015-02-16 | dmaengine: rcar-dmac: Disable channel 0 when using IOMMU | Laurent Pinchart | 1 | -1/+16 |
2015-02-16 | dmaengine: rcar-dmac: Work around descriptor mode IOMMU errata | Laurent Pinchart | 1 | -0/+14 |
2015-02-16 | dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC device | Laurent Pinchart | 1 | -4/+4 |
2015-02-16 | dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISR | Laurent Pinchart | 1 | -10/+11 |
2015-02-16 | dmaengine: rcar-dmac: Fix spinlock issues in interrupt | Laurent Pinchart | 1 | -4/+4 |
2015-02-12 | dmaengine: rcar-dmac: Fix uninitialized variable usage | Laurent Pinchart | 1 | -38/+31 |
2015-02-12 | dmaengine: shdmac: extend PM methods | Sergei Shtylyov | 1 | -5/+3 |
2015-02-12 | dmaengine: shdmac: use SET_RUNTIME_PM_OPS() | Sergei Shtylyov | 1 | -3/+3 |
2015-02-03 | Merge branch 'topic/rcar' into for-linus | Vinod Koul | 3 | -1/+1761 |
2015-01-26 | dmaengine: shdmac: fixup WARNING of slave caps retrieval | Kuninori Morimoto | 1 | -0/+9 |
2015-01-26 | dmaengine: rcar-hpbdma: tidyup residue_granularity | Kuninori Morimoto | 1 | -1/+1 |
2015-01-13 | dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval | Kuninori Morimoto | 1 | -0/+6 |
2014-12-23 | dmaengine: rcar-dmac: Handle hardware descriptor allocation failure | Jürg Billeter | 1 | -5/+9 |
2014-12-23 | dmaengine: rcar-dmac: Cache hardware descriptors memory | Laurent Pinchart | 1 | -20/+58 |
2014-12-23 | dmaengine: rcar-dmac: Implement support for hardware descriptor lists | Laurent Pinchart | 1 | -51/+253 |
2014-12-23 | dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driver | Laurent Pinchart | 3 | -1/+1517 |
2014-12-22 | dmaengine: sh: Split device_control | Maxime Ripard | 1 | -39/+33 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-17 | dmaengine: shdma: fix a race condition in __ld_cleanup() | Yoshihiro Shimoda | 1 | -0/+2 |
2014-11-06 | dmaengine: Remove .owner field for driver | Kiran Padwal | 4 | -4/+0 |
2014-11-06 | dmaengine: sh: Remove chancnt affectations | Maxime Ripard | 5 | -9/+1 |
2014-10-20 | dma: sh: drop owner assignment from platform_drivers | Wolfram Sang | 5 | -5/+0 |
2014-08-28 | dma: rcar-audmapp: Fix for no corresponding slave ID | Ryo Kataoka | 1 | -5/+10 |
2014-08-04 | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 1 | -1/+1 |
2014-07-31 | dmaengine: shdma: Allocate cyclic sg list dynamically | Laurent Pinchart | 1 | -2/+15 |