[media] media: i2c: max2175: Add MAX2175 support
authorRamesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Tue, 13 Jun 2017 12:54:47 +0000 (09:54 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 10:02:43 +0000 (07:02 -0300)
commitb47b79d8a231d137ec9f9a5bef05f9e2f19a4347
tree45daae32dc861131d7e1b931fc6aef9cc6e9705e
parenta45509c080a13a2cd7f3a4f5ab8733f57dd8f1a3
[media] media: i2c: max2175: Add MAX2175 support

This patch adds driver support for the MAX2175 chip. This is Maxim
Integrated's RF to Bits tuner front end chip designed for software-defined
radio solutions. This driver exposes the tuner as a sub-device instance
with standard and custom controls to configure the device.

Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/v4l-drivers/index.rst
Documentation/media/v4l-drivers/max2175.rst [new file with mode: 0644]
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/max2175.c [new file with mode: 0644]
drivers/media/i2c/max2175.h [new file with mode: 0644]
include/uapi/linux/max2175.h [new file with mode: 0644]