mbox series

[0/2] media: video-i2c: add Melexis MLX90640 thermal camera support

Message ID 20181101041534.5913-1-matt.ranostay@konsulko.com (mailing list archive)
Headers show
Series media: video-i2c: add Melexis MLX90640 thermal camera support | expand

Message

Matt Ranostay Nov. 1, 2018, 4:15 a.m. UTC
Add initial support for Melexis line of thermal cameras. This is the first part of
processing pipeline in which the real processing is done in userspace using the
V4L2 camera data.

Dependency patchset series: https://patchwork.kernel.org/cover/10650541/

Matt Ranostay (2):
  media: video-i2c: check if chip struct has set_power function
  media: video-i2c: add Melexis MLX90640 thermal camera support

 drivers/media/i2c/Kconfig     |   1 +
 drivers/media/i2c/video-i2c.c | 131 ++++++++++++++++++++++++++++++++--
 2 files changed, 126 insertions(+), 6 deletions(-)