<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/gpio, branch gpu-paging</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>drivers: gpio-tegra186: Add conditional GTE flag</title>
<updated>2020-02-24T15:25:10+00:00</updated>
<author>
<name>Dipen Patel</name>
<email>dipenp@nvidia.com</email>
</author>
<published>2020-01-29T22:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=09e6667fdb5fe0584b0e3b155307d03e3ee5a3dc'/>
<id>09e6667fdb5fe0584b0e3b155307d03e3ee5a3dc</id>
<content type='text'>
There is use_timestamp gpio driver DT property which is used to map GTE
registers address space which will conflict if GTE driver is enabled.
This CL creates function for GTE driver to indicate its presence so
using flag which will make timestamp control function just to return
enabling the timestamp bit.

Bug 2757864

Change-Id: I653c237455131f1b1a92a6de3cc79385d799316f
Signed-off-by: Dipen Patel &lt;dipenp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2287319
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is use_timestamp gpio driver DT property which is used to map GTE
registers address space which will conflict if GTE driver is enabled.
This CL creates function for GTE driver to indicate its presence so
using flag which will make timestamp control function just to return
enabling the timestamp bit.

Bug 2757864

Change-Id: I653c237455131f1b1a92a6de3cc79385d799316f
Signed-off-by: Dipen Patel &lt;dipenp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2287319
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: t186: save and restore GPIO state</title>
<updated>2019-12-27T13:54:07+00:00</updated>
<author>
<name>Shubhi Garg</name>
<email>shgarg@nvidia.com</email>
</author>
<published>2019-12-16T06:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=028c9043b7dd8329f942fbef301f5410bc522acd'/>
<id>028c9043b7dd8329f942fbef301f5410bc522acd</id>
<content type='text'>
GPIO pin should return to initial state after free in order to keep
driver functionality intact. This will be achieved by saving GPIO
state when requesting GPIO and restoring state after freeing it.

Bug 2649500

Change-Id: I4a63c5936f8d10053fbf710ec75d0858086f8e22
Signed-off-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2263090
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GPIO pin should return to initial state after free in order to keep
driver functionality intact. This will be achieved by saving GPIO
state when requesting GPIO and restoring state after freeing it.

Bug 2649500

Change-Id: I4a63c5936f8d10053fbf710ec75d0858086f8e22
Signed-off-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2263090
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: t186: Add GTE support</title>
<updated>2019-11-11T21:39:47+00:00</updated>
<author>
<name>Abhijit</name>
<email>abhijit@nvidia.com</email>
</author>
<published>2018-10-09T07:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=42cc266c96418292ea4ce42d0f2a98b1f9faf1bc'/>
<id>42cc266c96418292ea4ce42d0f2a98b1f9faf1bc</id>
<content type='text'>
Parker/Xavier SoC have GTE block (GPIO Timestamping Engine), which can
be used to capture the TSC timestamp based on gpio interrupts or events.
This patch adds support for Xavier GTE block and timestamping capture
support.

Bug 200554189

Change-Id: I6d6e0907e5d7ec47e24c2d3bb0fd7a2b55f825ca
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1922546
(cherry picked from commit 9932dac044ea8c86164d9124a76c06530122b46b)
Reviewed-on: https://git-master.nvidia.com/r/2234893
GVS: Gerrit_Virtual_Submit
Reviewed-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Tested-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parker/Xavier SoC have GTE block (GPIO Timestamping Engine), which can
be used to capture the TSC timestamp based on gpio interrupts or events.
This patch adds support for Xavier GTE block and timestamping capture
support.

Bug 200554189

Change-Id: I6d6e0907e5d7ec47e24c2d3bb0fd7a2b55f825ca
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1922546
(cherry picked from commit 9932dac044ea8c86164d9124a76c06530122b46b)
Reviewed-on: https://git-master.nvidia.com/r/2234893
GVS: Gerrit_Virtual_Submit
Reviewed-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Tested-by: Shubhi Garg &lt;shgarg@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: tegra: Remove overwrite of control bit</title>
<updated>2019-02-12T13:13:24+00:00</updated>
<author>
<name>Mantravadi Karthik</name>
<email>mkarthik@nvidia.com</email>
</author>
<published>2019-01-21T04:58: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=9d45426a77828ce7f627e306b3d985fa2ef7ac39'/>
<id>9d45426a77828ce7f627e306b3d985fa2ef7ac39</id>
<content type='text'>
The output control value should be set to driven only
while setting the direction to output and not required
everytime a value is set.

Bug 200478150

Change-Id: I7f15920551fd85e69ef8e87805114c90accd8401
Signed-off-by: Mantravadi Karthik &lt;mkarthik@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1999878
(cherry picked from commit b616412ed34ed592fd76f20ef55249d38f8b5ef3)
Signed-off-by: Jerry Chang &lt;jerchang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2000590
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Tested-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output control value should be set to driven only
while setting the direction to output and not required
everytime a value is set.

Bug 200478150

Change-Id: I7f15920551fd85e69ef8e87805114c90accd8401
Signed-off-by: Mantravadi Karthik &lt;mkarthik@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1999878
(cherry picked from commit b616412ed34ed592fd76f20ef55249d38f8b5ef3)
Signed-off-by: Jerry Chang &lt;jerchang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2000590
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Tested-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: t186: Fix debounce programming.</title>
<updated>2018-09-26T12:23:51+00:00</updated>
<author>
<name>Vishwaroop</name>
<email>va@nvidia.com</email>
</author>
<published>2018-09-26T05:22: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=ee4fa1c23ef4e76c877159f34be6b9bbd9ec1a3d'/>
<id>ee4fa1c23ef4e76c877159f34be6b9bbd9ec1a3d</id>
<content type='text'>
The GPIO debounce bit is not set properly and due
to this, we were experiencing a sError in T194.
Fixed this issue by passing value shifted by bit
position to tegra_gpio_update() function.

Bug 200453361

Change-Id: I6fee20eec33a5fccaf99f65f3a62865575715cc8
Signed-off-by: Vishwaroop &lt;va@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1846855
Reviewed-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Tested-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GPIO debounce bit is not set properly and due
to this, we were experiencing a sError in T194.
Fixed this issue by passing value shifted by bit
position to tegra_gpio_update() function.

Bug 200453361

Change-Id: I6fee20eec33a5fccaf99f65f3a62865575715cc8
Signed-off-by: Vishwaroop &lt;va@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1846855
Reviewed-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Tested-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: tmpm32xi2c: Disable irq during suspended</title>
<updated>2018-07-26T06:12:34+00:00</updated>
<author>
<name>Jinyoung Park</name>
<email>jinyoungp@nvidia.com</email>
</author>
<published>2018-07-25T16:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6ebdbbdc3c5232837662029eb722f0a5b89fd9d3'/>
<id>6ebdbbdc3c5232837662029eb722f0a5b89fd9d3</id>
<content type='text'>
Disabled irq during suspended since i2c transfer doesn't work.

Bug 2286559

Change-Id: Iff0a4f80dcc3ce6f9717d821102b0a2a5da5357e
Signed-off-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1785728
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sang-Hun Lee &lt;sanlee@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disabled irq during suspended since i2c transfer doesn't work.

Bug 2286559

Change-Id: Iff0a4f80dcc3ce6f9717d821102b0a2a5da5357e
Signed-off-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1785728
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sang-Hun Lee &lt;sanlee@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: t186: Use consistent debugfs name for AON GPIOs</title>
<updated>2018-06-25T09:27:25+00:00</updated>
<author>
<name>Jon Hunter</name>
<email>jonathanh@nvidia.com</email>
</author>
<published>2018-06-21T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=80c19adfd464f6352a4427204100c46135419d13'/>
<id>80c19adfd464f6352a4427204100c46135419d13</id>
<content type='text'>
The debugfs node for Tegra186 GPIO AON is called 'gpio-tegra-on'
where as else in the driver the name 'gpio-tegra-aon' is used.
Furthermore, on Tegra194 for the debugfs node is called
'gpio-tegra-aon' and not 'gpio-tegra-on' which means that there
is a different name used between Tegra186 and Tegra194. For
consistency update the debugfs node name for Tegra186 to be
'tegra-gpio-aon'.

Please note that for L4T, the 'nvidia-bug-report-tegra.sh' script
reads various debugfs nodes and so having a consistent name is
necessary.

