<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/input/touchscreen/rm31080a_ctrl.c, branch rtss22-ae</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>input: touch: raydium: Update Raydium direct touch driver.</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>David Jung</name>
<email>djung@nvidia.com</email>
</author>
<published>2012-09-15T02:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f110999e858a5ed28663003655046df3434e36cf'/>
<id>f110999e858a5ed28663003655046df3434e36cf</id>
<content type='text'>
Update Raydium files to support 5 inch touch
sensor from Wintech.

Also adds 5-inch, 10-inch panel support.

Bug 1030747

Reviewed-on: http://git-master/r/133031
(cherry picked from commit 9033bee975273d0dfcc0d9cc8a8c7b97b2e77069)

Change-Id: I846b9d0faba31072113e030aa7102b34074c2585
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Signed-off-by: Deepak Nibade &lt;dnibade@nvidia.com&gt;
Reviewed-on: http://git-master/r/143114
Reviewed-by: Rohan Somvanshi &lt;rsomvanshi@nvidia.com&gt;
Tested-by: Rohan Somvanshi &lt;rsomvanshi@nvidia.com&gt;

Rebase-Id: R84f2852e4a5a704feecd90e9b23195ed3fc19d1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Raydium files to support 5 inch touch
sensor from Wintech.

Also adds 5-inch, 10-inch panel support.

Bug 1030747

Reviewed-on: http://git-master/r/133031
(cherry picked from commit 9033bee975273d0dfcc0d9cc8a8c7b97b2e77069)

Change-Id: I846b9d0faba31072113e030aa7102b34074c2585
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Signed-off-by: Deepak Nibade &lt;dnibade@nvidia.com&gt;
Reviewed-on: http://git-master/r/143114
Reviewed-by: Rohan Somvanshi &lt;rsomvanshi@nvidia.com&gt;
Tested-by: Rohan Somvanshi &lt;rsomvanshi@nvidia.com&gt;

Rebase-Id: R84f2852e4a5a704feecd90e9b23195ed3fc19d1a
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touchscreen: raydium: update driver to 62.3</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Vincent Chen</name>
<email>zochen@nvidia.com</email>
</author>
<published>2014-04-02T03:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=836752e472a52e0ba3d5835b9ce06824b2b15916'/>
<id>836752e472a52e0ba3d5835b9ce06824b2b15916</id>
<content type='text'>
62.2 changes:
[1] fix error/warning from checkpatch
[2] add keybit
[3] Device tree support
[4] All the sysfs nodes are moved to 'sys/devices/virtual/misc/touch'
    and also rename the device as 'touch'
[5] Using default path to loading all libraries instead of absolute path
[6] Remove PM suspend/resume operations to prevent from LP0 resume
    failure due to race condition
[7] Touch performance refine (palm, stylus, ......)
[8] fix slowscan issue
[9] Add TLK support
[10] Add TN8 support

62.3 changes:
[1] fix checkpatch error.
[2] improve TN8 stylus performance.
[3] improve TN8 finger performance.
[4] add error code in selftest function.
[5] add TN8 noise hopping function.
[6] add codes for x64 system."

bug 1446493
bug 1482112
bug 1469135
bug 1468629
bug 1465587
bug 1453371
bug 1437076
bug 1405258

Change-Id: I633cddb8b65a9c7fe741f6a782d4a4f5fd792c58
Signed-off-by: Vincent Chen &lt;zochen@nvidia.com&gt;
Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-on: http://git-master/r/401082
Tested-by: Hridya Valsaraju &lt;hvalsaraju@nvidia.com&gt;
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
62.2 changes:
[1] fix error/warning from checkpatch
[2] add keybit
[3] Device tree support
[4] All the sysfs nodes are moved to 'sys/devices/virtual/misc/touch'
    and also rename the device as 'touch'
[5] Using default path to loading all libraries instead of absolute path
[6] Remove PM suspend/resume operations to prevent from LP0 resume
    failure due to race condition
[7] Touch performance refine (palm, stylus, ......)
[8] fix slowscan issue
[9] Add TLK support
[10] Add TN8 support

62.3 changes:
[1] fix checkpatch error.
[2] improve TN8 stylus performance.
[3] improve TN8 finger performance.
[4] add error code in selftest function.
[5] add TN8 noise hopping function.
[6] add codes for x64 system."

bug 1446493
bug 1482112
bug 1469135
bug 1468629
bug 1465587
bug 1453371
bug 1437076
bug 1405258

