aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
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-03iio: light: ltr501: return proper error code from ltr501_get_gain_index()Antoniu Miclaus1-3/+3
2026-03-03iio: light: gp2ap020a00f: remove unused debug_reg_addrAntoniu Miclaus1-1/+0
2026-03-03iio: light: apds9306: remove unused nlux_per_countAntoniu Miclaus1-2/+0
2026-03-03iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2026-02-23iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko1-26/+13
2026-02-23iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko1-1/+1
2026-02-23iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko1-6/+2
2026-02-23iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko1-18/+16
2026-02-23iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko1-3/+3
2026-02-23iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore1-8/+12
2026-02-23iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko1-36/+24
2026-02-23iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko1-12/+11
2026-02-23iio: light: gp2ap020a00f: correct return type to intEthan Tidmore1-4/+9
2026-02-23iio: 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
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-22iio: light: opt4060: Use IIO cleanup helpersKurt Borja1-35/+17
2026-01-22iio: light: vcnl4000: Use IIO cleanup helpersKurt Borja1-31/+18
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja1-1/+1
2025-12-21iio: light: isl29018: replace sprintf() with safer alternativesTomas Borquez1-6/+6
2025-11-09iio: light: apds9960: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: light: apds9306: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: light: veml3235: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-10-19iio: light: ltr390: Fix typo in variable nameSameeksha Sankpal1-4/+4
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