mbox series

[0/6] media: i2c: imx334: Miscellaneous cleanups and improvements

Message ID 20250310071751.151382-1-tarang.raval@siliconsignals.io (mailing list archive)
Headers show
Series media: i2c: imx334: Miscellaneous cleanups and improvements | expand

Message

Tarang Raval March 10, 2025, 7:17 a.m. UTC
This patch series is a collection of miscellaneous cleanups and
improvements to the imx334 driver.                             
                                                               
The changes simplify error handling, optimize register access, 
enhance power management, and add support for different lane   
configurations.                                                

This series is on top of Shravan's patches [1]                                  
(media: i2c: imx334: Add support for 1280x720 & 640x480 resolutions)            
                                                                                
Link [1]: https://lore.kernel.org/linux-media/20250305051442.3716817-1-shravan.chippa@microchip.com/T/#t

Tarang Raval (6):
  media: i2c: imx334: Simplify with dev_err_probe()
  media: i2c: imx334: Convert to CCI register access helpers
  media: i2c: imx334: Remove redundant register entries
  media: i2c: imx334: Support 4 or 8 lane operation modes
  media: i2c: imx334: Fix power management and control handling
  media: i2c: imx334: Enable runtime PM before sub-device registration

 drivers/media/i2c/Kconfig  |   1 +
 drivers/media/i2c/imx334.c | 800 ++++++++++++++++---------------------
 2 files changed, 353 insertions(+), 448 deletions(-)