<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_kernel_zuk_msm8996.git/include/linux/input, branch halium-9.0</title>
<subtitle>null
</subtitle>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/'/>
<entry>
<title>drivers: power: reset: Do cold reset when doing oem reboot</title>
<updated>2017-12-11T11:11:18+00:00</updated>
<author>
<name>Lijuan Gao</name>
<email>lijuang@codeaurora.org</email>
</author>
<published>2017-12-06T08:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=25c63fa374f6f23f948ad9c1ec9ed2a0962502e6'/>
<id>25c63fa374f6f23f948ad9c1ec9ed2a0962502e6</id>
<content type='text'>
As the IMEM approach to store reset reason is deprecated, so use
the spare register in PMIC power-on peripheral to store the oem
restart reason.

Bit-2 to bit-7 of SOFT_RB_SPARE for hard reset reason, so divide
existing range into regions, value 0 to 31 for common defined features
and 32 to 63 values are for OEMs/ODMs specific features.

Change-Id: Ib8e64d6dd5a335325d0469280e41e9d10ec9b893
Signed-off-by: Lijuan Gao &lt;lijuang@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the IMEM approach to store reset reason is deprecated, so use
the spare register in PMIC power-on peripheral to store the oem
restart reason.

Bit-2 to bit-7 of SOFT_RB_SPARE for hard reset reason, so divide
existing range into regions, value 0 to 31 for common defined features
and 32 to 63 values are for OEMs/ODMs specific features.

Change-Id: Ib8e64d6dd5a335325d0469280e41e9d10ec9b893
Signed-off-by: Lijuan Gao &lt;lijuang@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touchscreen: remove synaptics v2.6 touch driver</title>
<updated>2017-03-31T09:22:14+00:00</updated>
<author>
<name>Shantanu Jain</name>
<email>shjain@codeaurora.org</email>
</author>
<published>2017-03-17T14:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=27ff365a173b5fa28a3112d6d0b7edea17f178c7'/>
<id>27ff365a173b5fa28a3112d6d0b7edea17f178c7</id>
<content type='text'>
Remove synaptics v2.6 touch driver from the kernel code
as it has never been used in any of the recent platforms.

Change-Id: Ibf14dec548a180e517d9b41098af642577c4328b
Signed-off-by: Shantanu Jain &lt;shjain@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove synaptics v2.6 touch driver from the kernel code
as it has never been used in any of the recent platforms.

Change-Id: Ibf14dec548a180e517d9b41098af642577c4328b
Signed-off-by: Shantanu Jain &lt;shjain@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: move qpnp-power-on driver into input/misc directory</title>
<updated>2017-01-06T18:52:46+00:00</updated>
<author>
<name>David Collins</name>
<email>collinsd@codeaurora.org</email>
</author>
<published>2017-01-05T21:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=07f2f9952c78e03061565ff4e3fa9db9f660a11f'/>
<id>07f2f9952c78e03061565ff4e3fa9db9f660a11f</id>
<content type='text'>
Move the qpnp-power-on driver from the drivers/input directory
into the drivers/input/misc directory.  This is the standard
location where other power key drivers are kept.

Also make a small fix to use octal instead of symbolic
permissions for the ship_mode_en module parameter.

Change-Id: I4d80c2ca0f161bd443dbfe0fcef822459c9fe44b
Signed-off-by: David Collins &lt;collinsd@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the qpnp-power-on driver from the drivers/input directory
into the drivers/input/misc directory.  This is the standard
location where other power key drivers are kept.

Also make a small fix to use octal instead of symbolic
permissions for the ship_mode_en module parameter.

