summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
2026-07-24iio: tcs3472: power down chip on probe failureAldo Conte1-18/+20
2026-07-24iio: light: si1133: prevent race condition on timeoutJoshua Crofts1-1/+8
2026-07-24iio: light: si1133: reset counter to prevent race conditionJoshua Crofts1-0/+5
2026-07-18iio: light: veml6030: fix channel type when pushing eventsJavier Carrasco1-3/+5
2026-07-18iio: light: tsl2591: return actual error from probe IRQ failureStepan Ionichev1-4/+2
2026-07-18iio: light: opt3001: fix missing state reset on timeoutJoshua Crofts1-2/+4
2026-07-18iio: light: gp2ap002: fix runtime PM leak on read errorBiren Pandya1-1/+1
2026-07-18iio: light: al3010: fix incorrect scale for the highest gain rangeVidhu Sarwal1-1/+1
2026-07-04iio: light: veml6075: add bounds check to veml6075_it_ms indexSam Daly1-2/+6
2026-07-04iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus1-2/+2
2026-06-09iio: light: cm3323: fix reg_conf not being initialized correctlyAldo Conte1-3/+2
2026-04-11iio: light: vcnl4035: fix scan buffer on big-endianDavid Lechner1-6/+12
2026-03-04iio: Use IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2025-08-28iio: light: as73211: Ensure buffer holes are zeroedJonathan Cameron1-1/+1
2025-08-28iio: light: Use aligned_s64 instead of open coding alignment.Jonathan Cameron11-11/+11
2025-08-01iio: hid-sensor-prox: Fix incorrect OFFSET calculationZhang Lixu1-2/+1
2025-08-01iio: hid-sensor-prox: Restore lost scale assignmentsZhang Lixu1-0/+5
2025-05-22iio: light: opt3001: fix deadlock due to concurrent flag accessLuca Ceresoli1-2/+3
2025-04-10iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi1-2/+6
2025-03-13iio: light: apds9306: fix max_scale_nano valuesJavier Carrasco1-2/+2
2025-02-17iio: light: as73211: fix channel handling in only-color triggered bufferJavier Carrasco1-4/+20
2025-01-17iio: light: bh1745: fix information leak in triggered bufferJavier Carrasco1-0/+2
2025-01-17iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-12-14iio: light: ltr501: Add LTER0303 to the supported devicesAndy Shevchenko1-0/+2
2024-12-05iio: light: al3010: Fix an error handling path in al3010_probe()Christophe JAILLET1-6/+5
2024-10-24iio: light: veml6030: fix microlux value calculationJavier Carrasco1-1/+1
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-3/+8
2024-10-06iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-30iio: light: veml6030: fix ALS sensor resolutionJavier Carrasco1-1/+1
2024-09-30iio: light: opt3001: add missing full-scale range valueEmil Gedenryd1-0/+4
2024-09-30iio: light: veml6030: fix IIO device retrieval from embedded deviceJavier Carrasco1-2/+1
2024-08-17iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha1-2/+12
2024-08-17iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha1-15/+90
2024-08-17iio: light: noa1305: Fix up integration time look upMarek Vasut1-1/+1
2024-08-10iio: light: apds9960: Add proximity and gesture offset calibrationAbhash Jha1-1/+54
2024-08-03iio: light: ltr390: Add configurable gain and resolutionAbhash Jha1-11/+125
2024-08-03iio: light: stk3310: add support for stk3013Kaustabh Chakraborty1-0/+5
2024-08-03iio: light: stk3310: relax chipid check warningKaustabh Chakraborty1-1/+1
2024-08-03iio: light: ROHM BH1745 colour sensorMudit Sharma3-0/+920
2024-08-03iio: light: tcs3472: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: tcs3414: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: si1145: use new '.masklength' accessorsNuno Sa1-4/+3
2024-08-03iio: light: isl29125: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: gp2ap020a00f: make use of iio_for_each_active_channel()Nuno Sa1-6/+3
2024-08-03iio: light: adjd_s311: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: noa1305: Make integration time configurableMarek Vasut1-0/+61
2024-08-03iio: light: noa1305: Report available scale valuesMarek Vasut1-0/+21
2024-08-03iio: light: noa1305: Use static table lookup of scale valuesMarek Vasut1-36/+15
2024-08-03iio: light: noa1305: Assign val in noa1305_measure()Marek Vasut1-8/+5