<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/linux/tegra-mce.h, 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>t19x: l3 cache: move setting l3 cache ways in mce driver</title>
<updated>2018-03-14T10:57:22+00:00</updated>
<author>
<name>Puneet Saxena</name>
<email>puneets@nvidia.com</email>
</author>
<published>2018-02-28T09:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2063235d244098855a2db10679bd59e41ec42c80'/>
<id>2063235d244098855a2db10679bd59e41ec42c80</id>
<content type='text'>
Tegra mce driver manages all the NVG requests to MCE.
An important purpose of this driver is to ensure that
nvg accesses do not have conflict and only one thread
is accessing these requests.

Calls set and read interfaces from tegra-mce driver to
set and read L3 cache ways.

Bug 2069803

Change-Id: I695a80a17cac28e8247c05d42c1938cb6536be29
Signed-off-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1670158
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>
Tegra mce driver manages all the NVG requests to MCE.
An important purpose of this driver is to ensure that
nvg accesses do not have conflict and only one thread
is accessing these requests.

Calls set and read interfaces from tegra-mce driver to
set and read L3 cache ways.

Bug 2069803

Change-Id: I695a80a17cac28e8247c05d42c1938cb6536be29
Signed-off-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1670158
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>tegra: mce: update cstats to use 64 bits</title>
<updated>2018-03-03T06:09:56+00:00</updated>
<author>
<name>Krishna Sitaraman</name>
<email>ksitaraman@nvidia.com</email>
</author>
<published>2018-03-01T21:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9d6dc3911392f50c7294566707770208022a8716'/>
<id>9d6dc3911392f50c7294566707770208022a8716</id>
<content type='text'>
NVG c-stats interface provides 64 bit data, but the current
implementation on uses 32 bits leaving out important high order
bits. This patch updates the api in tegra mce driver to pass
all 64bits through the api.

Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Change-Id: Ic98f9eb48b299069b50603b45349f5b7d08fe2aa
Reviewed-on: https://git-master.nvidia.com/r/1667020
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@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>
NVG c-stats interface provides 64 bit data, but the current
implementation on uses 32 bits leaving out important high order
bits. This patch updates the api in tegra mce driver to pass
all 64bits through the api.

Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Change-Id: Ic98f9eb48b299069b50603b45349f5b7d08fe2aa
Reviewed-on: https://git-master.nvidia.com/r/1667020
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@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>tegra: mce: add scf dda register interface</title>
<updated>2018-01-20T00:19:55+00:00</updated>
<author>
<name>Chetan Kumar</name>
<email>chetankumarn@nvidia.com</email>
</author>
<published>2018-01-15T18:40: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=0c54e2afbd06aec00b57773686bb288195249d24'/>
<id>0c54e2afbd06aec00b57773686bb288195249d24</id>
<content type='text'>
Add interface to access DDA control registers through NVG protocol,
which is used by the LA/PTSA driver.

Bug 1755290

JIRA: TMM-104

Change-Id: I3c76bfd65b34496289044fc29f66f553e620add3
Signed-off-by: Chetan Kumar &lt;chetankumarn@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1640625
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@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>
Add interface to access DDA control registers through NVG protocol,
which is used by the LA/PTSA driver.

Bug 1755290

JIRA: TMM-104

Change-Id: I3c76bfd65b34496289044fc29f66f553e620add3
Signed-off-by: Chetan Kumar &lt;chetankumarn@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1640625
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@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>platform: tegra: Reconstruct mce and cache drivers</title>
<updated>2017-12-05T17:13:14+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2017-11-22T07:48: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=aee032f3dda0a8c87e4b9608354acd8390a836e6'/>
<id>aee032f3dda0a8c87e4b9608354acd8390a836e6</id>
<content type='text'>
The tegra-mce driver was designed for T18x only and being selected
based on CONFIG_ARCH_TEGRA_18x_SOC. But Kernel 4.9 uses a unified
defconfig file which means CONFIG_ARCH_TEGRA_18x_SOC is enabled on
platforms like T21x as well. The same thing happends to the system
with CONFIG_ARCH_TEGRA_19x_SOC as well.

