public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] media: imx335: 2/4 lane ops and improvements
@ 2024-03-06  8:10 Umang Jain
  2024-03-06  8:10 ` [PATCH 1/5] media: imx335: Support 2 or 4 lane operation modes Umang Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Umang Jain @ 2024-03-06  8:10 UTC (permalink / raw)
  To: linux-media
  Cc: Alexander Shiyan, Kieran Bingham, Mauro Carvalho Chehab,
	Sakari Ailus, open list, Umang Jain

Another batch of improvements of the imx335 driver.

Patch 1/5 adds support for 2 or 4 lane operation modes.

Patch 2/5 call the V4L2 fwnode device parser to handle controls that are
standardised by the framework.

Patch 3/5 introduces the use of CCI for registers access.

Patch 4/4 fixes the height value discrepency. Accessible height is 1944,
as per the data sheet in all-pixel scan mode.

Patch 5/5 fixes the max analogue gain value.

Kieran Bingham (2):
  media: imx335: Support 2 or 4 lane operation modes
  media: imx335: Parse fwnode properties

Umang Jain (3):
  media: imx335: Use V4L2 CCI for accessing sensor registers
  media: imx335: Fix active area height discrepency
  media: imx335: Limit analogue gain value

 drivers/media/i2c/Kconfig  |   1 +
 drivers/media/i2c/imx335.c | 596 ++++++++++++++++++-------------------
 2 files changed, 287 insertions(+), 310 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-08 22:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  8:10 [PATCH 0/5] media: imx335: 2/4 lane ops and improvements Umang Jain
2024-03-06  8:10 ` [PATCH 1/5] media: imx335: Support 2 or 4 lane operation modes Umang Jain
2024-03-06 16:42   ` Dave Stevenson
2024-03-08  5:37     ` Umang Jain
2024-03-06 17:06   ` Sakari Ailus
2024-03-08 18:44   ` kernel test robot
2024-03-08 20:31   ` kernel test robot
2024-03-08 20:51   ` kernel test robot
2024-03-06  8:10 ` [PATCH 2/5] media: imx335: Parse fwnode properties Umang Jain
2024-03-06  8:10 ` [PATCH 3/5] media: imx335: Use V4L2 CCI for accessing sensor registers Umang Jain
2024-03-06 16:55   ` Kieran Bingham
2024-03-08 22:36   ` kernel test robot
2024-03-06  8:10 ` [PATCH 4/5] media: imx335: Fix active area height discrepency Umang Jain
2024-03-06 17:05   ` Kieran Bingham
2024-03-06 17:17     ` Umang Jain
2024-03-06  8:10 ` [PATCH 5/5] media: imx335: Limit analogue gain value Umang Jain
2024-03-06 16:59   ` Kieran Bingham

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