Skip to content

Commit b3fdeff

Browse files
committed
deploy: 9c4a0c1
1 parent 8048834 commit b3fdeff

File tree

211 files changed

+1242
-1242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+1242
-1242
lines changed

_sources/drivers/iio-trx-rf/ad9088/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Evaluation Boards
3535
-----------------
3636

3737
* | :adi:`EVAL-AD9084`
38-
| :adi:`User Guide (UG-2326) <media/en/technical-documentation/user-guides/eval-ad9084-ug-2326.pdf>`
38+
| :adi:`User Guide (UG-2326) <media/en/technical-documentation/user-guides/eval-ad9084-ad9088-ug-2326.pdf>`
3939
4040
Source Code
4141
-----------

_static/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/app.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/app.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/app.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<title>Continuous integration &#8212; Linux Drivers documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8e8a900e" />
11-
<link rel="stylesheet" type="text/css" href="_static/app.min.css?v=a525f648" />
12-
<script async="async" src="_static/app.umd.js?v=fcf3088a"></script>
11+
<link rel="stylesheet" type="text/css" href="_static/app.min.css?v=5c8d5ce8" />
12+
<script async="async" src="_static/app.umd.js?v=f78f54ff"></script>
1313
<link rel="icon" href="_static/icon.svg"/>
1414
<link rel="index" title="Index" href="genindex.html" />
1515
<link rel="search" title="Search" href="search.html" />
@@ -68,7 +68,7 @@
6868
<a id="logo-org" href="https://analog.com" aria-label="Analog Devices Inc. landing page"></a>
6969
<div class="vertical-divider"></div>
7070

71-
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs" tabindex="0">Docs</label>
71+
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs">Docs</label>
7272

7373
<a id="logo" href="index.html">
7474
<div>Linux</div>

contribute.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<title>Contribution guidelines &#8212; Linux Drivers documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8e8a900e" />
11-
<link rel="stylesheet" type="text/css" href="_static/app.min.css?v=a525f648" />
12-
<script async="async" src="_static/app.umd.js?v=fcf3088a"></script>
11+
<link rel="stylesheet" type="text/css" href="_static/app.min.css?v=5c8d5ce8" />
12+
<script async="async" src="_static/app.umd.js?v=f78f54ff"></script>
1313
<link rel="icon" href="_static/icon.svg"/>
1414
<link rel="index" title="Index" href="genindex.html" />
1515
<link rel="search" title="Search" href="search.html" />
@@ -68,7 +68,7 @@
6868
<a id="logo-org" href="https://analog.com" aria-label="Analog Devices Inc. landing page"></a>
6969
<div class="vertical-divider"></div>
7070

71-
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs" tabindex="0">Docs</label>
71+
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs">Docs</label>
7272

