Re: [PATCH v7] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-12-03 Thread Dmitry Torokhov
Hi Nick, On Tue, Nov 29, 2016 at 10:49:55PM +, Nick Dyer wrote: > diff --git a/drivers/input/rmi4/rmi_f34.h b/drivers/input/rmi4/rmi_f34.h > index 6cee528..002677e 100644 > --- a/drivers/input/rmi4/rmi_f34.h > +++ b/drivers/input/rmi4/rmi_f34.h > @@ -33,6 +33,271 @@ > > #define

Re: [PATCH v7] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-12-03 Thread Dmitry Torokhov
Hi Nick, On Tue, Nov 29, 2016 at 10:49:55PM +, Nick Dyer wrote: > diff --git a/drivers/input/rmi4/rmi_f34.h b/drivers/input/rmi4/rmi_f34.h > index 6cee528..002677e 100644 > --- a/drivers/input/rmi4/rmi_f34.h > +++ b/drivers/input/rmi4/rmi_f34.h > @@ -33,6 +33,271 @@ > > #define

[PATCH v7] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-29 Thread Nick Dyer
Port firmware update code from Samsung Galaxy S7 driver into mainline framework. This patch has been tested on Synaptics S7813. Signed-off-by: Nick Dyer Tested-by: Chris Healy --- Hi Dmitry- Here's an updated version of the F34 V7 support. This patch

[PATCH v7] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-29 Thread Nick Dyer
Port firmware update code from Samsung Galaxy S7 driver into mainline framework. This patch has been tested on Synaptics S7813. Signed-off-by: Nick Dyer Tested-by: Chris Healy --- Hi Dmitry- Here's an updated version of the F34 V7 support. This patch applies on top of dtor/synaptics-rmi4.