From 4f7abc1c7a9e564f2730041899f88567f63aada3 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 6 Jan 2011 01:32:17 +0000 Subject: Add 2.6.37 support SVN-Revision: 24914 --- .../xburst/patches-2.6.37/440-metronome.patch | 1213 ++++++++++++++++++++ 1 file changed, 1213 insertions(+) create mode 100644 target/linux/xburst/patches-2.6.37/440-metronome.patch (limited to 'target/linux/xburst/patches-2.6.37/440-metronome.patch') diff --git a/target/linux/xburst/patches-2.6.37/440-metronome.patch b/target/linux/xburst/patches-2.6.37/440-metronome.patch new file mode 100644 index 0000000000..eb6d660cbc --- /dev/null +++ b/target/linux/xburst/patches-2.6.37/440-metronome.patch @@ -0,0 +1,1213 @@ +From 057f6f13cff319e9f2fff39736371e95ff5ac47b Mon Sep 17 00:00:00 2001 +From: Lars-Peter Clausen +Date: Wed, 12 May 2010 14:24:46 +0200 +Subject: [PATCH 1/5] metronome patches + +--- + drivers/video/metronomefb.c | 788 +++++++++++++++++++++++++++++++++++++------ + include/video/metronomefb.h | 33 ++- + 2 files changed, 710 insertions(+), 111 deletions(-) + +--- a/drivers/video/metronomefb.c ++++ b/drivers/video/metronomefb.c +@@ -18,11 +18,13 @@ + * is provided as am200epd.c + * + */ ++ + #include + #include + #include + #include + #include ++#include + #include + #include + #include +@@ -34,16 +36,25 @@ + #include + #include + #include ++#include + + #include