All of lore.kernel.org
 help / color / mirror / Atom feed
* - drivers-add-lcd-support-update-9.patch removed from -mm tree
@ 2007-02-10  8:10 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-10  8:10 UTC (permalink / raw)
  To: maxextreme, rdunlap, mm-commits


The patch titled
     drivers: add LCD support (update 9)
has been removed from the -mm tree.  Its filename was
     drivers-add-lcd-support-update-9.patch

This patch was dropped because it was folded into drivers-add-lcd-support-3.patch

------------------------------------------------------
Subject: drivers: add LCD support (update 9)
From: Miguel Ojeda Sandonis <maxextreme@gmail.com>

Fix Randy Dunlap's points:

    · Adds CONFIG_FB dependency to CONFIG_CFAG12864B

    · Spelling fix and improved help.

Signed-off-by: Miguel Ojeda Sandonis <maxextreme@gmail.com>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/auxdisplay/Kconfig |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff -puN drivers/auxdisplay/Kconfig~drivers-add-lcd-support-update-9 drivers/auxdisplay/Kconfig
--- a/drivers/auxdisplay/Kconfig~drivers-add-lcd-support-update-9
+++ a/drivers/auxdisplay/Kconfig
@@ -65,6 +65,7 @@ config KS0108_DELAY
 config CFAG12864B
 	tristate "CFAG12864B LCD"
 	depends on X86
+	depends on FB
 	depends on KS0108
 	default n
 	---help---
@@ -74,6 +75,8 @@ config CFAG12864B
 	  For help about how to wire your LCD to the parallel port,
 	  check Documentation/auxdisplay/cfag12864b
 
+	  Depends on the x86 arch and the framebuffer support.
+
 	  The LCD framebuffer driver can be attached to a console.
 	  It will work fine. However, you can't attach it to the fbdev driver
 	  of the xorg server.
@@ -84,7 +87,7 @@ config CFAG12864B
 	  If unsure, say N.
 
 config CFAG12864B_RATE
-	int "Refresh rate (hertzs)"
+       int "Refresh rate (hertz)"
 	depends on CFAG12864B
 	default "20"
 	---help---
@@ -104,4 +107,3 @@ config CFAG12864B_RATE
 	  If you compile this as a module, you can still override this
 	  value using the module parameters.
 endmenu
-
_

Patches currently in -mm which might be from maxextreme@gmail.com are

drivers-add-lcd-support-3.patch
drivers-add-lcd-support-update-9.patch
drivers-add-lcd-support-workqueue-fixups.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-10  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  8:10 - drivers-add-lcd-support-update-9.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.