7373
<a id="logo" href="index.html">
7474
<div>Linux</div>
@@ -366,7 +366,7 @@
366366
maintained by Analog Devices Inc.</p>
367367
<div class="admonition tip">
368368
<p class="admonition-title">Tip</p>
369-
<p>When using <a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/" target="_blank">ADI Linux repository</a>, the <a class="reference internal" href="ci.html"><span class="doc">Continuous integration</span></a> system automates most checks inside
369+
<p>When using <a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/" target="_blank">ADI Linux repository’s branch ci</a>, the <a class="reference internal" href="ci.html"><span class="doc">Continuous integration</span></a> system automates most checks inside
370370
a container (<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/container" target="_blank">container</a>). See <a class="reference internal" href="ci.html#interactive-run"><span class="std std-ref">Interactive run</span></a> for
371371
interactive usage.</p>
372372
</div>
@@ -378,8 +378,8 @@ <h2>Code checkers<a class="headerlink" href="#code-checkers" title="Link to this
378378
supported by build.sh are as follows.</p>
379379
<section id="checkpatch">
380380
<h3>Checkpatch<a class="headerlink" href="#checkpatch" title="Link to this heading"></a></h3>
381-
<p><a class="icon link reference external" href="https://docs.kernel.org/dev-tools/checkpatch.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>Checkpatch</span></a>
382-
(<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/scripts/checkpatch.pl" target="_blank">scripts/checkpatch.pl</a>) is a perl script which checks for trivial
381+
<p><a class="icon link reference external" href="https://docs.kernel.org/dev-tools/checkpatch.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>Checkpatch</span></a>
382+
(<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/scripts/checkpatch.pl" target="_blank">scripts/checkpatch.pl</a>) is a perl script which checks for trivial
383383
style violations in patches and optionally corrects them. Checkpatch can also
384384
be run on file contexts and without the kernel tree.</p>
385385
<p>It is the bare-minimum tool before submitting any patch series.</p>
@@ -402,7 +402,7 @@ <h3>Checkpatch<a class="headerlink" href="#checkpatch" title="Link to this headi
402402
</section>
403403
<section id="sparse-and-smatch">
404404
<h3>Sparse and smatch<a class="headerlink" href="#sparse-and-smatch" title="Link to this heading"></a></h3>
405-
<p><a class="icon link reference external" href="https://docs.kernel.org/dev-tools/sparse.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>Sparse</span></a> is a semantic checker for C programs;
405+
<p><a class="icon link reference external" href="https://docs.kernel.org/dev-tools/sparse.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>Sparse</span></a> is a semantic checker for C programs;
406406
it can be used to find a number of potential problems with kernel code.
407407
Usage:</p>
408408
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>~/linux$
@@ -461,14 +461,14 @@ <h3>Clang static analyzer<a class="headerlink" href="#clang-static-analyzer" tit
461461
<section id="devicetree">
462462
<h2>Devicetree<a class="headerlink" href="#devicetree" title="Link to this heading"></a></h2>
463463
<p>The “Open Firmware Device Tree”, or simply
464-
<a class="icon link reference external" href="https://docs.kernel.org/devicetree/usage-model.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span class="xref std std-doc">Devicetree</span></a> (DT), is a data
464+
<a class="icon link reference external" href="https://docs.kernel.org/devicetree/usage-model.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span class="xref std std-doc">Devicetree</span></a> (DT), is a data
465465
structure and language for describing hardware. More specifically, it is a
466466
description of hardware that is readable by an operating system so that the
467467
operating system doesn’t need to hard code details of the machine.</p>
468468
<p>Even though some devicetrees are provided with the Linux Kernel, in general,
469469
a custom devicetree will need to be written to describe a specific board or
470470
device, using the protopytes provided by the
471-
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/Documentation/devicetree/bindings" target="_blank">Documentation/devicetree/bindings/**/*.yaml</a> files.</p>
471+
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/Documentation/devicetree/bindings" target="_blank">Documentation/devicetree/bindings/**/*.yaml</a> files.</p>
472472
<p>When submitting dt-bindings, you <strong>must</strong> check:</p>
473473
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>~/linux$
474474
</pre></div>
@@ -507,17 +507,17 @@ <h2>Devicetree<a class="headerlink" href="#devicetree" title="Link to this headi
507507
modules (IIO, USB, SPI, etc.). Each subsystem encapsulates its own APIs,
508508
conventions, and lifecycle, helping maintain modularity and clarity. For an
509509
up-to-date map of these subsystems and their interfaces, see
510-
<a class="icon link reference external" href="https://docs.kernel.org/subsystem-apis.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>Kernel subsystem documentation</span></a>.</p>
510+
<a class="icon link reference external" href="https://docs.kernel.org/subsystem-apis.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>Kernel subsystem documentation</span></a>.</p>
511511
<p>When developing for a particular subsystem, look for the appropriate git tree
512-
in the <a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/MAINTAINERS" target="_blank">MAINTAINERS</a> file to work on. Development branches may be
512+
in the <a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/MAINTAINERS" target="_blank">MAINTAINERS</a> file to work on. Development branches may be
513513
force pushed. It is reasonable to base you work on top of the current latest
514514
tag, such as <a class="icon link reference external" href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.19-rc1&amp;id=8f0b4cce4481fb22653697cced8d0d04027cb1e8" target="_blank">v6.19-rc1</a>
515515
or near it, this avoids unnecessary merge commits when pulling changes.</p>
516516
<p>For some subsystems, CI/CD is automatically applied to developemnt branches as
517517
described at <a class="reference internal" href="ci.html#ci"><span class="std std-ref">Continuous integration</span></a>.</p>
518518
<section id="iio-subsytem">
519519
<h3>IIO Subsytem<a class="headerlink" href="#iio-subsytem" title="Link to this heading"></a></h3>
520-
<p>The <a class="icon link reference external" href="https://docs.kernel.org/driver-api/iio/intro.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span class="xref std std-doc">Industrial I/O subsystem</span></a> is
520+
<p>The <a class="icon link reference external" href="https://docs.kernel.org/driver-api/iio/intro.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span class="xref std std-doc">Industrial I/O subsystem</span></a> is
521521
intended to provide support for devices that in some senses are analog to
522522
digital or digital to analog converters (ADCs, DACs). Devices that fall into
523523
this category are: ADCs, accelerometers, gyros, IMUs, capacitance to digital
@@ -529,7 +529,7 @@ <h3>IIO Subsytem<a class="headerlink" href="#iio-subsytem" title="Link to this h
529529
subsystems. Hwmon is very much directed at low sample rate sensors used in
530530
applications such as fan speed control and temperature measurement.</p>
531531
<p>To continuous capture data based on a trigger source,
532-
<a class="icon link reference external" href="https://docs.kernel.org/iio/iio_devbuf.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>Industrial IIO device buffers</span></a> are used.</p>
532+
<a class="icon link reference external" href="https://docs.kernel.org/iio/iio_devbuf.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>Industrial IIO device buffers</span></a> are used.</p>
533533
</section>
534534
</section>
535535
</section>

drivers/backlight/adp8860.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<title>ADP8860 &#8212; Linux Drivers documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8e8a900e" />
11-
<link rel="stylesheet" type="text/css" href="../../_static/app.min.css?v=a525f648" />
12-
<script async="async" src="../../_static/app.umd.js?v=fcf3088a"></script>
11+
<link rel="stylesheet" type="text/css" href="../../_static/app.min.css?v=5c8d5ce8" />
12+
<script async="async" src="../../_static/app.umd.js?v=f78f54ff"></script>
1313
<link rel="icon" href="../../_static/icon.svg"/>
1414
<link rel="index" title="Index" href="../../genindex.html" />
1515
<link rel="search" title="Search" href="../../search.html" />
@@ -68,7 +68,7 @@
6868
<a id="logo-org" href="https://analog.com" aria-label="Analog Devices Inc. landing page"></a>
6969
<div class="vertical-divider"></div>
7070

71-
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs" tabindex="0">Docs</label>
71+
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs">Docs</label>
7272

7373
<a id="logo" href="../../index.html">
7474
<div>Linux</div>
@@ -617,8 +617,8 @@ <h2>Example platform device initialization<a class="headerlink" href="#example-p
617617
<div class="highlight-c notranslate"><div class="highlight"><pre><span></span><span class="cp">#include</span><span class="w"> </span><span class="cpf">&lt;linux/i2c/adp8860.h&gt;</span>
618618
</pre></div>
619619
</div>
620-
<p><a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8860_leds{}</a>
621-
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8860_pdata{}</a></p>
620+
<p><a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8860_leds{}</a>
621+
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8860_pdata{}</a></p>
622622
<p>Unlike PCI or USB devices, I2C devices are not enumerated at the hardware level.
623623
Instead, the software must know which devices are connected on each I2C bus
624624
segment, and what address these devices are using. For this reason, the kernel
@@ -632,7 +632,7 @@ <h2>Example platform device initialization<a class="headerlink" href="#example-p
632632
calling <code class="docutils literal notranslate"><span class="pre">i2c_register_board_info()</span></code>.</p>
633633
<p>So, to enable such a driver one need only edit the board support file by adding
634634
an appropriate entry to <code class="docutils literal notranslate"><span class="pre">i2c_board_info</span></code>.</p>
635-
<p>For more information see: <a class="icon link reference external" href="https://docs.kernel.org/i2c/instantiating-devices.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>How to instantiate I2C devices</span></a></p>
635+
<p>For more information see: <a class="icon link reference external" href="https://docs.kernel.org/i2c/instantiating-devices.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>How to instantiate I2C devices</span></a></p>
636636
<div class="highlight-C notranslate"><div class="highlight"><pre><span></span><span class="k">static</span><span class="w"> </span><span class="k">struct</span><span class="w"> </span><span class="nc">i2c_board_info</span><span class="w"> </span><span class="n">__initdata</span><span class="w"> </span><span class="n">bfin_i2c_board_info</span><span class="p">[]</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span>
637637
<span class="cp">#if defined(CONFIG_BACKLIGHT_ADP8860) || defined(CONFIG_BACKLIGHT_ADP8860_MODULE)</span>
638638
<span class="w"> </span><span class="p">{</span>

drivers/backlight/adp8870.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<title>ADP8870 &#8212; Linux Drivers documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8e8a900e" />
11-
<link rel="stylesheet" type="text/css" href="../../_static/app.min.css?v=a525f648" />
12-
<script async="async" src="../../_static/app.umd.js?v=fcf3088a"></script>
11+
<link rel="stylesheet" type="text/css" href="../../_static/app.min.css?v=5c8d5ce8" />
12+
<script async="async" src="../../_static/app.umd.js?v=f78f54ff"></script>
1313
<link rel="icon" href="../../_static/icon.svg"/>
1414
<link rel="index" title="Index" href="../../genindex.html" />
1515
<link rel="search" title="Search" href="../../search.html" />
@@ -68,7 +68,7 @@
6868
<a id="logo-org" href="https://analog.com" aria-label="Analog Devices Inc. landing page"></a>
6969
<div class="vertical-divider"></div>
7070

71-
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs" tabindex="0">Docs</label>
71+
<label id="show-repotoc" for="input-show-repotoc" title="Show/hide docs">Docs</label>
7272

7373
<a id="logo" href="../../index.html">
7474
<div>Linux</div>
@@ -547,8 +547,8 @@ <h2>Example platform device initialization<a class="headerlink" href="#example-p
547547
<div class="highlight-c notranslate"><div class="highlight"><pre><span></span><span class="cp">#include</span><span class="w"> </span><span class="cpf">&lt;linux/i2c/adp8870.h&gt;</span>
548548
</pre></div>
549549
</div>
550-
<p><a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8870_leds{}</a>
551-
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/main/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8870_pdata{}</a></p>
550+
<p><a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8870_leds{}</a>
551+
<a class="icon git reference external" href="https://github.com/analogdevicesinc/linux/tree/ci/arch/blackfin/mach-bf537/boards/stamp.c" target="_blank">adp8870_pdata{}</a></p>
552552
<p>Unlike PCI or USB devices, I2C devices are not enumerated at the hardware level.
553553
Instead, the software must know which devices are connected on each I2C bus
554554
segment, and what address these devices are using. For this reason, the kernel
@@ -562,7 +562,7 @@ <h2>Example platform device initialization<a class="headerlink" href="#example-p
562562
calling <code class="docutils literal notranslate"><span class="pre">i2c_register_board_info()</span></code>.</p>
563563
<p>So, to enable such a driver one need only edit the board support file by adding
564564
an appropriate entry to <code class="docutils literal notranslate"><span class="pre">i2c_board_info</span></code>.</p>
565-
<p>For more information see: <a class="icon link reference external" href="https://docs.kernel.org/i2c/instantiating-devices.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc2)"><span>How to instantiate I2C devices</span></a></p>
565+
<p>For more information see: <a class="icon link reference external" href="https://docs.kernel.org/i2c/instantiating-devices.html" target="_blank" title="(in The Linux Kernel v7.0.0-rc5)"><span>How to instantiate I2C devices</span></a></p>
566566
<div class="highlight-C notranslate"><div class="highlight"><pre><span></span><span class="k">static</span><span class="w"> </span><span class="k">struct</span><span class="w"> </span><span class="nc">i2c_board_info</span><span class="w"> </span><span class="n">__initdata</span><span class="w"> </span><span class="n">bfin_i2c_board_info</span><span class="p">[]</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span>
567567
<span class="cp">#if defined(CONFIG_BACKLIGHT_ADP8870) || defined(CONFIG_BACKLIGHT_ADP8870_MODULE)</span>
568568
<span class="w"> </span><span class="p">{</span>

0 commit comments

Comments
 (0)