summaryrefslogtreecommitdiff
path: root/drivers/iio/light/tsl2583.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: light: tsl2583: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-17iio: light: tsl2583: Fix module unloadingShreeya Patel1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-18iio: light: tsl2583: Use DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron1-8/+5
2022-06-11iio:light:tsl2583: Remove duplicated error reporting in .remove()Uwe Kleine-König1-1/+3
2021-05-17iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+7
2021-05-10iio: tsl2583: Fix division by a zero lux_valColin Ian King1-0/+8
2021-01-10iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-4/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-05-20iio: tsl2583: correct values in integration_time_availableBrian Masney1-1/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-08-20iio: light: tsl2583: constify i2c_device_idArvind Yadav1-1/+1
2017-05-16iio: tsl2583: add runtime power management supportBrian Masney1-30/+76
2016-11-24iio: tsl2583: make array large enoughDan Carpenter1-1/+1
2016-11-13staging: iio: tsl2583: move out of stagingBrian Masney1-0/+913