<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/robimarko/package/kernel, branch master</title>
<subtitle>Staging tree of Robert Marko</subtitle>
<id>https://git.openwrt.org/openwrt/staging/robimarko/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/robimarko/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/'/>
<updated>2024-02-11T20:15:31Z</updated>
<entry>
<title>qca-ssdk: drop deprecated Xiaomi LEDs quirk patch</title>
<updated>2024-02-11T20:15:31Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-15T00:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=dfc1e8cfeea51106b988cd2a924644976ad01fe7'/>
<id>urn:sha1:dfc1e8cfeea51106b988cd2a924644976ad01fe7</id>
<content type='text'>
Drop deprecated Xiaomi LEDs quirk patches as they are not needed anymore
as LEDs are now supported by the upstream qca807x driver.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>qca-ssdk: add patch to support detection of PSGMII mode for PHY</title>
<updated>2024-02-11T20:12:29Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-15T00:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=c8aded65c12abd527f88e71cd7e386cdbd07b8eb'/>
<id>urn:sha1:c8aded65c12abd527f88e71cd7e386cdbd07b8eb</id>
<content type='text'>
If a PHY doesn't use the integrated driver, SSDK use poll the phydev to
get the real PHY mode. qca807x use PSGMII as PHY mode and this specific
mode is not detected in qca SSDK while used in the entire driver.

Add support for it in the hsl_port_phydev_interface_mode_status_get
function used to translate PHY mode to the internal SSDK value.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>qca-ssdk: disable Malibu PHY in favor of upstream version</title>
<updated>2024-02-11T20:09:34Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-15T00:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=8d7f747757a27c6f254ac08336980161c6a96062'/>
<id>urn:sha1:8d7f747757a27c6f254ac08336980161c6a96062</id>
<content type='text'>
Disable Malibu PHY driver in Qca SSDK in favor of the upstream version.
The same workaround are applied and the version upstream is just a drop
in replacement and is well tested from the ipq40xx target.

