First  |  Prev |  Next  |  Last
Pages: 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
[PATCH 03/11] cxgb3: do not use PCI resources before pci_enable_device()
IRQ and resource[] may not have correct values until after PCI hotplug setup occurs at pci_enable_device() time. The semantic match that finds this problem is as follows: // <smpl> @@ identifier x; identifier request ~= "pci_request.*|pci_resource.*"; @@ ( * x->irq | * x->resource | * request(x, ...)... 3 Aug 2010 12:32
[PATCH 11/11] sis: do not use PCI resources before pci_enable_device()
IRQ and resource[] may not have correct values until after PCI hotplug setup occurs at pci_enable_device() time. The semantic match that finds this problem is as follows: // <smpl> @@ identifier x; identifier request ~= "pci_request.*|pci_resource.*"; @@ ( * x->irq | * x->resource | * request(x, ...)... 3 Aug 2010 12:32
uio: do not use PCI resources before pci_enable_device()
On Tue, Aug 03, 2010 at 07:44:23PM +0400, Kulikov Vasiliy wrote: IRQ and resource[] may not have correct values until after PCI hotplug setup occurs at pci_enable_device() time. The semantic match that finds this problem is as follows: // <smpl> @@ identifier x; identifier request ~= "pci_r... 3 Aug 2010 13:39
[patch] pata_winbond: fix module init
winbond_init_one() returns 0 on success and an error code on failure. In the original code, we always just released the regions and return -ENODEV. This was introduce in 2006 by 7e45b0e5f6f6 "[PATCH] libata: Winbond support". Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- Compile tested. diff --git a/... 3 Aug 2010 12:32
[PATCH 1/3 v2] media: Add a cached version of the contiguous video buffers
This patch adds another init functions in the videobuf-dma-contig which is named _cached in the end. It creates a buffer factory which allocates buffers using kmalloc and the buffers are cached. A sync callback is added to sync the buffers. Most of the code is reused from the uncached version a bool is added t... 3 Aug 2010 12:32
[PATCH 3/3 v2] mfd: Add timberdale video-in driver to timberdale
This patch defines platform data for the video-in driver and adds it to all configurations of timberdale. Signed-off-by: Richard Röjfors <richard.rojfors(a)pelagicore.com> --- diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index ac59950..d4a95bd 100644 --- a/drivers/mfd/timberdale.c +++ b/drive... 3 Aug 2010 12:32
[PATCH 0/3 v2] media, mfd: Add timberdale video-in driver
To follow are three patches. The first adds in a cached version of the DMA contiguous video buffers. The second adds the timberdale video-in driver to the media tree. The third adds it to the timberdale MFD driver. Samuel and Mauro hope you can support and solve the potential merge issue between your two t... 3 Aug 2010 12:32
[PATCH 1/2] MEMSTICK: fix hangs on unexpected device removal in mspro_blk
Now that del_gendisk syncs, we better start rejecting requests right away. Signed-off-by: Maxim Levitsky <maximlevitsky(a)gmail.com> --- drivers/memstick/core/mspro_block.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/memstick/core/mspro_block.c b/drivers/memstick/core/msp... 3 Aug 2010 11:26
scripts/kconfig/nconf.gui.c Fix warning: value computed is not used
On 08/03/2010 06:46 AM, Nir Tzachar wrote: 2010/8/3 Justin P. Mattock<justinmattock(a)gmail.com>: On 08/03/2010 02:59 AM, Michal Marek wrote: On 3.8.2010 01:16, Justin P. Mattock wrote: The below patch fixes some warning messages Im getting when doing make nconfig make nco... 3 Aug 2010 12:33
perf events: Fix mmap offset determination
Em Tue, Aug 03, 2010 at 12:48:35PM +0100, Dave Martin escreveu: Fix buggy-looking code which unnecessarily adjusts the file offset fields read from /proc/*/maps. This may have gone unnoticed since the offset is usually 0 (and the logic in util/symbol.c may work incorrectly for other offset values). ... 3 Aug 2010 11:26
First  |  Prev |  Next  |  Last
Pages: 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236