Re: [PATCH 2/2] arm64: dts: qcom: msm8939-huawei-kiwi: Add initial device tree

2023-09-16 Thread Bryan O'Donoghue
On 16/09/2023 14:41, Lukas Walter wrote: + +&wcnss_iris { + compatible = "qcom,wcn3620"; +}; + Are you sure this is 3620, have you tried wcn3660 and/or wcn3680 ? --- bod

Re: [PATCH] accessibility: speakup: refactor deprecated strncpy

2023-09-16 Thread Samuel Thibault
Hello, Justin Stitt, le ven. 25 août 2023 15:41:03 -0700, a ecrit: > Thanks for the review Kees and Samuel. Hoping to get this picked-up soon :) > > FWIW, I've quickly copy/pasted Kees' suggested refactor of > synth_direct_store and rebased against v6.5-rc7 if anyone has the > means by which to t

Re: [PATCH 2/2] arm64: dts: qcom: msm8939-huawei-kiwi: Add initial device tree

2023-09-16 Thread Krzysztof Kozlowski
On 16/09/2023 15:41, Lukas Walter wrote: > This dts adds support for Huawei Honor 5X / GR5 (2016) smartphone > released in 2015. > > Add device tree with initial support for: > > - GPIO keys > - Hall sensor > - SDHCI (internal and external storage) > - WCNSS (BT/WIFI) > - Sensors (accelerometer,

Re: [PATCH 1/2] dt-bindings: arm: qcom: Add Huawei Honor 5X / GR5 (2016)

2023-09-16 Thread Krzysztof Kozlowski
On 16/09/2023 15:41, Lukas Walter wrote: > Add a compatible for Huawei Honor 5X / GR5 (2016). > > Signed-off-by: Lukas Walter > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

Re: [PATCH] slub: Introduce CONFIG_SLUB_RCU_DEBUG

2023-09-16 Thread Andrey Konovalov
On Mon, Aug 28, 2023 at 4:40 PM Jann Horn wrote: > > > Can't we unpoision this rcu_head right before call_rcu() and repoison > > after receiving the callback? > > Yeah, I think that should work. It looks like currently > kasan_unpoison() is exposed in include/linux/kasan.h but > kasan_poison() is

[PATCH 1/2] dt-bindings: arm: qcom: Add Huawei Honor 5X / GR5 (2016)

2023-09-16 Thread Lukas Walter
Add a compatible for Huawei Honor 5X / GR5 (2016). Signed-off-by: Lukas Walter --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index adbfaea3

[PATCH 2/2] arm64: dts: qcom: msm8939-huawei-kiwi: Add initial device tree

2023-09-16 Thread Lukas Walter
This dts adds support for Huawei Honor 5X / GR5 (2016) smartphone released in 2015. Add device tree with initial support for: - GPIO keys - Hall sensor - SDHCI (internal and external storage) - WCNSS (BT/WIFI) - Sensors (accelerometer, proximity and gyroscope) - Vibrator - Touchscreen Signed-off