summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)Author
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-06-03iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()Lucas Rabaquim
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron
2026-06-02iio: light: veml3328: add support for new deviceJoshua Crofts
2026-05-31light: tsl2591: simplify tsl2591_persist functions via lookup tableMatheus Silveira
2026-05-31iio: light: add support for APDS9999 sensorJose A. Perez de Azpillaga
2026-05-31iio: light: cros_ec_light_prox: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: tcs3472: move standalone return to default caseAldo Conte
2026-05-31iio: tcs3472: use local struct device * for remaining casesAldo Conte
2026-05-31iio: tcs3472: use devm for resource managementAldo Conte
2026-05-31iio: tcs3472: use ! instead of explicit NULL checkAldo Conte
2026-05-31iio: tcs3472: convert remaining locking to guard(mutex)Aldo Conte
2026-05-31iio: tcs3472: sort headers alphabeticallyAldo Conte
2026-05-31iio: tcs3472: power down chip on probe failureAldo Conte
2026-05-31iio: light: HID: hid-sensor-prox: Refactor channel initializationNatália Salvino André
2026-05-31iio: light: HID: hid-sensor-als: Refactor channel initializationNatália Salvino André
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-05-31iio: light: veml6030: remove unnecessary read of IT indexJavier Carrasco
2026-05-31iio: light: opt3001: use macros from bits.h headerJoshua Crofts
2026-05-31iio: light: opt3001: make headers conform to iwyuJoshua Crofts
2026-05-31iio: light: vcnl4000: use lock guard()Raffael Raiel Trindade
2026-05-31iio: Drop unused driver_data in four i2c driversUwe Kleine-König (The Capable Hub)
2026-05-31iio: light: iqs621-als: prefer early error handling over if (!ret)Pedro Barletta Gennari
2026-05-31iio: light: iqs621-als: use lock guardsPedro Barletta Gennari
2026-05-31iio: light: si1133: use guard(mutex)() macroJoshua Crofts
2026-05-31iio: light: si1133: add local variable for timeoutJoshua Crofts
2026-05-31iio: light: si1133: group generic <linux/*> headersJoshua Crofts
2026-05-31iio: light: si1133: add missing include headersJoshua Crofts
2026-05-31iio: light: si1133: prefer complex macros enclosed in parenthesisJoshua Crofts
2026-05-31iio: light: si1133: remove unused macrosJoshua Crofts
2026-05-31iio: light: si1133: prevent race condition on timeoutJoshua Crofts
2026-05-31iio: light: si1133: reset counter to prevent race conditionJoshua Crofts
2026-05-31iio: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski
2026-05-31iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameterMiao Li
2026-05-31iio: light: stk3310: Replace uint32_t with u32 and reorder members to elimina...Miao Li
2026-05-31iio: light: stk3310: Deal with the ps interrupt issue in PMMiao Li
2026-05-31iio: light: stk3310: Update includes to match IWYURafael G. Dias
2026-05-31iio: light: stk3310: Sort headers alphabeticallyRafael G. Dias
2026-05-27iio: light: opt3001: fix missing state reset on timeoutJoshua Crofts
2026-05-26iio: light: al3320a: read both ALS ADC registers againAlexander A. Klimov
2026-05-26iio: light: al3010: read both ALS ADC registers againAlexander A. Klimov
2026-05-16iio: light: veml6030: fix channel type when pushing eventsJavier Carrasco
2026-05-16iio: light: acpi-als: Check ACPI_COMPANION() against NULLRafael J. Wysocki
2026-05-15iio: light: veml6075: add bounds check to veml6075_it_ms indexSam Daly
2026-05-15iio: light: cm3323: fix reg_conf not being initialized correctlyAldo Conte
2026-04-28iio: light: veml6070: Fix resource leak in probe error pathFelix Gu
2026-04-27iio: tsl2772: Add support for Avago APDS9900/9901 ALS/Proximity sensorSvyatoslav Ryhel
2026-04-27iio: light: vcnl4000: register an IIO device with a device-managed functionErikas Bitovtas
2026-04-27iio: light: vcnl4000: make pm_runtime_enable() device-managedErikas Bitovtas