summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman6-14/+30
2026-06-03iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()Lucas Rabaquim1-29/+0
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron2-15/+4
2026-06-02iio: light: veml3328: add support for new deviceJoshua Crofts3-0/+435
2026-05-31light: tsl2591: simplify tsl2591_persist functions via lookup tableMatheus Silveira1-66/+28
2026-05-31iio: light: add support for APDS9999 sensorJose A. Perez de Azpillaga3-0/+348
2026-05-31iio: light: cros_ec_light_prox: simplify timestamp channel definitionDavid Lechner1-7/+1
2026-05-31iio: tcs3472: move standalone return to default caseAldo Conte1-2/+4
2026-05-31iio: tcs3472: use local struct device * for remaining casesAldo Conte1-2/+2
2026-05-31iio: tcs3472: use devm for resource managementAldo Conte1-37/+26
2026-05-31iio: tcs3472: use ! instead of explicit NULL checkAldo Conte1-1/+1
2026-05-31iio: tcs3472: convert remaining locking to guard(mutex)Aldo Conte1-44/+32
2026-05-31iio: tcs3472: sort headers alphabeticallyAldo Conte1-4/+4
2026-05-31iio: tcs3472: power down chip on probe failureAldo Conte1-18/+20
2026-05-31iio: light: HID: hid-sensor-prox: Refactor channel initializationNatália Salvino André1-13/+6
2026-05-31iio: light: HID: hid-sensor-als: Refactor channel initializationNatália Salvino André1-12/+6
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)52-95/+95
2026-05-31iio: light: veml6030: remove unnecessary read of IT indexJavier Carrasco1-5/+1
2026-05-31iio: light: opt3001: use macros from bits.h headerJoshua Crofts1-4/+3
2026-05-31iio: light: opt3001: make headers conform to iwyuJoshua Crofts1-6/+7
2026-05-31iio: light: vcnl4000: use lock guard()Raffael Raiel Trindade1-107/+45
2026-05-31iio: Drop unused driver_data in four i2c driversUwe Kleine-König (The Capable Hub)3-8/+8
2026-05-31iio: light: iqs621-als: prefer early error handling over if (!ret)Pedro Barletta Gennari1-9/+15
2026-05-31iio: light: iqs621-als: use lock guardsPedro Barletta Gennari1-62/+31
2026-05-31iio: light: si1133: use guard(mutex)() macroJoshua Crofts1-9/+6
2026-05-31iio: light: si1133: add local variable for timeoutJoshua Crofts1-2/+3
2026-05-31iio: light: si1133: group generic <linux/*> headersJoshua Crofts1-4/+2
2026-05-31iio: light: si1133: add missing include headersJoshua Crofts1-0/+10
2026-05-31iio: light: si1133: prefer complex macros enclosed in parenthesisJoshua Crofts1-8/+8
2026-05-31iio: light: si1133: remove unused macrosJoshua Crofts1-4/+0
2026-05-31iio: light: si1133: prevent race condition on timeoutJoshua Crofts1-1/+8
2026-05-31iio: light: si1133: reset counter to prevent race conditionJoshua Crofts1-0/+5
2026-05-31iio: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski1-2/+1
2026-05-31iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameterMiao Li1-5/+5
2026-05-31iio: light: stk3310: Replace uint32_t with u32 and reorder members to elimina...Miao Li1-6/+6
2026-05-31iio: light: stk3310: Deal with the ps interrupt issue in PMMiao Li1-7/+69
2026-05-31iio: light: stk3310: Update includes to match IWYURafael G. Dias1-1/+13
2026-05-31iio: light: stk3310: Sort headers alphabeticallyRafael G. Dias1-1/+2
2026-05-27iio: light: opt3001: fix missing state reset on timeoutJoshua Crofts1-2/+4
2026-05-26iio: light: al3320a: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-05-26iio: light: al3010: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-05-16iio: light: veml6030: fix channel type when pushing eventsJavier Carrasco1-3/+5
2026-05-16iio: light: acpi-als: Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-15iio: 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-27iio: tsl2772: Add support for Avago APDS9900/9901 ALS/Proximity sensorSvyatoslav Ryhel1-0/+16
2026-04-27iio: light: vcnl4000: register an IIO device with a device-managed functionErikas Bitovtas1-10/+2
2026-04-27iio: light: vcnl4000: make pm_runtime_enable() device-managedErikas Bitovtas1-11/+3
2026-04-27iio: light: vcnl4000: move power state function into device-managed actionErikas Bitovtas1-11/+21