summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorLines
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman-9/+13
2026-03-26iio: light: veml6070: fix veml6070_read() return valueAldo Conte-3/+1
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron-1/+1
2026-03-21iio: light: vcnl4035: fix scan buffer on big-endianDavid Lechner-6/+12
2026-03-21iio: light: as73211: remove duplicate zero init of scan.chan[3]David Lechner-3/+0
2026-03-21iio: light: fix several incorrect spellingsShi Hao-5/+5
2026-03-21iio: light: vcnl4000: add support for regulatorsErikas Bitovtas-0/+7
2026-03-21iio: light: vcnl4000: remove redundant check for proximity-near-levelErikas Bitovtas-3/+1
2026-03-21iio: light: vcnl4000: use variables for I2C client and device instancesErikas Bitovtas-19/+16
2026-03-21iio: light: vcnl4000: remove error messages for trigger and irqErikas Bitovtas-7/+2
2026-03-21iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()Erikas Bitovtas-3/+14
2026-03-21iio: light: vcnl4000: move power enablement from init to probeErikas Bitovtas-5/+5
2026-03-21iio: light: vcnl4000: sort includes by their nameErikas Bitovtas-4/+4
2026-03-14iio: light: acpi-als: Convert ACPI driver to a platform oneRafael J. Wysocki-14/+14
2026-03-14iio: light: acpi-als: Register ACPI notify handler directlyRafael J. Wysocki-5/+15
2026-03-03iio: light: ltr501: return proper error code from ltr501_get_gain_index()Antoniu Miclaus-3/+3
2026-03-03iio: light: gp2ap020a00f: remove unused debug_reg_addrAntoniu Miclaus-1/+0
2026-03-03iio: light: apds9306: remove unused nlux_per_countAntoniu Miclaus-2/+0
2026-03-03iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI-1/+1
2026-02-23iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko-26/+13
2026-02-23iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko-1/+1
2026-02-23iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko-6/+2
2026-02-23iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko-18/+16
2026-02-23iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko-3/+3
2026-02-23iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore-8/+12
2026-02-23iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko-36/+24
2026-02-23iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko-12/+11
2026-02-23iio: light: gp2ap020a00f: correct return type to intEthan Tidmore-4/+9
2026-02-23iio: light: gp2ap020a00f: simplify locking with guard()Ethan Tidmore-75/+35
2026-02-23iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus-1/+1
2026-02-23iio: light: zopt2201: use lock guardsGabriel Almeida-23/+13
2026-02-23iio: light: zopt2201: Reorder header includesGabriel Almeida-5/+4
2026-02-23iio: light: vcnl4000: add support for Capella CM36686 and CM36672PErikas Bitovtas-0/+41
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior-1/+1
2026-01-22iio: light: opt4060: Use IIO cleanup helpersKurt Borja-35/+17
2026-01-22iio: light: vcnl4000: Use IIO cleanup helpersKurt Borja-31/+18
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja-1/+1
2025-12-21iio: light: isl29018: replace sprintf() with safer alternativesTomas Borquez-6/+6
2025-11-09iio: light: apds9960: convert to use maple tree register cacheChu Guangqing-1/+1
2025-11-09iio: light: apds9306: convert to use maple tree register cacheChu Guangqing-1/+1
2025-11-09iio: light: veml3235: convert to use maple tree register cacheChu Guangqing-1/+1
2025-10-19iio: light: ltr390: Fix typo in variable nameSameeksha Sankpal-4/+4
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron-1/+1
2025-09-13iio: light: ltr390: Implement runtime PM supportAkshay Jindal-17/+119
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-63/+20
2025-08-25iio: light: Drop unnecessary -ENOMEM messagesDixit Parmar-3/+1
2025-08-25iio: light: Remove dev_err_probe() if error is -ENOMEMXichao Zhao-3/+2
2025-08-16iio: light: Simple conversions to iio_push_to_buffers_with_ts()Jonathan Cameron-15/+18
2025-08-16iio: light: vl6180: Use iio_push_to_buffers_with_ts() to allow source size ru...Jonathan Cameron-7/+7
2025-08-16iio: light: vcnl4000: Use a structure to make buffer arrangement explicit.Jonathan Cameron-3/+6