Re: [PATCH v4 1/3] input: cygnus-update touchscreen dt node document

2016-03-03 Thread Rob Herring
On Sat, Feb 27, 2016 at 12:29:54PM +0530, Raveendra Padasalagi wrote: > In Cygnus SOC touch screen controller registers are shared > with ADC and flex timer. Using readl/writel could lead to > race condition. So touch screen driver is enhanced to support > register access using syscon framework API

[PATCH v4 1/3] input: cygnus-update touchscreen dt node document

2016-02-26 Thread Raveendra Padasalagi
In Cygnus SOC touch screen controller registers are shared with ADC and flex timer. Using readl/writel could lead to race condition. So touch screen driver is enhanced to support register access using syscon framework API's to take care of mutually exclusive access.In addition to this existing touc