summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
Commit message (Expand)AuthorAgeFilesLines
* iio: light: rpr0521: add missing Kconfig dependenciesPaul Gazzillo2022-11-121-0/+2
* iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez2022-11-061-6/+6
* 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
* iio:light:vcnl4035: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-2/+8
* iio:light:vcnl4000: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-1/+7
* iio:light:us5182d: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-1/+7
* iio:light:pa12203001: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-1/+7
* iio: common: cros_ec_sensors: Add label attributeGwendal Grignou2022-06-111-2/+0
* iio:light:tsl2583: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:light:stk3310: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:light:opt3001: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-2/+1
* iio:light:jsa1212: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:light:isl29028: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:light:bh1780: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-4/+3
* iio: proximity: stk3310: Export near level property for proximity sensorArnaud Ferraris2022-04-281-0/+25
* iio: light: tsl2772: Make use of device propertiesAndy Shevchenko2022-04-281-15/+10
* iio: light: cm3605: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* iio:light:rpr0521: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
* iio:light:bh1780: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-9/+3
* iio:light:tsl4531: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3