Re: [PATCH] arm64: dts: qcom: sm8150-hdk: enable WiFI support

2024-04-04 Thread Bjorn Andersson
On Wed, 03 Apr 2024 20:10:12 +0300, Dmitry Baryshkov wrote: > Enable modem DSP and WiFI devices on the SM8150 HDK device. The HDK is > manufactured by Lantronix, but it attributed to Qualcomm, so the > calibration string uses Qualcomm as manufacturer. > > For reference: > > ath10k_snoc

[kvalo-ath:pending] BUILD SUCCESS 7d285a14d034c163f5f427ae180bb308857f3a49

2024-04-04 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending branch HEAD: 7d285a14d034c163f5f427ae180bb308857f3a49 wifi: ath12k: fix link capable flags elapsed time: 1096m configs tested: 176 configs skipped: 3 The following configs have been built successfully. More

[kvalo-ath:ath-qca] BUILD SUCCESS f6617b79265907ba44de8ba755373bfbdcc7216b

2024-04-04 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc randconfig-001-20240404 gcc arc randconfig-002-20240404 gcc arm allmodconfig gcc arm

[kvalo-ath:master] BUILD SUCCESS 4abf087939abe82a32e3cff8a8e48e6fd7d1e907

2024-04-04 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc randconfig-001-20240404 gcc arc randconfig-002-20240404 gcc arm allmodconfig gcc arm

Re: [PATCH 2/6] wifi: ath6kl: sdio: simplify module initialization

2024-04-04 Thread Kalle Valo
Krzysztof Kozlowski wrote: > This driver's initialization functions do not perform any custom code, > except printing messages. Printing messages on modules > loading/unloading is discouraged because it pollutes the dmesg > regardless whether user actually has this device. Core kernel code >

Re: [PATCH RFC v2 0/4] wifi: ath10k: support board-specific firmware overrides

2024-04-04 Thread Kalle Valo
Jeff Johnson writes: > On 3/29/2024 9:47 PM, Dmitry Baryshkov wrote: > >> On Wed, 6 Mar 2024 at 10:16, Dmitry Baryshkov >> wrote: >>> >>> On WCN3990 platforms actual firmware, wlanmdsp.mbn, is sideloaded to the >>> modem DSP via the TQFTPserv. These MBN files are signed by the device >>>

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-04 Thread Kalle Valo
Dmitry Baryshkov writes: >> 3) ADD that compatible to the wifi node in msm8998.dtsi >>compatible = "qcom,wcn3990-wifi", "qcom,msm8998-wifi"; >> 4) In the driver, set qmi->fake_msa_ready_indicator to true if we >> detect "qcom,msm8998-wifi" >> >> And this approach would be acceptable to both

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-04 Thread Marc Gonzalez
On 04/04/2024 13:57, Kalle Valo wrote: > Dmitry Baryshkov wrote: > >> I'd say, we should take a step back and actually verify how this was >> handled in the vendor kernel. > > One comment related to this: usually vendor driver and firmware branches > go "hand in hand", meaning that a version of

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-04 Thread Kalle Valo
Marc Gonzalez writes: > On 04/04/2024 13:57, Kalle Valo wrote: > >> Dmitry Baryshkov wrote: >> >>> I'd say, we should take a step back and actually verify how this was >>> handled in the vendor kernel. >> >> One comment related to this: usually vendor driver and firmware branches >> go "hand

Re: [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver()

2024-04-04 Thread Ulf Hansson
On Wed, 3 Apr 2024 at 16:17, Krzysztof Kozlowski wrote: > > Changes in v2: > 1. Add "wifi: ath10k: sdio: simplify module initialization" patch, from >my other patchset to avoid conflicts. > 2. Add Acks/Rb tags. > 3. Drop applied SDIO patch, which was the dependency for the rest >cleanups.

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-04 Thread Dmitry Baryshkov
On Thu, 4 Apr 2024 at 15:30, Marc Gonzalez wrote: > > On 04/04/2024 13:57, Kalle Valo wrote: > > > Dmitry Baryshkov wrote: > > > >> I'd say, we should take a step back and actually verify how this was > >> handled in the vendor kernel. > > > > One comment related to this: usually vendor driver