]> git.baikalelectronics.ru Git - kernel.git/commit
Input: eeti_ts - switch to gpiod API
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Feb 2017 01:21:56 +0000 (17:21 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 5 Apr 2017 15:52:33 +0000 (08:52 -0700)
commiteb316cb8b41dd52fb53dffb119999023ac01f645
treef4c559efc86cc8d93168714105e9ef8f408eaaa3
parentd732dae77f14d24e76620353430188df4752d90d
Input: eeti_ts - switch to gpiod API

gpiod API allows standard way of specifying GPIO polarity and takes it into
account when reading or setting GPIO state. It also allows us to switch to
common way of obtaining GPIO descriptor and away form legacy platform data.

Reviewed-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
arch/arm/mach-pxa/raumfeld.c
drivers/input/touchscreen/eeti_ts.c
include/linux/input/eeti_ts.h [deleted file]