[PATCH 9/9] Staging: comedi: cb_pcidas64: fixed a coding style missed in the previosu patch
Fixed a coding style issue. Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_pcidas64.c index 1d43d0d..f17cb... 26 Mar 2010 22:54
[PATCH 3/9] Staging: comedi: adl_pci9111: fixed multiple brace coding style issue
Fixed coding style issue Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/adl_pci9111.c | 30 +++++++++++++------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9111.c b/drivers/staging/comedi/drivers/adl_pci9111.... 26 Mar 2010 22:54
[PATCH 7/9] Staging: comedi: cb_das16_cs: fixed multiple brace coding style issue
Fixed multiple coding style issue Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/cb_das16_cs.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c b/drivers/staging/comedi/drivers/cb_das16_cs.c inde... 26 Mar 2010 22:54
Staging: comedi frivers patches
This is me stepping up after watching a video on Greg KH's presentation on kernel patching in FOSDEM 2010. All patches here correct brace coding style issue. There are no dependency between the patches, except patch 8 and patch 9, which should be apply in correct order. [PATCH 1/9] Staging: comedi: amplc_pci22... 26 Mar 2010 22:54
[PATCH -v8] x86: Do not free zero sized per cpu areas
From: Ian Campbell <ian.campbell(a)citrix.com> This avoids an infinite loop in free_early_partial(). Add a warning to free_early_partial to catch future problems. -v5: put back start > end back into WARN_ONCE() -v6: use one line for warning according to linus -v7: more test by -v8: remove the function name ... 26 Mar 2010 21:42
x86: Make sure free_init_pages() free pages in boundary
On 03/26/2010 04:06 PM, Johannes Weiner wrote: On Fri, Mar 26, 2010 at 03:21:32PM -0700, Yinghai Lu wrote: diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index adedeef..fe3d953 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c @@ -47,6 +47,7 @@ void __init i38... 29 Mar 2010 13:37
[PATCH 2/2] x86 platform driver: intelligent power sharing driver
Intel Core i3/5 platforms with integrated graphics support both CPU and GPU turbo mode. CPU turbo mode is opportunistic: the CPU will use any available power to increase core frequencies if thermal headroom is available. The GPU side is more manual however; the graphics driver must monitor GPU power and temperatu... 26 Mar 2010 20:28
[PATCH] leds: one more Kconfig cleanup
Looks like the a new led driver was merged that still has "depends on LEDS_CLASS". This is no longer needed since the config options are wrapped in an if/endif block. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Richard Purdie <rpurdie(a)rpsys.net> --- diff --git a/drivers/leds/Kco... 26 Mar 2010 20:27
[git pull] PCI fixes
The following changes since commit fc7f99cf36ebae853639dabb43bc2f0098c59aef: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../sage/ceph-client are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 for-linus Bjorn's been workin... 26 Mar 2010 20:27
x86: Make smp_locks end with page alignment
On Fri, Mar 26, 2010 at 03:21:31PM -0700, Yinghai Lu wrote: Try to fix ------------[ cut here ]------------ WARNING: at arch/x86/mm/init.c:342 free_init_pages+0x4c/0xfa() free_init_pages: range [0x40daf000, 0x40db5c24] is not aligned Modules linked in: Pid: 0, comm: swapper Not tainted 2.6.34-rc2-tip-... 26 Mar 2010 20:27