--- v1
+++ v2
@@ -1,3 +1,10 @@
+V2:
+
+Add return value checking for waking up the controller in the probe
+function.
+
+V1:
+
eeti touch screen controller is an external chip for most platforms,
it connect to CPU via i2c bus, and it has a irq request pin need to be
connected to a gpio of the CPU, this irq request pin also act as a
@@ -12,8 +19,8 @@
Input: add devicetree binding note for egalax_ts
.../bindings/input/touchscreen/egalax-ts.txt | 17 +++++++++++++++++
- drivers/input/touchscreen/egalax_ts.c | 12 ++++++++++--
- 2 files changed, 27 insertions(+), 2 deletions(-)
+ drivers/input/touchscreen/egalax_ts.c | 19 ++++++++++++++++---
+ 2 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
--