patches to file r8192U_core.c
checkpatch.pl issues which appear in these patches are not new problems but problems I ignored while working on the comments or those which will require an actual developer to consider. In particular printk() problems. I hope these patches will be helpful and I will continue working to fix the other issues that I... 5 Jun 2010 11:24
irq: support IRQ_NESTED_THREAD with non-threaded interrupt handlers
On Sat, 5 Jun 2010 15:56:01 +0200 Esben Haabendal <esbenhaabendal(a)gmail.com> wrote: I have a board with an I2C PCA9535 chip with two PHY interrupt lines hooked up to. The pca953x driver calls set_irq_nested_thread on all irq's on initialization. The PHY driver then calls request_irq, and has no idea that... 5 Jun 2010 13:36
irq: support IRQ_NESTED_THREAD with non-threaded interrupt handlers
I have a board with an I2C PCA9535 chip with two PHY interrupt lines hooked up to. The pca953x driver calls set_irq_nested_thread on all irq's on initialization. The PHY driver then calls request_irq, and has no idea that it should actually be using a threaded handler. With this patch, the PHY driver is able to w... 7 Jun 2010 17:43
(none)
An ATM Card with Card Number:5428050011004432 have been approved in your favor by the UNITED NATION,The ATM Card Value is $315,810.00 USD.Contact Mr.Harry Conklin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info a... 5 Jun 2010 09:13
[PATCH] genalloc: fix allocation from end of pool
From: Imre Deak <imre.deak(a)nokia.com> bitmap_find_next_zero_area requires the size of the bitmap, we instead passed the last suitable position. This made it impossible to allocate from the end of the pool. Signed-off-by: Imre Deak <imre.deak(a)nokia.com> CC: Andrew Morton <akpm(a)linux-foundation.org> CC: Zygo Bl... 5 Jun 2010 09:13
swiotlb-0.8.2^H3: seperation of physical/virtual address translation and core memory allocation.
Hi Konrad, On Fri, 4 Jun 2010 16:06:04 -0400 Konrad Rzeszutek Wilk <konrad.wilk(a)oracle..com> wrote: I was wondering if you wouldn't mind including the following git tree in your linux-next? git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git The patches are in the MAIN branch ... 5 Jun 2010 09:13
(none)
Subject:mistakes in previous patches In-Reply-To: Please ignore previous patches from this address. I have made a colossal mess of posting the patches. I will fix the mess and repost. My deepest apologies are yours. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th... 5 Jun 2010 08:08
[PATCH 3/3] input: Use driver hint to compute the evdev buffer size (rev2)
Some devices, in particular MT devices, produce a lot of data. This leads to a high frequency of lost packets in evdev, which by default uses a fairly small event buffer. Let the drivers hint the average number of events per packet for the device by calling the input_set_events_per_packet(), and use that informati... 5 Jun 2010 08:08
[GIT PULL] XFS update for 2.6.35-rc2
The following changes since commit 7f0d384cafabfbb56663ee6944c18fc0450fc5d6: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 (2010-06-04 21:12:39 -0700) are available in the git repository at: git://oss.sgi.com/xfs/xfs for-linus Alex Elder (1): Merge branch ... 5 Jun 2010 08:08
[PATCH 06/12] fix most checkpatch.pl issues to line 400
From: Mike Gilks <kernel.online(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index ac620a5..ae388f7 100644 --- a/drivers/... 5 Jun 2010 07:03