Re: [PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-23 Thread Nick Dyer
On Tue, Nov 22, 2016 at 05:51:11PM -0800, Dmitry Torokhov wrote: > On Sun, Nov 20, 2016 at 07:04:02PM +, Nick Dyer wrote: > > + /* query 7 */ > > + unsigned char f34_query7_b0:1; > > + unsigned char has_bootloader:1; > > +

Re: [PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-23 Thread Nick Dyer
On Tue, Nov 22, 2016 at 05:51:11PM -0800, Dmitry Torokhov wrote: > On Sun, Nov 20, 2016 at 07:04:02PM +, Nick Dyer wrote: > > + /* query 7 */ > > + unsigned char f34_query7_b0:1; > > + unsigned char has_bootloader:1; > > +

Re: [PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-22 Thread Dmitry Torokhov
Hi Nick, On Sun, Nov 20, 2016 at 07:04:02PM +, Nick Dyer wrote: > + /* query 7 */ > + unsigned char f34_query7_b0:1; > + unsigned char has_bootloader:1; > + unsigned char has_device_config:1; > +

Re: [PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-22 Thread Dmitry Torokhov
Hi Nick, On Sun, Nov 20, 2016 at 07:04:02PM +, Nick Dyer wrote: > + /* query 7 */ > + unsigned char f34_query7_b0:1; > + unsigned char has_bootloader:1; > + unsigned char has_device_config:1; > +

[PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-20 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 --- drivers/input/rmi4/Makefile |2 +- drivers/input/rmi4/rmi_driver.c

[PATCH v6 2/2] Input: synaptics-rmi4 - add support for F34 V7 bootloader

2016-11-20 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 --- drivers/input/rmi4/Makefile |2 +- drivers/input/rmi4/rmi_driver.c | 56 +-