<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/rmilecki/package/kernel, branch master</title>
<subtitle>Rafal Mileckis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/'/>
<updated>2021-03-06T11:38:38Z</updated>
<entry>
<title>treewide: make AddDepends/usb-serial selective</title>
<updated>2021-03-06T11:38:38Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2021-02-25T10:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=9397b22df1473f315552578b58322db7f7750361'/>
<id>urn:sha1:9397b22df1473f315552578b58322db7f7750361</id>
<content type='text'>
Make packages depending on usb-serial selective, so we do not have
to add kmod-usb-serial manually for every device.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>kernel: fix kmod-usb3 on platforms without PCI</title>
<updated>2021-03-06T04:42:00Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-03-06T04:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=20b6e014a61a9b40c30fab8184a9abd17f55085b'/>
<id>urn:sha1:20b6e014a61a9b40c30fab8184a9abd17f55085b</id>
<content type='text'>
Partially restore the wild-card matching for kmod-usb3 modules to fix
build on platforms without PCI which otherwise file, as seen on
buildbot:

ERROR: module '[...]/linux-5.4.102/drivers/usb/host/xhci-pci.ko' is missing.
modules/usb.mk:1675: recipe for target '[...]/kmod-usb3_5.4.102-1_mips_mips32.ipk' failed

Fixes: 7bda2e9aba ("kernel: fix kmod-usb3 dependencies")
Fixes: be23f9818a ("apm821xx: add support for kernel 5.10")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>kernel: fix kmod-usb3 dependencies</title>
<updated>2021-03-06T02:47:11Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-03-06T02:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f'/>
<id>urn:sha1:7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f</id>
<content type='text'>
Adding CONFIG_USB_XHCI_PCI_RENESAS to KCONFIG made it so it was set
for all targets that included kmod-usb3, not just the intended
apm821xx/nand. xhci-pci has a dependency on xhci-pci-renesas if
CONFIG_USB_XHCI_PCI_RENESAS is set, breaking kmod-usb3 builds on
Linux 5.10 on all other targets.

Rework the dependencies by breaking out xhci-hcd, xhci-mtk, and
xhci-pci-renesas into new hidden kernel modules and setting kmod-usb3
dependencies properly.

Tested by building mt7621 and apm821xx/nand with kmod-usb3 on Linux 5.10

Fixes: be23f981 ("apm821xx: add support for kernel 5.10")
Cc: Christian Lamparter &lt;chunkeey@gmail.com&gt;
Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>apm821xx: add support for kernel 5.10 for testing</title>
<updated>2021-03-05T21:47:14Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2021-02-20T16:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=be23f9818a1dcb689cb28be39b497262b70d91cf'/>
<id>urn:sha1:be23f9818a1dcb689cb28be39b497262b70d91cf</id>
<content type='text'>
This patch copies over refreshed patches from 5.4.

 - dropped crypto patches (they got upstreamed)

 - dropped renesas USB 3 firmware loader (they got upstreamed)

 - NAND now needs extra device-properties for ECC settings.

Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm63xx-cfe: update to the latest master</title>
<updated>2021-03-05T13:56:50Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-03-05T13:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=4d961436c490800237fdca177b782a82aa300c32'/>
<id>urn:sha1:4d961436c490800237fdca177b782a82aa300c32</id>
<content type='text'>
d035016 tp-link: rename to tplink to match DT vendor prefix

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>kernel/modules: fix CDC NCM dependencies</title>
<updated>2021-03-05T13:41:14Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-03-03T14:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=9a20c844f4a5dd5acd8feb9309986142fb9c14f3'/>
<id>urn:sha1:9a20c844f4a5dd5acd8feb9309986142fb9c14f3</id>
<content type='text'>
CDC NCM support only depends on CDC Ethernet with Linux 5.10. Fix thusly.

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm63xx-cfe: update to the latest master</title>
<updated>2021-03-05T09:16:00Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-03-05T09:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=ac39c4bd6000aa435905f4e97a241f582a50c0f8'/>
<id>urn:sha1:ac39c4bd6000aa435905f4e97a241f582a50c0f8</id>
<content type='text'>
3fb6f1c tp-link: c2300-v1: add cferam file
79f9578 sercomm: vox-2.5: add cferam file

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>treewide: fix spelling 'seperate' -&gt; 'separate'</title>
<updated>2021-02-28T23:59:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-02-28T23:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22'/>
<id>urn:sha1:ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22</id>
<content type='text'>
This popular spelling mistake was also introduced by myself lately.
Fix it everywhere.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>kernel/zram: remove obsolete symbol</title>
<updated>2021-02-28T23:34:23Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-02-02T09:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=d0d5fcada93b01bd0a546c36691630a2562d8348'/>
<id>urn:sha1:d0d5fcada93b01bd0a546c36691630a2562d8348</id>
<content type='text'>
Zsmalloc page table mappings are dead and gone [1]. Drop the respective kconfig
symbol.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.4.y&amp;id=69dc72f058c9b98f9b66bed184cfab7c2e9f49b0

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>lantiq: ltq-tapi: disable KPI and QOS</title>
<updated>2021-02-28T23:19:58Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2021-02-16T18:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=348e09805441d04a54d82451c3ce7060179c4123'/>
<id>urn:sha1:348e09805441d04a54d82451c3ce7060179c4123</id>
<content type='text'>
The QOS feature depends on KPI2UDP which was removed from the tree with
commit a95775e4b2a9 ("drop unmaintained packages") in 2012.

Since QOS was the last user of the KPI, the feature can be disabled by
default.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
</feed>
