<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/platform/tegra/tegra-safety-dev.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>drivers: tegra-safety: include signal header file</title>
<updated>2018-03-27T10:43:06+00:00</updated>
<author>
<name>Aniruddha Banerjee</name>
<email>aniruddhab@nvidia.com</email>
</author>
<published>2018-03-22T13:56: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=bdd0c27c36a1b20b158262f04898c2d0abcb9a7b'/>
<id>bdd0c27c36a1b20b158262f04898c2d0abcb9a7b</id>
<content type='text'>
The signal-handler functions have been moved to a new header file.
Include the header file only for K4.14 to fix build.

Bug 200381871
Bug 200381875

Change-Id: I81bc10b1c0fdccabcd391ebc654551fa574a319a
Signed-off-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1680365
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@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 signal-handler functions have been moved to a new header file.
Include the header file only for K4.14 to fix build.

Bug 200381871
Bug 200381875

Change-Id: I81bc10b1c0fdccabcd391ebc654551fa574a319a
Signed-off-by: Aniruddha Banerjee &lt;aniruddhab@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1680365
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@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: safety: Add multiple ivc channel support</title>
<updated>2017-08-11T06:04:20+00:00</updated>
<author>
<name>abhijit</name>
<email>abhijit@nvidia.com</email>
</author>
<published>2017-08-09T05:32: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=2d7dbdcbe0b595fccc3c6d09e92db4e8010d2ad0'/>
<id>2d7dbdcbe0b595fccc3c6d09e92db4e8010d2ad0</id>
<content type='text'>
Current safety ivc driver has support for single ivc channel which is used by
command/response safety module. This patch extends the driver functionality
to support multiple ivc channels, each exposed as char device to userspace
safety module. HeartBeat safety module will use one of the  ivc channel to
communicate with layer 2 (SCE) via this driver.

Bug 200267609

Change-Id: Ic9f83db90e2c6a4c9bf8d96d49753087817b7ad2
Reviewed-on: http://git-master/r/1310979
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1535492
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current safety ivc driver has support for single ivc channel which is used by
command/response safety module. This patch extends the driver functionality
to support multiple ivc channels, each exposed as char device to userspace
safety module. HeartBeat safety module will use one of the  ivc channel to
communicate with layer 2 (SCE) via this driver.

Bug 200267609

Change-Id: Ic9f83db90e2c6a4c9bf8d96d49753087817b7ad2
Reviewed-on: http://git-master/r/1310979
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1535492
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: tegra: safety: add CCPLEX-SCE ivc layer</title>
<updated>2017-08-11T06:04:19+00:00</updated>
<author>
<name>abhijit</name>
<email>abhijit@nvidia.com</email>
</author>
<published>2017-08-09T05: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=deb6c38501f09d84595ffec8c157c9c8e7d3dbea'/>
<id>deb6c38501f09d84595ffec8c157c9c8e7d3dbea</id>
<content type='text'>
This enables communication between CCPLEX and SCE over IVC channel for
safety modules. This also provides a userspace command response interface
as character device which will be used by other safety modules.

Bug 200267609

Change-Id: I9cdfb3997c459e3ec5ad5138e9c3fbb097223723
Reviewed-on: http://git-master/r/1287990
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1535491
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables communication between CCPLEX and SCE over IVC channel for
safety modules. This also provides a userspace command response interface
as character device which will be used by other safety modules.

Bug 200267609

Change-Id: I9cdfb3997c459e3ec5ad5138e9c3fbb097223723
Reviewed-on: http://git-master/r/1287990
Signed-off-by: Abhijit &lt;abhijit@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1535491
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
