<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/input/touchscreen/melfas_mip4.c, branch linux-4.16.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-01-17T00:48:23Z</updated>
<entry>
<title>Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers</title>
<updated>2018-01-17T00:48:23Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-17T00:43:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4f7fc9b561eab242152f928ff6be1d03e7259e84'/>
<id>urn:sha1:4f7fc9b561eab242152f928ff6be1d03e7259e84</id>
<content type='text'>
MODULE_VERSION is useless for in-kernel drivers, so just remove all
usage of it in the touchscreen drivers.  Along with this, some
DRV_VERSION macros were removed as they are also pointless.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: melfas_mip4 - use managed devm_device_add_group</title>
<updated>2017-09-29T23:51:03Z</updated>
<author>
<name>Andi Shyti</name>
<email>andi@etezian.org</email>
</author>
<published>2017-09-29T23:38:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4c16f82e23654438ac33bab746320e8dcc069501'/>
<id>urn:sha1:4c16f82e23654438ac33bab746320e8dcc069501</id>
<content type='text'>
Commit 57b8ff070f98 ("driver core: add devm_device_add_group() and
friends") has added the managed version for creating sysfs group files.

Use devm_device_add_group instead of sysfs_create_group and remove the
action that cleans the sysfs file when exiting the driver.

Signed-off-by: Andi Shyti &lt;andi@etezian.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - ensure that device is present</title>
<updated>2017-03-29T07:25:01Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2017-03-24T23:50:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4896fb1348713344abbd9f692b393b5fdc539bf8'/>
<id>urn:sha1:4896fb1348713344abbd9f692b393b5fdc539bf8</id>
<content type='text'>
Try a quick read from the device in mip4_query_device() to make sure
that the device is there, as we do not consider failures to retrieve
product name or resolution fatal.

Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - add product ID reporting</title>
<updated>2016-11-09T00:23:49Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-11-09T00:07:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c3fc60893d2d3ef55844c26770d080eceff68fd5'/>
<id>urn:sha1:c3fc60893d2d3ef55844c26770d080eceff68fd5</id>
<content type='text'>
Add reporting product ID through input_id.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - use product id for firmware name</title>
<updated>2016-10-26T23:01:17Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-10-26T22:53:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c2c4ba82022cbe14ab15f394078aaf592664bd69'/>
<id>urn:sha1:c2c4ba82022cbe14ab15f394078aaf592664bd69</id>
<content type='text'>
Use product id for firmware name to request compatible firmware.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - add product_id sysfs attribute</title>
<updated>2016-10-21T22:38:55Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-10-21T22:28:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e2aad66638f995f825e637ef621f45d902c130d1'/>
<id>urn:sha1:e2aad66638f995f825e637ef621f45d902c130d1</id>
<content type='text'>
Add product_id sysfs attribute and update protocol version to support it.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - add ic_name sysfs attribute</title>
<updated>2016-10-11T23:58:24Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-09-30T22:38:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4e1bff07d7e7bc9fc3fc62100dcb8f708e1e96d2'/>
<id>urn:sha1:4e1bff07d7e7bc9fc3fc62100dcb8f708e1e96d2</id>
<content type='text'>
Add ic_name sysfs attribute for retrieving IC model name.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - add hw_version sysfs attribute</title>
<updated>2016-03-16T23:25:41Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-03-16T19:33:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9aa40426a4a23dfd9ca4c1c0f777b8c57e5070fd'/>
<id>urn:sha1:9aa40426a4a23dfd9ca4c1c0f777b8c57e5070fd</id>
<content type='text'>
Add hw_version sysfs attribute for retrieving hardware information
from firmware.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: melfas_mip4 - add resolution reporting</title>
<updated>2016-03-04T19:32:11Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-03-04T19:13:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7a3ed686f9f16d10202eefd00afbd607782da2e4'/>
<id>urn:sha1:7a3ed686f9f16d10202eefd00afbd607782da2e4</id>
<content type='text'>
Add support for retrieving device resolution (pixels per mm) from firmware
and using it when setting up input device.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</content>
</entry>
<entry>
<title>Input: add MELFAS MIP4 Touchscreen driver</title>
<updated>2016-02-17T19:16:12Z</updated>
<author>
<name>Sangwon Jee</name>
<email>jeesw@melfas.com</email>
</author>
<published>2016-01-14T08:55:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8'/>
<id>urn:sha1:6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8</id>
<content type='text'>
This is an input driver for MELFAS MIP4 Touchscreen devices, such as
MMS400, MMS500, MCS8000, MIT200, MIT300, MIT400, MFS10. All devices
implementing MIP4 protocol (MELFAS Interface Protocol Version 4) should
be supported by this driver.

Signed-off-by: Sangwon Jee &lt;jeesw@melfas.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
</feed>
