Hi,
On 12/8/23 15:02, Julien Massot wrote:
This driver handle the MAX96714 deserializer in tunnel mode.
The CSI output will replicate all the CSI traffic capture by
the remote serializer.
Signed-off-by: Julien Massot <julien.massot@xxxxxxxxxxxxx>
---
.../bindings/media/i2c/maxim,max96714f.yaml | 112 +--
MAINTAINERS | 6 +
drivers/media/i2c/Kconfig | 13 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/max96714.c | 945 ++++++++++++++++++
5 files changed, 1021 insertions(+), 56 deletions(-)
create mode 100644 drivers/media/i2c/max96714.c
diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96714f.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96714f.yaml
index 405d02368f64..8a2a06e7e279 100644
--- a/Documentation/devicetree/bindings/media/i2c/maxim,max96714f.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96714f.yaml
@@ -95,69 +95,69 @@ examples:
#include <dt-bindings/media/video-interfaces.h>
main_i2c2 {
- #address-cells = <1>;
...
I will resend a new version (v2) with dt-binding changes squashed with
1/4 dt-bindings: media: add Maxim MAX96714F GMSL2 Deserializer