public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] media: i2c: imx219: Fixes for blanking and pixel rate
@ 2024-11-25 15:06 Jai Luthra
  2024-11-25 15:06 ` [PATCH v3 1/3] media: i2c: imx219: Correct the minimum vblanking value Jai Luthra
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jai Luthra @ 2024-11-25 15:06 UTC (permalink / raw)
  To: Dave Stevenson, Sakari Ailus, Mauro Carvalho Chehab
  Cc: linux-media, linux-kernel, Jacopo Mondi, Laurent Pinchart,
	Jai Luthra, David Plowman, Naushir Patuck, Vinay Varma

This series has a few fixes for improving h/v blanking and pixel rate
reporting for the IMX219 sensor.

These patches are picked and modified (and squashed where applicable)
from the rpi-6.6.y vendor tree.

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
---
Changes in v3:
- PATCH 3/3: Calculate binning mode to use instead of hardcoding
  per-resolution
- Link to v2: https://lore.kernel.org/r/20241121-imx219_fixes-v2-0-7b068a60ea40@ideasonboard.com

Changes in v2:
- PATCH 1/3: Add R-By from Jacopo, Dave
- PATCH 2/3:
    - Keep IMX219_PPL_MIN macro value in hex, matching the datasheet
    - Fix prev_hts calculation, by moving it before updating pad format
- PATCH 3/3:
    - Store binning register values in enum binning_mode directly
    - Remove unnecessary pixel_rate variable in imx219_init_controls()
- Link to v1: https://lore.kernel.org/r/20241029-imx219_fixes-v1-0-b45dc3658b4e@ideasonboard.com

---
Dave Stevenson (1):
      media: i2c: imx219: make HBLANK r/w to allow longer exposures

David Plowman (1):
      media: i2c: imx219: Correct the minimum vblanking value

Jai Luthra (1):
      media: i2c: imx219: Scale the pixel rate for analog binning

 drivers/media/i2c/imx219.c | 159 ++++++++++++++++++++++++++++-----------------
 1 file changed, 101 insertions(+), 58 deletions(-)
---
base-commit: adc218676eef25575469234709c2d87185ca223a
change-id: 20241029-imx219_fixes-bfaac4a56200

Best regards,
-- 
Jai Luthra <jai.luthra@ideasonboard.com>


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

end of thread, other threads:[~2024-12-10 13:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 15:06 [PATCH v3 0/3] media: i2c: imx219: Fixes for blanking and pixel rate Jai Luthra
2024-11-25 15:06 ` [PATCH v3 1/3] media: i2c: imx219: Correct the minimum vblanking value Jai Luthra
2024-11-25 15:06 ` [PATCH v3 2/3] media: i2c: imx219: make HBLANK r/w to allow longer exposures Jai Luthra
2024-11-26 12:16   ` Laurent Pinchart
2024-11-26 13:21     ` Dave Stevenson
2024-11-26 13:30       ` Jai Luthra
2024-11-26 13:40       ` Laurent Pinchart
2024-11-25 15:06 ` [PATCH v3 3/3] media: i2c: imx219: Scale the pixel rate for analog binning Jai Luthra
2024-11-25 18:40   ` Dave Stevenson
2024-11-26  8:54     ` Jai Luthra
2024-11-26 14:36   ` Sakari Ailus
2024-11-27  9:37     ` Jai Luthra
2024-12-10 13:32       ` Sakari Ailus
2024-12-10 13:41         ` Laurent Pinchart

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