From: Martina Krasteva <martinax.krasteva@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: mchehab@kernel.org, robh+dt@kernel.org,
devicetree@vger.kernel.org, sakari.ailus@linux.intel.com,
daniele.alessandrelli@linux.intel.com,
paul.j.murphy@linux.intel.com,
gjorgjix.rosikopulos@linux.intel.com,
martinax.krasteva@linux.intel.com
Subject: [PATCH v7 0/2] IMX334 Camera Sensor Driver
Date: Wed, 3 Feb 2021 13:54:39 +0000 [thread overview]
Message-ID: <20210203135441.136-1-martinax.krasteva@linux.intel.com> (raw)
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
next reply other threads:[~2021-02-03 13:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 13:54 Martina Krasteva [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210203135441.136-1-martinax.krasteva@linux.intel.com \
--to=martinax.krasteva@linux.intel.com \
--cc=daniele.alessandrelli@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=gjorgjix.rosikopulos@linux.intel.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=paul.j.murphy@linux.intel.com \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.