mbox series

[RESEND,v1,0/9] A bunch of fix and optimization patches in spmi-pmic-arb.c

Message ID 1631860384-26608-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

Message

Fenglin Wu Sept. 17, 2021, 6:32 a.m. UTC
Just want to resend the series of the changes again and see if anyone can
help to review them and give any comments. Thanks!

This change series includes some fixes and optimizations in spmi-pmic-arb.c.
Please see change detail and description in each of the patch. Thanks!

Abhijeet Dharmapurikar (1):
  spmi: pmic-arb: add a print in cleanup_irq

Ashay Jaiswal (1):
  spmi: pmic-arb: add support to dispatch interrupt based on IRQ status

David Collins (5):
  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
  spmi: pmic-arb: make interrupt support optional
  spmi: pmic-arb: increase SPMI transaction timeout delay

Subbaraman Narayanamurthy (1):
  spmi: pmic-arb: do not ack and clear peripheral interrupts in
    cleanup_irq

Yimin Peng (1):
  spmi: pmic-arb: support updating interrupt type flags

 drivers/spmi/spmi-pmic-arb.c | 127 +++++++++++++++++++++++++++++++------------
 1 file changed, 91 insertions(+), 36 deletions(-)