First  |  Prev |  Next  |  Last
Pages: 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960
firewire: cdev ABI updates
On 20 Jun, Stefan Richter wrote: Following as replies: Proposed updates to the <linux/firewire-cdev.h> ABI and to its backing implementation. These updates are required for target-type userspace drivers and in order to be able to use more than one audio device with FFADO. Some of the patches have a... 20 Jun 2010 18:57
ds2782: Fix ds2782_get_capacity return value
On 06/15/2010 12:44 PM, Ryan Mallon wrote: The ds2782_get_capacity function should return 0 on success, not the capacity value. Signed-off-by: Ryan Mallon <ryan(a)bluewatersys.com> --- drivers/power/ds2782_battery.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dri... 22 Jun 2010 06:05
[PATCH 16/19] DMAENGINE: ste_dma40: fix suspend bug
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> This fixes a bug when suspending channels: first make the checks, then suspend the channel, not the other way around. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_dma40.... 20 Jun 2010 17:50
[PATCH 12/19] DMAENGINE: ste_dma40: allocate LCLA dynamically
Switch to allocating LCLA in memory instead of having a fixed address. 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 | 253 +++++++++++++++++++++++++++----------------- drivers/dma/ste_dma40_ll.c | 5 +- ... 20 Jun 2010 17:50
[PATCH 03/19] DMAENGINE: ste_dma40: moved freeing of client owned desc
From: Per Friden <per.friden(a)stericsson.com> fixed typo and moved freeing of client owned desc to free_dma. 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 | 24 ++++++++++++------------ 1 files changed, 12 ins... 20 Jun 2010 17:50
[PATCH 07/19] DMAENGINE: ste_dma40: deny ops on non-alloc channels
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Added checks to deny operating on none-allocated channels. 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 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 fi... 20 Jun 2010 17:50
[PATCH 00/19] DMAENGINE: ste_dma40: bugfixes v2
Resending this fixup patchset after review, so as to avoid confusion of which patch goes where. Some patches were changed in accordance with Dan's comments and that led to merge problems with later patches so may just as well resend the whole shebang. Changes since v1: - Inline d40_config_chan() into d40_allo... 20 Jun 2010 17:50
[PATCH 17/19] DMAENGINE: ste_dma40: no disabled phy channels on ux500
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Make sure we have no disabled physical channels when we start on the ux500 machines. 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 +... 20 Jun 2010 17:50
[PATCH 09/19] DMAENGINE: ste_dma40: avoid doing unnessecary suspend
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Avoid doing unnessecary suspend when modifying logical channels. 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 | 39 +++++++-------------------------------- 1 f... 20 Jun 2010 17:50
[PATCH 15/19] DMAENGINE: ste_dma40: add DB8500 memcpy channels
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> This adds all available memcpy channels to the DB8500 in the ux500 platform (and fixes a typo). 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 | ... 20 Jun 2010 17:50
First  |  Prev |  Next  |  Last
Pages: 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960