iio: light: add driver for veml6030 ambient light sensor
authorRishi Gupta <gupt21@gmail.com>
Mon, 4 Nov 2019 15:38:24 +0000 (21:08 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 10 Nov 2019 10:39:33 +0000 (10:39 +0000)
commit7b779f573c48e1ad6da1d6ea5f181f3ecd666bf6
tree97c828f16461d7e98740bbf1c5e273d8b86d2c3a
parentf8710f0357bc36c740782c95f34ea847c75b7498
iio: light: add driver for veml6030 ambient light sensor

veml6030 is an ambient light sensor from Vishay semiconductors.
It has 16-bit resolution, supports both ambient light measurement
and white channel which is more responsive to wider wavelength
spectrum. It has flexible power saving, integration time and
gain options. Communication with host is over I2C.

Signed-off-by: Rishi Gupta <gupt21@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/veml6030.c [new file with mode: 0644]