Re: [PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply

2023-03-02 Thread Krzysztof Kozlowski
On 03/03/2023 03:42, Konrad Dybcio wrote: > Mention the newly added vdd-smps supply. There is no explanation here, but looking at your driver change it suggests name is not correct. You named it based on regulator (so the provider), not the consumer. Best regards, Krzysztof

[PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply

2023-03-02 Thread Konrad Dybcio
Mention the newly added vdd-smps supply. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt

[PATCH 2/2] wifi: ath10k: snoc: Add VDD_SMPS regulator

2023-03-02 Thread Konrad Dybcio
At least SM6375 (bundled with soc_id 0x400e) and SM4350 (bundled with unknown, probably the same) expect one more supply, called vdd-smps downstream. It's set to 0.984V and connected to a - you guessed it - SMPS regulator on PM6125. Add support for it. Signed-off-by: Konrad Dybcio --- The

[kvalo-ath:ath-next] BUILD SUCCESS 01c6c9fccbd51c1d9eab0f5794b0271b026178df

2023-03-02 Thread kernel test robot
built successfully. More configs may be tested in the coming days. tested configs: alphaallyesconfig gcc alpha defconfig gcc alpharandconfig-r006-20230302 gcc alpharandconfig-r021-20230302 gcc

[kvalo-ath:ath-qca] BUILD SUCCESS 79844ef915e120046ace380101834e09369a5aaa

2023-03-02 Thread kernel test robot
randconfig-r043-20230302 gcc arm allmodconfig gcc arm allyesconfig gcc arm assabet_defconfig gcc armclps711x_defconfig gcc arm defconfig gcc

[PATCH v2 2/2] wifi: ath10k: update the channel list if change in channel flags.

2023-03-02 Thread Youghandhar Chintala
There are connection failures in hidden SSID case when the device is with default reg domain WW. For WW reg domain most of the 5 GHz channels are passive. When device listens to the beacon on that channel, the driver is updating its channel flag but firmware is not aware of it and firmware is not

[PATCH v2 1/2] wifi: cfg80211: Add beacon hint notifier support

2023-03-02 Thread Youghandhar Chintala
There are connection failures in hidden SSID case when the device is with default reg domain WW. For WW reg domain most of the 5 GHz channels are passive. When device listens to the beacon on that channel, the driver is updating its channel flag but firmware is not aware of it and firmware is not

[PATCH v2 0/2] Update the channel list if the change in channel flags

2023-03-02 Thread Youghandhar Chintala
There are connection failures in hidden SSID case when the device is with default reg domain WW. For WW reg domain most of the 5 GHz channels are passive. When device listens to the beacon on that channel, the driver is updating its channel flag but firmware is not aware of it and firmware is not