[RFC PATCHv2 2/7] OMAP SSI: Introducing OMAP SSI driver
Introduces the OMAP SSI driver in the kernel. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines (APE) with cellular modem engines (CMT) in cellular handsets. It provides a multichannel, full-duplex, multi-core communicatio... 7 May 2010 12:15
[RFC PATCHv2 7/7] HSI CHAR: Update ioctl-number.txt
From: Andras Domokos <andras.domokos(a)nokia.com> Added ioctl range for HSI char devices to the documentation Signed-off-by: Andras Domokos <andras.domokos(a)nokia.com> --- Documentation/ioctl/ioctl-number.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/ioctl/ioctl-num... 7 May 2010 12:15
[RFC PATCHv2 5/7] HSI CHAR: Add HSI char device kernel configuration
From: Andras Domokos <andras.domokos(a)nokia.com> Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos(a)nokia.com> --- drivers/hsi/Kconfig | 1 + drivers/hsi/Makefile | 2 +- drivers/hsi/clients/Kconfig | 13 +++++++++++++ drivers/hsi/clients/Mak... 7 May 2010 12:15
[RFC PATCHv2 3/7] OMAP SSI: Add OMAP SSI to the kernel configuration
Add OMAP SSI device and driver to the kernel configuration Signed-off-by: Carlos Chinea <carlos.chinea(a)nokia.com> --- arch/arm/mach-omap2/Makefile | 3 +++ drivers/hsi/Kconfig | 2 ++ drivers/hsi/Makefile | 1 + drivers/hsi/controllers/Kconfig | 13 +++++++++++++ drive... 7 May 2010 12:15
[RFC PATCHv2 0/7] HSI framework and drivers
Hi ! Here you have the second round of the HSI framework patches. The patch series introduces the HSI framework, an SSI driver for OMAP and a generic character device for HSI/SSI devices. SSI, which is a legacy version of HSI, is used to connect the application engine with the cellular modem on the Nokia N9... 7 May 2010 12:15
[PATCH -tip] x86,perf: P4 PMU -- protect sensible procedures from preemption
Steven reported | | I'm getting: | | Pid: 3477, comm: perf Not tainted 2.6.34-rc6 #2727 | Call Trace: | [<ffffffff811c7565>] debug_smp_processor_id+0xd5/0xf0 | [<ffffffff81019874>] p4_hw_config+0x2b/0x15c | [<ffffffff8107acbc>] ? trace_hardirqs_on_caller+0x12b/0x14f | [<ffffffff81019143>] hw_perf_event_ini... 7 May 2010 12:15
Documentation select_task_rq
Hi, I am trying to implement a new schedule class. I have got a problem with implementation of 'select_task_rq' function. I don't know what the kernel supposes this function will do. Wich are the requires and ensures of this function? Thanks in advance. Regards, Sebastiano. -- To unsubscribe from this li... 7 May 2010 11:08
kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig (v3)
On 05/07/10 00:02, Am�rico Wang wrote: On Thu, May 06, 2010 at 12:48:34PM -0400, Aristeu Rozanski wrote: This patch has been around for a long time in Fedora and Red Hat Enterprise Linux kernels and it may be useful for others. The nonint_oldconfig target will fail and print the unset config options whil... 7 May 2010 11:08
[Bug 15610] New: fsck leads to swapper - BUG: unable to handle kernel NULL pointer dereference & panic
During bisecting, I needed to switch to another environment (Xen HVM - Fedora 12) where I could never reproduce the problem there. I cannot proceed on analysis on the original environment as it is my main workstation. FWIW I can confirm the problem did not reproduce on 2.6.34-rc3 on the original environment too... 7 May 2010 11:08
[PATCH 2/2] hwmon: (coretemp) Get TjMax value from MSR
Hi Huaxu, The MSR IA32_TEMPERATURE_TARGET contains the TjMax value in the newer processers. I took the liberty to make some very minor changes to your patch: - Unified and adapted messages and comments - Added a definition of MSR_IA32_TEMPERATURE_TARGET to the arch header - Replaced 0x1a2 by MSR_IA32_TEMPER... 7 May 2010 10:01