summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tsl2583.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: light: tsl2583: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: light: tsl2583: Fix module unloadingShreeya Patel2022-10-171-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: light: tsl2583: Use DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron2022-07-181-8/+5
* iio:light:tsl2583: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+7
* iio: tsl2583: Fix division by a zero lux_valColin Ian King2021-05-101-0/+8
* iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-4/+4
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* iio: tsl2583: correct values in integration_time_availableBrian Masney2018-05-201-1/+1
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: light: tsl2583: constify i2c_device_idArvind Yadav2017-08-201-1/+1
* iio: tsl2583: add runtime power management supportBrian Masney2017-05-161-30/+76
* iio: tsl2583: make array large enoughDan Carpenter2016-11-241-1/+1
* staging: iio: tsl2583: move out of stagingBrian Masney2016-11-131-0/+913