index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
light
/
tsl2563.c
Age
Commit message (
Expand
)
Author
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-12-28
iio: light: tsl2563: sort header inclusion alphabetically
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Use dev_get_drvdata() directly in PM callbacks
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Utilise temporary variable for struct device
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Drop legacy platform data code
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Simplify with dev_err_probe
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Drop unused defintion(s)
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Make use of the macros from bits.h
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Configure INT in one place
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Use i2c_smbus_write_word_data() in tsl2563_configure()
Andy Shevchenko
2022-12-28
iio: light: tsl2563: Do not hardcode interrupt trigger type
Ferry Toth
2022-11-23
iio: light: tsl2563: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-18
iio:light:tsl2563: Replace cancel_delayed_work() with cancel_delayed_work_syn...
Tetsuo Handa
2022-06-18
iio: light: tsl2563: Replace flush_scheduled_work() with cancel_delayed_work_...
Tetsuo Handa
2022-02-18
iio:light:tsl2563: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
2020-11-01
iio:light:tsl2563 use generic fw accessors
Vaishnav M A
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-06-14
iio: light: tsl2563: pass iio device as i2c_client private data
Alexandru Ardelean
2020-03-21
iio: light: tsl2563: Rename macro to fix typo
Nishant Malpani
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2017-08-22
iio:light: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-06-24
iio: light: tsl2563: use correct event code
Akinobu Mita
2017-03-19
iio: light: tsl2563: Add OF device ID table
Javier Martinez Canillas
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
2016-03-20
iio: light: tsl2563: Remove flush_scheduled_work
Amitoj Kaur Chawla
2015-04-18
iio:tsl2563: Use tsl2563_ prefix for driver's functions
Peter Meerwald
2014-02-07
Merge tag 'iio-fixes-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2014-01-18
iio: tsl2563: Use the correct channel2 member
Ivaylo Dimitrov
2013-12-08
iio: Remove support for the legacy event config interface
Lars-Peter Clausen
2013-11-24
iio:light:tsl2563: Add DT support
Sebastian Reichel
2013-10-12
iio:tsl2563: Switch to new event config interface
Lars-Peter Clausen
2013-08-03
iio: light: tsl2563: Use devm_* APIs
Sachin Kamat
2013-03-17
iio:light:tsl2563 move to info_mask_(shared_by_type/separate)
Jonathan Cameron
2013-01-27
iio:light:tsl2563 move out of staging
Jonathan Cameron