First  |  Prev |  Next  |  Last
Pages: 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
[PATCH] coda: rename REQ_* to CODA_REQ_*
REQ_* constants are used for block layer requests causing inconsistent duplicate definitions of REQ_WRITE. Rename REQ_* used by coda to CODA_REQ_*. Signed-off-by: Tejun Heo <tj(a)kernel.org> --- So, something like this. Build tested only. Thanks. fs/coda/psdev.c | 14 +++++++------- fs/coda/... 3 Aug 2010 12:33
mfd: Add timberdale video-in driver to timberdale
On Tue, Aug 03, 2010 at 05:19:32PM +0200, Richard R�jfors wrote: 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> Mauro, I suppose this series should go through your tree. If you agree,... 3 Aug 2010 12:33
[PATCH 04/11] cxgb4vf: 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:33
[PATCH 06/11] rt2x00: 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:33
[PATCH 01/11] agp: efficeon-agp: 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:33
x86: intel_ips: do not use PCI resources before pci_enable_device()
On Tue, 3 Aug 2010 19:44:16 +0400 Kulikov Vasiliy <segooon(a)gmail.com> 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 r... 3 Aug 2010 12:33
[PATCH 02/11] agp: intel-agp: 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:33
[PATCH 10/11] uio: 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:33
[PATCH 05/11] via-velocity: 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:33
[PATCH 08/11] x86: intel_ips: 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
First  |  Prev |  Next  |  Last
Pages: 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235