Change-Id: I633cddb8b65a9c7fe741f6a782d4a4f5fd792c58
Signed-off-by: Vincent Chen &lt;zochen@nvidia.com&gt;
Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-on: http://git-master/r/401082
Tested-by: Hridya Valsaraju &lt;hvalsaraju@nvidia.com&gt;
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: Raydium: v61.9 code drop</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Alex Chen</name>
<email>alchen@nvidia.com</email>
</author>
<published>2014-02-10T04:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2dd4863f070aa0321649ffa8815701593b873da2'/>
<id>2dd4863f070aa0321649ffa8815701593b873da2</id>
<content type='text'>
[1] fix resume timing issue
[2] Touch/Stylus performance improvement
[3] Add new parameter file for TP 15.6" project (CES demo purpose)
[4] Refine return value definition in kernel driver
[5] Separate the flag for identifying queue flushed in kernel driver
[6] fix resume issue on v61.8

bug 1450642
bug 1447702
bug 1443387
bug 1438889
bug 1429239
bug 1372937

Change-Id: Ie709bc89c88f23be6839f03c4c8b8db556c2d477
Signed-off-by: Alex Chen &lt;alchen@nvidia.com&gt;
Reviewed-on: http://git-master/r/365297
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
Tested-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1] fix resume timing issue
[2] Touch/Stylus performance improvement
[3] Add new parameter file for TP 15.6" project (CES demo purpose)
[4] Refine return value definition in kernel driver
[5] Separate the flag for identifying queue flushed in kernel driver
[6] fix resume issue on v61.8

bug 1450642
bug 1447702
bug 1443387
bug 1438889
bug 1429239
bug 1372937

Change-Id: Ie709bc89c88f23be6839f03c4c8b8db556c2d477
Signed-off-by: Alex Chen &lt;alchen@nvidia.com&gt;
Reviewed-on: http://git-master/r/365297
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
Tested-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: Raydium: Code drop v61.5</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Xiaohui Tao</name>
<email>xtao@nvidia.com</email>
</author>
<published>2013-12-17T21:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a4b824bb9cd14f2b7be981f982332449c014f68e'/>
<id>a4b824bb9cd14f2b7be981f982332449c014f68e</id>
<content type='text'>
[1] Partially resolve user space pointer directly used in kernel driver (except DEV_ATTR part)
[2] Report mode switch support
[3] Refine multiple input devices and input protocol A
[4] Support eraser
[5] Implement mechanism to ensure multi-resume/suspend will be correctly executed
[6] Fix CS cmd fail issue
[7] Fix fast draw suffered from line broken issue
[8] Fix idle mode stability on Ardbeg issue

Bug 1414130
Bug 1408503
Bug 1398820
Bug 1398173
Bug 1371286
Bug 1392722

Change-Id: Icbd9250339a04f60390d5247e37aad3bfc49c526
Reviewed-on: http://git-master/r/346650
GVS: Gerrit_Virtual_Submit
Reviewed-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Tested-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1] Partially resolve user space pointer directly used in kernel driver (except DEV_ATTR part)
[2] Report mode switch support
[3] Refine multiple input devices and input protocol A
[4] Support eraser
[5] Implement mechanism to ensure multi-resume/suspend will be correctly executed
[6] Fix CS cmd fail issue
[7] Fix fast draw suffered from line broken issue
[8] Fix idle mode stability on Ardbeg issue

Bug 1414130
Bug 1408503
Bug 1398820
Bug 1398173
Bug 1371286
Bug 1392722

Change-Id: Icbd9250339a04f60390d5247e37aad3bfc49c526
Reviewed-on: http://git-master/r/346650
GVS: Gerrit_Virtual_Submit
Reviewed-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Tested-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: raydium: v60.6 code drop</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Xiaohui Tao</name>
<email>xtao@nvidia.com</email>
</author>
<published>2013-09-18T21:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2cbf183d2aa74f4c451a3f864fb7010f9c291b28'/>
<id>2cbf183d2aa74f4c451a3f864fb7010f9c291b28</id>
<content type='text'>
a. Checkpatch done (Bug ID 1368132)
b. Fix 3.3V control issue (Bug ID 1354253, 1348628) as the attached pictures. The 3.3V is turned off in LP0 mode.
c. Refine suspend/resume timing issue (Bug ID 1359713, 1288233, 1283537)

Bug 1368132
Bug 1354253
Bug 1348628
Bug 1359713
Bug 1288233
Bug 1283537

Change-Id: I639d311b51e4bd7feffcc904caa34370ab52e505
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/276340
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a. Checkpatch done (Bug ID 1368132)
b. Fix 3.3V control issue (Bug ID 1354253, 1348628) as the attached pictures. The 3.3V is turned off in LP0 mode.
c. Refine suspend/resume timing issue (Bug ID 1359713, 1288233, 1283537)

