All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] media: ov7740: Add a V4L2 sensor-level driver
@ 2017-10-31  1:11 ` Wenyou Yang
  0 siblings, 0 replies; 22+ messages in thread
From: Wenyou Yang @ 2017-10-31  1:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: linux-kernel, Nicolas Ferre, devicetree, Sakari Ailus,
	Jonathan Corbet, Hans Verkuil, linux-arm-kernel,
	Linux Media Mailing List, Wenyou Yang

Add a Video4Linux2 sensor-level driver for the OmniVision OV7740
VGA camera image sensor.

Changes in v4:
 - Assign 'val' a initial value to avoid warning: 'val' may be
   used uninitialized.
 - Rename REG_REG15 to avoid warning: "REG_REG15" redefined.

Changes in v3:
 - Explicitly document the "remote-endpoint" property.
 - Put the MAINTAINERS change to a separate patch.

Changes in v2:
 - Split off the bindings into a separate patch.
 - Add a new entry to the MAINTAINERS file.

Wenyou Yang (3):
  media: i2c: Add the ov7740 image sensor driver
  media: ov7740: Document device tree bindings
  MAINTAINERS: Add a new entry of the ov7740 driver

 .../devicetree/bindings/media/i2c/ov7740.txt       |   47 +
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |    8 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ov7740.c                         | 1220 ++++++++++++++++++++
 5 files changed, 1284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov7740.txt
 create mode 100644 drivers/media/i2c/ov7740.c

-- 
2.13.0

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

end of thread, other threads:[~2017-11-03 11:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-31  1:11 [PATCH v4 0/3] media: ov7740: Add a V4L2 sensor-level driver Wenyou Yang
2017-10-31  1:11 ` Wenyou Yang
2017-10-31  1:11 ` Wenyou Yang
2017-10-31  1:11 ` [PATCH v4 1/3] media: i2c: Add the ov7740 image sensor driver Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-10-31  1:11 ` [PATCH v4 2/3] media: ov7740: Document device tree bindings Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-11-01 21:51   ` Rob Herring
2017-11-01 21:51     ` Rob Herring
2017-11-03 11:43     ` Sakari Ailus
2017-11-03 11:43       ` Sakari Ailus
2017-11-03 11:43       ` Sakari Ailus
2017-10-31  1:11 ` [PATCH v4 3/3] MAINTAINERS: Add a new entry of the ov7740 driver Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-10-31  1:11   ` Wenyou Yang
2017-10-31  7:40 ` [PATCH v4 0/3] media: ov7740: Add a V4L2 sensor-level driver Sakari Ailus
2017-10-31  7:40   ` Sakari Ailus
2017-10-31  7:40 ` Sakari Ailus
2017-10-31  7:40   ` Sakari Ailus
2017-10-31  7:40   ` Sakari Ailus

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.