[PATCH v6 4/4] Input: synaptics-rmi4 - add SMBus support

2016-03-19 Thread Benjamin Tissoires
Code obtained from https://raw.githubusercontent.com/mightybigcar/synaptics-rmi4/jf/drivers/input/rmi4/rmi_smbus.c and updated to match upstream. And fixed to make it work. Signed-off-by: Benjamin Tissoires Signed-off-by: Andrew Duggan --- new in v5 no changes in v6 drivers/input/rmi4/Kconf

Re: [PATCH v6 4/4] Input: synaptics-rmi4 - add SMBus support

2016-03-19 Thread Andrew Duggan
After looking at this again I noticed a couple of trivial issues in the comments and module author left over from the original version. Otherwise the code works as expected. On Wed, Mar 16, 2016 at 9:39 AM, Benjamin Tissoires wrote: > Code obtained from > https://raw.githubusercontent.com/mighty