index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
light
/
stk3310.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-27
iio: light: Remove redundant dev_err()/dev_err_probe()
Pan Chuang
1
-4
/
+1
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-05-31
iio: Initialize i2c_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
1
-4
/
+4
2026-05-31
iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameter
Miao Li
1
-5
/
+5
2026-05-31
iio: light: stk3310: Replace uint32_t with u32 and reorder members to elimina...
Miao Li
1
-6
/
+6
2026-05-31
iio: light: stk3310: Deal with the ps interrupt issue in PM
Miao Li
1
-7
/
+69
2026-05-31
iio: light: stk3310: Update includes to match IWYU
Rafael G. Dias
1
-1
/
+13
2026-05-31
iio: light: stk3310: Sort headers alphabetically
Rafael G. Dias
1
-1
/
+2
2025-08-25
iio: light: Drop unnecessary -ENOMEM messages
Dixit Parmar
1
-3
/
+1
2025-06-09
iio: Remove single use of macro definition for regmap name
Waqar Hameed
1
-2
/
+1
2025-06-09
iio: Remove single use of macro definition for IRQ name
Waqar Hameed
1
-2
/
+1
2025-04-22
iio: normalize array sentinel style
David Lechner
1
-4
/
+4
2024-11-03
iio: fix write_event_config signature
Julien Stephan
1
-1
/
+1
2024-11-01
iio: light: stk3310: simplify code in write_event_config callback
Julien Stephan
1
-3
/
+0
2024-08-03
iio: light: stk3310: add support for stk3013
Kaustabh Chakraborty
1
-0
/
+5
2024-08-03
iio: light: stk3310: relax chipid check warning
Kaustabh Chakraborty
1
-1
/
+1
2024-06-04
iio: light: stk3310: support more stk3311 variants
Barnabás Czémán
1
-0
/
+4
2024-06-04
iio: light: stk3310: make chip id check expandable
Barnabás Czémán
1
-5
/
+19
2024-06-04
iio: light: stk3310: relax failure to match id
Barnabás Czémán
1
-2
/
+1
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-3
/
+3
2024-04-29
iio: light: stk3310: Drop most likely fake ACPI ID
Andy Shevchenko
1
-1
/
+0
2024-01-23
iio: light: stk3310: Drop ACPI_PTR() usage
Jonathan Cameron
1
-2
/
+2
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-23
iio: light: stk3310: 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
-3
/
+1
2022-06-11
iio:light:stk3310: Remove duplicated error reporting in .remove()
Uwe Kleine-König
1
-1
/
+3
2022-04-28
iio: proximity: stk3310: Export near level property for proximity sensor
Arnaud Ferraris
1
-0
/
+25
2022-02-18
iio:light:stk3310: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-8
/
+3
2021-11-17
iio: stk3310: Don't return error code in interrupt handler
Lars-Peter Clausen
1
-3
/
+3
2021-03-25
iio: Remove kernel-doc keyword in file header comment
Gwendal Grignou
1
-1
/
+1
2020-07-20
iio: light: stk3310: add chip id for STK3311-X variant
Icenowy Zheng
1
-0
/
+2
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-06-14
iio: light: stk3310: Constify regmap_config
Rikard Falkeborn
1
-1
/
+1
2019-07-27
iio: light: stk3310: Add device tree support
Luca Weiss
1
-0
/
+9
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-1
/
+5
2019-06-17
iio: light: stk3310: Add support for stk3335
Martijn Braam
1
-1
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
1
-4
/
+1
2017-08-22
iio:light: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-1
/
+0
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-1
/
+1
2016-04-03
iio: remove unused gpio consumer.h include
Irina Tirdea
1
-1
/
+0
2015-10-03
iio: remove gpio interrupt probing from drivers that use a single interrupt
Octavian Purdila
1
-33
/
+0
2015-10-03
iio: fix drivers that use 0 as a valid IRQ in client->irq (part 2)
Octavian Purdila
1
-1
/
+1
2015-09-30
Merge tag 'iio-for-4.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-22
/
+53
2015-09-04
Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-5
/
+1
2015-08-13
Merge tag 'v4.2-rc4' into devel
Linus Walleij
1
-47
/
+28
2015-08-12
iio:light:stk3310: adjust indentation
Hartmut Knaack
1
-3
/
+3
2015-08-12
iio:light:stk3310: use correct names and type for state
Hartmut Knaack
1
-5
/
+5
2015-08-12
iio:light:stk3310: add more error handling
Hartmut Knaack
1
-14
/
+45
2015-08-12
Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-0
/
+1
2015-08-02
iio: Export I2C module alias information in missing drivers
Javier Martinez Canillas
1
-0
/
+1
[next]