index
:
pub/scm/linux/kernel/git/rcu/linux.git
master
paulmck's fork of linux.git
RCU Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
light
/
opt3001.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
iio: light: opt3001: split opt3001_get_processed() logic
Joshua Crofts
1
-84
/
+104
2026-07-06
Merge tag 'v7.2-rc2' into togreg
Jonathan Cameron
1
-1
/
+0
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-30
iio: light: opt3001: add comment to mutex
Joshua Crofts
1
-0
/
+6
2026-06-30
iio: light: opt3001: switch driver to managed resources
Joshua Crofts
1
-50
/
+38
2026-06-30
iio: light: opt3001: move driver to guard(mutex)() use
Joshua Crofts
1
-41
/
+20
2026-06-30
iio: light: opt3001: localize for loop iterator
Joshua Crofts
1
-2
/
+1
2026-06-30
iio: light: opt3001: ensure correct parenthesis alignment
Joshua Crofts
1
-32
/
+39
2026-06-30
iio: light: opt3001: prefer dev_err_probe()
Joshua Crofts
1
-34
/
+23
2026-06-30
iio: light: opt3001: use local struct device and i2c_client variables
Joshua Crofts
1
-66
/
+73
2026-06-30
iio: light: opt3001: move device registration to end of probe()
Joshua Crofts
1
-6
/
+12
2026-06-14
Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-2
/
+4
2026-05-31
iio: Initialize i2c_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
1
-2
/
+2
2026-05-31
iio: light: opt3001: use macros from bits.h header
Joshua Crofts
1
-4
/
+3
2026-05-31
iio: light: opt3001: make headers conform to iwyu
Joshua Crofts
1
-6
/
+7
2026-05-27
iio: light: opt3001: fix missing state reset on timeout
Joshua Crofts
1
-2
/
+4
2026-03-21
iio: light: fix several incorrect spellings
Shi Hao
1
-1
/
+1
2025-04-07
iio: light: opt3001: fix deadlock due to concurrent flag access
Luca Ceresoli
1
-2
/
+3
2024-11-03
iio: fix write_event_config signature
Julien Stephan
1
-1
/
+1
2024-10-28
iio: light: opt3001: add support for TI's opt3002 light sensor
Emil Gedenryd
1
-33
/
+156
2024-09-30
iio: light: opt3001: add missing full-scale range value
Emil Gedenryd
1
-0
/
+4
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-23
iio: light: opt3001: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-4
/
+2
2022-06-11
iio:light:opt3001: Remove duplicated error reporting in .remove()
Uwe Kleine-König
1
-2
/
+1
2021-10-03
iio: light: opt3001: Fixed timeout error when 0 lux
Jiri Valek - 2N
1
-3
/
+3
2021-03-25
iio: Remove kernel-doc keyword in file header comment
Gwendal Grignou
1
-1
/
+1
2020-07-13
Replace HTTP links with HTTPS ones: drivers/iio
Alexander A. Klimov
1
-1
/
+1
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-04-25
iio: light: opt3001: Add mod_devicetable.h and drop use of of_match_ptr
Jonathan Cameron
1
-1
/
+2
2019-10-09
iio: light: opt3001: fix mutex unlock race
David Frey
1
-1
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396
Thomas Gleixner
1
-9
/
+1
2017-08-22
iio:light: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-1
/
+0
2017-01-22
iio: light: opt3001: Export OF device ID table as module aliases
Javier Martinez Canillas
1
-0
/
+1
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-2
/
+2
2016-01-30
iio: light: opt3001: enable operation w/o IRQ
Alexander Koch
1
-42
/
+95
2016-01-30
iio: light: opt3001: trivial type refactoring
Alexander Koch
1
-2
/
+2
2016-01-30
iio: light: opt3001: extract int. time constants
Alexander Koch
1
-6
/
+9
2015-08-31
iio: light: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-07-20
iio: light: add support for TI's opt3001 light sensor
Andreas Dannenberg
1
-0
/
+804