<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/target/linux, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/'/>
<updated>2026-05-07T16:27:16Z</updated>
<entry>
<title>ath79: wlr-7100: move to tiny target</title>
<updated>2026-05-07T16:27:16Z</updated>
<author>
<name>Tomasz Maciej Nowak</name>
</author>
<published>2026-05-04T17:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=15342a05bd3e6d9a95c8d2ce1e294c14169ff9c3'/>
<id>urn:sha1:15342a05bd3e6d9a95c8d2ce1e294c14169ff9c3</id>
<content type='text'>
On 25.12.0 the device has not enough free blocks to initialize overlay.
Move the device to tiny target and consume backup with storage
partitions, which were previously unused. This operation will reclaim
~800 KiB of flash memory. OEM used storage partition for configuration,
while backup was used to store copy of U-Boot environment and copy of
calibration data.

Signed-off-by: Tomasz Maciej Nowak &lt;tmn505@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: wlr-7100: wire up 5GHz WLAN LED</title>
<updated>2026-05-07T16:26:30Z</updated>
<author>
<name>Tomasz Maciej Nowak</name>
</author>
<published>2026-05-04T17:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=dd8b607b456ccb5a16676ee6e1e1fd6289fe893b'/>
<id>urn:sha1:dd8b607b456ccb5a16676ee6e1e1fd6289fe893b</id>
<content type='text'>
Allows to light it up on 5GHz WLAN activation.

Signed-off-by: Tomasz Maciej Nowak &lt;tmn505@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: wlr-7100: fix MAC assignment</title>
<updated>2026-05-07T16:24:12Z</updated>
<author>
<name>Tomasz Maciej Nowak</name>
</author>
<published>2026-05-04T17:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=a7f5fb4381e924e29cce33db14dab9d89ad8ecd6'/>
<id>urn:sha1:a7f5fb4381e924e29cce33db14dab9d89ad8ecd6</id>
<content type='text'>
Partially revert 5e3a602def72. Unfortunately the ethaddr value in U-Boot
environment is enclosed in double quotes which makes it longer than
ETH_ALEN, thus nvmem returns EINVAL. Switch back to handling the MAC
addresses in user space.

Fixes: 5e3a602def72 ("ath79: sitecom,wlrx100: use nvmem")
Reviewed-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Tomasz Maciej Nowak &lt;tmn505@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: use led-sources for WMAC</title>
<updated>2026-05-07T16:22:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2026-05-02T21:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=57cfe86c0611d43dadae5bb2f7d187ed6b3a6d73'/>
<id>urn:sha1:57cfe86c0611d43dadae5bb2f7d187ed6b3a6d73</id>
<content type='text'>
The ath9k driver creates an ath9k LED by default. Instead of having a
non functional LED, configure it properly and remove the extra as it's
not needed.

It's also a bit funny matching against phy0 and phy1 when both differ
between ath9k and ath10k.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: fap-221-b: revert led-sources change</title>
<updated>2026-05-07T16:22:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2026-05-03T21:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=5f3a23139f34005892a042db45dee828db0667c8'/>
<id>urn:sha1:5f3a23139f34005892a042db45dee828db0667c8</id>
<content type='text'>
Normally WMAC handles 2.4ghz on ath79 devices. Some older units though
handle 5ghz on WMAC and 2.4ghz on pcie. This can be seen by the
frequemcy limits placed on each interface.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: qca953x: use led-sources for WMAC</title>
<updated>2026-05-07T16:22:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-05-24T23:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=7e42df1e42a3c61c6bb3150038c0660641bc2551'/>
<id>urn:sha1:7e42df1e42a3c61c6bb3150038c0660641bc2551</id>
<content type='text'>
The ath9k driver creates an ath9k LED by default. Instead of having a
non functional LED, configure it properly and remove the extra as it's
not needed.

It's also a bit funny matching against phy0 and phy1 when both differ
between ath9k and ath10k.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: qca955x: use led-sources for WMAC</title>
<updated>2026-05-07T16:22:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-05-25T00:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=c6c2ebdb617c85701bddb45d80d6afd37ba31a7c'/>
<id>urn:sha1:c6c2ebdb617c85701bddb45d80d6afd37ba31a7c</id>
<content type='text'>
The ath9k driver creates an ath9k LED by default. Instead of having a
non functional LED, configure it properly and remove the extra as it's
not needed.

It's also a bit funny matching against phy0 and phy1 when both differ
between ath9k and ath10k.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: remove led-sources for 1</title>
<updated>2026-05-07T16:22:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-11-30T23:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=5003a2158db8af5ec1b871ec4304696f14e156f3'/>
<id>urn:sha1:5003a2158db8af5ec1b871ec4304696f14e156f3</id>
<content type='text'>
In ath9k, 1 is specified as the default GPIO unless matched to a
specific device. None of these match to anything and use 1 anyway.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath79: convert phy1tpt to led-sources</title>
<updated>2026-05-07T16:22:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-11-30T22:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=a5cbb9ef52b08be89397ad6587d405d20ee0d15e'/>
<id>urn:sha1:a5cbb9ef52b08be89397ad6587d405d20ee0d15e</id>
<content type='text'>
Makes it a lot clearer what phy1tpt is, especially since it differs
between ath10k and ath9k.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>realtek: mach/prom: add identifiers to soc_info structure</title>
<updated>2026-05-07T16:19:56Z</updated>
<author>
<name>Markus Stockhausen</name>
</author>
<published>2026-05-01T08:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=8cd391c68b19b2678c196785cafb161798138cd1'/>
<id>urn:sha1:8cd391c68b19b2678c196785cafb161798138cd1</id>
<content type='text'>
SoC name and system type identifiers are currently separated from
the soc_info structure. This gives no benefit. Relocate that info
into the structure where it belongs.

Signed-off-by: Markus Stockhausen &lt;markus.stockhausen@gmx.de&gt;
Link: https://github.com/openwrt/openwrt/pull/23173
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
</feed>
