mbox series

[v2,0/2] media: staging: max96712: Add support for MAX96724

Message ID 20240827131841.629920-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series media: staging: max96712: Add support for MAX96724 | expand

Message

Niklas Söderlund Aug. 27, 2024, 1:18 p.m. UTC
Hello,

This small series extends the max96712 driver in staging to also support 
the MAX96724 device.

The devices are similar but not identical. As the staging driver only 
supports the video pattern generator the changes in the driver are 
small, but needed, to generate a stable test pattern.

Patch 1/2 extends the bindings with a new compatible for MAX96724, while 
patch 2/2 takes care of updating the driver to support generating a test 
pattern without changing the test pattern clock (which is not supported 
on MAX96724).

These two patches where previously posted separately but have now been 
collected together in a series. See individual patches for changelog.

Niklas Söderlund (2):
  dt-bindings: i2c: maxim,max96712: Add compatible for MAX96724
  media: staging: max96712: Add support for MAX96724

 .../bindings/media/i2c/maxim,max96712.yaml    |  5 +++-
 drivers/staging/media/max96712/max96712.c     | 26 +++++++++++++++----
 2 files changed, 25 insertions(+), 6 deletions(-)