Message ID | 1638174137-23290-1-git-send-email-quic_fenglinw@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | A bunch of fix and optimization patches in spmi-pmic-arb.c | expand |
Quoting Fenglin Wu (2021-11-29 00:22:07) > Remove [v2 07/10], it's no longer needed after this change: > https://lore.kernel.org/all/20211118034719.28971-1-quic_collinsd@quicinc.com/T/#u > In [v3 07/10], update the author email to match with Signed-off-by. > In [v3 10/10], address issues in qcom,spmi-pmic-arb.yaml Please resend and Cc irqchip maintainers. > > Abhijeet Dharmapurikar (1): > spmi: pmic-arb: handle spurious interrupt > > Ashay Jaiswal (1): > spmi: pmic-arb: add support to dispatch interrupt based on IRQ status > > David Collins (6): > spmi: pmic-arb: check apid against limits before calling irq handler > spmi: pmic-arb: correct duplicate APID to PPID mapping logic > spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes > bindings: spmi: spmi-pmic-arb: mark interrupt properties as optional > spmi: pmic-arb: make interrupt support optional > spmi: pmic-arb: increase SPMI transaction timeout delay > > Fenglin Wu (1): > dt-bindings: convert qcom,spmi-pmic-arb binding to YAML format > > Subbaraman Narayanamurthy (1): > spmi: pmic-arb: do not ack and clear peripheral interrupts in > cleanup_irq > > .../bindings/spmi/qcom,spmi-pmic-arb.txt | 65 ---------- > .../bindings/spmi/qcom,spmi-pmic-arb.yaml | 128 +++++++++++++++++++ > Documentation/devicetree/bindings/spmi/spmi.yaml | 3 +- > drivers/spmi/spmi-pmic-arb.c | 137 +++++++++++++++------ > 4 files changed, 226 insertions(+), 107 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt > create mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml > > -- > 2.7.4 >