| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | dmaengine: ste_dma40: Fetch disabled channels from DT | Lee Jones | 2013-06-04 | 1 | -1/+16 |
| | * | | | dmaengine: ste_dma40: Fetch the number of physical channels from DT | Lee Jones | 2013-06-04 | 1 | -1/+6 |
| | * | | | dmaengine: ste_dma40: Allow memcpy channels to be configured from DT | Lee Jones | 2013-06-04 | 1 | -8/+32 |
| | * | | | dmaengine: ste_dma40_ll: Replace meaningless register set with comment | Lee Jones | 2013-06-04 | 1 | -2/+4 |
| | * | | | dmaengine: ste_dma40: Convert data_width from register bit format to value | Lee Jones | 2013-06-04 | 2 | -52/+54 |
| | * | | | dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s | Lee Jones | 2013-06-04 | 1 | -22/+22 |
| | * | | | dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi... | Lee Jones | 2013-06-04 | 2 | -40/+40 |
| | * | | | dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s | Lee Jones | 2013-06-04 | 1 | -10/+10 |
| * | | | | Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 2013-06-13 | 2 | -25/+28 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2013-05-28 | 3 | -215/+260 |
| |\ \ \ \
| | | |/ /
| | |/| /
| | |_|/
| |/| | |
|
| | * | | dmaengine: ste_dma40: Remove redundant address fetching function | Lee Jones | 2013-05-23 | 1 | -18/+0 |
| | * | | dmaengine: ste_dma40: Only use addresses passed as configuration information | Lee Jones | 2013-05-23 | 1 | -40/+11 |
| | * | | dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate | Lee Jones | 2013-05-23 | 1 | -3/+3 |
| | * | | dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() | Lee Jones | 2013-05-23 | 3 | -60/+58 |
| | * | | dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking | Lee Jones | 2013-05-23 | 2 | -5/+4 |
| | * | | dmaengine: ste_dma40: Supply full Device Tree parsing support | Lee Jones | 2013-05-23 | 1 | -0/+52 |
| | * | | dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled | Lee Jones | 2013-05-23 | 1 | -2/+44 |
| | * | | dmaengine: ste_dma40: Allocate plat_data on declaration | Lee Jones | 2013-05-23 | 1 | -3/+1 |
| | * | | dmaengine: ste_dma40: Also report the number of logical channels | Lee Jones | 2013-05-23 | 1 | -2/+3 |
| | * | | dmaengine: ste_dma40: Move rev error-check up to revision acquisition | Lee Jones | 2013-05-23 | 1 | -6/+4 |
| | * | | dmaengine: ste_dma40: Remove 'always true' checking | Lee Jones | 2013-05-23 | 1 | -11/+5 |
| | * | | dmaengine: ste_dma40: Calculate number of logical channels from physical ones | Lee Jones | 2013-05-23 | 1 | -10/+6 |
| | * | | dmaengine: ste_dma40: Remove home-brew MAX() macro | Lee Jones | 2013-05-23 | 1 | -3/+4 |
| | * | | dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers | Lee Jones | 2013-05-23 | 2 | -64/+33 |
| | * | | dmaengine: ste_dma40: Rectify incorrect configuration validation checking | Lee Jones | 2013-05-23 | 1 | -4/+4 |
| | * | | dmaengine: ste_dma40: Move default memcpy configs into the driver | Lee Jones | 2013-05-23 | 1 | -2/+30 |
| | * | | dmaengine: ste_dma40: Fix up static memcpy event lines | Linus Walleij | 2013-05-23 | 1 | -1/+15 |
| | * | | dmaengine: ste_dma40: Assign memcpy channels in the driver | Lee Jones | 2013-05-23 | 1 | -5/+7 |
* | | | | Merge tag 'davinci-for-v3.11/soc-2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2013-06-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | dmaengine: edma: enable build for AM33XX | Matt Porter | 2013-06-24 | 1 | -1/+1 |
* | | | | | Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 2013-06-20 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | ARM: davinci: move private EDMA API to arm/common | Matt Porter | 2013-06-18 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 2013-06-20 | 1 | -0/+43 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | dma: coh901318: add devicetree support | Linus Walleij | 2013-06-17 | 1 | -0/+43 |
| | |/
| |/| |
|
* | | | dmatest: do not allow to interrupt ongoing tests | Andy Shevchenko | 2013-06-07 | 1 | -22/+23 |
* | | | dmaengine: ste_dma40: fix pm runtime ref counting | Rabin Vincent | 2013-05-27 | 1 | -3/+5 |
| |/
|/| |
|
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-05-26 | 1 | -3/+169 |
|\ \ |
|
| * | | dma: acpi-dma: parse CSRT to extract additional resources | Andy Shevchenko | 2013-05-14 | 1 | -3/+169 |
| |/ |
|
* / | drivers/dma: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-05-09 | 31 | -499/+2843 |
|\ |
|
| * | dma: tegra: implement suspend/resume callbacks | Laxman Dewangan | 2013-05-02 | 1 | -0/+65 |
| * | Merge branch 'topic/of' into for-linus | Vinod Koul | 2013-05-02 | 2 | -67/+31 |
| |\ |
|
| | * | dma:of: Use a mutex to protect the of_dma_list | Lars-Peter Clausen | 2013-05-02 | 1 | -56/+20 |
| | * | dma: of: Fix of_node reference leak | Lars-Peter Clausen | 2013-05-02 | 1 | -5/+6 |
| | * | dma: of: Remove unnecessary list_empty check | Lars-Peter Clausen | 2013-04-15 | 1 | -5/+0 |
| | * | DMA: OF: Check properties value before running be32_to_cpup() on it | Viresh Kumar | 2013-04-15 | 1 | -2/+6 |
| | * | DMA: of: Constant names | Markus Pargmann | 2013-04-15 | 2 | -4/+4 |
| * | | dmaengine: sirf: move driver init from module_init to subsys_initcall | Barry Song | 2013-05-02 | 1 | -1/+12 |
| * | | sudmac: add support for SUDMAC | Shimoda, Yoshihiro | 2013-04-30 | 3 | -0/+435 |
| * | | dma: sh: add Kconfig | Shimoda, Yoshihiro | 2013-04-30 | 4 | -11/+21 |