mbox series

[v3,0/1] i2c: mediatek: add runtime PM operations and bus regulator control

Message ID 20250103143250.1521287-1-zoie.lin@mediatek.com (mailing list archive)
Headers show
Series i2c: mediatek: add runtime PM operations and bus regulator control | expand

Message

Zoie Lin Jan. 3, 2025, 2:32 p.m. UTC
This series is based on linux-next, tag: next-20241220

Changes in v3:

This patch removes the autosuspend functionality from the runtime 
PM operations in the I2C driver. These changes have been tested on 
the target platform and confirmed to work correctly without the 
autosuspend functionality.

Additionally, the patch resumes the I2C bus in mtk_i2c_resume_noirq() 
to fix the unbalanced disable issue.


Zoie Lin (1):
  i2c: mediatek: add runtime PM operations and bus regulator control

 drivers/i2c/busses/i2c-mt65xx.c | 75 +++++++++++++++++++++++++++------
 1 file changed, 63 insertions(+), 12 deletions(-)