This creates a problem that: with previous kernel version the mce
driver was not expected to be compiled while now it's compiled and
its functions are being called by other drivers without caring if
it's fine to execute them or not.

Althouth there are some code being added to the functions based on
the SoC ID so as to make them be NOP functions for older platforms
like T21x, this approach is not only tedious because every exported
function would need an ID check, but also doesn't fix all issues.

The cache functions defined in the tegra-mce driver are using the
same names of those default functions in the arch/arm64/mm/cache.S
file, which means, once the tegra-mce driver gets compiled, these
mce cache functions will override the default ones. On a platform
like T21x, it is supposed to call those default functions but now
they gets NOP functions instead.

So this patch reconstructs the whole mce and cache drivers:
1) Changes tegra-mce driver to be a core driver that runs on all
   platforms and defines corresponding function pointers for the
   running platform: Abstracts similar functions in this file and
   diversifies them in other separate files (eg. tegra18x-mce and
   tegra19x-mce); Shares its header file with other user drivers.
2) Adds a new tegra18x-mce by moving T18x specific functions out
   of the core tegra-mce driver. Renames t19x_mce to tegra19x-mce.
   Allows both of SoC specific drivers and their header files to
   be shared and accessed by tegra-mce core driver only.
3) Adds tegra_ prefixed cache functions by calling different cache
   functions based on SoC ID, instead of overriding default ones.
4) Falls back to default arm64 VA cache functions for T19x instead
   of calling T18x roc functions, since it does not make sense to
   call T18x cache functions on a T19x platform.
5) Raises WARN_ON() if cache flush/clean fails.
6) Fix retry issue in t19x cache functions as retry would be -1
   after the original WARN_ONCE(retry-- == 0).

Bug 200363383
Bug 2017226

Change-Id: I67344ee48cc4faebef91fb7f8cf3b0bd3d4a7cec
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1603072
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@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 tegra-mce driver was designed for T18x only and being selected
based on CONFIG_ARCH_TEGRA_18x_SOC. But Kernel 4.9 uses a unified
defconfig file which means CONFIG_ARCH_TEGRA_18x_SOC is enabled on
platforms like T21x as well. The same thing happends to the system
with CONFIG_ARCH_TEGRA_19x_SOC as well.

This creates a problem that: with previous kernel version the mce
driver was not expected to be compiled while now it's compiled and
its functions are being called by other drivers without caring if
it's fine to execute them or not.

Althouth there are some code being added to the functions based on
the SoC ID so as to make them be NOP functions for older platforms
like T21x, this approach is not only tedious because every exported
function would need an ID check, but also doesn't fix all issues.

The cache functions defined in the tegra-mce driver are using the
same names of those default functions in the arch/arm64/mm/cache.S
file, which means, once the tegra-mce driver gets compiled, these
mce cache functions will override the default ones. On a platform
like T21x, it is supposed to call those default functions but now
they gets NOP functions instead.

So this patch reconstructs the whole mce and cache drivers:
1) Changes tegra-mce driver to be a core driver that runs on all
   platforms and defines corresponding function pointers for the
   running platform: Abstracts similar functions in this file and
   diversifies them in other separate files (eg. tegra18x-mce and
   tegra19x-mce); Shares its header file with other user drivers.
2) Adds a new tegra18x-mce by moving T18x specific functions out
   of the core tegra-mce driver. Renames t19x_mce to tegra19x-mce.
   Allows both of SoC specific drivers and their header files to
   be shared and accessed by tegra-mce core driver only.
3) Adds tegra_ prefixed cache functions by calling different cache
   functions based on SoC ID, instead of overriding default ones.
4) Falls back to default arm64 VA cache functions for T19x instead
   of calling T18x roc functions, since it does not make sense to
   call T18x cache functions on a T19x platform.
5) Raises WARN_ON() if cache flush/clean fails.
6) Fix retry issue in t19x cache functions as retry would be -1
   after the original WARN_ONCE(retry-- == 0).

Bug 200363383
Bug 2017226

Change-Id: I67344ee48cc4faebef91fb7f8cf3b0bd3d4a7cec
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1603072
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@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>t18x: mce: Allow overriding cache ops using function pointers</title>
<updated>2017-06-17T06:24:16+00:00</updated>
<author>
<name>Sri Krishna chowdary</name>
<email>schowdary@nvidia.com</email>
</author>
<published>2017-06-13T11:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=d4256f35a09af3c25d4889c4d00e578489d44969'/>
<id>d4256f35a09af3c25d4889c4d00e578489d44969</id>
<content type='text'>
Cache maintenance operations needs to be overridden based on
the kind of platform. Static overriding can't help in such
cases. So, use function pointers instead.

Continue using existing interfaces if function pointers are
not used to override the cache operations.

Bug 1939440

Change-Id: Ia053460679247a3663c2d5b799463b7971fc9a24
Signed-off-by: Sri Krishna chowdary &lt;schowdary@nvidia.com&gt;
Reviewed-on: http://git-master/r/1503021
GVS: Gerrit_Virtual_Submit
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache maintenance operations needs to be overridden based on
the kind of platform. Static overriding can't help in such
cases. So, use function pointers instead.

Continue using existing interfaces if function pointers are
not used to override the cache operations.

Bug 1939440

Change-Id: Ia053460679247a3663c2d5b799463b7971fc9a24
Signed-off-by: Sri Krishna chowdary &lt;schowdary@nvidia.com&gt;
Reviewed-on: http://git-master/r/1503021
GVS: Gerrit_Virtual_Submit
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>t18x: cpuidle: fix api namespace problem</title>
<updated>2017-01-10T03:54:03+00:00</updated>
<author>
<name>Krishna Sitaraman</name>
<email>ksitaraman@nvidia.com</email>
</author>
<published>2017-01-04T21:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=da8fca43617b59b37385793175c5d2ae3b025a6a'/>
<id>da8fca43617b59b37385793175c5d2ae3b025a6a</id>
<content type='text'>
This change updates the mce apis used by the cpuidle driver to be
chip specific instead of generic names. This allows for the kernel
to support multiple SoCs without a namespace clash avoiding need
for different compile time options.

Change-Id: I89e9667e5363fc9fdd6f42d015d99f26743cbe09
Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-on: http://git-master/r/1280454
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>
This change updates the mce apis used by the cpuidle driver to be
chip specific instead of generic names. This allows for the kernel
to support multiple SoCs without a namespace clash avoiding need
for different compile time options.

Change-Id: I89e9667e5363fc9fdd6f42d015d99f26743cbe09
Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-on: http://git-master/r/1280454
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>t186: ari: remove unsupported power states</title>
<updated>2016-08-16T17:05:15+00:00</updated>
<author>
<name>Krishna Sitaraman</name>
<email>ksitaraman@nvidia.com</email>
</author>
<published>2016-08-03T00:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=1d40dcef6c9e8af8c93f3e9e4913f54fd28a9154'/>
<id>1d40dcef6c9e8af8c93f3e9e4913f54fd28a9154</id>
<content type='text'>
This patch removes references to defeatured or unsupported
power states and any programming done for them.

Change-Id: Ib8cc7dbec30e94fe10a4bbe062d20f93aa1feb66
Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-on: http://git-master/r/1196375
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>
This patch removes references to defeatured or unsupported
power states and any programming done for them.

