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-24iio: light: acpi-als: Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+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: al3320a: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-07-18iio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-18iio: light: al3010: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-07-18iio: light: al3010: fix incorrect scale for the highest gain rangeVidhu Sarwal1-1/+1
2026-07-18iio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-18iio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-06-27iio: light: veml6075: add bounds check to veml6075_it_ms indexSam Daly1-2/+6
2026-05-15iio: light: cm3323: fix reg_conf not being initialized correctlyAldo Conte1-3/+2
2026-04-28iio: light: veml6070: Fix resource leak in probe error pathFelix Gu1-12/+2
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman2-9/+13
2026-03-26iio: light: veml6070: fix veml6070_read() return valueAldo Conte1-3/+1
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron1-1/+1
2026-03-21iio: light: vcnl4035: fix scan buffer on big-endianDavid Lechner1-6/+12
2026-03-21iio: light: as73211: remove duplicate zero init of scan.chan[3]David Lechner1-3/+0
2026-03-21iio: light: fix several incorrect spellingsShi Hao5-5/+5
2026-03-21iio: light: vcnl4000: add support for regulatorsErikas Bitovtas1-0/+7
2026-03-21iio: light: vcnl4000: remove redundant check for proximity-near-levelErikas Bitovtas1-3/+1
2026-03-21iio: light: vcnl4000: use variables for I2C client and device instancesErikas Bitovtas1-19/+16
2026-03-21iio: light: vcnl4000: remove error messages for trigger and irqErikas Bitovtas1-7/+2
2026-03-21iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()Erikas Bitovtas1-3/+14
2026-03-21iio: light: vcnl4000: move power enablement from init to probeErikas Bitovtas1-5/+5
2026-03-21iio: light: vcnl4000: sort includes by their nameErikas Bitovtas1-4/+4
2026-03-14iio: light: acpi-als: Convert ACPI driver to a platform oneRafael J. Wysocki1-14/+14
2026-03-14iio: light: acpi-als: Register ACPI notify handler directlyRafael J. Wysocki1-5/+15
2026-03-04iio: light: ltr501: return proper error code from ltr501_get_gain_index()Antoniu Miclaus1-3/+3
2026-03-04iio: light: gp2ap020a00f: remove unused debug_reg_addrAntoniu Miclaus1-1/+0
2026-03-04iio: light: apds9306: remove unused nlux_per_countAntoniu Miclaus1-2/+0
2026-03-04iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2026-02-24iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko1-26/+13
2026-02-24iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko1-1/+1
2026-02-24iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko1-6/+2
2026-02-24iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko1-18/+16
2026-02-24iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko1-3/+3
2026-02-24iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore1-8/+12
2026-02-24iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko1-36/+24
2026-02-24iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko1-12/+11
2026-02-24iio: light: gp2ap020a00f: correct return type to intEthan Tidmore1-4/+9
2026-02-24iio: light: gp2ap020a00f: simplify locking with guard()Ethan Tidmore1-75/+35
2026-02-23iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus1-1/+1
2026-02-23iio: light: zopt2201: use lock guardsGabriel Almeida1-23/+13
2026-02-23iio: light: zopt2201: Reorder header includesGabriel Almeida1-5/+4
2026-02-23iio: light: vcnl4000: add support for Capella CM36686 and CM36672PErikas Bitovtas1-0/+41