History log of /drivers/iio/light/apds9300.c
Revision Date Author Comments
cb955852a48c29ef7bd847ce993102e2b58295d4 07-Dec-2013 Lars-Peter Clausen <lars@metafoo.de> iio: Remove support for the legacy event config interface

Now that all drivers have been converted to the new event config interface we
can remove for the legacy event config interface. Also drop the '_new' suffix
for the event config interface callbacks, since those are the only callbacks
now.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
7e97e7bd1f394f2032621d396e6603eada610719 07-Oct-2013 Lars-Peter Clausen <lars@metafoo.de> iio:apds9300: Use new event config interface

Switch the apds9300 driver to the new IIO event config interface as the old one
is going to be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8 22-Jul-2013 Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> iio: add APDS9300 ambilent light sensor driver

This patch adds IIO driver for APDS9300 ambient light sensor (ALS).
http://www.avagotech.com/docs/AV02-1077EN

The driver allows to read raw data from ADC registers or calculate
lux value. It also can handle threshold interrupt.

Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>