Input: eeti - drop module parameters, parse DT properties
authorDaniel Mack <daniel@zonque.org>
Wed, 4 Jul 2018 15:46:22 +0000 (15:46 +0000)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 4 Jul 2018 16:08:01 +0000 (16:08 +0000)
commita114cbd00afe7afa3a6403fb025632ba6b47b443
treeb3168e1e5c9feda84dcf8f5cb18ff0b09cfc888e
parente32d7f1b246c1aef7b2d4f9fe0ce8863ac21128c
Input: eeti - drop module parameters, parse DT properties

The only user of this driver in mainline does not make use of the module
parameters, so let's remove them. All properties for this driver should be
set through DT or pdata.

Use touchscreen_parse_properties() to automatically set some of the common
touchscreen properties and derive the axis inversion through that.

And finally, use touchscreen_report_pos() to handle the DT properties
automatically instead of doing the inversion ourselves.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/eeti_ts.c