[async_tx-next PATCH 0/2] fsldma: Fix cookie issues
In modeling a new DMA engine on the FSL code, I ran across what look to be some bugs in FSL cookie handling. As I don't have FSL HW or even a PPC, I can't verify the problem or the fix, but I did ensure that the changes compile. BTW thanks to all involved in creation of the FSL driver, it's a nice model to fol... 22 Feb 2010 12:59
[PATCH] MFD: TWL4030: introduce remove_script function
From: Mike Turquette <mturquette(a)ti.com> New function twl4030_remove_script(u8 flags) takes a script type as defined in twl.h and prevents any script already loaded in that position from running. This is accomplished by programming SEQ_ADD_* to 0x3f, the END_OF_SCRIPT value, where SEQ_ADD_* is determined by flag... 22 Feb 2010 12:59
[PATCH -next] i2c: fix xiic build error
On 02/16/10 08:36, Randy Dunlap wrote: On 02/16/10 08:33, Jean Delvare wrote: Hi Randy, On Tue, 16 Feb 2010 08:07:05 -0800, Randy Dunlap wrote: On 02/04/10 12:11, Randy Dunlap wrote: This patch is still needed in linux-next-20100216. Nothing I can do about it, as the i2c-xiic ... 22 Feb 2010 11:51
[PATCH] eeepc-laptop: check wireless hotplug events
Before we mark the wireless device as unplugged, check PCI config space to see whether the wireless device is really disabled (and vice versa). This works around newer models which don't want the hotplug code, where we end up disabling the wired network device. My old 701 still works correctly with this. I can a... 22 Feb 2010 11:51
Is NET_KEY (native IPSec stack in Linux) asynchronous?
Hello, I am planning to use NET_KEY (the Linux IPSec stack) with hardware acceleration cards that let me offload operations related to encryption, crypto digest and compression. The acceleration card API is asynchronous. I just want to know if NET_KEY itself is asynchronous so that I can utilize the card properl... 22 Feb 2010 11:51
[PATCH 0/2] Make of_fdt conditionally compile gracefully
A couple more minor changes for cross-arch device tree support. g. --- Grant Likely (2): of/flattree: Make unflatten_device_tree() safe to call from any arch of/flattree: make of_fdt.h safe to unconditionally include. drivers/of/fdt.c | 15 +++++++++++++++ include/linux/of_fdt.h | ... 22 Feb 2010 11:51
[PATCH 1/2] of/flattree: make of_fdt.h safe to unconditionally include.
If CONFIG_OF_FLATTREE is not set, then don't process the body of linux/of_fdt.h Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- include/linux/of_fdt.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index a1ca92c..f0fdd1f... 22 Feb 2010 11:51
i915 / PM: Fix hibernate regression caused by suspend/resume splitting
Jesse, Eric, what's the status of this patch? Should I take it directly (I'd really like an Ack) or is it queued up in some tree waiting for me to pull? Or is there some reason not to have it, despite it fixing things for some people? Linus -- To unsubscribe from this list: send the line "unsubscribe l... 22 Feb 2010 11:51
error: 'subbuf_idx' undeclared after enabling CONFIG_LTT_RELAY_LOCKED=y
* naresh kamboju (naresh.kernel(a)gmail.com) wrote: Hi, I have noticed below error after enabling CONFIG_LTT_RELAY_LOCKED=y Hi Naresh, A few LTTng versions after the one you are working on, I flagged LTT_RELAY_LOCKED and LTT_RELAY_IRQOFF as "CONFIG_BROKEN", because I did not want to go through the troub... 22 Feb 2010 10:44
[PATCH][trivial] microblaze: Fix out_le32() macro
Trailing semicolon causes compilation involving out_le32() to fail. Signed-off-by: Steven J. Magnani <steve(a)digidescorp.com> diff -uprN a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h --- a/arch/microblaze/include/asm/io.h 2010-02-22 09:21:14.000000000 -0600 +++ b/arch/microblaze/include/asm... 22 Feb 2010 10:44