x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)
Frank Schaefer wrote: Any comments on this patch ? Gmail ate your tabs; see Documentation/email-clients.txt. Cosmetic changes to not belong in the stable tree; see Documentation/stable_kernel_rules.txt. Wrong list ? arch/x86 stuff should go to <x86(a)kernel.org>. Regards, Clemens -- To unsubscri... 22 Mar 2010 04:58
[PATCH] x86: "nosmp" command line option should force the system into UP mode
Bits set in cpu_possible_mask prior to the execution of prefill_possible_map() (i.e. when parsing ACPI or MPS tables) would prevent the SMP alternatives logic from switching to UP mode, plus unnecessary setup of per-CPU data for CPUs that can never come online. Additionally, without CONFIG_HOTPLUG_CPU disabled CP... 19 Mar 2010 13:12
[PATCH] fix the output from /sys/devices/system/cpu/offline
Without CONFIG_CPUMASK_OFFSTACK, simply inverting cpu_online_mask leads to CPUs beyond nr_cpu_ids to be displayed twice and CPUs not even possible to be displayed as offline. Signed-off-by: Jan Beulich <jbeulich(a)novell.com> --- drivers/base/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --... 19 Mar 2010 13:12
MFD: add support for the RDC321x southbridge
Hi Florian, My comments below: On Thu, Mar 11, 2010 at 09:42:09AM +0100, Florian Fainelli wrote: + +static struct pci_dev *rdc321x_sb_pdev; That's not very nice. I would have prefered to pass the pci_dev pointer along with the platform data to the gpio and watchdog drivers. And then those could call pci_... 19 Mar 2010 22:22
[PATCH 5/5] swiotlb: EXPORT_SYMBOL_GPL functions + variables that are defined in the header file.
Make the functions and variables that are now declared in the swiotlb.h header file visible by the linker. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> --- lib/swiotlb.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/lib/swiotlb.c b/lib/swiotlb.c index b3... 19 Mar 2010 11:59
[PATCH 11/12] driver-core: document ERR_PTR() return values
From: Jani Nikula <ext-jani.1.nikula(a)nokia.com> A number of functions in the driver core return ERR_PTR() values on error. Document this in the kernel-doc of the functions. Signed-off-by: Jani Nikula <ext-jani.1.nikula(a)nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/class.c ... 19 Mar 2010 11:59
[PATCH 07/12] driver-core: fix missing kernel-doc in firmware_class
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix kernel-doc warning in firmware_class.c: Warning(drivers/base/firmware_class.c:94): No description found for parameter 'attr' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/firmware_cl... 19 Mar 2010 11:59
[PATCH 10/12] kobject: documentation: Update to refer to kset-example.c.
From: Robert P. J. Day <rpjday(a)crashcourse.ca> Signed-off-by: Robert P. J. Day <rpjday(a)crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- Documentation/kobject.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/kobject.txt b/Documentation/kobject.t... 19 Mar 2010 11:59
[PATCH 08/12] kobject: documentation: Fix erroneous example in kobject doc.
From: Robert P. J. Day <rpjday(a)crashcourse.ca> Replace uio_mem example for kobjects with uio_map, since the uio_mem struct no longer contains a kobject. Signed-off-by: Robert P. J. Day <rpjday(a)crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- Documentation/kobject.txt | 57 ++++++++++++... 19 Mar 2010 11:59
[PATCH 01/12] sysfs: use sysfs_bin_attr_init in firmware class driver
From: Jiri Kosina <jkosina(a)suse.cz> Annotate dynamic sysfs attribute in fw_setup_device(). This gets rid of the following lockdep warning: bnx2 0000:08:00.0: firmware: requesting bnx2/bnx2-mips-06-5.0.0.j6.fw BUG: key ffff880008293470 not in .data! ------------[ cut here ]------------ WARNING: at kernel/lockd... 19 Mar 2010 11:59