[PATCH 6/9] PM / Hibernate: split snapshot_read_next
When writing the snapshot, do the initialization and header write in a separate function. This makes the code more readable and lowers complexity of snapshot_read_next. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: "Rafael J. Wysocki" <rjw(a)sisk.pl> --- kernel/power/power.h | 2 + kernel/power/snapshot.... 2 Jun 2010 05:28
[PATCH 8/9] PM / Hibernate: dealign swsusp_info
From: Jiri Slaby <jirislaby(a)gmail.com> Now there is no need to have swsusp_info page aligned thanks to chunk i/o support. We may add more info after it on the very same page. Later... Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Cc: "Rafael J. Wysocki" <rjw(a)sisk.pl> --- kernel/power/power.h | 2 +- 1... 2 Jun 2010 05:28
[PATCH v2] regulator: new drivers for AD5398 and AD5821
The AD5398 and AD5821 are single 10-bit DAC with 120 mA output current sink capability. They feature an internal reference and operates from a single 2.7 V to 5.5 V supply. This driver supports both the AD5398 and the AD5821. It adapts into the voltage and current framework. Signed-off-by: Sonic Zhang <soni... 2 Jun 2010 05:28
INPUT: leds trigger LOCKDEP (GFP_KERNEL alloc inside spinlock)
Hi, I get the following warning when booting with lockdep turned on: ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2469 lockdep_trace_alloc+0xbc/0xd0() Hardware name: Bochs Modules linked in: Pid: 1, comm: swapper Not tainted 2.6.34-mm1_64+ #5 Call Trace: [<ffffffff8106408a>] warn_slowpat... 2 Jun 2010 05:28
[git pull] Please pull powerpc.git merge branch
Hi Linus ! Here's a reasonably urgent few bug fixes on top of -rc1. Grant OF stuff had a few issues that broke pretty much all PowerMacs, so this fixes it, along with a couple of misc fixes and a MAINTAINERS update. Cheers, Ben. The following changes since commit aef4b9aaae1decc775778903922bd0075cce7a88: ... 2 Jun 2010 04:24
- race-free suspend. Was: Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)
On Wed, 2 Jun 2010 00:05:14 -0700 Arve Hjønnevåg <arve(a)android.com> wrote: On Tue, Jun 1, 2010 at 10:32 PM, Neil Brown <neilb(a)suse.de> wrote: On Tue, 1 Jun 2010 12:50:01 +0200 (CEST) Thomas Gleixner <tglx(a)linutronix.de> wrote: On Tue, 1 Jun 2010, Neil Brown wrote: I think you ... 3 Jun 2010 03:29
p54spi: replace internal "cx3110x" name with "p54spi"
On Tue, 2010-06-01 at 21:16 -0500, Luke-Jr wrote: static struct spi_driver p54spi_driver = { .driver = { - /* use cx3110x name because board-n800.c uses that for the - * SPI port */ - .name = "cx3110x", + .name = "p54spi", .bus = &spi_bus_type, maybe that comment wasn't clear eno... 4 Jun 2010 04:51
Input: ads7846: Fix warning about output format
On Wed, Jun 02, 2010 at 08:50:29AM +0200, Thomas Weber wrote: This patch fixes a compiler warning about wrong output format. drivers/input/touchscreen/ads7846.c: In function 'ads7846_probe': drivers/input/touchscreen/ads7846.c:1167: warning: format '%ld' expects type 'long int', but argument 4 has type ... 2 Jun 2010 04:24
Does iop13xx support cache coherent?
Hello, everyone I am now doing some work on IOP13xx platform. It seems that there is a 'arch_is_coherent()' macro in arm architecture, but only ixp23xx support it ? Does iop13xx support coherent and does arm-linux support it? Thx for advance. sticket ... 2 Jun 2010 04:24
perf/urgent fixes
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/urgent Regards, - Arnaldo Konstantin Stepanyuk (1): perf hist: fix objdump output parsing Pierre Tardy (1): ... 23 Jul 2010 03:48