mbox series

[v4,0/2] media: i2c: imx219: Minor improvements for runtime PM and stream handling

Message ID 20250306053445.40054-1-tarang.raval@siliconsignals.io (mailing list archive)
Headers show
Series media: i2c: imx219: Minor improvements for runtime PM and stream handling | expand

Message

Tarang Raval March 6, 2025, 5:34 a.m. UTC
v3 -> v4

- No need to check for the pad argument, dropped pad checking. 

v2 -> v3                                                           
                                                                   
- Add locking/unlocking of vflip and hflip controls,               
  which was mistakenly removed.                                    
                                                                   
v1 -> v2                                                           
                                                                   
- Dropped "Enable runtime PM before sub-device registration" patch,
  as it has already been applied.                                  

Tarang Raval (2):
  media: i2c: imx219: switch to {enable,disable}_streams
  media: i2c: imx219: media: i2c: imx219: Enable runtime PM autosuspend

 drivers/media/i2c/imx219.c | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)