summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | iio: light: isl29018: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: light: gp2ap020a00f: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: light: gp2ap002: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: cm36651: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: light: cm3323: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: cm3232: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: light: bh1780: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: bh1750: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: light: apds9960: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: apds9300: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: al3320a: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: al3010: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: adux1020: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: adjd_s311: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: apds9960: Fix iio_event_spec structuresSubhajit Ghosh2022-11-231-8/+12
* | iio: accel: vl6180: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: light: noa1305: Use devm_regulator_get_enable()Jonathan Cameron2022-11-231-23/+3
* | iio: light: ltr501: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-23/+4
* | iio: light: vcnl4000: Add ps_it attributes for vcnl4040Mårten Lindahl2022-11-231-3/+128
* | iio: light: vcnl4000: Preserve conf bits when toggle powerMårten Lindahl2022-11-231-3/+51
|/
* iio: light: tsl2583: Fix module unloadingShreeya Patel2022-10-171-1/+1
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-086-8/+567
|\
| * iio: light: st_uvis25: Use EXPORT_NS_SIMPLE_DEV_PM_OPS()Jonathan Cameron2022-09-213-8/+5
| * Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2022-09-213-0/+562
| |\
| | * iio: light: ltrf216a: Add raw attributeShreeya Patel2022-08-301-0/+13
| | * iio: light: cm32181: Mark the dev_pm_ops static.Jonathan Cameron2022-08-151-1/+1
| | * iio: light: Add support for ltrf216a sensorShreeya Patel2022-08-153-0/+549
* | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-162-3/+5
|\| |
| * | iio: light: cm32181: make cm32181_pm_ops staticsunliming2022-08-211-1/+1
| * | iio: light: cm3605: Fix an error handling path in cm3605_probe()Christophe JAILLET2022-08-151-2/+4
| |/
* / i2c: Make remove callback return voidUwe Kleine-König2022-08-1624-73/+25
|/
* iio: light: isl29028: Fix the warning in isl29028_remove()Zheyu Ma2022-07-191-1/+1
* iio: light: veml6030: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: light: vcnl4035: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: light: vcnl4000: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: light: tsl2591: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2022-07-181-7/+5
* iio: light: tsl2583: Use DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron2022-07-181-8/+5
* iio: light: isl29028: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2022-07-181-8/+5
* iio: light: gp2ap002: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron2022-07-181-9/+5
* iio: light: us5182: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-07-181-5/+3
* iio: light: cm3605: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-8/+5
* iio: light: bh1750: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-3/+3
* iio: light: as73211: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: light: al3320a: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: light: al3010: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-181-3/+3
* iio: light: cm32181: Add PM supportKai-Heng Feng2022-07-071-0/+22
* iio:light:tsl2563: Replace cancel_delayed_work() with cancel_delayed_work_syn...Tetsuo Handa2022-06-181-2/+2
* iio: light: tsl2563: Replace flush_scheduled_work() with cancel_delayed_work_...Tetsuo Handa2022-06-181-2/+1
* iio: light: cros_ec_light_prox: explicitly add proper header filesNuno Sá2022-06-141-0/+1