summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)Author
18 hoursMerge branch 'togreg' of https://git.kernel.org/pub/scm/linux/kernel/git/jic2...Mark Brown
19 hoursMerge branch 'fixes-togreg' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
3 daysiio: light: tsl2591: return actual error from probe IRQ failureStepan Ionichev
5 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
7 daysiio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts
7 daysiio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts
7 daysiio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts
8 daysiio: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
8 daysiio: light: opt3001: add comment to mutexJoshua Crofts
8 daysiio: light: opt3001: switch driver to managed resourcesJoshua Crofts
8 daysiio: light: opt3001: move driver to guard(mutex)() useJoshua Crofts
8 daysiio: light: opt3001: localize for loop iteratorJoshua Crofts
8 daysiio: light: opt3001: ensure correct parenthesis alignmentJoshua Crofts
8 daysiio: light: opt3001: prefer dev_err_probe()Joshua Crofts
8 daysiio: light: opt3001: use local struct device and i2c_client variablesJoshua Crofts
8 daysiio: light: opt3001: move device registration to end of probe()Joshua Crofts
8 daysiio: light: gp2ap002: fix runtime PM leak on read errorBiren Pandya
8 daysiio: light: tcs3472: implement wait time and sampling frequencyAldo Conte
8 daysiio: light: hid-sensor-prox: use u32 instead of unsignedSanjay Chitroda
8 daysiio: light: hid-sensor-als: use u32 instead of unsignedSanjay Chitroda
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