aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-02-19 17:21:56 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-04-05 08:52:33 -0700
commitd99caa472c0a28dc95dd9b98c30ee46f9755181f (patch)
treef4c559efc86cc8d93168714105e9ef8f408eaaa3 /include/linux/input
parentInput: eeti_ts - expect platform code to set interrupt trigger (diff)
downloadwireguard-linux-d99caa472c0a28dc95dd9b98c30ee46f9755181f.tar.xz
wireguard-linux-d99caa472c0a28dc95dd9b98c30ee46f9755181f.zip
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>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/eeti_ts.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/input/eeti_ts.h b/include/linux/input/eeti_ts.h
deleted file mode 100644
index 16625d799b6f..000000000000
--- a/include/linux/input/eeti_ts.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef LINUX_INPUT_EETI_TS_H
-#define LINUX_INPUT_EETI_TS_H
-
-struct eeti_ts_platform_data {
- int irq_gpio;
- unsigned int irq_active_high;
-};
-
-#endif /* LINUX_INPUT_EETI_TS_H */
-