davinci: MMC: updates to suspend/resume implementation
Chaithrika U S <chaithrika(a)ti.com> writes: Improve the suspend and resume callbacks in DaVinci MMC host controller driver. I think this changelog needs a bit more detail on what "improve" means. Also, you should add a comment about the conversion to dev_pm_ops. Kevin Tested on DA850/OMAP-L138 EVM.... 8 Jan 2010 10:31
hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
Hi Yong, On Thu, 24 Dec 2009 15:31:02 +0800, Yong Wang wrote: The max junction temperature of Atom N450/D410/D510 CPUs is 100 degrees Celsius. Since these CPUs are always coupled with Intel NM10 chipset in one package, the best way to verify whether an Atom CPU is N450/D410/D510 is to check the host brid... 6 Jan 2010 11:57
2.6.33-rc2: backtrace on unable to mount root
....which is ugly, and did not happen before. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@v... 7 Jan 2010 01:25
[PATCH]btrfs: Remove a extra condition
This patch remove a extra condition. In this place, the outer is if (!cur || !uptodate) and then, there are 2 ways: !cur or ! uptodate. The "else if (!uptodate)" is not necessary. I think "else" is better. --- Signed-off-by: Liuwenyi <qingshenlwy(a)gmail.com> --- diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree... 6 Jan 2010 11:57
[mmotm] Add swap slot free callback to block_device_operations
On 01/05/2010 04:28 PM, Hugh Dickins wrote: On Tue, 5 Jan 2010, Nitin Gupta wrote: This callback is required when RAM based devices are used as swap disks. One such device is ramzswap[1] which is used as compressed in-memory swap disk. For such devices, we need a callback as soon as a swap slot... 6 Jan 2010 09:06
linux-2.6.31.9, linux-2.6.32.2, linux-2.6.33-rc2 -- Re: Device IDs for new Apple Wireless Keyboard
On Wed, 6 Jan 2010, Christian Schuerer wrote: here is the patch for linux-2.6.33-rc2: Thanks. Unfortunately, it's wordwrapped, so it can't be easily applied. Could you please fix up your e-mail client so that it doesn't mangle long lines, or eventually send is as an attachment? I'm sorr... 6 Jan 2010 09:06
2.6.33-rc3 -- [drm:edid_is_valid] *ERROR* EDID checksum is invalid, remainder is 130
From dmesg: [drm:edid_is_valid] *ERROR* EDID checksum is invalid, remainder is 130 [drm:edid_is_valid] *ERROR* Raw EDID: <3>00 ff ff ff ff ff ff 00 ff ff ff ff ff ff ff ff ................ <3>ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ <3>ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ..... 6 Jan 2010 09:06
[PATCH] DFU Driver for Atheros bluetooth chipset AR3011
Signed-off-by: Vikram Kandukuri <vikram.kandukuri(a)atheros.com> Signed-off-by: Alicke Xu <sxu(a)atheros.com> Reviewed-by: Luis R. Rodriguez <lrodriguez(a)atheros.com> --- drivers/bluetooth/Kconfig | 13 +++- drivers/bluetooth/Makefile | 1 + drivers/bluetooth/ath3k.c | 187 ++++++++++++++++++++++++++++++++++... 6 Jan 2010 09:06
[PATCH] linux-2.6.31.9, linux-2.6.32.2, linux-2.6.33-rc2 -- Re: Device IDs for new Apple Wireless Keyboard
Hello Jiri, On Wednesday 06 January 2010 11:14:38 Jiri Kosina wrote: On Wed, 6 Jan 2010, Christian Schuerer wrote: here is the patch for linux-2.6.33-rc2: Thanks. Unfortunately, it's wordwrapped, so it can't be easily applied. Could you please fix up your e-mail client so that it doesn't mangle long ... 6 Jan 2010 09:06
[PATCH] trace_syscalls: cleanup for syscalls_metadata
NR_syscalls is compile-time constant. so we allocates memory for syscalls_metadata at compile-time. Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> --- diff --git a/kernel/trace/trace_syscalls.c b/kernel/trace/trace_syscalls.c index f694f66..c7db995 100644 --- a/kernel/trace/trace_syscalls.c +++ b/kernel... 6 Jan 2010 09:06