Bug 1368132
Bug 1354253
Bug 1348628
Bug 1359713
Bug 1288233
Bug 1283537

Change-Id: I639d311b51e4bd7feffcc904caa34370ab52e505
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/276340
Reviewed-by: Mitch Luban &lt;mluban@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touchscreen: raydium v60.0 touch driver</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Xiaohui Tao</name>
<email>xtao@nvidia.com</email>
</author>
<published>2013-07-30T16:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=4bd6911da8e3b6134f72d708193f8dd99e49463e'/>
<id>4bd6911da8e3b6134f72d708193f8dd99e49463e</id>
<content type='text'>
raydium code drop

[1] Shorten suspend/resume duration

[2] Uniform debug msgs (with prefix "Raydium" and using dev_info instead of printk)

[3] Idle mode abnormal CPU clock frequency

[4] AVC snesor support (To verify AVC sensor, the return value of rm_tch_get_gpio_sensor_select routine in rm31080a_ts.c should be changed from 0 to 1. *0 for normal dalmore sensor ; 1 for ANC sensor)

[5] Pismo support (To verify Pismo, the past platform ID of dalmore_touch_init routine in /kernel/arch/arm/mach-tegra/board-dalmore.c should be changed from RM_PLATFORM_D010 to RM_PLATFORM_P140)

[6] Reduce TCH_WAKE_LOCK_TIMEOUT from 2 secs to 500 msec

Bug 1343545

Change-Id: Ia65ecb13dc667fce937e82858321ca44f50bb733
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/255657
(cherry picked from commit ad8d07d3ce337390b34784387693b63c6f4ca7d2)
Signed-off-by: Ajay Nandakumar &lt;anandakumarm@nvidia.com&gt;
Reviewed-on: http://git-master/r/258557
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
raydium code drop

[1] Shorten suspend/resume duration

[2] Uniform debug msgs (with prefix "Raydium" and using dev_info instead of printk)

[3] Idle mode abnormal CPU clock frequency

[4] AVC snesor support (To verify AVC sensor, the return value of rm_tch_get_gpio_sensor_select routine in rm31080a_ts.c should be changed from 0 to 1. *0 for normal dalmore sensor ; 1 for ANC sensor)

[5] Pismo support (To verify Pismo, the past platform ID of dalmore_touch_init routine in /kernel/arch/arm/mach-tegra/board-dalmore.c should be changed from RM_PLATFORM_D010 to RM_PLATFORM_P140)

[6] Reduce TCH_WAKE_LOCK_TIMEOUT from 2 secs to 500 msec

Bug 1343545

Change-Id: Ia65ecb13dc667fce937e82858321ca44f50bb733
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/255657
(cherry picked from commit ad8d07d3ce337390b34784387693b63c6f4ca7d2)
Signed-off-by: Ajay Nandakumar &lt;anandakumarm@nvidia.com&gt;
Reviewed-on: http://git-master/r/258557
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Input: touch: raydium: Update to Raydium v56.1 driver</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Xiaohui Tao</name>
<email>xtao@nvidia.com</email>
</author>
<published>2013-05-30T18:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=817dd2fd4f085d0ab96ff7fd8b8515ea4826df34'/>
<id>817dd2fd4f085d0ab96ff7fd8b8515ea4826df34</id>
<content type='text'>
Raydium code drop

Jump directly from v51 to v56.1

V52 Changes (Beta) (Roth only):
[1]  Add Kernel control architecturee (SlowScan/SetIdle/Start/End..)
[2]  New parameter loading architecture
[3]  Refine ESD solution for MP
[4]  Re-fine self-test procedure for MP
[5]  Load calibration file from environment variable path
[6]  Fix the LP0 2 sec delay issue
[7]  Fix finger on the screen during boot up issue
[8]  This version only support Roth platform
[9]  Refine coding style (4/16)
[10] Newer parameter modifier apk (4/16)
[11] Newer architecture for idle mode power saving has some problem,
     please ignore the idle mode verification on this trial version  (4/16)

V53 Changes (Beta) (Roth only):
[1]  Save calibration file from environment variable path
[2]  Refine selftest threshold

V54 Changes (Beta) (Roth only):
[1]  Fix the hard code file path to environment variable path
[2]  Remove the redundancy message in kernel layer

V54.1 Changes (Beta) (Roth only):
[1]  Refine environment variable path mechanism
[2]  Add test version field for debugging
[3]  Enable environment variable path debug msgs

V54.2 Changes (Beta) (Roth only):
[1] Refine coding style
[2] Add kernel command entries
[3] Using kernel command instead of hard-coded in suspend/resume routine
[4] Using lower report rate during idle mode to fix CPU ain't got into idle mode (5 Hz)

