Re: [PATCH 1/4] Input: synaptics-rmi4 - split of transport ops into a separate structure

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: Split off transport operations from rmi_transport_dev into a separate structure that will be shared between all devices using the same transport and use const pointer to access it. Change signature on transport methods so that length is using the

Re: [PATCH 1/4] Input: synaptics-rmi4 - split of transport ops into a separate structure

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: Split off transport operations from rmi_transport_dev into a separate structure that will be shared between all devices using the same transport and use const pointer to access it. Change signature on transport methods so that length is using the

[PATCH 1/4] Input: synaptics-rmi4 - split of transport ops into a separate structure

2014-01-09 Thread Dmitry Torokhov
Split off transport operations from rmi_transport_dev into a separate structure that will be shared between all devices using the same transport and use const pointer to access it. Change signature on transport methods so that length is using the proper tyep - size_t. Also rename

[PATCH 1/4] Input: synaptics-rmi4 - split of transport ops into a separate structure

2014-01-09 Thread Dmitry Torokhov
Split off transport operations from rmi_transport_dev into a separate structure that will be shared between all devices using the same transport and use const pointer to access it. Change signature on transport methods so that length is using the proper tyep - size_t. Also rename