[PATCH v3 0/2] IMX334 Camera Sensor Driver
From: Martina Krasteva <hidden>
Date: 2020-12-07 16:03:17
Also in:
linux-media
From: Martina Krasteva <redacted>
Hello,
This patch series contains Sony imx334 sensor driver and device tree binding document.
A v4l2 sub-device driver for the Sony imx334 image sensor is added.
This is a camera sensor using the i2c bus for control and the
csi-2 bus for data.
The following features are supported:
- manual exposure and analog gain control support
- vblank/hblank/pixel rate control support
- supported resolution:
- 3840x2160 @ 60fps
- supported bayer order output:
- SRGGB12
v1: https://patchwork.kernel.org/project/linux-media/list/?series=388393
v1->v2:
- dt-bindings doc fixes
- minor cosmetic changes
- improvement in write_reg()
- set all media bus format fields to pass v4l2-compliance test
- remove link_validate from source entity
v2: https://patchwork.kernel.org/project/linux-media/list/?series=396393
v2->v3:
- small cosmetic changes
Best Regards,
Martina
Martina Krasteva (2):
dt-bindings: media: Add bindings for imx334
media: i2c: Add imx334 camera sensor driver
.../devicetree/bindings/media/i2c/sony,imx334.yaml | 62 ++
MAINTAINERS | 9 +
drivers/media/i2c/Kconfig | 14 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx334.c | 1036 ++++++++++++++++++++
5 files changed, 1122 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml
create mode 100644 drivers/media/i2c/imx334.c
--
2.11.0