Staging: comedi drivers patches
This is me stepping up after watching Greg HK's presentation in FOSDEM 2010. All patches here correct brace coding style issue. There are no dependancy between the patches, except patch 8 and patch 9, which should be apply in correct order. [PATCH 1/9] Staging: comedi: amplc_pci224: fixed multiple brace coding... 20 Mar 2010 14:20
[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.... 20 Mar 2010 14:20
[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... 20 Mar 2010 14:20
x86 / perf: Fix suspend to RAM on HP nx6325
On Sat, 20 Mar 2010, Peter Zijlstra wrote: cpuhw = &per_cpu(cpu_hw_events, cpu); + if (!cpuhw) + return; How can an address-of expression be NULL? Yes, 'per_cpu()' is magic, but it shouldn't be possible to be _that_ magic. It's rather against the whole C model. Linus -- To unsubscrib... 21 Mar 2010 13:51
x86 / perf: Fix suspend to RAM on HP nx6325
On Sat, 2010-03-20 at 15:07 +0100, Rafael J. Wysocki wrote: Hi Peter, Your commit 3f6da3905398826d85731247e7fbcf53400c18bd (perf: Rework and fix the arch CPU-hotplug hooks) unfortunately broke suspend to RAM (probably hibernation too, but I haven't checked) on my HP nx6325. I also expect more (if not... 20 Mar 2010 22:10
regulator: fix dangling pointers
On Sat, Mar 20, 2010 at 03:12:58PM +0100, Wolfram Sang wrote: Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> but like I sa... 30 Mar 2010 09:24
amd64-agp conflicts with sis-agp
This code in agp_amd64_init() can optionally bind to devices generically, and it does this without going through the device core: /* Look for any AGP bridge */ dev = NULL; err = -ENODEV; for_each_pci_dev(dev) { if (!pci_find_capability(dev, PCI_CAP_ID_AGP)) continue; /* Only one bridge suppo... 20 Mar 2010 14:20
[PATCH] scripts/kernel-doc: fix fatal error on function prototype
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix a fatal error in scripts/kernel-doc when a function signature uses __init_or_module (just ignore that string): Error(drivers/base/platform.c:568): cannot understand prototype: 'struct platform_device * __init_or_module platform_create_bundle(struct platform_driver... 20 Mar 2010 13:12
staging: winbond: reg.c Coding style fixes.
On Sat, Mar 20, 2010 at 04:14:11PM +0100, Lars Lindley wrote: I fixed all problems reported by checkpatch.pl except some (a lot of) long lines and some printk:s. I removed "commented away" code and version comments. [snip] - msleep(10); // Modify 20051221.1.b - Wb35Reg_WriteSync( pHwData, 0x0... 21 Mar 2010 12:42
[PATCH v2 0/6] hid: new driver for PicoLCD device
This series adds support for PicoLCD USB HID device adding support for the various features in different patches so each patch concentrates on a device class. I implemented the patches so input support is required (this should make it easy to later on add support for other PicoLCD device that don't have the same... 20 Mar 2010 13:12