[Armadeus-commitlog] SF.net SVN: armadeus:[1082] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2009-02-23 14:14:58
|
Revision: 1082
http://armadeus.svn.sourceforge.net/armadeus/?rev=1082&view=rev
Author: thom25
Date: 2009-02-23 14:14:56 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
[KERNEL] allow tsc, max and mcp to be compiled as kernel module
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-02-23 13:46:17 UTC (rev 1081)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-02-23 14:14:56 UTC (rev 1082)
@@ -1060,7 +1060,7 @@
+ /* force LCD data/control lines to 0 before powering the LCD
+ otherwise start up conditions may not be respected */
+ int i;
-+ for( i=5; i <= 31; i++ ){
++ for( i=5; i <= 23; i++ ){
+ mxc_gpio_mode( GPIO_PORTA | i | GPIO_OUT| GPIO_GPIO );
+ gpio_set_value(GPIO_PORTA | i, 0);
+ }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|