devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] IMX334 Camera Sensor Driver
@ 2021-02-03 13:54 Martina Krasteva
  2021-02-03 13:54 ` [PATCH v7 1/2] dt-bindings: media: Add bindings for imx334 Martina Krasteva
  2021-02-03 13:54 ` [PATCH v7 2/2] media: i2c: Add imx334 camera sensor driver Martina Krasteva
  0 siblings, 2 replies; 8+ messages in thread
From: Martina Krasteva @ 2021-02-03 13:54 UTC (permalink / raw)
  To: linux-media
  Cc: mchehab, robh+dt, devicetree, sakari.ailus, daniele.alessandrelli,
	paul.j.murphy, gjorgjix.rosikopulos, martinax.krasteva

From: Martina Krasteva <martinax.krasteva@intel.com>

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

v3: https://patchwork.kernel.org/project/linux-media/list/?series=397689

v3->v4:
- fix read/write_reg() functions

v4: https://patchwork.kernel.org/project/linux-media/list/?series=400459

v4->v5:
- add link-frequencies in dt-bindings doc
- edit required properties in db-bindings doc
- fix data_buf overrun in read_reg()
- add function to parse dt configuration
- allow cahnging vblank in power off state
- change lpfr and ppln with vblank and hblank in mode description

v5: https://patchwork.kernel.org/project/linux-media/list/?series=425541

v5->v6:
- declare imx334_parse_hw_config() as static function

v6: https://patchwork.kernel.org/project/linux-media/list/?series=426171

v6->v7:
- add clocks and reset-gpios in dt-bindings doc
- fix error handling in imx334_set_pad_format()
- add LINK_FREQ ctrl
- do not specify a clock name in devm_clk_get()

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 |   90 ++
 MAINTAINERS                                        |    9 +
 drivers/media/i2c/Kconfig                          |   14 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx334.c                         | 1131 ++++++++++++++++++++
 5 files changed, 1245 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml
 create mode 100644 drivers/media/i2c/imx334.c


base-commit: fb2a9c3209872b6e65661e3737f2767832a42973
-- 
2.11.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-09 22:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03 13:54 [PATCH v7 0/2] IMX334 Camera Sensor Driver Martina Krasteva
2021-02-03 13:54 ` [PATCH v7 1/2] dt-bindings: media: Add bindings for imx334 Martina Krasteva
2021-02-04 15:20   ` Rob Herring
2021-02-04 16:16     ` Sakari Ailus
2021-02-04 23:06       ` Rob Herring
2021-02-05  8:35         ` Sakari Ailus
2021-02-09 22:14   ` Krzysztof Kozlowski
2021-02-03 13:54 ` [PATCH v7 2/2] media: i2c: Add imx334 camera sensor driver Martina Krasteva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).