Re: [PATCH] Add support for touch screen on W90P910 ARM platform
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-05-10 20:16:01
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-05-10 20:16:01
Hi Wan, On Sunday 10 May 2009 03:35:00 Wan ZongShun wrote:
if ((__raw_readl(w90p910_ts->ts_reg)&ADC_INT) &&
w90p910_ts->state == CAN_READY) {
w90p910_report_event(w90p910_ts);
__raw_writel((__raw_readl(w90p910_ts->ts_reg)|
ADC_WAITTRIG), w90p910_ts->ts_reg);Thank you very much for the explanation. Could you please tell me when you issue ADC_WAITTRIG do you expect to see WT_INT or ADC_INT condition? Thanks. -- Dmitry