[PATCH 3/6] amd64_edac: Remove unneeded defines
From: Borislav Petkov <borislav.petkov(a)amd.com> All F2x110-related bit defines are used at only one place so replace them with simple BIT() macros. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- drivers/edac/amd64_edac.h | 43 ++++++++----------------------------------- 1 files changed, 8 ins... 1 Jun 2010 09:45
[PATCH 1/6] amd64_edac: Dump syndrome size in debug mode
From: Borislav Petkov <borislav.petkov(a)amd.com> Cache ECC syndrome size and dump it in debug output. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- drivers/edac/amd64_edac.c | 30 ++++++++++++++++++++---------- drivers/edac/amd64_edac.h | 4 ++++ 2 files changed, 24 insertions(+), 10 delet... 1 Jun 2010 09:45
[PATCH 2/6] edac: Remove EDAC_DEBUG_VERBOSE
From: Borislav Petkov <borislav.petkov(a)amd.com> This option differs from EDAC_DEBUG only by printing the file and line of where the debug statement is placed, which contains unneeded information. So remove it. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- drivers/edac/Kconfig | 8 ------... 1 Jun 2010 09:45
[PATCH] binfmt_elf_fdpic: Fix clear_user() error handling
From: Takuya Yoshikawa <yoshikawa.takuya(a)oss.ntt.co.jp> clear_user() returns the number of bytes that could not be copied rather than an error code. So we should return -EFAULT rather than directly returning the results. Without this patch, positive values may be returned to elf_fdpic_map_file() and the follo... 1 Jun 2010 09:44
omap2/3 ohci build failure...
Daniel J Blueman wrote: Fix the 'DMA_BIT_MASK' missing symbol causing build failure when building 2.6.35-rc1 for an TI OMAP2/3 platform. Signed-off-by: Daniel J Blueman <daniel.blueman(a)gmail.com> Thanks. A similar patch was posted by Amit Kucheria [1]. In addition, you need a patch at [2]. I thin... 1 Jun 2010 09:44
[PATCH 14/18] DMAENGINE: ste_dma40: no flow control on memcpy
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> On memcpy DMA operations we don't need flow control. 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 | 6 ++++-- 1 files changed, 4 insertions(+), 2... 1 Jun 2010 08:38
[PATCH 03/18] 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... 1 Jun 2010 08:38
[PATCH 16/18] 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.... 1 Jun 2010 08:38
[alsa-devel] Crash 2.6.32.x, Echo 3G, Alsa, SCSI
On 05/31/10 16:59, Giuliano Pochini wrote: On Mon, 31 May 2010 15:05:08 -0400 "F. Heitkamp"<heitkamp(a)ameritech.net> wrote: On 02/02/10 17:09, Giuliano Pochini wrote: On Tue, 02 Feb 2010 16:30:27 +0100 Clemens Ladisch<clemens(a)ladisch.de> wrote: Fred... 18 Jun 2010 09:07
[PATCH 08/18] DMAENGINE: ste_dma40: lock fix
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> Fix up some locking issues found by enabling lock debugging. 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 | 14 +++++++------- 1 files changed, 7 insertions(+)... 1 Jun 2010 08:38