- 30 Sep, 2021 1 commit
-
-
Mathew McBride authored
-
- 27 Sep, 2021 4 commits
-
-
Mathew McBride authored
-
Mathew McBride authored
-
Mathew McBride authored
-
Mathew McBride authored
-
- 21 Sep, 2021 15 commits
-
-
Mathew McBride authored
QCA6390/QCA6391 is a 2x2 IC normally used as a client but has HE80 capabilites QCN9074 is Qualcomm's high end AP card with 4x4 and HE80+80/HE160 support Both of these have support in ath11k Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
-
Mathew McBride authored
This contains firmware for various ath11k cards not currently in linux-firmware, including QCN9074 Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
These originate from https://gitlab.com/matt_traverse/ath11k-qcn9074-backport/-/tree/ath11k_5_10_20210909 With MHI+QRTR+ATH11K coming to 200+ patches on top of 5.10.63 it is kind off silly to break these up
-
Mathew McBride authored
As the qcn9074 patches are not in any released kernel yet, this was done by generating a backports package from this kernel tree: https://gitlab.com/matt_traverse/ath11k-qcn9074-backport/-/commits/qcn9074_on_5_10 and then creating a diff against the original backports-5.10 package. Please note this requires MHI and QRTR patches for the host kernel as well.
-
Mathew McBride authored
The QMI protocol is used to pass messages from Qualcomm devices (e.g ath11k and SDX55). This also requires a kernel patch to expose on non-QCOM SoCs
-
Mathew McBride authored
-
This adds the Qualcomm 802.11ax wireless chipset support. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Mathew McBride authored
-
Mathew McBride authored
-
Mathew McBride authored
-
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
When using htmode 'HE20' with a radio mode that uses wpa-supplicant (like mesh or sta), it will default to 40 MHz bw if disable_ht40 is not set. This commit fixes this behaviour. Signed-off-by:
Jesus Fernandez Manzano <jesus.manzano@galgus.net>
-
Mathew McBride authored
-
1fa3576 session: unload rpcd configuration before checking login Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- 17 Sep, 2021 2 commits
-
-
Mathew McBride authored
-
Mathew McBride authored
-
- 16 Sep, 2021 15 commits
-
-
Mathew McBride authored
not for upstream
-
Mathew McBride authored
-
Mathew McBride authored
See package/kernel/ath10k-ct/patches/990-ath10k-ct--dualband-bmi-param-support.patch
-
Modify existing modules to reflect their new location in Linux 5.10. Add missing dependenices. Signed-off-by:
Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> [enable CRYPTO_USER_API_ENABLE_OBSOLETE; add kmod-crypto-hash dependency to usb-net-rtl8152] Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Mathew McBride authored
-
Mathew McBride authored
The SEC engine (also known as CAAM) is present on NXP (formerly Freescale) networking SoCs and is useful for accelerating TLS and IPSec workloads. The CAAM driver was previously available as a module for mpc83xx but this was moved to the target in c00e5a4f , as the Layerscape family uses a later version of the same IP it should now be moved back. Signed-off-by:
Mathew McBride <matt@traverse.com.au> Reverts: c00e5a4f
-
Mathew McBride authored
This adds optimized hash modules for ARM64, using the cryptography extensions (-ce) where possible. (Note that CE isn't present on all ARM64 implementations, e.g not in the Raspberry Pi) Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
crypto-engine manages asyncronous crypto engines such as NXP's QorIQ SEC, OMAP and ZynqMP crypto accelerators. It's not directly selectable in Kconfig but is selected by the drivers which depend on it. Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
The RX-8035 is a similar RTC to the EPSON RX-8025 already supported by kmod-rtc-rx8025. Support is in mainline from v5.15. Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
The nominal partition type for EFI boot partitions is FAT32, which has a minimum size of 32MiB on a 512-byte-sector block device. To ensure that the boot partition is created as FAT32 set a size well above this minimum. A useful discussion about EFI partition sizes can be found here: https://superuser.com/questions/1310927/what-is-the-absolute-minimum-size-a-uefi-system-partition-can-be I have found 128MiB works pretty consistently across both tools (mkfs.fat) and firmwares (EDKII) Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
-
Mathew McBride authored
This port is for "powerful" arm64 systems that implement ARM's Boot Base specifications. These systems behave a lot like existing x86 machines, e.g using EFI+GRUB to boot. The initial version is using 5.10 and works under QEMU with EDKII and the Traverse Ten64 (NXP LS1088A). Signed-off-by:
Mathew McBride <matt@traverse.com.au>
-
Mathew McBride authored
For future rebase: vi include/kernel-version.mk # update kernel ver rm -rf target/linux/generic package/kernel/mac80211 package/kernel/ath10k-ct package/kernel/mt76 git checkout 5fb4cb07 target/linux/generic package/kernel/mac80211 package/kernel/ath10k-ct package/kernel/mt76
-
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
This is needed for linux 5.10, where modules.builtin is generated from vmlinux.o Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- 13 Sep, 2021 3 commits
-
-
This patch fixes the forwarding behavior of bridge in bridge configurations with DSA. Without it, the configuration of the upper bridge might overwrite settings of the lower bridge. For example, a vlan-aware bridge with DSA interfaces in it might be offloaded to the DSA hardware. If the bridge interface itself gets slave of a different bridge without vlan filtering, the vlan filtering setting of the lower bridge is overwritten by the upper bridge, which results in an incorrect hardware configuration. This was backported from kernel 5.7. Ref: https://lore.kernel.org/netdev/20191222192235.GK25745@shell.armlinux.org.uk/ Fixes: FS#3996 Signed-off-by:
Fabian Bläse <fabian@blaese.de> (cherry picked from commit c50ece58)
-
Hauke Mehrtens authored
These options are selectable when some of the kernel debug options like KERNEL_SOFTLOCKUP_DETECTOR are selected. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 1a3b3dc7)
-
Hauke Mehrtens authored
The LOCKUP_DETECTOR configuration option split into the SOFTLOCKUP_DETECTOR and HARDLOCKUP_DETECTOR configuration option some time ago. The HARDLOCKUP_DETECTOR option is only working on some architectures, but SOFTLOCKUP_DETECTOR should work everywhere. Replace KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR. LOCKUP_DETECTOR will be selected by SOFTLOCKUP_DETECTOR automatically. Fixes: b951f53f ("build: Add additional kernel debug options") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit d27f6e2c)
-