<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/linux/tegra_fiq_debugger.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: Import tegra_fiq_debugger from linux-4.4</title>
<updated>2018-06-23T17:22:52+00:00</updated>
<author>
<name>Mikko Perttunen</name>
<email>mperttunen@nvidia.com</email>
</author>
<published>2016-12-09T13:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=35ddd45989e46a68a529de51a195b8af04449f05'/>
<id>35ddd45989e46a68a529de51a195b8af04449f05</id>
<content type='text'>
Moving tegra_fiq_debugger driver to nvidia repo.

This is a migration patch from Kernel 4.9. As the original one
commit d2c919e9d698 ("platform: tegra: Import from linux-4.4")
included many other files and drivers while this one only aims
at the tegra_fiq_debugger, so renewing the commit log.

And, since the patch (https://git-master.nvidia.com/r/1554655),
commit b99e994f9bd6 ("platform: tegra: move tegra_fiq_debugger
from mach-tegra"), added its header file, this patch squashes
that one too.

It also fixes warnings reported by checkpatch script:
  WARNING: Missing a blank line after declarations
  #95: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:68:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #111: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:84:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #129: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:102:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #140: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:113:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Possible unnecessary 'out of memory' message
  #166: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:139:
  +	if (!t) {
  +		pr_err("Failed to allocate for fiq debugger\n");

  WARNING: Possible unnecessary 'out of memory' message
  #184: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:157:
  +	if (!res) {
  +		pr_err("Failed to alloc fiq debugger resources\n");

  WARNING: Possible unnecessary 'out of memory' message
  #190: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:163:
  +	if (!pdev) {
  +		pr_err("Failed to alloc fiq debugger platform device\n");

Bug 200416212

Change-Id: Iaea87259bcda9c5a2e1a01b03d905debe52aa016
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1750507
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
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>
Moving tegra_fiq_debugger driver to nvidia repo.

This is a migration patch from Kernel 4.9. As the original one
commit d2c919e9d698 ("platform: tegra: Import from linux-4.4")
included many other files and drivers while this one only aims
at the tegra_fiq_debugger, so renewing the commit log.

And, since the patch (https://git-master.nvidia.com/r/1554655),
commit b99e994f9bd6 ("platform: tegra: move tegra_fiq_debugger
from mach-tegra"), added its header file, this patch squashes
that one too.

It also fixes warnings reported by checkpatch script:
  WARNING: Missing a blank line after declarations
  #95: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:68:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #111: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:84:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #129: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:102:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Missing a blank line after declarations
  #140: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:113:
  +	struct tegra_fiq_debugger *t;
  +	t = container_of(dev_get_platdata(&amp;pdev-&gt;dev), typeof(*t), pdata);

  WARNING: Possible unnecessary 'out of memory' message
  #166: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:139:
  +	if (!t) {
  +		pr_err("Failed to allocate for fiq debugger\n");

  WARNING: Possible unnecessary 'out of memory' message
  #184: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:157:
  +	if (!res) {
  +		pr_err("Failed to alloc fiq debugger resources\n");

  WARNING: Possible unnecessary 'out of memory' message
  #190: FILE: drivers/platform/tegra/tegra_fiq_debugger.c:163:
  +	if (!pdev) {
  +		pr_err("Failed to alloc fiq debugger platform device\n");

Bug 200416212

Change-Id: Iaea87259bcda9c5a2e1a01b03d905debe52aa016
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1750507
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
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>
