[PATCH 0/6] media: i2c: imx334: Miscellaneous cleanups and improvements
From: Tarang Raval
Date: Mon Mar 10 2025 - 03:20:10 EST
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@xxxxxxxxxxxxx/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(-)
--
2.34.1