public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i3c: dw: Add support for power management
@ 2024-07-08  6:21 Aniket
  2024-07-08  6:21 ` [PATCH 1/3] i3c: dw: Save timing registers and other values Aniket
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aniket @ 2024-07-08  6:21 UTC (permalink / raw)
  To: Alexandre Belloni, Jeremy Kerr, Joel Stanley, Billy Tsai
  Cc: linux-i3c, linux-kernel, vamshigajjela, Aniket

These patches add pm support for the dw i3c controller.
Controller registers that can be lost are saved and restored during resume.
Clocks, resets and pads are put in their relevant state during suspend and resume.
For runtime pm, power is resumed and later suspended for the xfer/IBI APIs.

Aniket (3):
  i3c: dw: Save timing registers and other values
  i3c: dw: Add some functions for reusability
  i3c: dw: Add power management support

 drivers/i3c/master/dw-i3c-master.c | 302 ++++++++++++++++++++++++-----
 drivers/i3c/master/dw-i3c-master.h |  10 +
 2 files changed, 266 insertions(+), 46 deletions(-)

-- 
2.45.2.803.g4e1b14247a-goog


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-15 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08  6:21 [PATCH 0/3] i3c: dw: Add support for power management Aniket
2024-07-08  6:21 ` [PATCH 1/3] i3c: dw: Save timing registers and other values Aniket
2024-07-08  6:21 ` [PATCH 2/3] i3c: dw: Add some functions for reusability Aniket
2024-07-08  6:21 ` [PATCH 3/3] i3c: dw: Add power management support Aniket
2024-07-15 21:47 ` [PATCH 0/3] i3c: dw: Add support for power management Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox