Re: [PATCH v2] Input: mms114 - add support for mms152
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2017-12-20 18:34:01
Also in:
linux-devicetree
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2017-12-20 18:34:01
Also in:
linux-devicetree
[resending as plain text] Hi Simon, On Wed, Dec 20, 2017 at 9:38 AM, Simon Shields [off-list ref] wrote:
MMS152 has no configuration registers, but the packet format used in interrupts is identical to mms114.
Since there seems to be renewed interest in mms114 driver, I would like for it to get a facelift and switch to using the standard touchscreen properties rather than the custom ones (we still need to keep compatibility though). Also, we do not seem to have any in-tree users of the mms114_platform_data structure. Can you please see if you can: - switch the driver to use the generic device properties (device_property_*() API) - use touchscreen_parse_properties() to parse the standard touchscreen properties - use touchscreen_report_pos() to report coordinates - drop mms114_platform_data Thanks! -- Dmitry