]> 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)
commit53269a6789fa384a12e67fbe9062db7f393f8b22
treef4c559efc86cc8d93168714105e9ef8f408eaaa3
parentf3c212a2e883b365d168c4aaf8b3bc84c72ab436
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]