summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tsl2563.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: light: tsl2563: sort header inclusion alphabeticallyAndy Shevchenko2022-12-281-7/+7
* iio: light: tsl2563: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko2022-12-281-2/+2
* iio: light: tsl2563: Utilise temporary variable for struct deviceAndy Shevchenko2022-12-281-3/+3
* iio: light: tsl2563: Drop legacy platform data codeAndy Shevchenko2022-12-281-10/+2
* iio: light: tsl2563: Simplify with dev_err_probeAndy Shevchenko2022-12-281-18/+11
* iio: light: tsl2563: Drop unused defintion(s)Andy Shevchenko2022-12-281-6/+3
* iio: light: tsl2563: Make use of the macros from bits.hAndy Shevchenko2022-12-281-8/+9
* iio: light: tsl2563: Configure INT in one placeAndy Shevchenko2022-12-281-17/+25
* iio: light: tsl2563: Use i2c_smbus_write_word_data() in tsl2563_configure()Andy Shevchenko2022-12-281-33/+19
* iio: light: tsl2563: Do not hardcode interrupt trigger typeFerry Toth2022-12-281-1/+7
* iio: light: tsl2563: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio:light:tsl2563: Replace cancel_delayed_work() with cancel_delayed_work_syn...Tetsuo Handa2022-06-181-2/+2
* iio: light: tsl2563: Replace flush_scheduled_work() with cancel_delayed_work_...Tetsuo Handa2022-06-181-2/+1
* iio:light:tsl2563: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
* iio:light:tsl2563 use generic fw accessorsVaishnav M A2020-11-011-7/+9
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: light: tsl2563: pass iio device as i2c_client private dataAlexandru Ardelean2020-06-141-5/+7
* iio: light: tsl2563: Rename macro to fix typoNishant Malpani2020-03-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: light: tsl2563: use correct event codeAkinobu Mita2017-06-241-1/+1
* iio: light: tsl2563: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+10
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* iio: light: tsl2563: Remove flush_scheduled_workAmitoj Kaur Chawla2016-03-201-2/+1
* iio:tsl2563: Use tsl2563_ prefix for driver's functionsPeter Meerwald2015-04-181-18/+18
* Merge tag 'iio-fixes-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-02-071-6/+10
|\
| * iio: tsl2563: Use the correct channel2 memberIvaylo Dimitrov2014-01-181-6/+10
* | iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-4/+4
* | iio:light:tsl2563: Add DT supportSebastian Reichel2013-11-241-0/+4
|/
* iio:tsl2563: Switch to new event config interfaceLars-Peter Clausen2013-10-121-19/+34
* iio: light: tsl2563: Use devm_* APIsSachin Kamat2013-08-031-17/+8
* iio:light:tsl2563 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-5/+5
* iio:light:tsl2563 move out of stagingJonathan Cameron2013-01-271-0/+887