[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1366708088.9823.16.camel@sauron.fi.intel.com>
Date: Tue, 23 Apr 2013 12:08:08 +0300
From: Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
To: Hui Wang <jason77.wang@...il.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Zhang Jiejing <jiejing.zhang@...escale.com>,
Hui Wang <jason77.wang@...il.com>, linux-input@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Hofemeier, Ulf" <ulf.hofemeier@...el.com>
Subject: eGalax touchscreen regression
Hi Dmitry,
in the below commit
commit ae495e844a77344fdaedbb2ad97d925d096e9f0d
Author: Hui Wang <jason77.wang@...il.com>
Date: Thu Oct 25 00:38:01 2012 -0700
Input: egalax_ts - get gpio from devicetree
The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework
and don't support this API anymore.
The i.MX6q sabrelite platform equips an egalax touchscreen controller,
and this platform already transfered to GENERIC_GPIO framework, to
support this driver, we use a more generic way to get gpio.
Add a return value checking for waking up the controller in the probe
function, this guarantee only a workable device can pass init.
[dmitry.torokhov@...il.com: Make driver depend on CONFIG_OF as it is
now required.]
Acked-by Zhang Jiejing <jiejing.zhang@...escale.com>
Reviewed-by: Shawn Guo <shawn.guo@...aro.org>
Signed-off-by: Hui Wang <jason77.wang@...il.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
the eGalax driver now requires OF. For us this is a regression because
we do not have OF: https://bugs.tizen.org/jira/browse/TIVI-740
--
Best Regards,
Artem Bityutskiy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists