<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/linux/platform/tegra/actmon_common.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>platform: tegra: actmon: Implement the dummy actmon APIs</title>
<updated>2018-06-01T11:10:36+00:00</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2017-01-25T12:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c1b66ab699d5f75423026d610ece6e68442fc80e'/>
<id>c1b66ab699d5f75423026d610ece6e68442fc80e</id>
<content type='text'>
The actmon implement the actmon_{register/remove} with config
CONFIG_TEGRA_CENTRAL_ACTMON.

Add dummy implementation of these APIs if this config is not
enabled so that there will not be any build error from defconfig
if the config CONFIG_TEGRA_CENTRAL_ACTMON is not enabled.

Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/1293965
(cherry picked from commit 6e61fa97d8ea04579bfb8eb86813ee73ef7dc4ba)

Change-Id: I2b6a59ad8885219c88bc8a9e152dce2178d92830
Reviewed-on: https://git-master.nvidia.com/r/1499981
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Signed-off-by: Hoang Pham &lt;hopham@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1730874
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 actmon implement the actmon_{register/remove} with config
CONFIG_TEGRA_CENTRAL_ACTMON.

Add dummy implementation of these APIs if this config is not
enabled so that there will not be any build error from defconfig
if the config CONFIG_TEGRA_CENTRAL_ACTMON is not enabled.

Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/1293965
(cherry picked from commit 6e61fa97d8ea04579bfb8eb86813ee73ef7dc4ba)

Change-Id: I2b6a59ad8885219c88bc8a9e152dce2178d92830
Reviewed-on: https://git-master.nvidia.com/r/1499981
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Signed-off-by: Hoang Pham &lt;hopham@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1730874
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: central_actmon: refactor driver</title>
<updated>2018-06-01T11:10:27+00:00</updated>
<author>
<name>Hoang Pham</name>
<email>hopham@nvidia.com</email>
</author>
<published>2017-06-11T09:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c9b265a519a1afabd5faca58ab2363c0df336e44'/>
<id>c9b265a519a1afabd5faca58ab2363c0df336e44</id>
<content type='text'>
- Convert module platform actmon common driver into
actmon core driver
- Convert dependent drivers into SoCs module platform
actmon drivers
- This allows for the kernel to support multiple
SoCs without a namespace clash avoiding need for
different compile time options and no need to change
actmon core driver for future chips

Reviewed-on: http://git-master/r/1268709
(cherry picked from commit 7198bd1f18319d867f541f63cc282ac90a290e8f)

Change-Id: I9ff5966c090b8faf3c6f2cc5c6a0308b864b9f7e
Reviewed-on: https://git-master.nvidia.com/r/1499976
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Signed-off-by: Hoang Pham &lt;hopham@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1730873
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>
- Convert module platform actmon common driver into
actmon core driver
- Convert dependent drivers into SoCs module platform
actmon drivers
- This allows for the kernel to support multiple
SoCs without a namespace clash avoiding need for
different compile time options and no need to change
actmon core driver for future chips

Reviewed-on: http://git-master/r/1268709
(cherry picked from commit 7198bd1f18319d867f541f63cc282ac90a290e8f)

Change-Id: I9ff5966c090b8faf3c6f2cc5c6a0308b864b9f7e
Reviewed-on: https://git-master.nvidia.com/r/1499976
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Signed-off-by: Hoang Pham &lt;hopham@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1730873
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>
</feed>
