mbox series

[0/8] input: touchscreen: ili210x: Add ILI2511 support

Message ID 20181213151442.27854-1-marex@denx.de (mailing list archive)
Headers show
Series input: touchscreen: ili210x: Add ILI2511 support | expand

Message

Marek Vasut Dec. 13, 2018, 3:14 p.m. UTC
This patchset cleans up the ILI201x driver and adds support for ILI2511.

Marek Vasut (8):
  input: touchscreen: ili210x: Drop platform data support
  input: touchscreen: ili210x: Convert to devm_ functions
  input: touchscreen: ili210x: Convert to threaded IRQ
  input: touchscreen: ili210x: Add reset GPIO support
  input: touchscreen: ili210x: Rework the touchscreen sample processing
  input: touchscreen: ili210x: Reorder probe
  input: touchscreen: ili210x: Add OF match table
  input: touchscreen: ili210x: Add ILI251X support

 drivers/input/touchscreen/ili210x.c | 267 ++++++++++++++++++----------
 include/linux/input/ili210x.h       |  11 --
 2 files changed, 172 insertions(+), 106 deletions(-)
 delete mode 100644 include/linux/input/ili210x.h

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Henrik Rydberg <rydberg@bitmath.org>
Cc: Olivier Sobrie <olivier@sobrie.be>
To: linux-input@vger.kernel.org

Comments

Marek Vasut Dec. 13, 2018, 3:25 p.m. UTC | #1
On 12/13/2018 04:14 PM, Marek Vasut wrote:
> This patchset cleans up the ILI201x driver and adds support for ILI2511.
> 
> Marek Vasut (8):
>   input: touchscreen: ili210x: Drop platform data support
>   input: touchscreen: ili210x: Convert to devm_ functions
>   input: touchscreen: ili210x: Convert to threaded IRQ
>   input: touchscreen: ili210x: Add reset GPIO support
>   input: touchscreen: ili210x: Rework the touchscreen sample processing
>   input: touchscreen: ili210x: Reorder probe
>   input: touchscreen: ili210x: Add OF match table
>   input: touchscreen: ili210x: Add ILI251X support
> 
>  drivers/input/touchscreen/ili210x.c | 267 ++++++++++++++++++----------
>  include/linux/input/ili210x.h       |  11 --
>  2 files changed, 172 insertions(+), 106 deletions(-)
>  delete mode 100644 include/linux/input/ili210x.h
> 
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Henrik Rydberg <rydberg@bitmath.org>
> Cc: Olivier Sobrie <olivier@sobrie.be>
> To: linux-input@vger.kernel.org

+CC Philipp , this even has all 10 fingers working.
Philipp Puschmann Dec. 21, 2018, 9:10 a.m. UTC | #2
Hi Marek,

glad to hear.

Thank you for refactoring v1 of the ili2511 support and merging it with ili210x :)

Best regards,
Philipp


Am 13.12.18 um 16:25 schrieb Marek Vasut:
> On 12/13/2018 04:14 PM, Marek Vasut wrote:
>> This patchset cleans up the ILI201x driver and adds support for ILI2511.
>>
>> Marek Vasut (8):
>>   input: touchscreen: ili210x: Drop platform data support
>>   input: touchscreen: ili210x: Convert to devm_ functions
>>   input: touchscreen: ili210x: Convert to threaded IRQ
>>   input: touchscreen: ili210x: Add reset GPIO support
>>   input: touchscreen: ili210x: Rework the touchscreen sample processing
>>   input: touchscreen: ili210x: Reorder probe
>>   input: touchscreen: ili210x: Add OF match table
>>   input: touchscreen: ili210x: Add ILI251X support
>>
>>  drivers/input/touchscreen/ili210x.c | 267 ++++++++++++++++++----------
>>  include/linux/input/ili210x.h       |  11 --
>>  2 files changed, 172 insertions(+), 106 deletions(-)
>>  delete mode 100644 include/linux/input/ili210x.h
>>
>> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>> Cc: Henrik Rydberg <rydberg@bitmath.org>
>> Cc: Olivier Sobrie <olivier@sobrie.be>
>> To: linux-input@vger.kernel.org
> 
> +CC Philipp , this even has all 10 fingers working.
>
Marek Vasut Dec. 21, 2018, 12:16 p.m. UTC | #3
On 12/21/2018 10:10 AM, Philipp Puschmann wrote:
> Hi Marek,

Hi,

> glad to hear.
> 
> Thank you for refactoring v1 of the ili2511 support and merging it with ili210x :)

Sure, the ili210x driver needed cleanup too.

> Best regards,
> Philipp
> 
> 
> Am 13.12.18 um 16:25 schrieb Marek Vasut:
>> On 12/13/2018 04:14 PM, Marek Vasut wrote:
>>> This patchset cleans up the ILI201x driver and adds support for ILI2511.
>>>
>>> Marek Vasut (8):
>>>   input: touchscreen: ili210x: Drop platform data support
>>>   input: touchscreen: ili210x: Convert to devm_ functions
>>>   input: touchscreen: ili210x: Convert to threaded IRQ
>>>   input: touchscreen: ili210x: Add reset GPIO support
>>>   input: touchscreen: ili210x: Rework the touchscreen sample processing
>>>   input: touchscreen: ili210x: Reorder probe
>>>   input: touchscreen: ili210x: Add OF match table
>>>   input: touchscreen: ili210x: Add ILI251X support
>>>
>>>  drivers/input/touchscreen/ili210x.c | 267 ++++++++++++++++++----------
>>>  include/linux/input/ili210x.h       |  11 --
>>>  2 files changed, 172 insertions(+), 106 deletions(-)
>>>  delete mode 100644 include/linux/input/ili210x.h
>>>
>>> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>>> Cc: Henrik Rydberg <rydberg@bitmath.org>
>>> Cc: Olivier Sobrie <olivier@sobrie.be>
>>> To: linux-input@vger.kernel.org
>>
>> +CC Philipp , this even has all 10 fingers working.
>>