summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
2024-08-17iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha1-2/+12
2024-08-17iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha1-15/+90
2024-08-17iio: light: noa1305: Fix up integration time look upMarek Vasut1-1/+1
2024-08-10iio: light: apds9960: Add proximity and gesture offset calibrationAbhash Jha1-1/+54
2024-08-03iio: light: ltr390: Add configurable gain and resolutionAbhash Jha1-11/+125
2024-08-03iio: light: stk3310: add support for stk3013Kaustabh Chakraborty1-0/+5
2024-08-03iio: light: stk3310: relax chipid check warningKaustabh Chakraborty1-1/+1
2024-08-03iio: light: ROHM BH1745 colour sensorMudit Sharma3-0/+920
2024-08-03iio: light: tcs3472: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: tcs3414: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: si1145: use new '.masklength' accessorsNuno Sa1-4/+3
2024-08-03iio: light: isl29125: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: gp2ap020a00f: make use of iio_for_each_active_channel()Nuno Sa1-6/+3
2024-08-03iio: light: adjd_s311: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-08-03iio: light: noa1305: Make integration time configurableMarek Vasut1-0/+61
2024-08-03iio: light: noa1305: Report available scale valuesMarek Vasut1-0/+21
2024-08-03iio: light: noa1305: Use static table lookup of scale valuesMarek Vasut1-36/+15
2024-08-03iio: light: noa1305: Assign val in noa1305_measure()Marek Vasut1-8/+5
2024-08-03iio: light: noa1305: Simplify noa1305_read_raw()Marek Vasut1-24/+13
2024-08-03iio: light: ltrf216a: Add LTR-308 supportMarek Vasut1-10/+43
2024-08-03iio: bu27034: Add a read only HARDWAREGAINMatti Vaittinen1-1/+14
2024-08-03bu27034: ROHM BU27034ANUC correct lux calculationMatti Vaittinen1-126/+31
2024-08-03bu27034: ROHM BU27034ANUC correct gains and timesMatti Vaittinen1-19/+9
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUC drop data2Matti Vaittinen1-104/+28
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUCMatti Vaittinen1-3/+2
2024-07-29iio: light: gp2ap002: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds39-67/+369
2024-06-29iio: light: apds9306: Fix error handingMudit Sharma1-2/+2
2024-06-25iio: light: veml6030: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-25iio: light: st_uvis25_core: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-25iio: light: isl29018: make use of regmap_clear_bits()Trevor Gamblin1-3/+3
2024-06-25iio: light: iqs621-als: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-25iio: light: adux1020: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-7/+6
2024-06-13iio: light: driver for Vishay VEML6040Arthur Becker3-0/+293
2024-06-04iio: light: stk3310: support more stk3311 variantsBarnabás Czémán1-0/+4
2024-06-04iio: light: stk3310: make chip id check expandableBarnabás Czémán1-5/+19
2024-06-04iio: light: stk3310: relax failure to match idBarnabás Czémán1-2/+1
2024-06-04iio: light: rohm-bu27034: remove unused struct 'bu27034_result'Dr. David Alan Gilbert1-6/+0
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König32-37/+37
2024-05-27iio: light: gp2ap020a00f: Remove some unused field in struct gp2ap020a00f_dataChristophe JAILLET1-1/+0
2024-04-29iio: light: stk3310: Drop most likely fake ACPI IDAndy Shevchenko1-1/+0
2024-04-28iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh1-6/+6
2024-04-06iio: light: apds9306: Improve apds9306_write_event_config()Subhajit Ghosh1-21/+27
2024-04-06iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()Dan Carpenter1-1/+1
2024-03-25iio: light: Add support for APDS9306 Light SensorSubhajit Ghosh3-0/+1368
2024-03-25io: light: st_uvis25: drop casting to void in dev_set_drvdataJavier Carrasco1-1/+1
2024-02-28iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron1-1/+1
2024-02-28iio: light: al3320a: Drop unused linux/of.h includeJonathan Cameron1-1/+0
2024-02-28iio: light: vl6180: Drop unused linux/of.h includeJonathan Cameron1-1/+0
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman10-61/+269