[PATCH 0/2] media: i2c: OV5648 image sensor support
From: Paul Kocialkowski
Date: Fri Oct 23 2020 - 14:12:47 EST
This series adds support for the OV5648 image sensor,
as a V4L2 subdev driver.
Paul Kocialkowski (2):
dt-bindings: media: i2c: Add OV5648 bindings documentation
media: i2c: Add support for the OV5648 image sensor
.../bindings/media/i2c/ovti,ov5648.yaml | 115 +
drivers/media/i2c/Kconfig | 14 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/ov5648.c | 2680 +++++++++++++++++
4 files changed, 2810 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml
create mode 100644 drivers/media/i2c/ov5648.c
--
2.28.0