linux: add RPi linux-3.6 patches

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2012-10-21 19:17:05 +02:00
parent 2c88d37589
commit 18f215accb
15 changed files with 108572 additions and 12 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
diff -Naur linux-3.6.2.vc04_patch/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c linux-3.6.2.buildfix_patch/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
--- linux-3.6.2.vc04_patch/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 2012-10-17 18:57:47.000000000 +0200
+++ linux-3.6.2.buildfix_patch/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c 2012-10-21 15:19:56.706236450 +0200
@@ -126,7 +126,7 @@
}
err = request_irq(VCHIQ_DOORBELL_IRQ, vchiq_doorbell_irq,
- IRQF_SAMPLE_RANDOM | IRQF_IRQPOLL, "VCHIQ doorbell",
+ IRQF_IRQPOLL, "VCHIQ doorbell",
state);
if (err < 0)
{