Home
last modified time | relevance | path

Searched hist:ef536abd3afd1e3cbddf04c724db793f12ab9c44 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dili210x.cdiff ef536abd3afd1e3cbddf04c724db793f12ab9c44 Thu Feb 07 00:33:05 CST 2019 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: ili210x - define and use chip operations structure

Instead of doing if/else if/else on the chip's model number let's define
chip operations structure and use it to perform indirect calls. With number
of protocols supported by the driver growing, this makes it better
maintainable.

This change includes fixes to checks whether the driver should continue
polling the controller by Sven Van Asbroeck <thesven73@gmail.com>.

Tested-by: Adam Ford <aford173@gmail.com> #imx6q-logicpd
Tested-by: Sven Van Asbroeck <TheSven73@gmail.com> # ILI2118A variant
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>