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
/
si1133.c
Age
Commit message (
Expand
)
Author
11 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-05-31
iio: Initialize i2c_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
2026-05-31
iio: light: si1133: use guard(mutex)() macro
Joshua Crofts
2026-05-31
iio: light: si1133: add local variable for timeout
Joshua Crofts
2026-05-31
iio: light: si1133: group generic <linux/*> headers
Joshua Crofts
2026-05-31
iio: light: si1133: add missing include headers
Joshua Crofts
2026-05-31
iio: light: si1133: prefer complex macros enclosed in parenthesis
Joshua Crofts
2026-05-31
iio: light: si1133: remove unused macros
Joshua Crofts
2026-05-31
iio: light: si1133: prevent race condition on timeout
Joshua Crofts
2026-05-31
iio: light: si1133: reset counter to prevent race condition
Joshua Crofts
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
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: si1133: Convert to i2c's .probe_new()
Uwe Kleine-König
2021-06-09
iio: light: si1133: Drop remaining uses of %hhx format string.
Jonathan Cameron
2021-06-09
iio: si1133: fix format string warnings
Arnd Bergmann
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-05-03
iio: light: si1133: Use get_unaligned_be24()
Andy Shevchenko
2020-03-08
iio: si1133: read 24-bit signed integer for measurement
Maxime Roussin-Bélanger
2018-08-01
iio: light: si1133: fix uninitialized resp variable
Maxime Roussin-Bélanger
2018-07-30
iio: light: si1133 fix test for val being not zero or not one.
Colin Ian King
2018-07-23
iio: light: introduce si1133
Maxime Roussin-Bélanger