[PATCH 0/3] Fix intr_target_width for modern SoCs

Konrad Dybcio posted 3 patches 1 week ago
drivers/pinctrl/qcom/pinctrl-hawi.c    | 1 +
drivers/pinctrl/qcom/pinctrl-maili.c   | 1 +
drivers/pinctrl/qcom/pinctrl-qcs8300.c | 1 +
3 files changed, 3 insertions(+)
[PATCH 0/3] Fix intr_target_width for modern SoCs
Posted by Konrad Dybcio 1 week ago
Following the Nord patch, I asked the robot to ensure the value is
correct on all other SoCs and it found a couple outliers. This series
fixes that up. 

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (3):
      pinctrl: qcom: hawi: Fix intr_target_width
      pinctrl: qcom: maili: Fix intr_target_width
      pinctrl: qcom: qcs8300: Fix intr_target_width

 drivers/pinctrl/qcom/pinctrl-hawi.c    | 1 +
 drivers/pinctrl/qcom/pinctrl-maili.c   | 1 +
 drivers/pinctrl/qcom/pinctrl-qcs8300.c | 1 +
 3 files changed, 3 insertions(+)
---
base-commit: e6e35979777d646fe3c7c94dca7dd32fb25d45f4
change-id: 20260917-topic-tlmm_intr_width_fixes-dce5f975b077

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Re: [PATCH 0/3] Fix intr_target_width for modern SoCs
Posted by Bartosz Golaszewski 1 week ago
On Thu, 17 Sep 2026 11:03:24 +0200, Konrad Dybcio wrote:
> Following the Nord patch, I asked the robot to ensure the value is
> correct on all other SoCs and it found a couple outliers. This series
> fixes that up.
> 
> 

Applied, thanks!

[1/3] pinctrl: qcom: hawi: Fix intr_target_width
      https://git.kernel.org/brgl/c/9d4c3e0c6a53eb390d58b8d7aaf08885e46f93fd
[2/3] pinctrl: qcom: maili: Fix intr_target_width
      https://git.kernel.org/brgl/c/912df33f296e6c4ced8c0a5e7998d570a0b82214
[3/3] pinctrl: qcom: qcs8300: Fix intr_target_width
      https://git.kernel.org/brgl/c/dcb5df182b37587d5ad6bb4388751bf5180957ac

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Re: [PATCH 0/3] Fix intr_target_width for modern SoCs
Posted by Shawn Guo 1 week ago
On Thu, Sep 17, 2026 at 11:03:24AM +0200, Konrad Dybcio wrote:
> Following the Nord patch, I asked the robot to ensure the value is
> correct on all other SoCs and it found a couple outliers. This series
> fixes that up. 
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> Konrad Dybcio (3):
>       pinctrl: qcom: hawi: Fix intr_target_width
>       pinctrl: qcom: maili: Fix intr_target_width
>       pinctrl: qcom: qcs8300: Fix intr_target_width

For the series:

Reviewed-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>