Change-Id: I4d80c2ca0f161bd443dbfe0fcef822459c9fe44b
Signed-off-by: David Collins &lt;collinsd@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: ft5x06: defer touch resume to workqueue</title>
<updated>2016-09-06T05:01:46+00:00</updated>
<author>
<name>zhaoyuan</name>
<email>yzhao@codeaurora.org</email>
</author>
<published>2015-11-10T05:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=5c6da5653ecc1fcd09ec0ae7c0f925929d5a6303'/>
<id>5c6da5653ecc1fcd09ec0ae7c0f925929d5a6303</id>
<content type='text'>
During device resume, the touch resume function is called after display's
resume. In this case, the ft5x06's resume function needs to wait for
200ms because of reset requirement. Defer the touch resume to a workqueue
to reduce the total device resume time. For this an optional DT property
is added to enable this on targets that need this feature.

Change-Id: Ib0677ca792aea83ece1caf8a0afff341302747fb
Signed-off-by: Himanshu Aggarwal &lt;haggarwa@codeaurora.org&gt;
Signed-off-by: zhaoyuan &lt;yzhao@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During device resume, the touch resume function is called after display's
resume. In this case, the ft5x06's resume function needs to wait for
200ms because of reset requirement. Defer the touch resume to a workqueue
to reduce the total device resume time. For this an optional DT property
is added to enable this on targets that need this feature.

Change-Id: Ib0677ca792aea83ece1caf8a0afff341302747fb
Signed-off-by: Himanshu Aggarwal &lt;haggarwa@codeaurora.org&gt;
Signed-off-by: zhaoyuan &lt;yzhao@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: ft5x06_ts: remove proximity sensor support</title>
<updated>2016-08-31T05:16:55+00:00</updated>
<author>
<name>Sudhakar Manapati</name>
<email>smanap@codeaurora.org</email>
</author>
<published>2015-09-12T14:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=d0d1f78347ce9755da60335549e5ced1a5775ca3'/>
<id>d0d1f78347ce9755da60335549e5ced1a5775ca3</id>
<content type='text'>
remove psensor support as the linux/sensors.h file is not yet merged
in msm-3.18 kernel.

Change-Id: I6d46b35938b7420072f9245ffa27bb59f28d5e03
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove psensor support as the linux/sensors.h file is not yet merged
in msm-3.18 kernel.

Change-Id: I6d46b35938b7420072f9245ffa27bb59f28d5e03
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: ft5x06_ts: add gesture feature support</title>
<updated>2016-08-31T05:15:36+00:00</updated>
<author>
<name>Mao Li</name>
<email>maol@codeaurora.org</email>
</author>
<published>2014-11-27T08:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=1a0b4f1561faf55daa315ae6473f885808df90f8'/>
<id>1a0b4f1561faf55daa315ae6473f885808df90f8</id>
<content type='text'>
Focaltech touch controller FT6436 support new feature Screen-off-Gesture.
It is able to turn on the screen by drawing gestures on the touch screen
when the screen is during off status. Enable the FT CTP driver to support
the screen off gesture recognization.

This patch is propagated from msm-3.18 kernel.
'commit 5cc0bff80d65 ("input: ft5x06_ts: add gesture feature support")'
Also cleared the following checkpatch warnings.
- Missing a blank line after declarations
- Missing a blank line after declarations
- Comparisons should place the constant on the right side of the test.

Change-Id: I77d111d3ef800b636a337221d7e605f746a113dd
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Focaltech touch controller FT6436 support new feature Screen-off-Gesture.
It is able to turn on the screen by drawing gestures on the touch screen
when the screen is during off status. Enable the FT CTP driver to support
the screen off gesture recognization.

This patch is propagated from msm-3.18 kernel.
'commit 5cc0bff80d65 ("input: ft5x06_ts: add gesture feature support")'
Also cleared the following checkpatch warnings.
- Missing a blank line after declarations
- Missing a blank line after declarations
- Comparisons should place the constant on the right side of the test.