Bug 2205787

Change-Id: I53a5deafdd72b1a8d43f50edd3ac39b4b5c101b0
Signed-off-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1756880
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The debugfs node for Tegra186 GPIO AON is called 'gpio-tegra-on'
where as else in the driver the name 'gpio-tegra-aon' is used.
Furthermore, on Tegra194 for the debugfs node is called
'gpio-tegra-aon' and not 'gpio-tegra-on' which means that there
is a different name used between Tegra186 and Tegra194. For
consistency update the debugfs node name for Tegra186 to be
'tegra-gpio-aon'.

Please note that for L4T, the 'nvidia-bug-report-tegra.sh' script
reads various debugfs nodes and so having a consistent name is
necessary.

Bug 2205787

Change-Id: I53a5deafdd72b1a8d43f50edd3ac39b4b5c101b0
Signed-off-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1756880
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpio: t186: Move direction configuration out of irq unmask</title>
<updated>2018-05-18T11:10:07+00:00</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2018-05-04T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c924c31351fd827346fefe8c7653cc89293da0af'/>
<id>c924c31351fd827346fefe8c7653cc89293da0af</id>
<content type='text'>
Configuring the pin direction via pin control interface is
sleeping calls while irq_unmask is atomic call.

Irq framework support the bus_lock()/bus_unlock() for sleeping
calls.

Move the configuration of pincontrol interface to the bus_unlock()
while enabling the interrupt.

Bug 200393267

Change-Id: I955a41f4fec8cd22768c02a493138d00ea4d8b3a
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1708455
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-by: Vishwaroop A &lt;va@nvidia.com&gt;
Reviewed-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Tested-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Configuring the pin direction via pin control interface is
sleeping calls while irq_unmask is atomic call.

Irq framework support the bus_lock()/bus_unlock() for sleeping
calls.

Move the configuration of pincontrol interface to the bus_unlock()
while enabling the interrupt.

Bug 200393267

Change-Id: I955a41f4fec8cd22768c02a493138d00ea4d8b3a
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1708455
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-by: Vishwaroop A &lt;va@nvidia.com&gt;
Reviewed-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Tested-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tmpm32xi2c: Add Toshiba MCU TMPM32x I2C driver</title>
<updated>2018-05-04T11:32:56+00:00</updated>
<author>
<name>Jinyoung Park</name>
<email>jinyoungp@nvidia.com</email>
</author>
<published>2017-05-19T09:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=aebaece6326e6f98fcae2c407783273d259a8511'/>
<id>aebaece6326e6f98fcae2c407783273d259a8511</id>
<content type='text'>
Added MFD core, GPIO expender and Power off drivers for
Toshiba MCU TMPM32x I2C.

Bug 1928059
Bug 200309618

Change-Id: I76d58511ad64a3eb13ba0b64df22583372c31e41
Signed-off-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
Reviewed-on: http://git-master/r/1485846
Reviewed-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Tested-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added MFD core, GPIO expender and Power off drivers for
Toshiba MCU TMPM32x I2C.

Bug 1928059
Bug 200309618

Change-Id: I76d58511ad64a3eb13ba0b64df22583372c31e41
Signed-off-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
Reviewed-on: http://git-master/r/1485846
Reviewed-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Tested-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra-gpio: replace set_debounce with set_config</title>
<updated>2018-04-10T16:43:47+00:00</updated>
<author>
<name>Aniruddha Banerjee</name>
<email>aniruddhab@nvidia.com</email>
</author>
<published>2018-01-22T11:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=034d06a92329675300d88e0f0b7fb4a6be6fd23a'/>
<id>034d06a92329675300d88e0f0b7fb4a6be6fd23a</id>
<content type='text'>
The set_debouce API for GPIO has now been deprecated. Replace the set
debounce API with the set_config API.

Change-Id: I2aa7497d9eb99dde8d2c82ecfd40ecdfe0008d53
Signed-off-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1643540
Reviewed-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Tested-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The set_debouce API for GPIO has now been deprecated. Replace the set
debounce API with the set_config API.

Change-Id: I2aa7497d9eb99dde8d2c82ecfd40ecdfe0008d53
Signed-off-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1643540
Reviewed-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Tested-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
