acpi: sleep: fixed a brace coding style issue
On Tue 2010-03-09 23:56:20, Bruno Bigras wrote: Fix a coding style issue. Signed-off-by: Bruno Bigras <bigras.bruno(a)gmail.com> While I'm not fan of {}s, this is really excessive. ....especially in a code that uses u32 to pass enums, and opencodes typecasts. Pavel --- drivers/acpi/sl... 31 Mar 2010 10:58
[PATCH][RESEND] x86: Do not write to VGA memory space if CONFIG_VGA_CONSOLE is undefined
Current early_printk code writes into VGA memory space even if CONFIG_VGA_CONSOLE is undefined. This can cause problems if there is no VGA device in the system, especially if the memory is used by another device. Fix problem by redirecting output to early_serial_console if CONFIG_VGA_CONSOLE is undefined. Sig... 31 Mar 2010 10:58
[PATCH] USB: Remove BKL from remount() function in usbfs
The BKL was used into remount_fs pointed function for serialized access to super_block from the others super_operations functions. The function update_sb(), invoked by remount(), seems already well serialized with &root->d_inode->i_mutex. Moreover don't seems there are others super_operations functions in USB cor... 31 Mar 2010 10:58
[PATCH] libertas/sdio: set ECSI bit for 1-bit transfers
When operating in 1-bit mode, SDAT1 is used as dedicated interrupt line. However, the 8686 will only drive this line when the ECSI bit is set in the CCCR_IF register. Thanks to Alagu Sankar for pointing me in the right direction. Signed-off-by: Daniel Mack <daniel(a)caiaq.de> Cc: Alagu Sankar <alagusankar(a)embwis... 31 Mar 2010 09:50
OMAP: Fix for bus width which improves SD card's peformance.
On Wed, 31 Mar 2010 12:33:01 +0530 kishore kadiyala <kishorek.kadiyala(a)gmail.com> wrote: This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as "8" in controller data,the SD stack will check whether bus width is "4" and if n... 31 Mar 2010 09:50
sparc: TIF_ABI_PENDING bit removal
Greg KH wrote: 2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ --- a/arch/sparc/include/asm/thread_info_64.h +++ b/arch/sparc/include/asm/thread_info_64.h @@ -227,12 +227,11 @@ register struct thread_info *current_thr /* flag bit 8 is available ... 31 Mar 2010 08:44
r8169 with 64bit DMA is broken
El Mon, 29 Mar 2010 20:15:47 -0600 Robert Hancock <hancockrwd(a)gmail.com> escribió: That sounds similar to a previous report.. Can you CC the thread on linux-kernel (if you've seen it)? Sorry, I am not subscribed. Also, what does dmesg show when loading the driver? There should be a string showing the ... 31 Mar 2010 08:44
hid: add suspend/resume hooks for hid drivers
On Tue, 30 Mar 2010, Bruno Prémont wrote: Add suspend/resume hooks for HID drivers so these can do some additional state adjustment when device gets suspended/resumed. This patch calls these hooks from usbhid suspend/resume functions, only calling suspend on plain suspend, not autosuspend. (it migh... 12 Apr 2010 13:39
vbus: update gfp/slab.h includes
>>> On 3/29/2010 at 01:52 PM, in message <1269885165-18617-7-git-send-email-tj(a)kernel.org>, Tejun Heo <tj(a)kernel.org> wrote: Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Stephen Rothwell <... 31 Mar 2010 08:44
WARNING: at net/sched/sch_generic.c
On Wed, Mar 31, 2010 at 01:21:42PM +0300, Sergey Senozhatsky wrote: Hello, I have the following problem: [ 296.337510] ------------[ cut here ]------------ [ 296.337523] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0xc1/0x125() [ 296.337527] Hardware name: F3JC [ 296.33... 1 Apr 2010 05:44