devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: i2c: OV5648 image sensor support
@ 2020-11-13 17:01 Paul Kocialkowski
  2020-11-13 17:01 ` [PATCH v2 1/2] dt-bindings: media: i2c: Add OV5648 bindings documentation Paul Kocialkowski
  2020-11-13 17:01 ` [PATCH v2 2/2] media: i2c: Add support for the OV5648 image sensor Paul Kocialkowski
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Kocialkowski @ 2020-11-13 17:01 UTC (permalink / raw)
  To: linux-media, devicetree, linux-kernel
  Cc: Mauro Carvalho Chehab, Rob Herring, Liam Girdwood,
	Paul Kocialkowski, Hans Verkuil, Sakari Ailus, Maxime Ripard,
	Thomas Petazzoni

This series adds support for the OV5648 image sensor,
as a V4L2 subdev driver.

Changes since v1:
- Used runtime pm;
- Used assigned-clock-rate;
- Removed clock name;
- Returned closest size in set_fmt;
- Removed unneeded references to v4l2 controls;
- Removed i2c device table;
- Dual-licensed bindings;
- Used SPDX tags.

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       |  112 +
 drivers/media/i2c/Kconfig                     |   14 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/ov5648.c                    | 2694 +++++++++++++++++
 4 files changed, 2821 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml
 create mode 100644 drivers/media/i2c/ov5648.c

-- 
2.28.0


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

end of thread, other threads:[~2020-11-16 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 17:01 [PATCH v2 0/2] media: i2c: OV5648 image sensor support Paul Kocialkowski
2020-11-13 17:01 ` [PATCH v2 1/2] dt-bindings: media: i2c: Add OV5648 bindings documentation Paul Kocialkowski
2020-11-16 15:53   ` Rob Herring
2020-11-13 17:01 ` [PATCH v2 2/2] media: i2c: Add support for the OV5648 image sensor Paul Kocialkowski
2020-11-13 21:09   ` kernel test robot

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