Change-Id: Ib8cc7dbec30e94fe10a4bbe062d20f93aa1feb66
Signed-off-by: Krishna Sitaraman &lt;ksitaraman@nvidia.com&gt;
Reviewed-on: http://git-master/r/1196375
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>tegra: mce: wrapper for the PerfMon ARI calls</title>
<updated>2016-06-11T05:36:41+00:00</updated>
<author>
<name>Noah Imam</name>
<email>nimam@nvidia.com</email>
</author>
<published>2016-05-16T21:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b1bc8e677a198ffe6d04d802ec63679f889f1d70'/>
<id>b1bc8e677a198ffe6d04d802ec63679f889f1d70</id>
<content type='text'>
Change-Id: I175eaa2520afbf9edbe45b5725bcab81837ceab6
Signed-off-by: Noah Imam &lt;nimam@nvidia.com&gt;
Reviewed-on: http://git-master/r/1148506
Reviewed-by: Yifei Wan &lt;ywan@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I175eaa2520afbf9edbe45b5725bcab81837ceab6
Signed-off-by: Noah Imam &lt;nimam@nvidia.com&gt;
Reviewed-on: http://git-master/r/1148506
Reviewed-by: Yifei Wan &lt;ywan@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>t18x: Add ARI call to enable LATIC</title>
<updated>2016-02-17T17:57:49+00:00</updated>
<author>
<name>Guy Sotomayor</name>
<email>gsotomayor@nvidia.com</email>
</author>
<published>2016-02-12T21:46: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=7b5e81a88d0c95d8ed10b3f578dc393e7bcbf9d2'/>
<id>7b5e81a88d0c95d8ed10b3f578dc393e7bcbf9d2</id>
<content type='text'>
Added a call to allow for the enabling of LATIC.  LATIC can also
be enabled through the use of a debugfs entry.

LATIC allows some MINI ISMs to be read in the CCPLEX.  The ISMs are used for
various measurements relevant to particular locations in Silicon.  They are
small counters which can be polled to determine how fast a particular location
in the Silicon is.

Bug 1727050

Change-Id: I2cf8e86951e26617a93f58acc1c2f7246a22c7b9
Signed-off-by: Guy Sotomayor &lt;gsotomayor@nvidia.com&gt;
Reviewed-on: http://git-master/r/1011475
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a call to allow for the enabling of LATIC.  LATIC can also
be enabled through the use of a debugfs entry.

LATIC allows some MINI ISMs to be read in the CCPLEX.  The ISMs are used for
various measurements relevant to particular locations in Silicon.  They are
small counters which can be polled to determine how fast a particular location
in the Silicon is.

Bug 1727050

Change-Id: I2cf8e86951e26617a93f58acc1c2f7246a22c7b9
Signed-off-by: Guy Sotomayor &lt;gsotomayor@nvidia.com&gt;
Reviewed-on: http://git-master/r/1011475
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alexander Van Brunt &lt;avanbrunt@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>t18x: add new roc cache clean interface</title>
<updated>2016-02-02T09:25:03+00:00</updated>
<author>
<name>Guy Sotomayor</name>
<email>gsotomayor@nvidia.com</email>
</author>
<published>2015-12-17T01:05: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=93533997813875425a8c8bf89019aa5e4a1402bb'/>
<id>93533997813875425a8c8bf89019aa5e4a1402bb</id>
<content type='text'>
Added new cache management interfaces for cleaning the cache.

bug 200164447

Change-Id: I6a7454f25562b1c2fa234af7f46a4572cf990fb9
Signed-off-by: Guy Sotomayor &lt;gsotomayor@nvidia.com&gt;
Reviewed-on: http://git-master/r/923916
Reviewed-by: Sri Krishna Chowdary &lt;schowdary@nvidia.com&gt;
Tested-by: Sri Krishna Chowdary &lt;schowdary@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Krishna Reddy &lt;vdumpa@nvidia.com&gt;
Reviewed-on: http://git-master/r/1001073
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new cache management interfaces for cleaning the cache.

bug 200164447

Change-Id: I6a7454f25562b1c2fa234af7f46a4572cf990fb9
Signed-off-by: Guy Sotomayor &lt;gsotomayor@nvidia.com&gt;
Reviewed-on: http://git-master/r/923916
Reviewed-by: Sri Krishna Chowdary &lt;schowdary@nvidia.com&gt;
Tested-by: Sri Krishna Chowdary &lt;schowdary@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Krishna Reddy &lt;vdumpa@nvidia.com&gt;
Reviewed-on: http://git-master/r/1001073
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
</feed>
