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