summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman30-502/+687
2026-08-19Merge tag 'iio-fixes-for-7.2b-take2' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman5-40/+41
2026-08-07iio: light: gp2ap002: re-enable irq if runtime suspend failsNikhil Gautam1-0/+1
2026-08-07iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writesNikhil Gautam1-3/+10
2026-08-07iio: light: apds9306: fix PM reference leak in apds9306_read_data()Moksh Panicker1-5/+3
2026-08-07iio: light: opt4001: Fix reversed GENMASK() arguments in fault count maskNikhil Gautam1-1/+1
2026-08-07iio: light: opt4001: Reject integration times with a non-zero seconds partNikhil Gautam1-0/+3
2026-08-07iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()Nikhil Gautam1-2/+3
2026-08-07iio: light: opt4001: Fix power down clearing bits of the wrong registerNikhil Gautam1-23/+4
2026-08-07iio: light: opt4060: Fix incorrect register name in threshold read error messageVidhu Sarwal1-1/+1
2026-08-07iio: light: opt4060: Fix pointer type passed to div_u64_rem()Vidhu Sarwal1-1/+3
2026-08-07iio: light: opt4060: Reject integration times with a non-zero seconds partVidhu Sarwal1-0/+3
2026-08-07iio: light: ltrf216a: fix runtime PM reference leak in error pathVidhu Sarwal1-2/+1
2026-08-05iio: light: cm32181: return zero after writing calibscaleGiorgi Tchankvetadze1-1/+1
2026-08-03iio: light: tsl2583: remove conditional return with no effectSang-Heon Jeon1-6/+2
2026-08-03iio: light: vcnl4000: remove vcnl4000_set_pm_runtime_state() helperSang-Heon Jeon1-12/+2
2026-08-03iio: light: vcnl4035: remove vcnl4035_set_pm_runtime_state() helperSang-Heon Jeon1-14/+4
2026-08-03iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+7
2026-08-03iio: light: isl29028: remove isl29028_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+5
2026-08-03iio: light: tsl2583: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: light: isl29028: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: light: tsl2772: fix ALS calibscale readbackYuanshen Cao1-1/+1
2026-07-27iio: light: cm3323: use dev_err_probe() in probe pathAldo Conte1-11/+6
2026-07-27iio: light: Remove redundant dev_err()/dev_err_probe()Pan Chuang19-55/+20
2026-07-27iio: hid-sensor: als: scale each channel individuallyDaniel Schaefer1-10/+12
2026-07-20iio: light: opt3001: split opt3001_get_processed() logicJoshua Crofts1-84/+104
2026-07-20iio: light: vcnl4000: make read-only const array regulator_names staticColin Ian King1-1/+1
2026-07-19iio: light: tsl2583: migrate to sysfs_emit() and sysfs_emit_at()Chengrui Liu1-6/+6
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+7
2026-07-11iio: light: gp2ap002: Disable regulators on resume failureLaxman Acharya Padhya1-2/+8
2026-07-11iio: light: rpr0521: Propagate regcache_sync() errorsPengpeng Hou1-1/+4
2026-07-11iio: light: vcnl4035: Propagate regcache_sync() errorsPengpeng Hou1-1/+4
2026-07-07iio: hid-sensors: align function parenthesis for readabilitySanjay Chitroda2-35/+26
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron28-28/+0
2026-07-05Merge branch 'iio-inkern-namespace-ib' into togregJonathan Cameron2-0/+2
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois2-0/+2
2026-07-05iio: light: al3010: fix incorrect scale for the highest gain rangeVidhu Sarwal1-1/+1
2026-07-05iio: light: tsl2591: return actual error from probe IRQ failureStepan Ionichev1-4/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)28-28/+0
2026-07-02iio: light: hid-sensor-als: Avoid race between callback setup and device expo...Sanjay Chitroda1-10/+10
2026-07-02iio: light: hid-sensor-prox: Avoid race between callback setup and device exp...Sanjay Chitroda1-10/+10
2026-07-01iio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-01iio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-01iio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-06-30iio: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)1-1/+1
2026-06-30iio: light: opt3001: add comment to mutexJoshua Crofts1-0/+6
2026-06-30iio: light: opt3001: switch driver to managed resourcesJoshua Crofts1-50/+38
2026-06-30iio: light: opt3001: move driver to guard(mutex)() useJoshua Crofts1-41/+20
2026-06-30iio: light: opt3001: localize for loop iteratorJoshua Crofts1-2/+1
2026-06-30iio: light: opt3001: ensure correct parenthesis alignmentJoshua Crofts1-32/+39