First  |  Prev |  Next  |  Last
Pages: 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
[PATCH 10/14] DMAENGINE: ste_dma40: fix possible use of uninitialized variable
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_dma40.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste... 9 Aug 2010 09:00
[PATCH 02/14] DMAENGINE: ste_dma40: Fix failed to restart logical channel bug
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> A transfer that runs in the different direction on the same channel will now be resumed when the other is suspend/stopped. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_d... 9 Aug 2010 09:00
[PATCH 04/14] DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> This patch cleans up some code and removes a suspend request that was pointless since the hw was never configured nor running when it was called. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> ... 9 Aug 2010 09:00
[PATCH 03/14] DMAENGINE: ste_dma40: No need reading, masking and setting a set register
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Removes an unnecessary register read and a few lines of code. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_dma40.c | 5 +---- 1 files changed, 1 insertions(+), 4 dele... 9 Aug 2010 09:00
[PATCH 01/14] DMAENGINE: ste_dma40: config checks
Added various configuration checks. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- arch/arm/plat-nomadik/include/plat/ste_dma40.h | 2 +- drivers/dma/ste_dma40.c | 29 ++++++++++++++++++++++- 2 files changed, ... 9 Aug 2010 09:00
[PATCH 12/14] DMAENGINE: ste_dma40: removed non-used variable from struct
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> The reqrite of the LCLA code rendered this variable unused. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- arch/arm/mach-ux500/devices-db8500.c | 1 - arch/arm/plat-nomadik/i... 9 Aug 2010 09:00
[PATCH 05/14] DMAENGINE: ste_dma40: fix bug related to callback handling
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> The callback got called even when it was not supposed to. Also removed some not needed interrupt trigger on/off code. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_dma40.... 9 Aug 2010 09:00
[PATCH 07/14] DMAENGINE: ste_dma40: added support for link jobs in hw
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> If a new job is added on a physical channel that already has a job, the new job is linked in hw to the old job instead of queueing up the jobs. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> -... 9 Aug 2010 09:00
[PATCH 08/14] DMAENGINE: ste_dma40: code clean-up
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> This patch includes non functional code clean up changes, file header updates and a few magic numbers got defined. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- arch/arm/plat-nomadik/inc... 9 Aug 2010 09:00
[PATCH 00/14] DMAENGINE: ste_dma40: bugfixes and enhancements
This patch series adds a few bugfixes and some enhancements to the DMA40 driver. Most should be pretty straight forward, others are more elaborate, like the amendments to extend hw job lists at runtime if there is already a queued job. We know we're in the merge window, it's not like the world will collapse if t... 9 Aug 2010 09:00
First  |  Prev |  Next  |  Last
Pages: 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107