[PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
From: Peter Huewe <peterhuewe(a)gmx.de> This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a build failure[1], this is done the same way as for every board in mach-msm. References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2448102/ Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- ... 28 Apr 2010 20:52
[PATCH] arch/arm: Fix missing define for ARM_PMU_DEVICE_CPU
From: Peter Huewe <peterhuewe(a)gmx.de> This patch adds a define for ARM_PMU_DEVICE_CPU which seemed to be missing/undefined and caused some build failures [1-4]. I defined ARM_PMU_DEVICE_CPU = -1 as stated in Documentation/driver_model/platform.txt to indicate there is only one. I'm _not_ sure if this is correc... 28 Apr 2010 20:52
[PATCH] arm/mach-msm: Fix wrong include path.
From: Peter Huewe <peterhuewe(a)gmx.de> This patch fixes a build failure[1] caused by a wrong include path. References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2535826/ Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- KernelVersion: linux-next-20100429 arch/arm/mach-msm/devices.c | 2 +- ... 28 Apr 2010 20:52
[PATCH] mtd: cfi_cmdset_0002: Fix trivial merge conflict
Stefani Seibold's patch changed chip->mutex, once a spinlock, into a mutex. This patch applies the same change to cfi_amdstd_reset(), part of the new reboot notifier code. Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> --- drivers/mtd/chips/cfi_cmdset_0002.c | 4 ++-- 1 files changed, 2 insertions(+), ... 28 Apr 2010 20:52
mmotm 2010-04-28-16-53 uploaded
The mm-of-the-moment snapshot 2010-04-28-16-53 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ and will soon be available at git://zen-kernel.org/kernel/mmotm.git It contains the following patches against 2.6.34-rc5: origin.patch dma-mapping-fix-dma_sync_single_range_.patch it8761e_gp... 30 Apr 2010 16:17
[C/R ARM v2][PATCH 0/3] Linux Checkpoint-Restart - ARM port
Following there will be two preparatory patches for an ARM port of the checkpoint-restart code and finally a third patch implementing the architecture-specific parts of c/r. The preparatory patches consist of a partial syscall trace implementation for ARM and an eclone implementation for ARM. The syscall trace i... 28 Apr 2010 20:51
tracing: Remove duplicate id information in event structure
On Wed, 2010-04-28 at 17:06 -0400, Mathieu Desnoyers wrote: * Steven Rostedt (rostedt(a)goodmis.org) wrote: From: Steven Rostedt <srostedt(a)redhat.com> Now that the trace_event structure is embedded in the ftrace_event_call structure, there is no need for the ftrace_event_call id field. The id... 28 Apr 2010 20:51
tracing: Convert TRACE_EVENT() to use the DECLARE_TRACE_DATA()
On Wed, 2010-04-28 at 16:39 -0400, Mathieu Desnoyers wrote: * Steven Rostedt (rostedt(a)goodmis.org) wrote: From: Steven Rostedt <srostedt(a)redhat.com> Switch the TRACE_EVENT() macros to use DECLARE_TRACE_DATA(). This patch is done to prove that the DATA macros work. If any regressions were to... 28 Apr 2010 20:51
[PATCH] ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x
Add Dell Studio models (1558, 1557, 1555) to the 'set_sci_en_on_resume' list to fix hang on resume. BugLink: http://bugs.launchpad.net/bugs/553498 Signed-off-by: Kamal Mostafa <kamal(a)canonical.com> Acked-by: Alex Chiang <achiang(a)canonical.com> Cc: stable(a)kernel.org --- drivers/acpi/sleep.c | 24 ++++++++++... 28 Apr 2010 20:51
staging: winbond: Cleanups
On Sun, Mar 21, 2010 at 02:40:39PM +0200, Pekka Enberg wrote: Sankar P wrote: The following series of patches are cleanups on the winbond driver under staging. Some typedefs are converted to structs and an un-used enumeration and a typedef are removed. Well, there's an identical patch series by me... 28 Apr 2010 19:44