All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] media: video-i2c: add video-i2c driver support
@ 2018-04-01  0:59 Matt Ranostay
  2018-04-01  0:59 ` [PATCH v6 1/2] media: dt-bindings: Add bindings for panasonic,amg88xx Matt Ranostay
  2018-04-01  0:59 ` [PATCH v6 2/2] media: video-i2c: add video-i2c driver Matt Ranostay
  0 siblings, 2 replies; 8+ messages in thread
From: Matt Ranostay @ 2018-04-01  0:59 UTC (permalink / raw)
  To: linux-media; +Cc: Matt Ranostay

Add support for video-i2c polling driver

Changes from v1:
* Switch to SPDX tags versus GPLv2 license text
* Remove unneeded zeroing of data structures
* Add video_i2c_try_fmt_vid_cap call in video_i2c_s_fmt_vid_cap function

Changes from v2:
* Add missing linux/kthread.h include that broke x86_64 build

Changes from v3:
* Add devicetree binding documents
* snprintf check added
* switched to per chip support based on devicetree or i2c client id
* add VB2_DMABUF to io_modes
* added entry to MAINTAINERS file switched to per chip support based on devicetree or i2c client id

Changes from v4:
* convert pointer from of_device_get_match_data() to long instead of int to avoid compiler warning

Changes from v5:
* fix various issues with v4l2-compliance tool run

Matt Ranostay (2):
  media: dt-bindings: Add bindings for panasonic,amg88xx
  media: video-i2c: add video-i2c driver

 .../bindings/media/i2c/panasonic,amg88xx.txt       |  19 +
 MAINTAINERS                                        |   6 +
 drivers/media/i2c/Kconfig                          |   9 +
 drivers/media/i2c/Makefile                         |   1 +
 drivers/media/i2c/video-i2c.c                      | 562 +++++++++++++++++++++
 5 files changed, 597 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt
 create mode 100644 drivers/media/i2c/video-i2c.c

-- 
2.14.1

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

end of thread, other threads:[~2018-04-05 19:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01  0:59 [PATCH v6 0/2] media: video-i2c: add video-i2c driver support Matt Ranostay
2018-04-01  0:59 ` [PATCH v6 1/2] media: dt-bindings: Add bindings for panasonic,amg88xx Matt Ranostay
2018-04-01  0:59 ` [PATCH v6 2/2] media: video-i2c: add video-i2c driver Matt Ranostay
2018-04-01  1:02   ` Matt Ranostay
2018-04-05  7:39   ` Sakari Ailus
2018-04-05  8:04     ` Hans Verkuil
2018-04-05 11:16       ` Sakari Ailus
2018-04-05 19:37     ` Matt Ranostay

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.