summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)Author
2024-09-30iio: light: cm32181: Remove duplicate ACPI handle checkAndy Shevchenko
2024-09-30iio: light: lm3533-als: Get platform data via dev_get_platdata()Andy Shevchenko
2024-09-30iio: light: hid-sensor-prox: Get platform data via dev_get_platdata()Andy Shevchenko
2024-09-30iio: light: hid-sensor-als: Get platform data via dev_get_platdata()Andy Shevchenko
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko
2024-09-30iio: light: st_uvis25: use irq_get_trigger_type()Jonathan Cameron
2024-08-17iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha
2024-08-17iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha
2024-08-17iio: light: noa1305: Fix up integration time look upMarek Vasut
2024-08-10iio: light: apds9960: Add proximity and gesture offset calibrationAbhash Jha
2024-08-03iio: light: ltr390: Add configurable gain and resolutionAbhash Jha
2024-08-03iio: light: stk3310: add support for stk3013Kaustabh Chakraborty
2024-08-03iio: light: stk3310: relax chipid check warningKaustabh Chakraborty
2024-08-03iio: light: ROHM BH1745 colour sensorMudit Sharma
2024-08-03iio: light: tcs3472: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: light: tcs3414: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: light: si1145: use new '.masklength' accessorsNuno Sa
2024-08-03iio: light: isl29125: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: light: gp2ap020a00f: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: light: adjd_s311: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: light: noa1305: Make integration time configurableMarek Vasut
2024-08-03iio: light: noa1305: Report available scale valuesMarek Vasut
2024-08-03iio: light: noa1305: Use static table lookup of scale valuesMarek Vasut
2024-08-03iio: light: noa1305: Assign val in noa1305_measure()Marek Vasut
2024-08-03iio: light: noa1305: Simplify noa1305_read_raw()Marek Vasut
2024-08-03iio: light: ltrf216a: Add LTR-308 supportMarek Vasut
2024-08-03iio: bu27034: Add a read only HARDWAREGAINMatti Vaittinen
2024-08-03bu27034: ROHM BU27034ANUC correct lux calculationMatti Vaittinen
2024-08-03bu27034: ROHM BU27034ANUC correct gains and timesMatti Vaittinen
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUC drop data2Matti Vaittinen
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUCMatti Vaittinen
2024-07-29iio: light: gp2ap002: Constify struct regmap_busJavier Carrasco
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-29iio: light: apds9306: Fix error handingMudit Sharma
2024-06-25iio: light: veml6030: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: light: st_uvis25_core: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: light: isl29018: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: light: iqs621-als: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: light: adux1020: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-13iio: light: driver for Vishay VEML6040Arthur Becker
2024-06-04iio: light: stk3310: support more stk3311 variantsBarnabás Czémán
2024-06-04iio: light: stk3310: make chip id check expandableBarnabás Czémán
2024-06-04iio: light: stk3310: relax failure to match idBarnabás Czémán
2024-06-04iio: light: rohm-bu27034: remove unused struct 'bu27034_result'Dr. David Alan Gilbert
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-05-27iio: light: gp2ap020a00f: Remove some unused field in struct gp2ap020a00f_dataChristophe JAILLET
2024-04-29iio: light: stk3310: Drop most likely fake ACPI IDAndy Shevchenko
2024-04-28iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh
2024-04-06iio: light: apds9306: Improve apds9306_write_event_config()Subhajit Ghosh
2024-04-06iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()Dan Carpenter