projects/RPi2/patches/linux: update RPi* support patches

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-08-18 11:54:37 +02:00
parent 9b9e84eda4
commit eb756aac6b
4 changed files with 3532 additions and 586 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
--- a/drivers/spi/spi-bcm2835.c 2015-08-18 01:31:02.424153151 +0100
+++ b/drivers/spi/spi-bcm2835.c 2015-08-18 01:30:50.860074902 +0100
@@ -592,7 +592,7 @@
return bcm2835_spi_transfer_one_irq(master, spi, tfr, cs);
}
-#if 0
+#if 1
static void bcm2835_spi_handle_err(struct spi_master *master,
struct spi_message *msg)
{

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
--- a/drivers/spi/spi-bcm2835.c 2015-08-18 01:31:02.424153151 +0100
+++ b/drivers/spi/spi-bcm2835.c 2015-08-18 01:30:50.860074902 +0100
@@ -592,7 +592,7 @@
return bcm2835_spi_transfer_one_irq(master, spi, tfr, cs);
}
-#if 0
+#if 1
static void bcm2835_spi_handle_err(struct spi_master *master,
struct spi_message *msg)
{