mbox series

[V3,0/5] i3c: master: svc: some bug fixes and add runtime pm support

Message ID 20210716085317.3572224-1-xiaoning.wang@nxp.com (mailing list archive)
Headers show
Series i3c: master: svc: some bug fixes and add runtime pm support | expand

Message

Clark Wang July 16, 2021, 8:53 a.m. UTC
Hi,

V3 changes:
 - i3c: master: svc: add runtime pm support:
   - restore the error path of probe function
   - enable runtime pm just before i3c module reset

V2 changes:
 - align the parameters of the function in the second patch
 - add a new patch to support runtime PM.

Clark Wang (5):
  i3c: master: svc: move module reset behind clk enable
  i3c: master: svc: fix atomic issue
  i3c: master: svc: add support for slave to stop returning data
  i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
  i3c: master: svc: add runtime pm support

 drivers/i3c/master/svc-i3c-master.c | 234 ++++++++++++++++++++++------
 1 file changed, 184 insertions(+), 50 deletions(-)