aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron1-1/+1
2025-09-13iio: light: ltr390: Implement runtime PM supportAkshay Jindal1-17/+119
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus13-63/+20
2025-08-25iio: light: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-25iio: light: Remove dev_err_probe() if error is -ENOMEMXichao Zhao2-3/+2
2025-08-16iio: light: Simple conversions to iio_push_to_buffers_with_ts()Jonathan Cameron9-15/+18
2025-08-16iio: light: vl6180: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-7/+7
2025-08-16iio: light: vcnl4000: Use a structure to make buffer arrangement explicit.Jonathan Cameron1-3/+6
2025-08-16iio: light: tcs3472: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-7/+7
2025-08-16iio: light: tcs3414: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-7/+8
2025-08-16iio: light: st_uvis25: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron2-8/+9
2025-08-16iio: light: max44000: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-9/+9
2025-08-16iio: light: isl29125: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-7/+7
2025-08-16iio: light: adjd_s311: Use iio_push_to_buffers_with_ts() to allow source size runtime checkJonathan Cameron1-6/+6
2025-08-16iio: light: acpi-als: Use iio_push_to_buffers_with_ts() to allow runtime source size checkJonathan Cameron1-1/+1
2025-08-16iio: light: acpi-als: Use a structure for layout of data to push to buffer.Jonathan Cameron1-13/+6
2025-08-16iio: light: as73211: Ensure buffer holes are zeroedJonathan Cameron1-1/+1
2025-08-16iio: light: ltr390: Add device powerdown functionality via devm apiAkshay Jindal1-1/+20
2025-08-16iio: light: add support for veml6046x00 RGBIR color sensorAndreas Klinger3-0/+1044
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed5-8/+5
2025-08-16iio: light: ltr390: Add debugfs register access supportAkshay Jindal1-0/+52
2025-08-16iio: light: vl6180: remove space before \n newlineColin Ian King1-1/+1
2025-07-13iio: light: cm3232: make struct cm3232_als_info constDavid Lechner1-3/+3
2025-07-13iio: light: cm3232: move calibscale to struct cm3232_chipDavid Lechner1-7/+5
2025-07-13iio: light: zopt2201: make zopt2201_scale constDavid Lechner1-3/+3
2025-07-13iio: light: isl76682: make isl76682_range_table constDavid Lechner1-1/+1
2025-06-26iio: light: veml6030: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: opt4060: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: ltr501: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: bh1745: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: apds9306: Refactor threshold get/set functions to use helperNattan Ferreira1-16/+20
2025-06-26iio: light: opt4060: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-26iio: light: ltr501: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-26iio: light: isl29028: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-09iio: Remove single use of macro definition for regmap nameWaqar Hameed8-18/+8
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed4-8/+4
2025-06-09iio: Remove single use of macro definition for driver nameWaqar Hameed1-3/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman48-423/+461
2025-05-21iio: light: zopt2201: Remove code duplication in scale write functionsBeatriz Viana Costa1-30/+12
2025-04-22iio: normalize array sentinel styleDavid Lechner34-58/+58
2025-04-22iio: light: al3320a: Implement regmap supportDavid Heidelberg1-39/+48
2025-04-22iio: light: al3010: Implement regmap supportDavid Heidelberg1-35/+41
2025-04-22iio: light: al3320a: Fix an error handling path in al3320a_probe()David Heidelberg1-4/+6
2025-04-22iio: light: al3000a: Fix an error handling path in al3000a_probe()David Heidelberg1-4/+5
2025-04-22iio: light: al3010: Improve al3010_init error handling with dev_err_probe()David Heidelberg1-5/+3
2025-04-22iio: light: vcnl4035: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-16/+26
2025-04-22iio: light: vcnl4000: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-37/+41
2025-04-22iio: light: tcs3472: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-5/+4
2025-04-22iio: light: tcs3414: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-5/+4
2025-04-22iio: light: st_uvis25: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3