Re: [PATCH] Input: stmpe: Add axis inversion and swapping capability

2020-10-04 Thread Dmitry Torokhov
On Tue, Sep 22, 2020 at 11:39:03AM +0200, Stefan Riedmueller wrote: > Make use of generic touchscreen_properties structure to add axis > inversion and swapping capabilities. It's configurable via devicetree > properties: > touchscreen-inverted-x > touchscreen-inverted-y > touchscreen-swapped-

[PATCH] Input: stmpe: Add axis inversion and swapping capability

2020-09-22 Thread Stefan Riedmueller
Make use of generic touchscreen_properties structure to add axis inversion and swapping capabilities. It's configurable via devicetree properties: touchscreen-inverted-x touchscreen-inverted-y touchscreen-swapped-x-y Signed-off-by: Stefan Riedmueller --- drivers/input/touchscreen/stmpe-ts.