Also using the upstream version permits further support for LEDs.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>qca-ssdk: add support for ipq60xx</title>
<updated>2024-02-09T13:01:51Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-10-14T18:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=a79efe4cdf4531f4fef2bc0b73ad25046151673b'/>
<id>urn:sha1:a79efe4cdf4531f4fef2bc0b73ad25046151673b</id>
<content type='text'>
IPQ60xx uses a different codename for SSDK, so lets pass the correct one
as otherwise SSDK asumes we are building for the old MIPS SoC-s.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
[ drop outdated commit description info ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: modules: video: add missing video-mem2mem symbol</title>
<updated>2024-02-05T17:25:16Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-02-03T11:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=c9e60450325b718de07e873be7fd12efca746c54'/>
<id>urn:sha1:c9e60450325b718de07e873be7fd12efca746c54</id>
<content type='text'>
v4l2-mem2mem.ko needs CONFIG_V4L2_MEM2MEM_DEV symbol.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: modules: video: add missing video-videobuf2 symbol</title>
<updated>2024-02-05T17:25:16Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-02-04T09:21:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=ee79da92dc5b09c86556ce676a5d2e40a08890af'/>
<id>urn:sha1:ee79da92dc5b09c86556ce676a5d2e40a08890af</id>
<content type='text'>
videobuf2-v4l2.ko needs CONFIG_VIDEOBUF2_V4L2 symbol.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: modules: video: remove v4l2-common from video-core</title>
<updated>2024-02-05T17:25:16Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-02-04T09:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=5c48b6573833887579b5f791ae518204e4af3526'/>
<id>urn:sha1:5c48b6573833887579b5f791ae518204e4af3526</id>
<content type='text'>
v4l2-common.ko was merged into videodev.ko and no longer exists.

Fixes: ac5671f46cb4 ("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>mt76: update to Git HEAD (2024-02-03)</title>
<updated>2024-02-03T15:21:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2024-02-03T15:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=114190d8ae61fb3a7671852fbd7f0ca3279a5625'/>
<id>urn:sha1:114190d8ae61fb3a7671852fbd7f0ca3279a5625</id>
<content type='text'>
a9693e1979c2 linux-firmware: add firmware for MT7996
0258dc90e3a1 wifi: mt76: mt7603: fix reading target power from eeprom
3e81173d9e2b wifi: mt76: mt7603: initialize chainmask
786a339bac36 wifi: mt76: mt7996: fix fortify warning
bc37a7ebc267 wifi: mt76: mt7996: fix fw loading timeout
027bab6a88a3 wifi: mt76: usb: create a dedicated queue for psd traffic
e8909c610c3b wifi: mt76: usb: store usb endpoint in mt76_queue
8b3d96fa4ead wifi: mt76: mt792xu: enable dmashdl support
7864d7ad0ed0 wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table
27c81f7c1480 wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band
b7443c63069a wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band
bab721a65f5a wifi: mt76: mt7925: fix mcu query command fail
1f0f71ed81e8 wifi: mt76: mt7925: fix wmm queue mapping
bcfe2ad966f3 wifi: mt76: mt7925: fix fw download fail
f982c3d67a29 wifi: mt76: mt7925: fix WoW failed in encrypted mode
6a72716ec213 wifi: mt76: mt7925: fix the wrong header translation config
50928b7e1359 wifi: mt76: mt7925: add flow to avoid chip bt function fail
762ab4530e8f wifi: mt76: mt7925: add support to set ifs time by mcu command
87deaf82efa4 wifi: mt76: mt7925: update PCIe DMA settings
c190c1576522 wifi: mt76: mt7925: support temperature sensor
025d5734caba wifi: mt76: mt7996: check txs format before getting skb by pid
4768bfa2baca wifi: mt76: mt7996: fix TWT issues
a65e3eced907 wifi: mt76: mt7996: disable AMSDU for non-data frames
d71716d93aee wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps
f21728f3f4bd wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands
68dad7dacd2a wifi: mt76: mt7996: fix HE beamformer phy cap for station vif
66a28f340cdc wifi: mt76: mt7996: mark GCMP IGTK unsupported
b47ad8a7764e wifi: mt76: mt7996: fix efuse reading issue
c2fc7dae7b72 wifi: mt76: mt7996: remove TXS queue setting
e0f1ed168ed5 wifi: mt76: mt7996: add locking for accessing mapped registers
d0cc92c1fd08 wifi: mt76: connac: set correct muar_idx for mt799x chipsets
ae0c62279adc wifi: mt76: mt7996: fix HIF_TXD_V2_1 value
ecc14276af54 wifi: mt76: mt792x: fix ethtool warning
9827df56b241 wifi: mt76: move wed common utilities in wed.c
dccbd2598505 wifi: mt76: mt7925: fix the wrong data type for scan command
9907f4f20261 wifi: mt76: mt792x: add the illegal value check for mtcl table of acpi
1b088a7ac06d wifi: mt76: mt7921e: fix use-after-free in free_irq()
f3c5b4820d7f wifi: mt76: mt7925e: fix use-after-free in free_irq()
d75eac9f5531 wifi: mt76: mt7921: fix incorrect type conversion for CLC command
7bd5401f5bb1 wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel config from ACPI
ea55196bc4a0 wifi: mt76: mt792x: update the country list of EU for ACPI SAR
6124ea9135ed wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>broadcom-wl: remove package</title>
<updated>2024-02-03T15:16:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2024-01-26T19:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=e772b75d5d50be4d541751a871057186439c25c2'/>
<id>urn:sha1:e772b75d5d50be4d541751a871057186439c25c2</id>
<content type='text'>
Also remove remaining wireless extension support, since this package
was the only in-tree user of it

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>wifi-scripts: add new package, move wifi scripts to a single place</title>
<updated>2024-02-03T15:16:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2024-01-26T10:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/robimarko/commit/?id=2716853132d23a35fc18cbe8b438aa70e4d2c563'/>
<id>urn:sha1:2716853132d23a35fc18cbe8b438aa70e4d2c563</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
