From 14e1ed70361f7f5a5e54d93a606a7c8d53460b95 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 17 May 2010 13:31:01 +0200 Subject: linux-openmoko-2.6.32: add patches from gdrm-for-merging instead of gdrm-2.6.32 branch and rebase Signed-off-by: Martin Jansa --- .../0021-Reject-modes-with-clock-0.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch (limited to 'recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch') diff --git a/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch b/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch deleted file mode 100644 index 7201602551..0000000000 --- a/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6a6957d634daa88f381e44353c98f27e4c39300a Mon Sep 17 00:00:00 2001 -From: Thomas White -Date: Sun, 18 Apr 2010 14:25:14 +0200 -Subject: [PATCH 27/31] Reject modes with clock=0 - -Signed-off-by: Thomas White ---- - drivers/mfd/glamo/glamo-display.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/drivers/mfd/glamo/glamo-display.c b/drivers/mfd/glamo/glamo-display.c -index 24a1a31..f57d273 100644 ---- a/drivers/mfd/glamo/glamo-display.c -+++ b/drivers/mfd/glamo/glamo-display.c -@@ -522,6 +522,7 @@ static bool glamo_encoder_mode_fixup(struct drm_encoder *encoder, - struct drm_display_mode *mode, - struct drm_display_mode *adjusted_mode) - { -+ if ( mode->clock == 0 ) return false; - return true; - } - --- -1.7.0.4 - -- cgit v1.2.3