linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Add support for the Hynix Hi-846 camera
@ 2021-05-27  9:12 Martin Kepplinger
  2021-05-27  9:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add SK Hynix Inc Martin Kepplinger
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Martin Kepplinger @ 2021-05-27  9:12 UTC (permalink / raw)
  To: mchehab, robh, krzysztof.kozlowski, laurent.pinchart
  Cc: kernel, paul.kocialkowski, shawnx.tu, linux-media, linux-kernel,
	devicetree, Martin Kepplinger

hi,

This patchset add support for the SK Hynix Hi-846 CMOS images sensor.
It includes documentation, dt-bindings and the driver.

best wishes,

                              martin


Martin Kepplinger (4):
  dt-bindings: vendor-prefixes: Add SK Hynix Inc.
  dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel
    sensor
  media: i2c: add driver for the SK Hynix Hi-846 8M pixel camera
  Documentation: i2c-cardlist: add the Hynix hi846 sensor

 .../admin-guide/media/i2c-cardlist.rst        |    1 +
 .../bindings/media/i2c/hynix,hi846.yaml       |   99 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 MAINTAINERS                                   |    6 +
 drivers/media/i2c/Kconfig                     |   13 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/hi846.c                     | 2212 +++++++++++++++++
 7 files changed, 2334 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml
 create mode 100644 drivers/media/i2c/hi846.c

-- 
2.30.2


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

end of thread, other threads:[~2021-05-27 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  9:12 [PATCH v1 0/4] Add support for the Hynix Hi-846 camera Martin Kepplinger
2021-05-27  9:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add SK Hynix Inc Martin Kepplinger
2021-05-27  9:12 ` [PATCH v1 2/4] dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor Martin Kepplinger
2021-05-27 14:23   ` Rob Herring
2021-05-27  9:12 ` [PATCH v1 3/4] media: i2c: add driver for the SK Hynix Hi-846 8M pixel camera Martin Kepplinger
2021-05-27 16:39   ` kernel test robot
2021-05-27  9:12 ` [PATCH v1 4/4] Documentation: i2c-cardlist: add the Hynix hi846 sensor Martin Kepplinger
2021-05-27  9:55   ` Laurent Pinchart

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).