V55.0 Changes (Beta) (Roth only):
[1]  Fix idle mode issue &amp; increase report rate
[2]  Add error handling block for kernel table loading
[3]  Refine coding style

V55.1 Changes (Beta) (Roth only):
[1]  Refine parameter for factory test
[2]  Add copy file from TOUCH_CONF_DIR in parameter loading
[3]  Turn on loading file logcat msgs

V55.2 Changes (Beta) (Roth only):
[1]  Remove unnecessary code
[2]  Add GPIO interface for future sensor select
[3]  Refine selftest procedure
[4]  Refine calibration procedure

V55.3 Changes (Beta) (Roth only):
[1]  Add support to disable power and clock when display is off
[2]  Parameter fine-tune

V55.4 Changes (Beta) (Roth only):
[1]  Fix CTS test failure in service transaction return
[2]  Fix stub command error return

V55.5 Changes (Beta):
[1]  Suppor roth/pluto/dalmore

V55.6 Changes (Beta):
[1]  Refine coding style
[2]  Parameter fine tune for pluto/dalmore

V55.7 Changes (Beta):
[1]  Parameter fine tune for pluto/dalmore

V55.8 Changes (Beta):
[1]  Parameter fine tune for pluto(Orientation setting for RM31081)

V55.9 Changes (Beta):
[1]  Refine resume control flow
[2]  Modify touch WDT function
[3]  Touch start/stop control flow modification

V55.10 Changes (Beta):
[1]  Set REST as the following
    Suspend
      1. Pull RESET low
      2. Disable clk and power
      3. Pull RESET high
    Resume
      1. Pull RESET low
      2. Enable power ,clk
      3. Pull RESET high

V56 Changes:
[1]  Fix CTS fail error

V56.1 Changes:
[1]  Fix CTS fail error
[2]  Shorten suspend/resume duration

Bug 1278869
Bug 1283619
Bug 1297187
Bug 1280093
Bug 1257642
Bug 1245549
Bug 1245404

Change-Id: I04acd5001e6ec675c3a4ddf2db892e0886d36303
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/234223
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raydium code drop

Jump directly from v51 to v56.1

V52 Changes (Beta) (Roth only):
[1]  Add Kernel control architecturee (SlowScan/SetIdle/Start/End..)
[2]  New parameter loading architecture
[3]  Refine ESD solution for MP
[4]  Re-fine self-test procedure for MP
[5]  Load calibration file from environment variable path
[6]  Fix the LP0 2 sec delay issue
[7]  Fix finger on the screen during boot up issue
[8]  This version only support Roth platform
[9]  Refine coding style (4/16)
[10] Newer parameter modifier apk (4/16)
[11] Newer architecture for idle mode power saving has some problem,
     please ignore the idle mode verification on this trial version  (4/16)

V53 Changes (Beta) (Roth only):
[1]  Save calibration file from environment variable path
[2]  Refine selftest threshold

V54 Changes (Beta) (Roth only):
[1]  Fix the hard code file path to environment variable path
[2]  Remove the redundancy message in kernel layer

V54.1 Changes (Beta) (Roth only):
[1]  Refine environment variable path mechanism
[2]  Add test version field for debugging
[3]  Enable environment variable path debug msgs

V54.2 Changes (Beta) (Roth only):
[1] Refine coding style
[2] Add kernel command entries
[3] Using kernel command instead of hard-coded in suspend/resume routine
[4] Using lower report rate during idle mode to fix CPU ain't got into idle mode (5 Hz)

V55.0 Changes (Beta) (Roth only):
[1]  Fix idle mode issue &amp; increase report rate
[2]  Add error handling block for kernel table loading
[3]  Refine coding style

V55.1 Changes (Beta) (Roth only):
[1]  Refine parameter for factory test
[2]  Add copy file from TOUCH_CONF_DIR in parameter loading
[3]  Turn on loading file logcat msgs

V55.2 Changes (Beta) (Roth only):
[1]  Remove unnecessary code
[2]  Add GPIO interface for future sensor select
[3]  Refine selftest procedure
[4]  Refine calibration procedure

V55.3 Changes (Beta) (Roth only):
[1]  Add support to disable power and clock when display is off
[2]  Parameter fine-tune

V55.4 Changes (Beta) (Roth only):
[1]  Fix CTS test failure in service transaction return
[2]  Fix stub command error return

V55.5 Changes (Beta):
[1]  Suppor roth/pluto/dalmore

V55.6 Changes (Beta):
[1]  Refine coding style
[2]  Parameter fine tune for pluto/dalmore

