<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/target, branch v21.02.4</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.4</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.4'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2022-10-05T19:46:38Z</updated>
<entry>
<title>kernel: bump 5.4 to 5.4.215</title>
<updated>2022-10-05T19:46:38Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-10-03T18:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=084a8a2fafbaecb821cfa71f0e1c9b8464f23a80'/>
<id>urn:sha1:084a8a2fafbaecb821cfa71f0e1c9b8464f23a80</id>
<content type='text'>
Compile-tested: x86/64
Run-tested: x86/64

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>kernel: fix possible mtd NULL pointer dereference</title>
<updated>2022-10-04T11:09:47Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-10-04T10:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=221c6242deceb49b04da9886761d28c18202609a'/>
<id>urn:sha1:221c6242deceb49b04da9886761d28c18202609a</id>
<content type='text'>
Fixes: edf3363959d3c ("kernel: backport mtd dynamic partition patch")
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit a5265497a4f6da158e95d6a450cb2cb6dc085cab)
</content>
</entry>
<entry>
<title>bcm53xx: backport clk driver fix for DT nodes names</title>
<updated>2022-10-03T08:05:58Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-09-29T03:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=abf2c60e715bbaf0e1e7a229d82d8a615840806e'/>
<id>urn:sha1:abf2c60e715bbaf0e1e7a229d82d8a615840806e</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 77d9cce604d32005ddb90e91c6cc9b9cf35068d7)
</content>
</entry>
<entry>
<title>build: fix warnings from grep</title>
<updated>2022-09-29T17:45:12Z</updated>
<author>
<name>Chris Osgood</name>
</author>
<published>2022-09-15T12:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=fc86176363149493810dc0b424583dd120e7f4c7'/>
<id>urn:sha1:fc86176363149493810dc0b424583dd120e7f4c7</id>
<content type='text'>
Fixes build warnings when using newer versions of grep.

Signed-off-by: Chris Osgood &lt;chris_github@functionalfuture.com&gt;
Tested-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
(cherry picked from commit c5e167e0d6075c46ca92c30b425c4dcb05fec5ed)
[ fix conflict error ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>mt7620: fix missing kernel config symbol</title>
<updated>2022-09-24T16:04:06Z</updated>
<author>
<name>Federico Capoano</name>
</author>
<published>2022-09-15T17:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=c670dfb733ef4a35255c4a3df46bfa3834bd9941'/>
<id>urn:sha1:c670dfb733ef4a35255c4a3df46bfa3834bd9941</id>
<content type='text'>
Fixes following missing kernel config symbol after adding GPIO watchdog:

  Software watchdog (SOFT_WATCHDOG) [M/n/y/?] m
  Watchdog device controlled through GPIO-line (GPIO_WATCHDOG) [Y/n/m/?] y
    Register the watchdog as early as possible (GPIO_WATCHDOG_ARCH_INITCALL) [N/y/?] (NEW)

Fixes: 1a97c03d864e ("rampis: feed zbt-we1026 external watchdog")
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit fb2801b82c06878ae2ad20b8f95546c34ed3cdf4)

[adapted to config-5.4]

Signed-off-by: Federico Capoano &lt;f.capoano@openwisp.io&gt;
</content>
</entry>
<entry>
<title>rampis: feed zbt-we1026 external watchdog</title>
<updated>2022-09-24T16:04:06Z</updated>
<author>
<name>Federico Capoano</name>
</author>
<published>2022-09-15T17:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=1f24bd1ba268d339abe18cc6607d97428c42e82b'/>
<id>urn:sha1:1f24bd1ba268d339abe18cc6607d97428c42e82b</id>
<content type='text'>
Without feeding the gpio watchdog, the board will reset after 90 seconds

Signed-off-by: Arvid E. Picciani &lt;aep@exys.org&gt;
(cherry picked from commit 1a97c03d864ee5ab917aff2988c62fce223c041e)

[adapted to config-5.4]

Signed-off-by: Federico Capoano &lt;f.capoano@openwisp.io&gt;
</content>
</entry>
<entry>
<title>bcm4908: fix -EPROBE_DEFER support in bcm4908_enet</title>
<updated>2022-09-21T08:44:32Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-09-21T08:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f33b14d11672827e0d4867313d49a9e35b82f3fc'/>
<id>urn:sha1:f33b14d11672827e0d4867313d49a9e35b82f3fc</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 1722e23ffcf9038114142a2129c29eb3cdec8ff9)
</content>
</entry>
<entry>
<title>kernel: update U-Boot NVMEM driver</title>
<updated>2022-09-21T08:44:28Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-09-21T08:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=4c45c111e0bef4c991d38a2bb1a1c0032bebc8e8'/>
<id>urn:sha1:4c45c111e0bef4c991d38a2bb1a1c0032bebc8e8</id>
<content type='text'>
1. Fix casting
2. Support DT-defined variables

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 5652f378c6c607f99a15e6472cdca46c9c4b6162)
</content>
</entry>
<entry>
<title>bcm4908: backport mtd parser for Broadcom's U-Boot partition</title>
<updated>2022-09-21T08:44:23Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-09-21T08:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=deaad2c8758dcc164478c430696182367611bcbd'/>
<id>urn:sha1:deaad2c8758dcc164478c430696182367611bcbd</id>
<content type='text'>
Broadcom's U-Boot contains environment data blocks. They need to be
found (offsets aren't predefined) to access env variables.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 137149847d0f374515f38952ce0986b03a97f2e4)
</content>
</entry>
<entry>
<title>bcm53xx: update NVMEM driver for NVRAM</title>
<updated>2022-09-21T08:44:19Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2022-09-21T08:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6564d3eec15d93b0d5879dca15f1043f9207bab0'/>
<id>urn:sha1:6564d3eec15d93b0d5879dca15f1043f9207bab0</id>
<content type='text'>
Include support for NVMEM cells.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 2f50c53f1772f24e4687e960e21c5b392fb522f0)
</content>
</entry>
</feed>
