Re: [PATCH 3/3] Input: synaptics-rmi4 - enable IRQ operation in F34 V7
From: Chris Healy <hidden>
Date: 2017-03-28 02:19:23
From: Chris Healy <hidden>
Date: 2017-03-28 02:19:23
On Fri, Mar 24, 2017 at 5:59 PM, Nick Dyer [off-list ref] wrote:
The polled firmware update proved unreliable when testing on S7817. Use attention to signal commands are complete. Signed-off-by: Nick Dyer <nick@shmanahar.org> --- drivers/input/rmi4/rmi_f34.c | 27 +++++++--- drivers/input/rmi4/rmi_f34.h | 7 +-- drivers/input/rmi4/rmi_f34v7.c | 114 ++++++++++++++++++++++------------------- 3 files changed, 81 insertions(+), 67 deletions(-)diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c index 425fe14..a37efca 100644 --- a/drivers/input/rmi4/rmi_f34.c +++ b/drivers/input/rmi4/rmi_f34.c
Tested FW update on S7317 HW with no reliability issues. Tested-by: Chris Healy <redacted>