mbox series

[v2,0/4] MPM pin mappings

Message ID 20230809-topic-mpm_mappings-v2-0-4c2b4495e654@linaro.org
Headers show
Series MPM pin mappings | expand

Message

Konrad Dybcio Aug. 31, 2023, 9:21 p.m. UTC
This series adds the MPM wakeirq mappings for some SoCs and fixes my
"big oops" within the 8998 driver.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Changes in v2:
- Remove the improper 8998 fix
- In the same spirit, amend the 8996 and 6125 additions which were
  wrong in v1
- Link to v1: https://lore.kernel.org/r/20230809-topic-mpm_mappings-v1-0-5e17dd76b3c8@linaro.org

---
Konrad Dybcio (4):
      pinctrl: qcom: msm8996: Add MPM pin mappings
      pinctrl: qcom: sm6115: Add MPM pin mappings
      pinctrl: qcom: sm6125: Add MPM pin mappings
      pinctrl: qcom: sdm660: Add MPM pin mappings

 drivers/pinctrl/qcom/pinctrl-msm8996.c | 14 ++++++++++++++
 drivers/pinctrl/qcom/pinctrl-sdm660.c  | 14 ++++++++++++++
 drivers/pinctrl/qcom/pinctrl-sm6115.c  | 12 ++++++++++++
 drivers/pinctrl/qcom/pinctrl-sm6125.c  | 17 +++++++++++++++++
 4 files changed, 57 insertions(+)
---
base-commit: a47fc304d2b678db1a5d760a7d644dac9b067752
change-id: 20230809-topic-mpm_mappings-31ff2856244a

Best regards,

Comments

Linus Walleij Sept. 12, 2023, 7:26 a.m. UTC | #1
On Thu, Aug 31, 2023 at 11:21 PM Konrad Dybcio <konrad.dybcio@linaro.org> wrote:

> This series adds the MPM wakeirq mappings for some SoCs and fixes my
> "big oops" within the 8998 driver.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

I simply applied this v2 version since there has been over a week and
no comments. Any remaining issues can certainly be fixed in-tree.

Yours,
Linus Walleij