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