mbox series

[v2,0/3] media: i2c: imx219: Follow-up on binning fixes

Message ID 20250221-imx219_fixes_v2-v2-0-a72154c7c267@ideasonboard.com (mailing list archive)
Headers show
Series media: i2c: imx219: Follow-up on binning fixes | expand

Message

Jai Luthra Feb. 21, 2025, 10:52 a.m. UTC
This series is a follow-up for the already merged series fixing the
binning for IMX219:
https://lore.kernel.org/all/20250204-imx219_fixes-v6-0-84ffa5030972@ideasonboard.com/

There were a few pending review comments and suggestions on the v6 and
v7 of the previous series which are addressed here.

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
---
Changes in v2:
- Move the minimum LLP change to the end of the series so it can use the
  updated imx219_get_binning() function
- PATCH 3/3:
    - Fix the binning check, and only update the LLP minimum if we are
      doing analog binning
    - Add a note in the commit message for the fll_def value reverts
- Add Jacopo's R-By tags
- Link to v1: https://lore.kernel.org/r/20250219-imx219_fixes_v2-v1-0-0e3f5dd9b024@ideasonboard.com

---
Jai Luthra (3):
      media: i2c: imx219: Simplify binning mode
      media: i2c: imx219: Use subdev state to calculate binning and pixelrate
      media: i2c: imx219: Only use higher LLP_MIN for binned resolutions

 drivers/media/i2c/imx219.c | 92 ++++++++++++++++++++++++----------------------
 1 file changed, 48 insertions(+), 44 deletions(-)
---
base-commit: 955a999ca2336869a01bbc2d346185c348929e78
change-id: 20250219-imx219_fixes_v2-538e89d7b974

Best regards,