Add preliminary driver for touchscreen. And start of major changes in CyIO

This commit is contained in:
mlt
2010-05-07 19:12:16 +00:00
committed by Godzil
parent a55a73c5d1
commit 73a653c3d6
11 changed files with 1894 additions and 1266 deletions

View File

@@ -37,8 +37,8 @@
#include <cybook.h>
//#define DEBUG_MESSAGES
//#define DEBUG_TRACEFUNC
#define DEBUG_MESSAGES
#define DEBUG_TRACEFUNC
#define MODULE_NAME "AUO-TCON"
@@ -717,7 +717,7 @@ static int tcon_probe (struct platform_device *dev)
tmp = (tmp & ~(3 << 2)) | (1 << 2);
__raw_writel(tmp, S3C2410_GPBCON);
mdelay(1);
msleep(1);
// Panel power on
tmp = __raw_readl(S3C2410_GPBDAT);