index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
light
/
ltr501.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
iio: light: ltr501: use = { } instead of memset()
David Lechner
1
-3
/
+1
2025-06-26
iio: light: ltr501: convert to use maple tree register cache
chuguangqing
1
-1
/
+1
2025-06-09
iio: Remove single use of macro definition for regmap name
Waqar Hameed
1
-3
/
+1
2025-06-09
iio: Remove single use of macro definition for driver name
Waqar Hameed
1
-3
/
+1
2025-04-22
iio: normalize array sentinel style
David Lechner
1
-3
/
+3
2025-04-22
iio: light: ltr501: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-12
/
+9
2025-04-22
iio: light: ltr501: Factor out core of write_raw() where direct mode claim is held.
Jonathan Cameron
1
-48
/
+46
2025-04-22
iio: light: ltr501: Factor out IIO_INFO_RAW leg of read_raw() callback.
Jonathan Cameron
1
-24
/
+31
2024-12-28
iio: light: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
1
-1
/
+1
2024-11-03
iio: fix write_event_config signature
Julien Stephan
1
-1
/
+1
2024-11-01
iio: light: ltr501: simplify code in write_event_config callback
Julien Stephan
1
-4
/
+0
2024-11-01
iio: light: ltr501: Replace a variant of iio_get_acpi_device_name_and_data()
Andy Shevchenko
1
-17
/
+8
2024-11-01
iio: light: ltr501: Add LTER0303 to the supported devices
Andy Shevchenko
1
-0
/
+2
2024-11-01
iio: light: ltr501: Drop most likely fake ACPI IDs
Andy Shevchenko
1
-2
/
+0
2024-01-23
iio: light: ltr501: Drop ACPI_PTR() usage
Jonathan Cameron
1
-1
/
+2
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-23
iio: light: ltr501: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: light: ltr501: Use devm_regulator_bulk_get_enable()
Jonathan Cameron
1
-23
/
+4
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-02-18
iio:light:ltr501: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-4
/
+2
2022-01-23
iio:light:ltr501: White space cleanup of spacing around {} in id tables
Jonathan Cameron
1
-7
/
+7
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
1
-1
/
+41
2021-12-04
iio: ltr501: Export near level property for proximity sensor
Nikita Travkin
1
-0
/
+25
2021-11-17
iio: ltr501: Don't return error code in trigger handler
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: light: ltr501: Added ltr303 driver support
Maslov Dmitry
1
-1
/
+16
2021-10-20
iio: light: ltr501: Add of_device_id table
Nikita Travkin
1
-0
/
+9
2021-10-20
iio: light: ltr501: Add rudimentary regulator support
Nikita Travkin
1
-0
/
+28
2021-06-13
iio: ltr501: mark ltr501_chip_info as const
Marc Kleine-Budde
1
-5
/
+5
2021-06-13
iio: ltr501: ltr501_read_ps(): add missing endianness conversion
Oliver Lang
1
-3
/
+4
2021-06-13
iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR
Oliver Lang
1
-1
/
+1
2021-06-13
iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too
Marc Kleine-Budde
1
-0
/
+6
2020-08-22
iio:light:ltr501 Fix timestamp alignment issue.
Jonathan Cameron
1
-6
/
+9
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
1
-1
/
+0
2020-05-11
iio: light: ltr501: Constify structs
Rikard Falkeborn
1
-19
/
+20
2020-04-19
iio:light:ltr501: Drop unnecessary cast of parameter in regmap_bulk_read
Jonathan Cameron
1
-1
/
+1
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
-4
/
+0
2017-05-21
iio: light: ltr501 Fix interchanged als/ps register field
Franziska Naepelt
1
-2
/
+2
2016-10-23
iio: light: ltr501: claim direct mode during raw writes
Alison Schofield
1
-30
/
+51
2016-10-23
iio: light: ltr501: claim direct mode during select raw reads
Alison Schofield
1
-10
/
+20
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-3
/
+4
2015-12-19
iio-light: Use a signed return type for ltr501_match_samp_freq()
Markus Elfring
1
-1
/
+1
2015-07-20
Merge 4.2-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2015-07-11
iio: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-05
iio:light:ltr501: fix variable in ltr501_init
Hartmut Knaack
1
-1
/
+1
2015-05-17
iio: ltr501: Add light channel support
Kuppuswamy Sathyanarayanan
1
-0
/
+51
2015-05-16
iio: ltr501: Fix proximity threshold boundary check
Kuppuswamy Sathyanarayanan
1
-1
/
+1
2015-05-03
iio:light:ltr501 bug in parameter sanity check.
Jonathan Cameron
1
-1
/
+1
2015-04-26
iio: ltr501: Add support for ltr301 chip
Daniel Baluta
1
-4
/
+72
2015-04-26
iio: ltr501: Add support for ltr559 chip
Daniel Baluta
1
-34
/
+184
[next]