Change-Id: I77d111d3ef800b636a337221d7e605f746a113dd
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "input: synaptics_dsx_2.6: fix issues raised by static analyzer"</title>
<updated>2016-08-27T05:22:50+00:00</updated>
<author>
<name>Linux Build Service Account</name>
<email>lnxbuild@localhost</email>
</author>
<published>2016-08-27T05:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=9a7c65cabed11146b6522bcf13574eb061e58a64'/>
<id>9a7c65cabed11146b6522bcf13574eb061e58a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: synaptics: defer touch resume to workqueue for v2.6 driver</title>
<updated>2016-08-24T11:20:27+00:00</updated>
<author>
<name>zhaoyuan</name>
<email>yzhao@codeaurora.org</email>
</author>
<published>2016-03-24T02:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=b378a2f8ba08d3c529ccb7ed4b64d2b686543735'/>
<id>b378a2f8ba08d3c529ccb7ed4b64d2b686543735</id>
<content type='text'>
During device resume, the touch resume function is called after
display resume. Touch resume function will take about &gt;200ms.
Defer the touch resume function to a workqueue to reduce the total
device resume time. An optional DT property is added to enable this
on targets that need this feature.

This change has been merged. Now, touch driver was updated to V2.6,
so, merge this change to V2.6 driver.

Change-Id: Ica477f35bd4fda59eb49c9b4f5e88b460366c761
Signed-off-by: zhaoyuan &lt;yzhao@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During device resume, the touch resume function is called after
display resume. Touch resume function will take about &gt;200ms.
Defer the touch resume function to a workqueue to reduce the total
device resume time. An optional DT property is added to enable this
on targets that need this feature.

This change has been merged. Now, touch driver was updated to V2.6,
so, merge this change to V2.6 driver.

Change-Id: Ica477f35bd4fda59eb49c9b4f5e88b460366c761
Signed-off-by: zhaoyuan &lt;yzhao@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: ft5x06_ts: add proximity feature support</title>
<updated>2016-08-23T06:05:51+00:00</updated>
<author>
<name>Mao Li</name>
<email>maol@codeaurora.org</email>
</author>
<published>2014-10-21T10:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=fd296540aeaf0e8c0de20bec92ef66e8ecbdc9b9'/>
<id>fd296540aeaf0e8c0de20bec92ef66e8ecbdc9b9</id>
<content type='text'>
Focaltech's CTP FT6436 is able to behave like a proximity sensor.
Enable the driver support this new feature.

Also cleared the chekpatch warning on 3.18 kernel.

Change-Id: I7a6ec3a387536c512637b0bd8dab95e7cceca212
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
Signed-off-by: Abinaya P &lt;abinayap@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Focaltech's CTP FT6436 is able to behave like a proximity sensor.
Enable the driver support this new feature.

Also cleared the chekpatch warning on 3.18 kernel.

Change-Id: I7a6ec3a387536c512637b0bd8dab95e7cceca212
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
Signed-off-by: Abinaya P &lt;abinayap@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: ft5x06_ts: add support for firmware update for CTP FT6X36</title>
<updated>2016-08-22T04:12:40+00:00</updated>
<author>
<name>Mao Li</name>
<email>maol@codeaurora.org</email>
</author>
<published>2014-05-15T09:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=19cda0c39a6eb40af171c58bc42ff9beea3d0d0a'/>
<id>19cda0c39a6eb40af171c58bc42ff9beea3d0d0a</id>
<content type='text'>
The firmware image format is changed in CTP FT6436. Also vendor
id and version id are read from fw image from a different offset
as compared to previous controllers. The driver is updated to
support the new image format.

This patch is propagated from msm-3.18 kernel
'commit 6146c68f81b4 ("input: ft5x06_ts: add support for firmware
update for CTP FT6X36")'

Change-Id: I465fdfa73e56e8fc4bbfdde980c558e4715d6d08
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The firmware image format is changed in CTP FT6436. Also vendor
id and version id are read from fw image from a different offset
as compared to previous controllers. The driver is updated to
support the new image format.

This patch is propagated from msm-3.18 kernel
'commit 6146c68f81b4 ("input: ft5x06_ts: add support for firmware
update for CTP FT6X36")'

Change-Id: I465fdfa73e56e8fc4bbfdde980c558e4715d6d08
Signed-off-by: Mao Li &lt;maol@codeaurora.org&gt;
Signed-off-by: Sudhakar Manapati &lt;smanap@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
