mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-21 03:17:18 +00:00
linux-ti33x-psp 3.2: update to 3.2.23
Regenerate all beaglebone patches and add one vfs tracer patch for powertop Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
751040122d
commit
9bc77dff5f
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 0a8e60a2f92c5507739e84cdbe5fb3de3f4ee1b6 Mon Sep 17 00:00:00 2001
|
||||
From 87fae6477f8987244e2331dc60001c79e5421e80 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 7 Oct 2011 15:29:28 +0200
|
||||
Subject: [PATCH 01/56] f_rndis: HACK around undefined variables
|
||||
Subject: [PATCH 01/79] f_rndis: HACK around undefined variables
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
drivers/usb/gadget/f_rndis.c | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/usb/gadget/f_rndis.c b/drivers/usb/gadget/f_rndis.c
|
||||
index 6614490..d2f1b6f 100644
|
||||
@@ -27,5 +27,5 @@ index 6614490..d2f1b6f 100644
|
||||
* the network link ... which is unavailable to this code
|
||||
* until we're activated via set_alt().
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 7db7d9b0c2ca8aea0ae522b7fc30c7ac034edfe2 Mon Sep 17 00:00:00 2001
|
||||
From 30dcf1f8efb223e5b6fc3c049bc8ce3236ec17a0 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 3 Nov 2011 17:35:50 +0100
|
||||
Subject: [PATCH 02/56] da8xx-fb: add DVI support for beaglebone
|
||||
Subject: [PATCH 02/79] da8xx-fb: add DVI support for beaglebone
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
drivers/video/da8xx-fb.c | 14 ++++++++++++++
|
||||
1 files changed, 14 insertions(+), 0 deletions(-)
|
||||
1 file changed, 14 insertions(+)
|
||||
|
||||
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
|
||||
index 2e69278..b01f15b 100644
|
||||
@@ -34,5 +34,5 @@ index 2e69278..b01f15b 100644
|
||||
|
||||
/* Enable the Raster Engine of the LCD Controller */
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 8ba62500dc8a2a033099ddcf85fd765b09c47f6d Mon Sep 17 00:00:00 2001
|
||||
From 482ed8f98b87299bf77298b86871b4af74334751 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 30 Jan 2012 21:30:09 +0100
|
||||
Subject: [PATCH 03/56] beaglebone: rebase everything onto 3.2 - WARNING
|
||||
Subject: [PATCH 03/79] beaglebone: rebase everything onto 3.2 - WARNING
|
||||
MEGAPATCH
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 426 ++++++++++++++++++++++++++++++++-
|
||||
1 files changed, 415 insertions(+), 11 deletions(-)
|
||||
1 file changed, 415 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 563bdf1..2741431 100644
|
||||
@@ -559,5 +559,5 @@ index 563bdf1..2741431 100644
|
||||
/* Beagle Bone has Micro-SD slot which doesn't have Write Protect pin */
|
||||
am335x_mmc[0].gpio_wp = -EINVAL;
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
From b5158f58ced19e39423d3f12b01f67435a1029b0 Mon Sep 17 00:00:00 2001
|
||||
From e495bd4f47ad3b8f48916582b12ec0bf0a7e7134 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 31 Jan 2012 10:04:03 +0100
|
||||
Subject: [PATCH 04/56] more beaglebone merges
|
||||
Subject: [PATCH 04/79] more beaglebone merges
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 52 +++++++++++++++++++++++++++++++-
|
||||
1 files changed, 50 insertions(+), 2 deletions(-)
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 52 +++++++++++++++++++++++++++++++--
|
||||
1 file changed, 50 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 2741431..ffbecae 100644
|
||||
@@ -103,5 +103,5 @@ index 2741431..ffbecae 100644
|
||||
} else if (!strncmp("1.0", config.version, 3)) {
|
||||
gp_evm_revision = GP_EVM_REV_IS_1_0;
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 590219f8dedc88345dff5e2fcac3c63501333aba Mon Sep 17 00:00:00 2001
|
||||
From fd6ae50df7aee160e23cce68bf5c0fd223f2700a Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 31 Jan 2012 10:09:06 +0100
|
||||
Subject: [PATCH 05/56] beaglebone: disable tsadc
|
||||
Subject: [PATCH 05/79] beaglebone: disable tsadc
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index ffbecae..ba611c0 100644
|
||||
@@ -27,5 +27,5 @@ index ffbecae..ba611c0 100644
|
||||
|
||||
static u8 am335x_iis_serializer_direction1[] = {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From d15ac41429630a7065e409079370efc4cfcb3e65 Mon Sep 17 00:00:00 2001
|
||||
From d434e8f8c1fec1f10d2475a014ed26d4e5bc8579 Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Wed, 30 Nov 2011 15:00:40 +0100
|
||||
Subject: [PATCH 06/56] tscadc: Add general purpose mode, untested with
|
||||
Subject: [PATCH 06/79] tscadc: Add general purpose mode, untested with
|
||||
touchscreen functionality
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
@@ -402,5 +402,5 @@ index 2c547bb..850cd4b 100644
|
||||
+ int mode;
|
||||
};
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From 5275f0cc4c9f541711ab49e7e179a153fb61cda5 Mon Sep 17 00:00:00 2001
|
||||
From dc7ef10b1e755f188cfc92f4e1d8a43c8e661392 Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Wed, 30 Nov 2011 15:02:17 +0100
|
||||
Subject: [PATCH 07/56] tscadc: Add board file mfd support, fix warning
|
||||
Subject: [PATCH 07/79] tscadc: Add board file mfd support, fix warning
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
|
||||
@@ -40,5 +40,5 @@ index c6dc6f0..b50a08c 100644
|
||||
int clk_value;
|
||||
int clock_rate, irqenable, ctrl;
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From e9aa7ff6f36d532d2268cd3b91555cbeb72fda4f Mon Sep 17 00:00:00 2001
|
||||
From b67913c3de1b8789c9d1881391b9bfb0beaa00ee Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Wed, 30 Nov 2011 15:03:59 +0100
|
||||
Subject: [PATCH 08/56] AM335X: init tsc bone style for new boards
|
||||
Subject: [PATCH 08/79] AM335X: init tsc bone style for new boards
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 64a0c0a..6b78ae6 100644
|
||||
@@ -22,5 +22,5 @@ index 64a0c0a..6b78ae6 100644
|
||||
};
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 7042bb10731908812bc3b248b963899898773c4b Mon Sep 17 00:00:00 2001
|
||||
From 3b70f6dd0dd6f6c1fbd71b7090a3340382b3c77e Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Mon, 28 Nov 2011 18:18:04 -0600
|
||||
Subject: [PATCH 09/56] tscadc: make stepconfig channel-configurable
|
||||
Subject: [PATCH 09/79] tscadc: make stepconfig channel-configurable
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 8 +++++---
|
||||
1 files changed, 5 insertions(+), 3 deletions(-)
|
||||
1 file changed, 5 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index b50a08c..6083de7 100644
|
||||
@@ -42,5 +42,5 @@ index b50a08c..6083de7 100644
|
||||
irqenable = TSCADC_IRQENB_FIFO0THRES;
|
||||
}
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From 23f1ea4e1324704d36381cf1a2b6d4578c5f3fb4 Mon Sep 17 00:00:00 2001
|
||||
From 19415df67c6e3802c007832e356933d33435558b Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Mon, 28 Nov 2011 20:55:25 -0600
|
||||
Subject: [PATCH 10/56] tscadc: Trigger through sysfs
|
||||
Subject: [PATCH 10/79] tscadc: Trigger through sysfs
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
|
||||
@@ -145,5 +145,5 @@ index 850cd4b..fc239c6 100644
|
||||
#define TI_TSCADC_TSCMODE 0
|
||||
#define TI_TSCADC_GENMODE 1
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 44e604188006ae23fb48fe27b68b20cc9e3b20cb Mon Sep 17 00:00:00 2001
|
||||
From 956815a5ce5d2708ad3f14bdd0c6aaee056febbb Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Mon, 28 Nov 2011 20:56:48 -0600
|
||||
Subject: [PATCH 11/56] meta-ti: Remove debug messages for meta-ti
|
||||
Subject: [PATCH 11/79] meta-ti: Remove debug messages for meta-ti
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index d6aec8c..da48bcd 100644
|
||||
@@ -30,5 +30,5 @@ index d6aec8c..da48bcd 100644
|
||||
for (i = 0; i < fifo1count; i++) {
|
||||
read_sample = tscadc_readl(ts_dev, TSCADC_REG_FIFO0);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 04b4ae6caf9912acb99b294ab946ca88146ec6a9 Mon Sep 17 00:00:00 2001
|
||||
From 393a7b11a2819b5149c909a801b1f8be4d781771 Mon Sep 17 00:00:00 2001
|
||||
From: Joel A Fernandes <joelagnel@ti.com>
|
||||
Date: Tue, 29 Nov 2011 09:44:22 -0600
|
||||
Subject: [PATCH 12/56] tscadc: switch to polling instead of interrupts
|
||||
Subject: [PATCH 12/79] tscadc: switch to polling instead of interrupts
|
||||
|
||||
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 16 ++++++++++++++--
|
||||
1 files changed, 14 insertions(+), 2 deletions(-)
|
||||
1 file changed, 14 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index da48bcd..4fd2e18 100644
|
||||
@@ -50,5 +50,5 @@ index da48bcd..4fd2e18 100644
|
||||
tscadc_writel(ts_dev, TSCADC_REG_IRQENABLE, irqenable);
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 14830f07a752e8c2d643a307ebb5e268008d9c04 Mon Sep 17 00:00:00 2001
|
||||
From 33bbdc8dfb22170f7be9286c653fbac9d9c8f196 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 31 Jan 2012 14:50:55 +0100
|
||||
Subject: [PATCH 13/56] beaglebone: fix ADC init
|
||||
Subject: [PATCH 13/79] beaglebone: fix ADC init
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 6 ++----
|
||||
1 files changed, 2 insertions(+), 4 deletions(-)
|
||||
1 file changed, 2 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 6b78ae6..ffbecae 100644
|
||||
@@ -43,5 +43,5 @@ index 6b78ae6..ffbecae 100644
|
||||
};
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From ae3da1ea2d7c8b915e8eebec7d5f3524f53bf510 Mon Sep 17 00:00:00 2001
|
||||
From 10099d6354fc3c61306788e4070cfbd20722fb80 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 31 Jan 2012 16:49:52 +0100
|
||||
Subject: [PATCH 14/56] AM335x: MUX: add ehrpwm1A
|
||||
Subject: [PATCH 14/79] AM335x: MUX: add ehrpwm1A
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/mux33xx.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/mux33xx.c b/arch/arm/mach-omap2/mux33xx.c
|
||||
index 572ed16..0f71646 100644
|
||||
@@ -22,5 +22,5 @@ index 572ed16..0f71646 100644
|
||||
"gpmc_a3", "mii2_txd2", "rgmii2_td2", "mmc2_dat2",
|
||||
NULL, NULL, NULL, "gpio1_19"),
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 8930849074cc11163a2f176927d4e76072d4fb80 Mon Sep 17 00:00:00 2001
|
||||
From 33182602bad8a5aec644e69d800f5bc5c6604419 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 31 Jan 2012 17:02:10 +0100
|
||||
Subject: [PATCH 15/56] beaglebone: enable PWM for lcd backlight <- backlight
|
||||
Subject: [PATCH 15/79] beaglebone: enable PWM for lcd backlight <- backlight
|
||||
is inverted
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 51 +++++++++++++++++++++++++++------
|
||||
1 files changed, 42 insertions(+), 9 deletions(-)
|
||||
1 file changed, 42 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index ffbecae..43a83ca 100644
|
||||
@@ -119,5 +119,5 @@ index ffbecae..43a83ca 100644
|
||||
}
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+6
-6
@@ -1,7 +1,7 @@
|
||||
From e099fdb60eae41faea813fd1098af28b38f050d1 Mon Sep 17 00:00:00 2001
|
||||
From ec0ef23dd64de808f7e9d827ee82ac4734d8a003 Mon Sep 17 00:00:00 2001
|
||||
From: Steve Sakoman <steve@sakoman.com>
|
||||
Date: Mon, 18 Jul 2011 23:13:41 -0500
|
||||
Subject: [PATCH 16/56] omap_hsmmc: Set dto to max value of 14 to avoid SD
|
||||
Subject: [PATCH 16/79] omap_hsmmc: Set dto to max value of 14 to avoid SD
|
||||
Card timeouts
|
||||
|
||||
This fixes MMC errors due to timeouts on certain SD Cards following suggestions
|
||||
@@ -13,13 +13,13 @@ http://talk.maemo.org/showthread.php?p=1000707#post1000707
|
||||
This fix was originally proposed by Sukumar Ghoral of TI.
|
||||
---
|
||||
drivers/mmc/host/omap_hsmmc.c | 3 +++
|
||||
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
|
||||
index 1f938d9..ace26f7 100644
|
||||
index 22da8f2..adbc4d1 100644
|
||||
--- a/drivers/mmc/host/omap_hsmmc.c
|
||||
+++ b/drivers/mmc/host/omap_hsmmc.c
|
||||
@@ -1542,6 +1542,9 @@ static void set_data_timeout(struct omap_hsmmc_host *host)
|
||||
@@ -1554,6 +1554,9 @@ static void set_data_timeout(struct omap_hsmmc_host *host)
|
||||
/* Use the maximum timeout value allowed in the standard of 14 or 0xE */
|
||||
dto = 14;
|
||||
|
||||
@@ -30,5 +30,5 @@ index 1f938d9..ace26f7 100644
|
||||
reg |= dto << DTO_SHIFT;
|
||||
OMAP_HSMMC_WRITE(host->base, SYSCTL, reg);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 8de8f4d2da1d92847f27babbf3a91ca960afdbc9 Mon Sep 17 00:00:00 2001
|
||||
From 5ef54fcdbb6f2cee36b88ed04ea7c3d604702659 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 1 Feb 2012 14:10:38 +0100
|
||||
Subject: [PATCH 17/56] beaglebone: set default brightness to 50% for pwm
|
||||
Subject: [PATCH 17/79] beaglebone: set default brightness to 50% for pwm
|
||||
backlights
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 43a83ca..97b069f 100644
|
||||
@@ -23,5 +23,5 @@ index 43a83ca..97b069f 100644
|
||||
|
||||
#define PWM_DEVICE_ID "ecap.0"
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 4d3af135dec5fcd7119e62c17d5db6d678ad68d5 Mon Sep 17 00:00:00 2001
|
||||
From b54647b2f6825845e678995cf9a9824f763b6eb1 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Porter <mporter@ti.com>
|
||||
Date: Mon, 21 Nov 2011 12:55:23 -0500
|
||||
Subject: [PATCH 18/56] st7735fb: WIP framebuffer driver supporting Adafruit
|
||||
Subject: [PATCH 18/79] st7735fb: WIP framebuffer driver supporting Adafruit
|
||||
1.8" SPI LCD
|
||||
|
||||
Signed-off-by: Matt Porter <mporter@ti.com>
|
||||
@@ -11,7 +11,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
drivers/video/Makefile | 1 +
|
||||
drivers/video/st7735fb.c | 516 ++++++++++++++++++++++++++++++++++++++++++++++
|
||||
include/video/st7735fb.h | 86 ++++++++
|
||||
4 files changed, 614 insertions(+), 0 deletions(-)
|
||||
4 files changed, 614 insertions(+)
|
||||
create mode 100644 drivers/video/st7735fb.c
|
||||
create mode 100644 include/video/st7735fb.h
|
||||
|
||||
@@ -664,5 +664,5 @@ index 0000000..250f036
|
||||
+
|
||||
+
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 6a862f51ac8eca5e4e00acdc13a73db521eb74fa Mon Sep 17 00:00:00 2001
|
||||
From 1fcc4aabf4fa4ffe4ebfbfe4adbce3913389a0a0 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 7 Feb 2012 11:01:13 +0100
|
||||
Subject: [PATCH 19/56] beaglebone: use P8_6 (gpio1_3) as w1 bus
|
||||
Subject: [PATCH 19/79] beaglebone: use P8_6 (gpio1_3) as w1 bus
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 31 +++++++++++++++++++++++++++++++
|
||||
1 files changed, 31 insertions(+), 0 deletions(-)
|
||||
1 file changed, 31 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 97b069f..3ba4bbc 100644
|
||||
@@ -79,5 +79,5 @@ index 97b069f..3ba4bbc 100644
|
||||
};
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,13 +1,13 @@
|
||||
From fc2a970788a0181b495f79a78b35e6bdd6987aa8 Mon Sep 17 00:00:00 2001
|
||||
From c57ec6cbf0fc195c3253b9db23dab08554377cd5 Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro Zummo <a.zummo@towertech.it>
|
||||
Date: Thu, 9 Feb 2012 12:46:52 +0100
|
||||
Subject: [PATCH 20/56] beaglebone: add support for Towertech TT3201 CAN cape
|
||||
Subject: [PATCH 20/79] beaglebone: add support for Towertech TT3201 CAN cape
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 54 ++++++++++++++++++++++++++++++++-
|
||||
arch/arm/mach-omap2/mux33xx.c | 8 ++--
|
||||
drivers/net/can/dev.c | 8 ++--
|
||||
arch/arm/mach-omap2/mux33xx.c | 8 ++---
|
||||
drivers/net/can/dev.c | 8 ++---
|
||||
drivers/net/can/mcp251x.c | 47 ++++++++++++++++++++++------
|
||||
4 files changed, 98 insertions(+), 19 deletions(-)
|
||||
|
||||
@@ -316,5 +316,5 @@ index 330140e..b3e231c 100644
|
||||
}
|
||||
error_probe:
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From b7bcc2d2d68f0683ee25027fa33afd43357912cb Mon Sep 17 00:00:00 2001
|
||||
From 3d11cccc72d7ec50c8da319e45cafb4f02431211 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 19 Mar 2012 12:01:35 +0100
|
||||
Subject: [PATCH 21/56] beaglebone: add more beagleboardtoys cape partnumbers
|
||||
Subject: [PATCH 21/79] beaglebone: add more beagleboardtoys cape partnumbers
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 25 ++++++++++++++++++++++++-
|
||||
1 files changed, 24 insertions(+), 1 deletions(-)
|
||||
1 file changed, 24 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index a8dfcdf..f854329 100644
|
||||
@@ -49,5 +49,5 @@ index a8dfcdf..f854329 100644
|
||||
pr_info("BeagleBone cape: exporting ADC pins to sysfs\n");
|
||||
bone_tsc_init(0,0);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 7d829ebc289c6e311171cb3974e428ed2562c0ad Mon Sep 17 00:00:00 2001
|
||||
From bc8957c4a563945781b0e3c41f5a8068d88122f9 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 19 Mar 2012 13:32:43 +0100
|
||||
Subject: [PATCH 22/56] beaglebone: add gpio-keys for lcd7, add notes for
|
||||
Subject: [PATCH 22/79] beaglebone: add gpio-keys for lcd7, add notes for
|
||||
missing functionality for other capes
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 79 +++++++++++++++++++++++++++++++++
|
||||
1 files changed, 79 insertions(+), 0 deletions(-)
|
||||
1 file changed, 79 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index f854329..9e9cf5b 100644
|
||||
@@ -126,5 +126,5 @@ index f854329..9e9cf5b 100644
|
||||
}
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From d7eecab57e0c72ef16663b45d2e1498368cfe9fe Mon Sep 17 00:00:00 2001
|
||||
From 1fb7daa57c2079ec42cff0d26336e430fad7946f Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 19 Mar 2012 14:26:37 +0100
|
||||
Subject: [PATCH 23/56] beaglebone: add enter key for lcd7 cape
|
||||
Subject: [PATCH 23/79] beaglebone: add enter key for lcd7 cape
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 9 +++++++++
|
||||
1 files changed, 9 insertions(+), 0 deletions(-)
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 9e9cf5b..8c78eb5 100644
|
||||
@@ -36,5 +36,5 @@ index 9e9cf5b..8c78eb5 100644
|
||||
|
||||
static struct gpio_keys_platform_data beaglebone_lcd7_gpio_key_info = {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 15f9d6c3d2ea7b9c932b311e7b615735bb940f01 Mon Sep 17 00:00:00 2001
|
||||
From 5bc55512fb72b331c09769036da6b754430fd399 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 19 Mar 2012 15:15:06 +0100
|
||||
Subject: [PATCH 24/56] beaglebone: add gpio-keys for lcd
|
||||
Subject: [PATCH 24/79] beaglebone: add gpio-keys for lcd
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 82 +++++++++++++++++++++++++++++++--
|
||||
1 files changed, 78 insertions(+), 4 deletions(-)
|
||||
1 file changed, 78 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 8c78eb5..5266f78 100644
|
||||
@@ -109,5 +109,5 @@ index 8c78eb5..5266f78 100644
|
||||
|
||||
if (!strncmp("BB-BONE-VGA-01", cape_config.partnumber, 15)) {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 9ae51575e2d99c806ee5caabb4a11a380e5e9b7b Mon Sep 17 00:00:00 2001
|
||||
From a9f029372abbaef2e9f55e2be728ae8bbc54bdaa Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 26 Mar 2012 20:28:56 +0200
|
||||
Subject: [PATCH 25/56] beaglebone: fix direction of gpio-keys
|
||||
Subject: [PATCH 25/79] beaglebone: fix direction of gpio-keys
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 20 ++++++++++----------
|
||||
1 files changed, 10 insertions(+), 10 deletions(-)
|
||||
1 file changed, 10 insertions(+), 10 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 5266f78..36b0c85 100644
|
||||
@@ -103,5 +103,5 @@ index 5266f78..36b0c85 100644
|
||||
.type = EV_KEY,
|
||||
.wakeup = 1,
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 1979148439115875ee92c370e369a28ba3b5f37c Mon Sep 17 00:00:00 2001
|
||||
From 6f82ce8b4cd239aa7b262e0a0b62d42545b9d21b Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 29 Feb 2012 17:25:22 +0100
|
||||
Subject: [PATCH 26/56] beaglebone: fix 3.5" lcd cape support
|
||||
Subject: [PATCH 26/79] beaglebone: fix 3.5" lcd cape support
|
||||
|
||||
* proper timings
|
||||
* fix gpio conflict
|
||||
@@ -10,7 +10,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 42 ++++++++++++++++++++++++++++++++-
|
||||
drivers/video/da8xx-fb.c | 14 +++++++++++
|
||||
2 files changed, 55 insertions(+), 1 deletions(-)
|
||||
2 files changed, 55 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 36b0c85..127516f 100644
|
||||
@@ -105,5 +105,5 @@ index b01f15b..86b19ac 100644
|
||||
|
||||
/* Enable the Raster Engine of the LCD Controller */
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 07553571e947d49d906d5f12fd0cb4eac6a8c4e5 Mon Sep 17 00:00:00 2001
|
||||
From b199c282abaee2188141c0885198466e8028f181 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 17 Apr 2012 11:25:00 +0200
|
||||
Subject: [PATCH 27/56] beaglebone: decrease PWM frequency to old value, LCD7
|
||||
Subject: [PATCH 27/79] beaglebone: decrease PWM frequency to old value, LCD7
|
||||
doesn't like it
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 127516f..4d5238d 100644
|
||||
@@ -23,5 +23,5 @@ index 127516f..4d5238d 100644
|
||||
#define PWM_DEVICE_ID "ecap.0"
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 1ca68f8e87f5825a54c41f5d1fbf90fc2c09496c Mon Sep 17 00:00:00 2001
|
||||
From 4456663edfc37d478da19c13683b9e58833ca997 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 17 Apr 2012 12:35:01 +0200
|
||||
Subject: [PATCH 28/56] beaglebone: fix ehrpwm backlight
|
||||
Subject: [PATCH 28/79] beaglebone: fix ehrpwm backlight
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 4d5238d..24ed0b6 100644
|
||||
@@ -21,5 +21,5 @@ index 4d5238d..24ed0b6 100644
|
||||
|
||||
/* Setup pwm-backlight for bbtoys7lcd */
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 247ab0d5d63145121e94afaee1b221545d37eb20 Mon Sep 17 00:00:00 2001
|
||||
From d79d7b027fa6f411a64d65d56d0421cde619f43c Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 17 Apr 2012 12:57:38 +0200
|
||||
Subject: [PATCH 29/56] beaglebone: also report cape revision
|
||||
Subject: [PATCH 29/79] beaglebone: also report cape revision
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 4 +++-
|
||||
1 files changed, 3 insertions(+), 1 deletions(-)
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 24ed0b6..a4e113c 100644
|
||||
@@ -32,5 +32,5 @@ index 24ed0b6..a4e113c 100644
|
||||
pr_info("BeagleBone cape partnumber: %s\n", tmp);
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From e33f195b5e929944ce6934c38a135821f8206a1a Mon Sep 17 00:00:00 2001
|
||||
From bb7bebd5eb51467ff920773cc8dd321102b8d528 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 19 Apr 2012 07:55:55 +0200
|
||||
Subject: [PATCH 30/56] beaglebone: don't compare undefined characters, it
|
||||
Subject: [PATCH 30/79] beaglebone: don't compare undefined characters, it
|
||||
makes strncomp fail
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index a4e113c..f2f03b6 100644
|
||||
@@ -23,5 +23,5 @@ index a4e113c..f2f03b6 100644
|
||||
dvi_init(0,0);
|
||||
}
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 138b017b71191f87a5f00f94995f144e432b8d9f Mon Sep 17 00:00:00 2001
|
||||
From 46f31bc6d2e3c44f0591216db3151408a0d97133 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 19 Apr 2012 14:33:53 +0200
|
||||
Subject: [PATCH 31/56] beaglebone: fix 3.5" cape support
|
||||
Subject: [PATCH 31/79] beaglebone: fix 3.5" cape support
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 42 ++++++++++++++++++++++++++++++++-
|
||||
1 files changed, 41 insertions(+), 1 deletions(-)
|
||||
1 file changed, 41 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index f2f03b6..3adc4ac 100644
|
||||
@@ -69,5 +69,5 @@ index f2f03b6..3adc4ac 100644
|
||||
// we are being stupid and setting pixclock from here instead of da8xx-fb.c
|
||||
if (conf_disp_pll(16000000)) {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From dbae54fe993315205d8415ef78e83f149c829a9b Mon Sep 17 00:00:00 2001
|
||||
From d8f8e88b0ea9cf4e94a601d5ee2601ee8f1b6d52 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 25 Apr 2012 12:35:07 +0200
|
||||
Subject: [PATCH 32/56] beaglebone: connect batterycape GPIO to gpio-charger
|
||||
Subject: [PATCH 32/79] beaglebone: connect batterycape GPIO to gpio-charger
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 46 ++++++++++++++++++++++++++++++++-
|
||||
1 files changed, 45 insertions(+), 1 deletions(-)
|
||||
1 file changed, 45 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 3adc4ac..717bb8c 100644
|
||||
@@ -80,5 +80,5 @@ index 3adc4ac..717bb8c 100644
|
||||
|
||||
if (!strncmp("BB-BONE-SERL", cape_config.partnumber, 12)) {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
From 2345361d8188eb3a946f2a0ab9e648eba2cc9c27 Mon Sep 17 00:00:00 2001
|
||||
From f9b6989bb732e354c174da80052abbba49f238dd Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 4 May 2012 13:19:45 +0200
|
||||
Subject: [PATCH 33/56] beaglebone: add support for CAN and RS232 cape
|
||||
Subject: [PATCH 33/79] beaglebone: add support for CAN and RS232 cape
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 36 +++++++++++++++++++++++++++-----
|
||||
1 files changed, 30 insertions(+), 6 deletions(-)
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 36 +++++++++++++++++++++++++++------
|
||||
1 file changed, 30 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 717bb8c..6e7b203 100644
|
||||
@@ -63,5 +63,5 @@ index 717bb8c..6e7b203 100644
|
||||
}
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 64918c14ce7c12660cdf3b7650d6992a4eb7a69e Mon Sep 17 00:00:00 2001
|
||||
From 79504e3e113ac68335eb899322a56f3a72462b08 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 19 Apr 2012 14:23:06 +0200
|
||||
Subject: [PATCH 34/56] beaglebone: add support for DVI rev. A2 capes
|
||||
Subject: [PATCH 34/79] beaglebone: add support for DVI rev. A2 capes
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 150 ++++++++-------------------------
|
||||
1 files changed, 35 insertions(+), 115 deletions(-)
|
||||
1 file changed, 35 insertions(+), 115 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 6e7b203..e02c0b6 100644
|
||||
@@ -238,5 +238,5 @@ index 6e7b203..e02c0b6 100644
|
||||
if (!strncmp("BB-BONE-LCD7-01", cape_config.partnumber, 15)) {
|
||||
pr_info("BeagleBone cape: initializing LCD cape\n");
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
From 11a78ddde39b0ae90c718b724426e01b6af3f8e1 Mon Sep 17 00:00:00 2001
|
||||
From d54dc11ed06da5b83c2c99b404483eefd13d2074 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 11 May 2012 13:08:24 +0200
|
||||
Subject: [PATCH 35/56] beaglebone: enable LEDs for DVI, LCD3 and LCD7 capes
|
||||
Subject: [PATCH 35/79] beaglebone: enable LEDs for DVI, LCD3 and LCD7 capes
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 140 ++++++++++++++++++++++++++++++--
|
||||
1 files changed, 131 insertions(+), 9 deletions(-)
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 140 ++++++++++++++++++++++++++++++---
|
||||
1 file changed, 131 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index e02c0b6..8db33b9 100644
|
||||
@@ -236,5 +236,5 @@ index e02c0b6..8db33b9 100644
|
||||
{NULL, 0, 0},
|
||||
};
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From b038926e4aa0feeeb20bbcf5bb24765ae40162f5 Mon Sep 17 00:00:00 2001
|
||||
From 402cc5ad4f97373171cd7e1cfe17ad5165a8c42c Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:06:24 +0200
|
||||
Subject: [PATCH 36/56] Beaglebone: Fixed compiletime warnings.
|
||||
Subject: [PATCH 36/79] Beaglebone: Fixed compiletime warnings.
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 8db33b9..b48e0fd 100644
|
||||
@@ -44,5 +44,5 @@ index 8db33b9..b48e0fd 100644
|
||||
ret = mem_acc->read(mem_acc, (char *)&cape_config, 0, sizeof(cape_config));
|
||||
if (ret != sizeof(cape_config)) {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 387e0633f95924f2e70dd48651720c6718e0ff2f Mon Sep 17 00:00:00 2001
|
||||
From ae194fe34a83ae3198010fe20b60308e03e46c61 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:18:52 +0200
|
||||
Subject: [PATCH 37/56] Beaglebone: Added missing termination record to
|
||||
Subject: [PATCH 37/79] Beaglebone: Added missing termination record to
|
||||
bone_pin_mux data.
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index b48e0fd..7dbeac6 100644
|
||||
@@ -22,5 +22,5 @@ index b48e0fd..7dbeac6 100644
|
||||
|
||||
/* Module pin mux for eCAP0 */
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From adcb99ec934a692e4bdeb993901f5df89188a32c Mon Sep 17 00:00:00 2001
|
||||
From 3bfb8f832b4fb3685755ba893a464865ba1cb824 Mon Sep 17 00:00:00 2001
|
||||
From: Rob Kellett <r-kellett@ti.com>
|
||||
Date: Mon, 14 May 2012 09:35:35 +0100
|
||||
Subject: [PATCH 38/56] board-am335xevm.c: Beaglebone - expose all pwms
|
||||
Subject: [PATCH 38/79] board-am335xevm.c: Beaglebone - expose all pwms
|
||||
through sysfs
|
||||
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 20 +++++++++++++++++++-
|
||||
1 files changed, 19 insertions(+), 1 deletions(-)
|
||||
1 file changed, 19 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 7dbeac6..c9ee0a2 100644
|
||||
@@ -54,5 +54,5 @@ index 7dbeac6..c9ee0a2 100644
|
||||
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
From d38171c24019061250e120d554ad89199c58ad53 Mon Sep 17 00:00:00 2001
|
||||
From e8f558360cca470b15e95e0620aa0eb6e4cc7980 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:09:57 +0200
|
||||
Subject: [PATCH 39/56] ARM: OMAP: Mux: Fixed debugfs mux output (always
|
||||
Subject: [PATCH 39/79] ARM: OMAP: Mux: Fixed debugfs mux output (always
|
||||
reporting pins as output)
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/mux.c | 62 +++++++++++++++++++++++++++-----------------
|
||||
1 files changed, 38 insertions(+), 24 deletions(-)
|
||||
arch/arm/mach-omap2/mux.c | 62 +++++++++++++++++++++++++++------------------
|
||||
1 file changed, 38 insertions(+), 24 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
|
||||
index e1cc75d..5899266 100644
|
||||
@@ -95,5 +95,5 @@ index e1cc75d..5899266 100644
|
||||
|
||||
do {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From b42299b9cd05cb162cd2364fa41e7307515b8a55 Mon Sep 17 00:00:00 2001
|
||||
From 0bbf782ac6c97d57990886959838a6f7ed296b3a Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 14 May 2012 14:23:45 +0200
|
||||
Subject: [PATCH 40/56] beaglebone: export SPI2 as spidev when no capes are
|
||||
Subject: [PATCH 40/79] beaglebone: export SPI2 as spidev when no capes are
|
||||
using SPI
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 25 +++++++++++++++++++++----
|
||||
1 files changed, 21 insertions(+), 4 deletions(-)
|
||||
1 file changed, 21 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index c9ee0a2..a0fa53a 100644
|
||||
@@ -79,5 +79,5 @@ index c9ee0a2..a0fa53a 100644
|
||||
{
|
||||
phydev->supported &= ~(SUPPORTED_100baseT_Half |
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From eef1e8089f452606aa32ee57b6a39783bd26e51f Mon Sep 17 00:00:00 2001
|
||||
From 7f97d002d17f8de8cde7f248bb1c194172360efe Mon Sep 17 00:00:00 2001
|
||||
From: Matt Porter <mporter@ti.com>
|
||||
Date: Wed, 28 Mar 2012 23:35:44 -0400
|
||||
Subject: [PATCH 41/56] st7735fb: Working WIP changes to make DMA safe and add
|
||||
Subject: [PATCH 41/79] st7735fb: Working WIP changes to make DMA safe and add
|
||||
endian fix
|
||||
|
||||
This removes the "from the stack" allocation of 1 byte buffers
|
||||
@@ -18,7 +18,7 @@ with the driver.
|
||||
Signed-off-by: Matt Porter <mporter@ti.com>
|
||||
---
|
||||
drivers/video/st7735fb.c | 49 ++++++++++++++++++++++++++++++----------------
|
||||
include/video/st7735fb.h | 2 +
|
||||
include/video/st7735fb.h | 2 ++
|
||||
2 files changed, 34 insertions(+), 17 deletions(-)
|
||||
|
||||
diff --git a/drivers/video/st7735fb.c b/drivers/video/st7735fb.c
|
||||
@@ -139,5 +139,5 @@ index 250f036..e99cd05 100644
|
||||
|
||||
struct st7735fb_platform_data {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 60182b1efd893c0e8c4c6176d2ce0e766d702abb Mon Sep 17 00:00:00 2001
|
||||
From e2542efb1a4a61334eace382a2a4c6d5874cc078 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 16 May 2012 17:57:31 +0200
|
||||
Subject: [PATCH 42/56] omap hwmod: silence st_shift error
|
||||
Subject: [PATCH 42/79] omap hwmod: silence st_shift error
|
||||
|
||||
During boot the following error is shown:
|
||||
|
||||
@@ -12,7 +12,7 @@ Since this PSP tree will never run on omap4 remove the print so people will stop
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/omap_hwmod.c | 3 ---
|
||||
1 files changed, 0 insertions(+), 3 deletions(-)
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
|
||||
index bc14f9f..a050699 100644
|
||||
@@ -29,5 +29,5 @@ index bc14f9f..a050699 100644
|
||||
oh->clkdm->pwrdm.ptr->prcm_partition,
|
||||
oh->clkdm->pwrdm.ptr->prcm_offs,
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From e846fa8a57d5f050fdb382e8d5599d9b0341a111 Mon Sep 17 00:00:00 2001
|
||||
From f37fa162020846da5950eba704e58e41889b9d3a Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 17 May 2012 10:59:18 +0200
|
||||
Subject: [PATCH 43/56] cpsw,phy_device: demote PHY message to INFO
|
||||
Subject: [PATCH 43/79] cpsw,phy_device: demote PHY message to INFO
|
||||
|
||||
This keeps them from appearing on the screen when booting with 'quiet'
|
||||
|
||||
@@ -47,5 +47,5 @@ index 83a5a5a..8b84789 100644
|
||||
}
|
||||
phydev = to_phy_device(d);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 994f87a816d1bd28483e34df8dfa68950eb70c72 Mon Sep 17 00:00:00 2001
|
||||
From ff466659529efbbc2d01f1461fe461dc0fdea135 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 18 May 2012 12:17:12 +0200
|
||||
Subject: [PATCH 44/56] beaglebone: add support for 7" LCD cape revision A2
|
||||
Subject: [PATCH 44/79] beaglebone: add support for 7" LCD cape revision A2
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 24 +++++++++++++++++++++---
|
||||
1 files changed, 21 insertions(+), 3 deletions(-)
|
||||
1 file changed, 21 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index a0fa53a..5bb71b1 100644
|
||||
@@ -62,5 +62,5 @@ index a0fa53a..5bb71b1 100644
|
||||
pr_info("BeagleBone cape: initializing LCD cape touchscreen\n");
|
||||
tsc_init(0,0);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From bddb03181fef4172d529717ff1c613a1770d737c Mon Sep 17 00:00:00 2001
|
||||
From 1b32708444a02b6e42cdd76272a2f09768a3474a Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 18 May 2012 12:39:25 +0200
|
||||
Subject: [PATCH 45/56] beaglebone: allow capes to disable w1-gpio
|
||||
Subject: [PATCH 45/79] beaglebone: allow capes to disable w1-gpio
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 7 +++++--
|
||||
1 files changed, 5 insertions(+), 2 deletions(-)
|
||||
1 file changed, 5 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 5bb71b1..5c89494 100644
|
||||
@@ -48,5 +48,5 @@ index 5bb71b1..5c89494 100644
|
||||
};
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From d338dc3eff341be3e3c038e300e1636c1b667b0c Mon Sep 17 00:00:00 2001
|
||||
From b1a945344e6abd9bb9f33e9a8dadb8ac22ed2422 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 18 May 2012 12:58:16 +0200
|
||||
Subject: [PATCH 46/56] beaglebone: add stub for the camera cape to disable
|
||||
Subject: [PATCH 46/79] beaglebone: add stub for the camera cape to disable
|
||||
w1-gpio
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 5 +++++
|
||||
1 files changed, 5 insertions(+), 0 deletions(-)
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 5c89494..ece4e46 100644
|
||||
@@ -26,5 +26,5 @@ index 5c89494..ece4e46 100644
|
||||
if ((capecount > 3) && (beaglebone_tsadcpins_free == 1)) {
|
||||
pr_info("BeagleBone cape: exporting ADC pins to sysfs\n");
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 6d5deaa1b63e1b6fc5c72c98cf44bcc5bd919974 Mon Sep 17 00:00:00 2001
|
||||
From 023eed8b578f4b3ccc992ade8344277f9f9e08d6 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:16:34 +0200
|
||||
Subject: [PATCH 47/56] Adding many of the missing signals to the mux table.
|
||||
Subject: [PATCH 47/79] Adding many of the missing signals to the mux table.
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
---
|
||||
arch/arm/mach-omap2/mux33xx.c | 197 +++++++++++++++++++++--------------------
|
||||
1 files changed, 101 insertions(+), 96 deletions(-)
|
||||
1 file changed, 101 insertions(+), 96 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/mux33xx.c b/arch/arm/mach-omap2/mux33xx.c
|
||||
index 25dcedb..26ecd66 100644
|
||||
@@ -306,5 +306,5 @@ index 25dcedb..26ecd66 100644
|
||||
NULL, NULL, NULL, NULL),
|
||||
{ .reg_offset = OMAP_MUX_TERMINATOR },
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
From 122136b42459ab34853157fb5de1691e890f8f88 Mon Sep 17 00:00:00 2001
|
||||
From 3813937b8337eb49978dfe8e4b938f937b11db37 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Mon, 14 May 2012 18:26:12 +0200
|
||||
Subject: [PATCH 48/56] Fixed reversed part of LCD bus. Added even more
|
||||
Subject: [PATCH 48/79] Fixed reversed part of LCD bus. Added even more
|
||||
missing entries (TBC).
|
||||
|
||||
---
|
||||
arch/arm/mach-omap2/mux33xx.c | 56 ++++++++++++++++++++--------------------
|
||||
1 files changed, 28 insertions(+), 28 deletions(-)
|
||||
arch/arm/mach-omap2/mux33xx.c | 56 ++++++++++++++++++++---------------------
|
||||
1 file changed, 28 insertions(+), 28 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/mux33xx.c b/arch/arm/mach-omap2/mux33xx.c
|
||||
index 26ecd66..72ac899 100644
|
||||
@@ -109,5 +109,5 @@ index 26ecd66..72ac899 100644
|
||||
"lcd_data2", "gpmc_a2", "pr1_mii0_txd3", "ehrpwm2_tripzone_input",
|
||||
NULL, "pr1_pru1_pru_r30_2", "pr1_pru1_pru_r31_2", "gpio2_8"),
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From b0977ddac55066159dc227585cf6c682fbb8f1a4 Mon Sep 17 00:00:00 2001
|
||||
From e55b5da533e82e6f61c7ccd947623bce7a45ebf9 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Sat, 19 May 2012 11:29:14 +0200
|
||||
Subject: [PATCH 49/56] ts_tscadc: add defines for 4x and 16x oversampling
|
||||
Subject: [PATCH 49/79] ts_tscadc: add defines for 4x and 16x oversampling
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 2 ++
|
||||
1 files changed, 2 insertions(+), 0 deletions(-)
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index 4fd2e18..acb62d1 100644
|
||||
@@ -22,5 +22,5 @@ index 4fd2e18..acb62d1 100644
|
||||
#define TSCADC_STEPCONFIG_XPP BIT(5)
|
||||
#define TSCADC_STEPCONFIG_XNN BIT(6)
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From fb76db075eb565d152d99b734e3fe9d84b4fe495 Mon Sep 17 00:00:00 2001
|
||||
From 4ec4eca3d419986b16b226d1ebdd2c103077ae07 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Sat, 19 May 2012 11:37:21 +0200
|
||||
Subject: [PATCH 50/56] ts_tscadc: switch to 4x oversampling
|
||||
Subject: [PATCH 50/79] ts_tscadc: switch to 4x oversampling
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 10 +++++-----
|
||||
1 files changed, 5 insertions(+), 5 deletions(-)
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index acb62d1..7df7bb2 100644
|
||||
@@ -54,5 +54,5 @@ index acb62d1..7df7bb2 100644
|
||||
TSCADC_STEPCONFIG_YPN | TSCADC_STEPCONFIG_INM;
|
||||
stepconfigz2 = stepconfigz1 | TSCADC_STEPCONFIG_Z1 |
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 32fc1a1006035b1c05e45e962b89efe7f9c43182 Mon Sep 17 00:00:00 2001
|
||||
From a765d50c30374795b0d421a25a65516d6a66e990 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:07:59 +0200
|
||||
Subject: [PATCH 51/56] Fixed size of pinmux data array in EEPROM data struct.
|
||||
Subject: [PATCH 51/79] Fixed size of pinmux data array in EEPROM data struct.
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index ece4e46..c6ec997 100644
|
||||
@@ -23,5 +23,5 @@ index ece4e46..c6ec997 100644
|
||||
u16 current_vdd5v;
|
||||
u16 current_sys5v;
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From ef6c0767e7c4337f45080906cda46a2c05e000f8 Mon Sep 17 00:00:00 2001
|
||||
From 2ab55bf6a97122999e0cd6cbe18869fb89b59c0a Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Sun, 13 May 2012 18:14:22 +0200
|
||||
Subject: [PATCH 52/56] Implemented Bone Cape configuration from EEPROM. Only
|
||||
Subject: [PATCH 52/79] Implemented Bone Cape configuration from EEPROM. Only
|
||||
used for BEBOPR cape for now.
|
||||
|
||||
Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
|
||||
@@ -9,7 +9,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 304 +++++++++++++++++++++++++++++++++
|
||||
arch/arm/mach-omap2/mux33xx.c | 14 ++
|
||||
2 files changed, 318 insertions(+), 0 deletions(-)
|
||||
2 files changed, 318 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index c6ec997..7fb8295 100644
|
||||
@@ -359,5 +359,5 @@ index 72ac899..43c8989 100644
|
||||
int __init am33xx_mux_init(struct omap_board_mux *board_subset)
|
||||
{
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 3df22c4c4db479f189d892bcbf009102855bbd05 Mon Sep 17 00:00:00 2001
|
||||
From 15a5705cf271c9571719d6e5e09e33efba9576b4 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Mon, 14 May 2012 14:31:37 +0200
|
||||
Subject: [PATCH 53/56] Replaced conditional debug code by pr_debug statements
|
||||
Subject: [PATCH 53/79] Replaced conditional debug code by pr_debug statements
|
||||
for cleaner code.
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 91 +++++++++++++--------------------
|
||||
1 files changed, 36 insertions(+), 55 deletions(-)
|
||||
1 file changed, 36 insertions(+), 55 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 7fb8295..d6a607a 100644
|
||||
@@ -184,5 +184,5 @@ index 7fb8295..d6a607a 100644
|
||||
}
|
||||
} else {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From bf49a3539e82539d8d347f7d88626c308662ed62 Mon Sep 17 00:00:00 2001
|
||||
From 0d56e585afe2e1cf32a55e93e6a4aa8d659bccf4 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Mon, 14 May 2012 14:36:23 +0200
|
||||
Subject: [PATCH 54/56] Workaround for boards with (mistaken) ASCII
|
||||
Subject: [PATCH 54/79] Workaround for boards with (mistaken) ASCII
|
||||
interpretation for the numpins field.
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 6 ++++++
|
||||
1 files changed, 6 insertions(+), 0 deletions(-)
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index d6a607a..0a1738a 100644
|
||||
@@ -27,5 +27,5 @@ index d6a607a..0a1738a 100644
|
||||
cnt, NR_ITEMS( cape_config.muxdata));
|
||||
RULER( NR_ITEMS( cape_config.muxdata));
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 2dc46dbcb68848a670dbe877f954835980cf8d66 Mon Sep 17 00:00:00 2001
|
||||
From 8d8ad2973b9d062763f51f1bee0652a6647033a5 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Mon, 14 May 2012 15:07:43 +0200
|
||||
Subject: [PATCH 55/56] Workaround for EEPROM contents blocking further I2C
|
||||
Subject: [PATCH 55/79] Workaround for EEPROM contents blocking further I2C
|
||||
bus access.
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 5 ++++-
|
||||
1 files changed, 4 insertions(+), 1 deletions(-)
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 0a1738a..0fa8a32 100644
|
||||
@@ -26,5 +26,5 @@ index 0a1738a..0fa8a32 100644
|
||||
case 0: status[ i] = 'i'; break;
|
||||
case 1: status[ i] = 'o'; break;
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From 8c79cdf0bbe2bff8043cf81da7b8793c21f64f17 Mon Sep 17 00:00:00 2001
|
||||
From ae7ecbfa459730344eeb559ce0352662c540289c Mon Sep 17 00:00:00 2001
|
||||
From: Bas Laarhoven <sjml@xs4all.nl>
|
||||
Date: Tue, 15 May 2012 10:00:47 +0200
|
||||
Subject: [PATCH 56/56] Added check on EEPROM revision to prevent interpreting
|
||||
Subject: [PATCH 56/79] Added check on EEPROM revision to prevent interpreting
|
||||
unknown formats.
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 16 +++++++++++++---
|
||||
1 files changed, 13 insertions(+), 3 deletions(-)
|
||||
1 file changed, 13 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 0fa8a32..68ddfe2 100644
|
||||
@@ -56,5 +56,5 @@ index 0fa8a32..68ddfe2 100644
|
||||
|
||||
static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context)
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 2436d7177f75ffa852dc008ce5fe63e92cec963a Mon Sep 17 00:00:00 2001
|
||||
From 3c530584c31f8e61a47a931dedca2f9e75165b9f Mon Sep 17 00:00:00 2001
|
||||
From: Al Pacifico <adpacifico@users.sourceforge.net>
|
||||
Date: Mon, 21 May 2012 11:50:32 -0700
|
||||
Subject: [PATCH 57/61] i2c-prescalar-fix: i2c: fixed prescalar setting issue
|
||||
Subject: [PATCH 57/79] i2c-prescalar-fix: i2c: fixed prescalar setting issue
|
||||
|
||||
Applied Steve's i2c prescalar fix patches.
|
||||
See https://groups.google.com/d/msg/beagleboard/Q1pDr1lT7Gk/jvxOxgg8_2MJ
|
||||
@@ -12,7 +12,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 3 ++-
|
||||
drivers/i2c/busses/i2c-omap.c | 2 ++
|
||||
include/linux/i2c-omap.h | 1 +
|
||||
3 files changed, 5 insertions(+), 1 deletions(-)
|
||||
3 files changed, 5 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
|
||||
index 9d3c9a5..946e6b5 100644
|
||||
@@ -54,5 +54,5 @@ index fd38249..818f5bf 100644
|
||||
#define OMAP_I2C_FLAG_BUS_SHIFT_NONE 0
|
||||
#define OMAP_I2C_FLAG_BUS_SHIFT_1 BIT(7)
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 178d60b5a56c1f8eff29d23c27cc14bc6c0a9e4c Mon Sep 17 00:00:00 2001
|
||||
From fe280a351fe71d5f1ade1aa3b8f9edc08e201ec1 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 22 May 2012 10:58:53 +0200
|
||||
Subject: [PATCH 58/61] beaglebone: annotate default beaglebone pinmux
|
||||
Subject: [PATCH 58/79] beaglebone: annotate default beaglebone pinmux
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 8 ++++----
|
||||
1 files changed, 4 insertions(+), 4 deletions(-)
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 68ddfe2..b079279 100644
|
||||
@@ -28,5 +28,5 @@ index 68ddfe2..b079279 100644
|
||||
{"gpmc_ad6.gpio1_6", OMAP_MUX_MODE7 | AM33XX_PIN_INPUT_PULLUP},
|
||||
{NULL, 0},
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
From f0f728e400d0512788e59a2d7a17e3aa8584c033 Mon Sep 17 00:00:00 2001
|
||||
From 1b74058d12afa7d51ef84316ec4ede88c565161f Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 22 May 2012 11:00:00 +0200
|
||||
Subject: [PATCH 59/61] beaglebone: fix pin-free thinko, this method doesn't
|
||||
Subject: [PATCH 59/79] beaglebone: fix pin-free thinko, this method doesn't
|
||||
get called when there's a cape at 0x57
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 46 +++++++++++++++------------------
|
||||
1 files changed, 21 insertions(+), 25 deletions(-)
|
||||
1 file changed, 21 insertions(+), 25 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index b079279..dfe8df5 100644
|
||||
@@ -74,5 +74,5 @@ index b079279..dfe8df5 100644
|
||||
return;
|
||||
out:
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From b594d005ab1e622b9c3cbf45c2699dde4af3706f Mon Sep 17 00:00:00 2001
|
||||
From 77f8e93f7baf85dfab7cdf8b04c320f460a119cd Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 22 May 2012 11:00:35 +0200
|
||||
Subject: [PATCH 60/61] beaglebone: switch RS232 cape to ttyO2
|
||||
Subject: [PATCH 60/79] beaglebone: switch RS232 cape to ttyO2
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 5 +++--
|
||||
1 files changed, 3 insertions(+), 2 deletions(-)
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index dfe8df5..5902df0 100644
|
||||
@@ -25,5 +25,5 @@ index dfe8df5..5902df0 100644
|
||||
if (!strncmp("BB-BONE-SERL-04", cape_config.partnumber, 15)) {
|
||||
pr_info("BeagleBone cape: not initializing RS485 cape\n");
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 9c7b14dcac75a1c6456e2cd4ae3e1737ed1c5f47 Mon Sep 17 00:00:00 2001
|
||||
From f138b1ab42cb36c13926e1cee6ed3cd429d1c91b Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 22 May 2012 12:25:33 +0200
|
||||
Subject: [PATCH 61/61] beaglebone: make uart2 pinmux match the uart0 pinmux
|
||||
Subject: [PATCH 61/79] beaglebone: make uart2 pinmux match the uart0 pinmux
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 7 ++-----
|
||||
1 files changed, 2 insertions(+), 5 deletions(-)
|
||||
1 file changed, 2 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 5902df0..e8ce381 100644
|
||||
@@ -27,5 +27,5 @@ index 5902df0..e8ce381 100644
|
||||
};
|
||||
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 02ad70ea366cb2946cc7d7c14ddcbd0dabf3d3ff Mon Sep 17 00:00:00 2001
|
||||
From c9201ef3a2d12a49b5070620a204f66eef5017e0 Mon Sep 17 00:00:00 2001
|
||||
From: Aditya Nellutla <aditya.n@ti.com>
|
||||
Date: Thu, 29 Mar 2012 15:45:39 +0530
|
||||
Subject: [PATCH 62/63] da8xx-fb: Rounding FB size to satisfy SGX buffer
|
||||
Subject: [PATCH 62/79] da8xx-fb: Rounding FB size to satisfy SGX buffer
|
||||
requirements
|
||||
|
||||
In the real time use-case when SGX is used for rendering to FB buffers it has been
|
||||
@@ -22,7 +22,7 @@ This patch makes sure that FB allocates buffers aligned to above formula.
|
||||
Signed-off-by: Aditya Nellutla <aditya.n@ti.com>
|
||||
---
|
||||
drivers/video/da8xx-fb.c | 5 ++++-
|
||||
1 files changed, 4 insertions(+), 1 deletions(-)
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
|
||||
index 86b19ac..9aaca5d 100644
|
||||
@@ -55,5 +55,5 @@ index 86b19ac..9aaca5d 100644
|
||||
|
||||
par->vram_virt = dma_alloc_coherent(NULL,
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+6
-6
@@ -1,13 +1,13 @@
|
||||
From 4c0991689b1e22f28d4827b218e31131f9f56be7 Mon Sep 17 00:00:00 2001
|
||||
From 81ca4844089a80e1b1a285ce661f662a04312e81 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 23 May 2012 15:51:12 +0200
|
||||
Subject: [PATCH 63/63] beaglebone: dvi cape audio hacks
|
||||
Subject: [PATCH 63/79] beaglebone: dvi cape audio hacks
|
||||
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 72 ++++++++++++++++++++++++++------
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 72 ++++++++++++++++++++++++++-------
|
||||
arch/arm/mach-omap2/devices.c | 2 +-
|
||||
sound/soc/codecs/tlv320aic3x.c | 2 +-
|
||||
sound/soc/davinci/davinci-evm.c | 7 ++-
|
||||
sound/soc/davinci/davinci-evm.c | 7 ++--
|
||||
4 files changed, 64 insertions(+), 19 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -173,7 +173,7 @@ index 9e029da..41c9b0f 100644
|
||||
}
|
||||
|
||||
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
|
||||
index d0dbac1..fc32b7f 100644
|
||||
index cdb473c..5567756 100644
|
||||
--- a/sound/soc/codecs/tlv320aic3x.c
|
||||
+++ b/sound/soc/codecs/tlv320aic3x.c
|
||||
@@ -52,7 +52,7 @@
|
||||
@@ -213,5 +213,5 @@ index f6a62c3..7ad7b37 100644
|
||||
platform_set_drvdata(evm_snd_device, evm_snd_dev_data);
|
||||
ret = platform_device_add(evm_snd_device);
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,14 +1,14 @@
|
||||
From 2b000164f7bd77838ec5c9ad5d392282a4e27b3f Mon Sep 17 00:00:00 2001
|
||||
From b7349f4b517f8736efcc1a2c1469b07d7361ee5f Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 23 May 2012 17:39:12 +0200
|
||||
Subject: [PATCH 64/64] beaglebone: always execute the pin free checks
|
||||
Subject: [PATCH 64/79] beaglebone: always execute the pin free checks
|
||||
|
||||
This code needs to run when there are no capes and when there are capes present.
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 26 +++++++++++++-------------
|
||||
1 files changed, 13 insertions(+), 13 deletions(-)
|
||||
1 file changed, 13 insertions(+), 13 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 1f2d1fd..da6020b 100644
|
||||
@@ -64,5 +64,5 @@ index 1f2d1fd..da6020b 100644
|
||||
|
||||
static struct at24_platform_data cape_eeprom_info = {
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
From 979f76376236287b2e4d4b4505ed34b1f9c9d389 Mon Sep 17 00:00:00 2001
|
||||
From bd18b67644c8107920db6911aa16be680af23cf1 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 28 May 2012 09:56:45 +0200
|
||||
Subject: [PATCH 65/68] ti_tscadc: switch to 16x averaging
|
||||
Subject: [PATCH 65/79] ti_tscadc: switch to 16x averaging
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
drivers/input/touchscreen/ti_tscadc.c | 8 ++++----
|
||||
1 files changed, 4 insertions(+), 4 deletions(-)
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
|
||||
index 7df7bb2..ae6c4c4 100644
|
||||
@@ -49,5 +49,5 @@ index 7df7bb2..ae6c4c4 100644
|
||||
TSCADC_STEPCONFIG_YPN | TSCADC_STEPCONFIG_INM;
|
||||
stepconfigz2 = stepconfigz1 | TSCADC_STEPCONFIG_Z1 |
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 3f166417b837d6fb44e1003a2286876cb5c682b4 Mon Sep 17 00:00:00 2001
|
||||
From b3830f85231a530a9a83a5f8f6ff893aa0be2d60 Mon Sep 17 00:00:00 2001
|
||||
From: "Patil, Rachna" <rachna@ti.com>
|
||||
Date: Thu, 26 Apr 2012 15:20:20 +0530
|
||||
Subject: [PATCH 67/68] video: da8xx-fb: Add Newhaven LCD Panel details
|
||||
Subject: [PATCH 66/79] video: da8xx-fb: Add Newhaven LCD Panel details
|
||||
|
||||
This patch adds details for Newhaven display Panel.
|
||||
This panel is used on AM335x EVM-SK An upcoming TI EVM.
|
||||
@@ -13,7 +13,7 @@ Conflicts:
|
||||
drivers/video/da8xx-fb.c
|
||||
---
|
||||
drivers/video/da8xx-fb.c | 14 ++++++++++++++
|
||||
1 files changed, 14 insertions(+), 0 deletions(-)
|
||||
1 file changed, 14 insertions(+)
|
||||
|
||||
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
|
||||
index 9aaca5d..010a8bc 100644
|
||||
@@ -41,5 +41,5 @@ index 9aaca5d..010a8bc 100644
|
||||
|
||||
/* Enable the Raster Engine of the LCD Controller */
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
+6
-6
@@ -1,16 +1,16 @@
|
||||
From 6b69dbc7cee48dfa9ff281ae918cc468ed38a537 Mon Sep 17 00:00:00 2001
|
||||
From 8652d1a5b1a191a460de6b7214168dc77b6ceeb1 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 29 May 2012 14:12:44 +0200
|
||||
Subject: [PATCH 68/68] beaglebone: add support for the 4.3" lcd cape with
|
||||
Subject: [PATCH 67/79] beaglebone: add support for the 4.3" lcd cape with
|
||||
resistive touchscreen
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 48 +++++++++++++++++++++++++++-----
|
||||
1 files changed, 40 insertions(+), 8 deletions(-)
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 48 +++++++++++++++++++++++++++------
|
||||
1 file changed, 40 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 58c2754..bb6049a 100644
|
||||
index da6020b..e360b22 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -272,6 +272,12 @@ struct da8xx_lcdc_platform_data bbtoys35_pdata = {
|
||||
@@ -90,5 +90,5 @@ index 58c2754..bb6049a 100644
|
||||
if (!strncmp("BB-BONE-VGA-01", cape_config.partnumber, 14)) {
|
||||
pr_info("BeagleBone cape: initializing VGA cape\n");
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
+5
-5
@@ -1,15 +1,15 @@
|
||||
From b61b89f98ac85ccd8d503a902bad208343ed0aba Mon Sep 17 00:00:00 2001
|
||||
From 590a240f4bb7c6eeda5d11c9040821a71edefc53 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Mon, 4 Jun 2012 14:38:02 +0200
|
||||
Subject: [PATCH] beaglebone: add support for LCD3 rev A1
|
||||
Subject: [PATCH 68/79] beaglebone: add support for LCD3 rev A1
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 94 +++++++++++++++++++++++++++++----
|
||||
1 files changed, 83 insertions(+), 11 deletions(-)
|
||||
1 file changed, 83 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index bb6049a..51bfa8b 100644
|
||||
index e360b22..d83431a 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -1136,7 +1136,7 @@ static struct pinmux_config lcd3_keys_pin_mux[] = {
|
||||
@@ -128,5 +128,5 @@ index bb6049a..51bfa8b 100644
|
||||
lcd3leds_init(0,0);
|
||||
}
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
+5
-5
@@ -1,16 +1,16 @@
|
||||
From d99bad03ee2f3cc3d9a61879e53e4795a05eaed3 Mon Sep 17 00:00:00 2001
|
||||
From dbe62e3346ee4423a2d3c83e6390ef39c2a0a0bf Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 6 Jun 2012 11:20:21 +0200
|
||||
Subject: [PATCH 70/70] beaglebone: fix buttons/spidev clash when using
|
||||
Subject: [PATCH 69/79] beaglebone: fix buttons/spidev clash when using
|
||||
mcasp0_axr0.gpio3_16
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 13 +++++++------
|
||||
1 files changed, 7 insertions(+), 6 deletions(-)
|
||||
1 file changed, 7 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 51bfa8b..7fd611f 100644
|
||||
index d83431a..15ee8af 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -1051,12 +1051,11 @@ static void volume_keys_init(int evm_id, int profile)
|
||||
@@ -48,5 +48,5 @@ index 51bfa8b..7fd611f 100644
|
||||
lcd3leds_init(0,0);
|
||||
}
|
||||
--
|
||||
1.7.7.6
|
||||
1.7.10
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From fa18ca5c896696066349e2803dfeeda1fcd4a4e3 Mon Sep 17 00:00:00 2001
|
||||
From 2a148ebd4606ed6a5d24287aa7e5701de3259057 Mon Sep 17 00:00:00 2001
|
||||
From: Damian <damian.eppel@teleca.com>
|
||||
Date: Tue, 5 Jun 2012 23:14:58 +0200
|
||||
Subject: [PATCH 1/2] beaglebone: fix LCD3 led/key overlap
|
||||
Subject: [PATCH 70/79] beaglebone: fix LCD3 led/key overlap
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@circuitco.com>
|
||||
---
|
||||
@@ -9,7 +9,7 @@ Signed-off-by: Koen Kooi <koen@circuitco.com>
|
||||
1 file changed, 1 insertion(+), 8 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 7fd611f..a337bb3 100644
|
||||
index 15ee8af..9a56a769 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -639,7 +639,6 @@ static struct pinmux_config dvia2_pin_mux[] = {
|
||||
+6
-6
@@ -1,18 +1,18 @@
|
||||
From 45ddec832968e3c1e31cf38a891372ba80027e2d Mon Sep 17 00:00:00 2001
|
||||
From 1ec20c05453acf20b9d5d385ac9574e9ab64347d Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 26 Jun 2012 08:39:04 +0200
|
||||
Subject: [PATCH] beaglebone: fix audio/spi clash
|
||||
Subject: [PATCH 71/79] beaglebone: fix audio/spi clash
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
arch/arm/mach-omap2/board-am335xevm.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index f6559b6..d0681a2 100644
|
||||
index 9a56a769..d2481af 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -2910,6 +2910,7 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
@@ -2691,6 +2691,7 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
|
||||
beaglebone_leds_free = 0;
|
||||
dvileds_init(0,0);
|
||||
+9
-9
@@ -1,8 +1,8 @@
|
||||
From cf35e6b861c3c7d4d9c9db1557ba27b5578e8aa2 Mon Sep 17 00:00:00 2001
|
||||
From e3a4f83627a111ae21ea8c6521ad98201f55eacc Mon Sep 17 00:00:00 2001
|
||||
From: Dan Aizenstros <daizenstros@quicklogic.com>
|
||||
Date: Fri, 29 Jun 2012 13:57:49 -0400
|
||||
Subject: [PATCH] beaglebone: add support for QuickLogic Camera interface on
|
||||
camera cape
|
||||
Subject: [PATCH 72/79] beaglebone: add support for QuickLogic Camera
|
||||
interface on camera cape
|
||||
|
||||
Signed-off-by: Dan Aizenstros <daizenstros@quicklogic.com>
|
||||
---
|
||||
@@ -20,10 +20,10 @@ Signed-off-by: Dan Aizenstros <daizenstros@quicklogic.com>
|
||||
create mode 100644 drivers/media/video/cssp_camera/cssp_camera.h
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index dc78b4a..1680612 100644
|
||||
index d2481af..22a740f 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -66,6 +66,10 @@
|
||||
@@ -65,6 +65,10 @@
|
||||
#include <plat/mmc.h>
|
||||
#include <plat/emif.h>
|
||||
#include <plat/nand.h>
|
||||
@@ -34,7 +34,7 @@ index dc78b4a..1680612 100644
|
||||
|
||||
#include "board-flash.h"
|
||||
#include "cpuidle33xx.h"
|
||||
@@ -804,6 +808,42 @@ static struct pinmux_config i2c1_pin_mux[] = {
|
||||
@@ -803,6 +807,42 @@ static struct pinmux_config i2c1_pin_mux[] = {
|
||||
{NULL, 0},
|
||||
};
|
||||
|
||||
@@ -77,7 +77,7 @@ index dc78b4a..1680612 100644
|
||||
static struct pinmux_config i2c2_pin_mux[] = {
|
||||
{"uart1_ctsn.i2c2_sda", OMAP_MUX_MODE3 | AM33XX_SLEWCTRL_SLOW |
|
||||
AM33XX_PIN_INPUT_PULLUP},
|
||||
@@ -1803,6 +1843,156 @@ static void dvileds_init(int evm_id, int profile )
|
||||
@@ -1802,6 +1842,156 @@ static void dvileds_init(int evm_id, int profile )
|
||||
pr_err("failed to register BeagleBone DVI cape LEDS\n");
|
||||
}
|
||||
|
||||
@@ -234,7 +234,7 @@ index dc78b4a..1680612 100644
|
||||
static void lcd3leds_init(int evm_id, int profile )
|
||||
{
|
||||
int err;
|
||||
@@ -2851,6 +3041,7 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
@@ -2821,6 +3011,7 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
if (!strncmp("BB-BONE-CAM-01", cape_config.partnumber, 14)) {
|
||||
pr_info("BeagleBone cape: recognized Camera cape\n");
|
||||
beaglebone_w1gpio_free = 0;
|
||||
@@ -242,7 +242,7 @@ index dc78b4a..1680612 100644
|
||||
}
|
||||
|
||||
goto out2;
|
||||
@@ -3762,15 +3953,13 @@ static struct pinmux_config clkout2_pin_mux[] = {
|
||||
@@ -3729,15 +3920,13 @@ static struct pinmux_config clkout2_pin_mux[] = {
|
||||
|
||||
static void __init clkout2_enable(void)
|
||||
{
|
||||
+6
-5
@@ -1,7 +1,8 @@
|
||||
From d87e8e9379764451de06b3f6d13d19424836f64c Mon Sep 17 00:00:00 2001
|
||||
From 040c37e89e6a7a7311a470bda281e1163559173c Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 3 Jul 2012 08:45:47 +0200
|
||||
Subject: [PATCH] beaglebone: add support for DVI+audio and audio-only capes
|
||||
Subject: [PATCH 73/79] beaglebone: add support for DVI+audio and audio-only
|
||||
capes
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
@@ -9,10 +10,10 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
1 file changed, 30 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index 1680612..4b3f7d2 100644
|
||||
index 22a740f..bf40ac9 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -2906,8 +2906,10 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
@@ -2881,8 +2881,10 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
|
||||
beaglebone_leds_free = 0;
|
||||
dvileds_init(0,0);
|
||||
@@ -25,7 +26,7 @@ index 1680612..4b3f7d2 100644
|
||||
|
||||
if (!strncmp("00A1", cape_config.version, 4) || !strncmp("000A", cape_config.version, 4)) {
|
||||
pr_info("BeagleBone cape: DVI init for revision A1 or older\n");
|
||||
@@ -2923,6 +2925,32 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
@@ -2898,6 +2900,32 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
dvi_init(0,0);
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From 9332627ac6b70511742208d6fa7c7042c203f852 Mon Sep 17 00:00:00 2001
|
||||
From f723bdf574163ced9a685783a475b254f6a981d5 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 3 Jul 2012 21:28:44 +0200
|
||||
Subject: [PATCH 75/75] beaglebone: disable LBO GPIO for battery cape
|
||||
Subject: [PATCH 74/79] beaglebone: disable LBO GPIO for battery cape
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
@@ -9,7 +9,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
index af75c88..7d6ac77 100644
|
||||
index bf40ac9..6b4539e 100644
|
||||
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
||||
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
||||
@@ -2999,7 +2999,8 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
From a0a3563affbbebd9c7385586e1d6031de82c2a83 Mon Sep 17 00:00:00 2001
|
||||
From: Arjan van de Ven <arjan at linux.intel.com>
|
||||
Date: Fri, 26 Nov 2010 12:18:03 -0800
|
||||
Subject: [PATCH] vfs: Add a trace point in the mark_inode_dirty function
|
||||
|
||||
PowerTOP would like to be able to show who is keeping the disk
|
||||
busy by dirtying data. The most logical spot for this is in the vfs
|
||||
in the mark_inode_dirty() function, doing this on the block level
|
||||
is not possible because by the time the IO hits the block layer the
|
||||
guilty party can no longer be found ("kjournald" and "pdflush" are not
|
||||
useful answers to "who caused this file to be dirty).
|
||||
|
||||
The trace point follows the same logic/style as the block_dump code
|
||||
and pretty much dumps the same data, just not to dmesg (and thus to
|
||||
/var/log/messages) but via the trace events streams.
|
||||
|
||||
Eventually we should be able to phase out the block dump code, but that's
|
||||
for later on after a transition time.
|
||||
---
|
||||
fs/fs-writeback.c | 3 +++
|
||||
include/linux/fs.h | 12 ++++++++++++
|
||||
include/trace/events/writeback.h | 28 ++++++++++++++++++++++++++++
|
||||
3 files changed, 43 insertions(+)
|
||||
|
||||
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
|
||||
index 54f5786..981ec8c 100644
|
||||
--- a/fs/fs-writeback.c
|
||||
+++ b/fs/fs-writeback.c
|
||||
@@ -1072,6 +1072,9 @@ void __mark_inode_dirty(struct inode *inode, int flags)
|
||||
if ((inode->i_state & flags) == flags)
|
||||
return;
|
||||
|
||||
+ if (flags & (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES))
|
||||
+ trace_writeback_inode_dirty(inode, flags);
|
||||
+
|
||||
if (unlikely(block_dump))
|
||||
block_dump___mark_inode_dirty(inode);
|
||||
|
||||
diff --git a/include/linux/fs.h b/include/linux/fs.h
|
||||
index 43d36b7..a3e46ee 100644
|
||||
--- a/include/linux/fs.h
|
||||
+++ b/include/linux/fs.h
|
||||
@@ -1759,6 +1759,18 @@ struct super_operations {
|
||||
|
||||
#define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)
|
||||
|
||||
+#define INODE_DIRTY_FLAGS \
|
||||
+ { I_DIRTY_SYNC, "DIRTY-SYNC" }, \
|
||||
+ { I_DIRTY_DATASYNC, "DIRTY-DATASYNC" }, \
|
||||
+ { I_DIRTY_PAGES, "DIRTY-PAGES" }, \
|
||||
+ { I_NEW, "NEW" }, \
|
||||
+ { I_WILL_FREE, "WILL-FREE" }, \
|
||||
+ { I_FREEING, "FREEING" }, \
|
||||
+ { I_CLEAR, "CLEAR" }, \
|
||||
+ { I_SYNC, "SYNC" }, \
|
||||
+ { I_REFERENCED, "REFERENCED" }
|
||||
+
|
||||
+
|
||||
extern void __mark_inode_dirty(struct inode *, int);
|
||||
static inline void mark_inode_dirty(struct inode *inode)
|
||||
{
|
||||
diff --git a/include/trace/events/writeback.h b/include/trace/events/writeback.h
|
||||
index 1f48f14..8053e75 100644
|
||||
--- a/include/trace/events/writeback.h
|
||||
+++ b/include/trace/events/writeback.h
|
||||
@@ -400,6 +400,34 @@ DEFINE_EVENT(writeback_congest_waited_template, writeback_wait_iff_congested,
|
||||
TP_ARGS(usec_timeout, usec_delayed)
|
||||
);
|
||||
|
||||
+/*
|
||||
+ * Tracepoint for dirtying an inode; used by PowerTOP
|
||||
+ */
|
||||
+TRACE_EVENT(writeback_inode_dirty,
|
||||
+
|
||||
+ TP_PROTO(struct inode *inode, int flags),
|
||||
+
|
||||
+ TP_ARGS(inode, flags),
|
||||
+
|
||||
+ TP_STRUCT__entry(
|
||||
+ __field( __kernel_dev_t, dev )
|
||||
+ __field( ino_t, ino )
|
||||
+ __field( u32, flags )
|
||||
+ ),
|
||||
+
|
||||
+ TP_fast_assign(
|
||||
+ __entry->dev = inode->i_sb->s_dev;
|
||||
+ __entry->ino = inode->i_ino;
|
||||
+ __entry->flags = flags;
|
||||
+ ),
|
||||
+
|
||||
+ TP_printk("dev %d:%d ino %lu flags %d %s", MAJOR(__entry->dev), MINOR(__entry->dev),
|
||||
+ (unsigned long) __entry->ino,
|
||||
+ __entry->flags,
|
||||
+ __print_flags(__entry->flags, "|", INODE_DIRTY_FLAGS)
|
||||
+ )
|
||||
+);
|
||||
+
|
||||
DECLARE_EVENT_CLASS(writeback_single_inode_template,
|
||||
|
||||
TP_PROTO(struct inode *inode,
|
||||
--
|
||||
1.7.10
|
||||
|
||||
Reference in New Issue
Block a user