Skip to content

Commit 249b2b3

Browse files
committed
web: Allow having both up- and downstream info
1 parent b59e86f commit 249b2b3

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

_includes/source_upstream_status.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git
3131

3232
Being upstreamed. See [Patches]({{ page.patchlink }}).
3333
{% endif %}
34-
{%- if page.downstreamlink %}
35-
36-
#### Downstream
37-
38-
Here is an unmaintained [reference driver]({{ page.downstreamlink }}) which you can try.
39-
{% if page.downstreamunstable %}
40-
The driver branch is **unstable**, meaning it is **under development** and the git branch can be changed without a warning. Changes include rebases and other operations which can break the change history and modify the commits. If git tags are created, they should stay stable. Please note, drivers under development are expected to be buggy, sometimes even up to the point where compilation may fail. You should know the risks of trying such code. **Even hardware breakages are possible and it is user's responsibility to ensure the code is safe before using it**.
41-
{% endif -%}
42-
Please note that this reference driver is provided as is, without a warranty. It is not a "production ready quality", and you are required to do all porting, fixing and testing while writing your driver using it as a starting point.
43-
{%- endif %}
4434
{%- if page.expectupstreamed %}
4535
#### Upstream plan
4636

4737
Upstream driver is currently expected to land in Linux {{ page.expectupstreamed }}
4838
{%- endif %}
39+
4940
{%- endif %}
41+
{%- if page.downstreamlink %}
42+
43+
#### Downstream
5044

45+
Here is an unmaintained [reference driver]({{ page.downstreamlink }}) which you can try.
46+
{% if page.downstreamunstable %}
47+
The driver branch is **unstable**, meaning it is **under development** and the git branch can be changed without a warning. Changes include rebases and other operations which can break the change history and modify the commits. If git tags are created, they should stay stable. Please note, drivers under development are expected to be buggy, sometimes even up to the point where compilation may fail. You should know the risks of trying such code. **Even hardware breakages are possible and it is user's responsibility to ensure the code is safe before using it**.
48+
{% endif -%}
49+
Please note that this reference driver is provided as is, without a warranty. It is not a "production ready quality", and you are required to do all porting, fixing and testing while writing your driver using it as a starting point.
50+
{%- endif %}
5151

0 commit comments

Comments
 (0)