Re: [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2016-10-30 Thread Rob Herring
On Tue, Oct 18, 2016 at 12:27 PM, H. Nikolaus Schaller wrote: > Hi Rob, > >> Am 18.10.2016 um 18:22 schrieb Rob Herring : >> >> On Mon, Oct 17, 2016 at 8:57 AM, H. Nikolaus Schaller >> wrote: >>> commit b98abe52fa8e ("Input: add common DT binding for touchscreens") >>> introduced common DT bindi

Re: [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2016-10-18 Thread H. Nikolaus Schaller
Hi Rob, > Am 18.10.2016 um 18:22 schrieb Rob Herring : > > On Mon, Oct 17, 2016 at 8:57 AM, H. Nikolaus Schaller > wrote: >> commit b98abe52fa8e ("Input: add common DT binding for touchscreens") >> introduced common DT bindings for touchscreens [1] and a helper function to >> parse the DT. >>

Re: [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2016-10-18 Thread Rob Herring
On Mon, Oct 17, 2016 at 8:57 AM, H. Nikolaus Schaller wrote: > commit b98abe52fa8e ("Input: add common DT binding for touchscreens") > introduced common DT bindings for touchscreens [1] and a helper function to > parse the DT. > > commit ed7c9870c9bc ("Input: of_touchscreen - add support for inve

[PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2016-10-17 Thread H. Nikolaus Schaller
commit b98abe52fa8e ("Input: add common DT binding for touchscreens") introduced common DT bindings for touchscreens [1] and a helper function to parse the DT. commit ed7c9870c9bc ("Input: of_touchscreen - add support for inverted / swapped axes") added another helper for parsing axis inversion a