Commit Graph

38755 Commits

Author SHA1 Message Date
Rudi Heitbaum
33d7e20d2b openvpn: update to 2.5.6
This is mostly a bugfix release including one security fix ("Disallow
multiple deferred authentication plug-ins.", CVE: 2022-0547).

release notes:
- e8df2e64d6
2022-03-23 10:02:08 +00:00
Rudi Heitbaum
9e17417bf3 iwd: update to 1.26
ver 1.26:
+	Fix issue with handling BSS that changed frequency.
+	Fix issue with handling frequencies in neighbor report.
+	Fix issue with operating classes for 802.11ax standard.
+	Fix issue with enforcing of MFPR for 6 GHz frequencies.
+	Add support for band defined in the WiFi 6E amendment.
+	Add support for scanning while in AP mode.
2022-03-23 10:01:57 +00:00
CvH
dfe88a6da0 Merge pull request #6297 from heitbaum/rtl8xxxu
linux: add support for Realtek RTL8XXXU mainline kernel driver replacing out-of-tree 8192CU and 8192DU drivers
2022-03-21 13:04:23 +01:00
Rudi Heitbaum
c4022db981 RTL8192EU: drop obsolete out-of-tree driver
Replaceealtek RTL8XXXU mainline kernel driver
2022-03-21 11:55:28 +00:00
Rudi Heitbaum
66041c9456 RTL8192CU: drop obsolete out-of-tree driver
Replaced by Realtek RTL8XXXU mainline kernel driver
2022-03-21 11:55:28 +00:00
Rudi Heitbaum
811d112dd3 linux: add support for Realtek RTL8XXXU mainline kernel driver replace out-of-tree 8192CU and 8192DU drivers 2022-03-21 11:55:28 +00:00
CvH
6ad6bfd191 Merge pull request #6210 from heitbaum/linux-5.17
linux: update to 5.17.y
2022-03-21 12:49:37 +01:00
heitbaum
5a3093c8e7 linux: update to 5.17 2022-03-21 06:40:21 +00:00
heitbaum
4d01f5b21f kernel-firmware: update to 20220209 2022-03-21 03:44:54 +00:00
Rudi Heitbaum
f2f607fe84 iwlwifi-firmware: update to ccf1a23 2022-03-21 03:44:54 +00:00
heitbaum
58c5175d1b linux (Samsung Exynos): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
15c9ed4691 linux (Rockchip RK3399): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
d453db9d5d linux (Rockchip RK3328): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
75ce78e068 linux (Rockchip RK3288): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
1a21bec61e linux (Qualcomm Dragonboard): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
8275dac1aa linux (NXP iMX8): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
53edcf173e linux (NXP iMX6): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
f5250e4be7 linux (Generic): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
91d759d5a2 linux (Allwinner): enable ARM_SUN8I_A33_MBUS_DEVFREQ in .config
reference:
- https://www.spinics.net/lists/arm-kernel/msg934335.html

This series adds a new devfreq driver for the MBUS/DRAM controller in
some Allwinner SoCs, and enables it for the A64 and H5.

The binding and DTs are updated in patches 1-5. The MBUS nodes already
existed, but were not bound to any driver before; they were only used
for their dma-ranges property. Finally, the driver is added in patch 6.

I am not quite sure the best way to handle DRAM register range in the
DT binding -- as a separate reg property, a separate node, or simply
enlarging the MBUS register range. While the DRAM controller is a
separate IP block, the MBUS hardware has the ability to double-buffer
certain DRAM controller registers, and the hardware MDFS process writes
to some DRAM controller registers as well. So they are rather tightly
integrated.

Like the driver commit description says, this driver could support
additional SoCs: at least A33, A83T, and H3. I can send follow-up
patches adding compatibles for these, but I cannot test A33 or A83T.

- https://www.spinics.net/lists/arm-kernel/msg934341.html

This driver works by adjusting the divider on the DRAM controller's
module clock. Thus there is no fixed set of OPPs, only "full speed" down
to "quarter speed" (or whatever the maximum divider is on that variant).

It makes use of the MDFS hardware in the MBUS, in "DFS" mode, which
takes care of updating registers during the critical section while DRAM
is inaccessible.

This driver should support several sunxi SoCs, starting with the A33,
which have a DesignWare DDR3 controller with merged PHY register space
and the matching MBUS register layout (so not A63 or later). However,
the driver has only been tested on the A64/H5, so those are the only
compatibles enabled for now.
2022-03-21 03:44:54 +00:00
heitbaum
53a92ac974 linux (Allwinner aarch64): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
6e5e445668 linux (Allwinner arm): update .config for 5.17 2022-03-21 03:44:54 +00:00
heitbaum
e850716c28 linux (Rockchip): patches included in 5.17 2022-03-21 03:44:54 +00:00
heitbaum
59acf0cb22 linux (NXP iMX8): patches included in 5.17 2022-03-21 03:44:54 +00:00
heitbaum
f142b29f7f linux (Allwinner): patches included in 5.17 2022-03-21 03:44:54 +00:00
heitbaum
4d15615008 linux: patches included in 5.17 2022-03-21 03:44:54 +00:00