V55.7 Changes (Beta):
[1]  Parameter fine tune for pluto/dalmore

V55.8 Changes (Beta):
[1]  Parameter fine tune for pluto(Orientation setting for RM31081)

V55.9 Changes (Beta):
[1]  Refine resume control flow
[2]  Modify touch WDT function
[3]  Touch start/stop control flow modification

V55.10 Changes (Beta):
[1]  Set REST as the following
    Suspend
      1. Pull RESET low
      2. Disable clk and power
      3. Pull RESET high
    Resume
      1. Pull RESET low
      2. Enable power ,clk
      3. Pull RESET high

V56 Changes:
[1]  Fix CTS fail error

V56.1 Changes:
[1]  Fix CTS fail error
[2]  Shorten suspend/resume duration

Bug 1278869
Bug 1283619
Bug 1297187
Bug 1280093
Bug 1257642
Bug 1245549
Bug 1245404

Change-Id: I04acd5001e6ec675c3a4ddf2db892e0886d36303
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/234223
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: raydium slow scan updates</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>David Jung</name>
<email>djung@nvidia.com</email>
</author>
<published>2013-01-28T01:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=396e2cd69b62acbde8dc0b3f7a560abdc397141c'/>
<id>396e2cd69b62acbde8dc0b3f7a560abdc397141c</id>
<content type='text'>
Raydium code drop.
Update code for slow scan.

Bug 1054801

Change-Id: Ie123e14ab9892b8055ab7af4bae9dd14189acfa6
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Reviewed-on: http://git-master/r/194480
(cherry picked from commit 0ba3a9a571aa6eec71c7e27f765cf056c45c512d)

Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Change-Id: I8f52ea1bcbc48c1d152ffaa7613c3da4da5a47b6
Reviewed-on: http://git-master/r/201265
Reviewed-by: Mrutyunjay Sawant &lt;msawant@nvidia.com&gt;
Tested-by: Mrutyunjay Sawant &lt;msawant@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raydium code drop.
Update code for slow scan.

Bug 1054801

Change-Id: Ie123e14ab9892b8055ab7af4bae9dd14189acfa6
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Reviewed-on: http://git-master/r/194480
(cherry picked from commit 0ba3a9a571aa6eec71c7e27f765cf056c45c512d)

Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Change-Id: I8f52ea1bcbc48c1d152ffaa7613c3da4da5a47b6
Reviewed-on: http://git-master/r/201265
Reviewed-by: Mrutyunjay Sawant &lt;msawant@nvidia.com&gt;
Tested-by: Mrutyunjay Sawant &lt;msawant@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: raydium updates for slow scan</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>Xiaohui Tao</name>
<email>xtao@nvidia.com</email>
</author>
<published>2012-12-03T23:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=3c283edcd71581db9ab41813ce4ced3ee2710b79'/>
<id>3c283edcd71581db9ab41813ce4ced3ee2710b79</id>
<content type='text'>
Raydium code drop.
Added updates for Pluto, Dalmore slow scan

Bug 1054801

Change-Id: I5728ea0ae4c1a34a65e97c49cc387067df5a1dcf
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/163056
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raydium code drop.
Added updates for Pluto, Dalmore slow scan

Bug 1054801

Change-Id: I5728ea0ae4c1a34a65e97c49cc387067df5a1dcf
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Signed-off-by: Xiaohui Tao &lt;xtao@nvidia.com&gt;
Reviewed-on: http://git-master/r/163056
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touch: raydium: updates for slow scanning</title>
<updated>2017-07-27T23:09:19+00:00</updated>
<author>
<name>David Jung</name>
<email>djung@nvidia.com</email>
</author>
<published>2012-10-24T22:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=30b1c03b4356c078baaba521744d76c3bd920eeb'/>
<id>30b1c03b4356c078baaba521744d76c3bd920eeb</id>
<content type='text'>
Raydium code drop.
Update for Raydium touch for
Pluto slow scanning

Bug 1054801

Change-Id: Id182035bf7e51ba3431c392ee10a95b5bc518157
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Reviewed-on: http://git-master/r/147343
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;

Rebase-Id: R0e9b674d090f90bc23a43c16873f75856ed926a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raydium code drop.
Update for Raydium touch for
Pluto slow scanning

Bug 1054801

Change-Id: Id182035bf7e51ba3431c392ee10a95b5bc518157
Signed-off-by: David Jung &lt;djung@nvidia.com&gt;
Reviewed-on: http://git-master/r/147343
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;

Rebase-Id: R0e9b674d090f90bc23a43c16873f75856ed926a6
</pre>
</div>
</content>
</entry>
</feed>
