Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: tsl2583: move out of staging

Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Brian Masney and committed by
Jonathan Cameron
f44d5c8a c45a226f

+8 -8
+7
drivers/iio/light/Kconfig
··· 338 338 This driver can also be built as a module. If so, the module 339 339 will be called tsl2563. 340 340 341 + config TSL2583 342 + tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters" 343 + depends on I2C 344 + help 345 + Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices. 346 + Access ALS data via iio, sysfs. 347 + 341 348 config TSL4531 342 349 tristate "TAOS TSL4531 ambient light sensors" 343 350 depends on I2C
+1
drivers/iio/light/Makefile
··· 31 31 obj-$(CONFIG_STK3310) += stk3310.o 32 32 obj-$(CONFIG_TCS3414) += tcs3414.o 33 33 obj-$(CONFIG_TCS3472) += tcs3472.o 34 + obj-$(CONFIG_TSL2583) += tsl2583.o 34 35 obj-$(CONFIG_TSL4531) += tsl4531.o 35 36 obj-$(CONFIG_US5182D) += us5182d.o 36 37 obj-$(CONFIG_VCNL4000) += vcnl4000.o
drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2583 Documentation/ABI/testing/sysfs-bus-iio-light-tsl2583
-7
drivers/staging/iio/light/Kconfig
··· 13 13 Proximity value via iio. The ISL29028 provides the concurrent sensing 14 14 of ambient light and proximity. 15 15 16 - config TSL2583 17 - tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters" 18 - depends on I2C 19 - help 20 - Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices. 21 - Access ALS data via iio, sysfs. 22 - 23 16 config TSL2x7x 24 17 tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors" 25 18 depends on I2C
-1
drivers/staging/iio/light/Makefile
··· 3 3 # 4 4 5 5 obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o 6 - obj-$(CONFIG_TSL2583) += tsl2583.o 7 6 obj-$(CONFIG_TSL2x7x) += tsl2x7x_core.o
drivers/staging/iio/light/tsl2583.c drivers/iio/light/tsl2583.c