Add preliminary driver for touchscreen. And start of major changes in CyIO
This commit is contained in:
@@ -734,17 +734,6 @@ static void __init parse_tags(const struct tag *t)
|
||||
{
|
||||
for (; t->hdr.size; t = tag_next(t)){
|
||||
|
||||
//Qisda, Asaku Chen, 2009/08/17, uboot and kernel version {
|
||||
if (t->hdr.tag == ATAG_QU_VERSION){
|
||||
//printk(" qu_version: %s\n", t->u.qu_version.ver);
|
||||
strcpy(qisda_uboot_proc_banner, t->u.qu_version.ver);
|
||||
}
|
||||
if (t->hdr.tag == ATAG_U_VERSION){
|
||||
//printk(" u_version: %s\n", t->u.u_version.ver);
|
||||
strcpy(uboot_proc_banner, t->u.u_version.ver);
|
||||
}
|
||||
//Qisda, Asaku Chen, 2009/08/17, uboot and kernel version }
|
||||
|
||||
if (!parse_tag(t))
|
||||
printk(KERN_WARNING
|
||||
"Ignoring unrecognised tag 0x%08x\n",
|
||||
|
||||
@@ -90,10 +90,10 @@ static void s3c2416_idle(void)
|
||||
/* ensure our idle mode is to go to idle */
|
||||
/*if you want to reduce CPU clock with idle */
|
||||
#ifdef DVS_IDLE
|
||||
tmp = __raw_readl(S3C2443_CLKDIV0);
|
||||
/*tmp = __raw_readl(S3C2443_CLKDIV0);
|
||||
tmp &= ~(0x1<<13);
|
||||
tmp |= (0x1<<13);
|
||||
__raw_writel(tmp, S3C2443_CLKDIV0);
|
||||
__raw_writel(tmp, S3C2443_CLKDIV0);*/
|
||||
#else
|
||||
/* Qisda, ShiYong Lin, 2009/10/27, Modify for exception in s3c_idle function {*/
|
||||
// tmp = __raw_readl(S3C2443_PWRMODE);
|
||||
|
||||
Reference in New Issue
Block a user