summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-07-17 09:23:14 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-07-31 15:49:41 -0400
commitf95b2e51ea8194b82d2476b338610782a83ce4de (patch)
tree4247f78cc4cd7a203fa3ffb6ae1712388470e79e /recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch
parentced11b612173e112f981fa99612a8c6f6f399cfb (diff)
downloadmeta-ti-f95b2e51ea8194b82d2476b338610782a83ce4de.tar.gz
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>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch
index da872b11..ffbcb6f2 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch
@@ -1,7 +1,7 @@
1From eef1e8089f452606aa32ee57b6a39783bd26e51f Mon Sep 17 00:00:00 2001 1From 7f97d002d17f8de8cde7f248bb1c194172360efe Mon Sep 17 00:00:00 2001
2From: Matt Porter <mporter@ti.com> 2From: Matt Porter <mporter@ti.com>
3Date: Wed, 28 Mar 2012 23:35:44 -0400 3Date: Wed, 28 Mar 2012 23:35:44 -0400
4Subject: [PATCH 41/56] st7735fb: Working WIP changes to make DMA safe and add 4Subject: [PATCH 41/79] st7735fb: Working WIP changes to make DMA safe and add
5 endian fix 5 endian fix
6 6
7This removes the "from the stack" allocation of 1 byte buffers 7This removes the "from the stack" allocation of 1 byte buffers
@@ -18,7 +18,7 @@ with the driver.
18Signed-off-by: Matt Porter <mporter@ti.com> 18Signed-off-by: Matt Porter <mporter@ti.com>
19--- 19---
20 drivers/video/st7735fb.c | 49 ++++++++++++++++++++++++++++++---------------- 20 drivers/video/st7735fb.c | 49 ++++++++++++++++++++++++++++++----------------
21 include/video/st7735fb.h | 2 + 21 include/video/st7735fb.h | 2 ++
22 2 files changed, 34 insertions(+), 17 deletions(-) 22 2 files changed, 34 insertions(+), 17 deletions(-)
23 23
24diff --git a/drivers/video/st7735fb.c b/drivers/video/st7735fb.c 24diff --git a/drivers/video/st7735fb.c b/drivers/video/st7735fb.c
@@ -139,5 +139,5 @@ index 250f036..e99cd05 100644
139 139
140 struct st7735fb_platform_data { 140 struct st7735fb_platform_data {
141-- 141--
1421.7.7.6 1421.7.10
143 143