summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-223-9/+44
|\
| * iio:light:cm3605: Switch to generic firmware properties.Jonathan Cameron2021-12-121-3/+3
| * iio: ltr501: Export near level property for proximity sensorNikita Travkin2021-12-041-0/+25
| * iio: light: ltr501: Added ltr303 driver supportMaslov Dmitry2021-11-171-1/+16
| * iio: gp2ap020a00f: Remove no-op trigger opsLars-Peter Clausen2021-11-171-5/+0
* | iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-11-171-3/+3
* | iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-1/+1
|/
* iio: light: gp2ap002: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+10
* iio: light: cm3605: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+15
* iio: light: ltr501: Add of_device_id tableNikita Travkin2021-10-201-0/+9
* iio: light: ltr501: Add rudimentary regulator supportNikita Travkin2021-10-201-0/+28
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-193-22/+9
|\
| * iio: light: noa1305: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * iio: light: cm36651: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * iio: light: max44000: use device-managed functions in probeAlexandru Ardelean2021-10-171-14/+3
* | iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N2021-10-031-3/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
|\
| * iio/drivers/as73211: use HZ macrosDaniel Lezcano2021-09-081-2/+1
* | iio: light: cm3323: Add of_device_id tableSiddharth Manthan2021-08-081-0/+7
* | iio: light: si1145: remove redundant continue statementColin Ian King2021-07-191-1/+0
* | iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean2021-07-191-29/+19
* | iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-25/+3
* | iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean2021-07-171-19/+6
* | iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean2021-07-132-14/+8
|/
* iio: light: tcs3472: do not free unallocated IRQfrank zago2021-06-161-2/+4
* iio: hid-sensors: Update header includesJonathan Cameron2021-06-162-8/+2
* iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-162-0/+2
* iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-161-1/+2
* iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-141-1/+1
* iio: ltr501: mark ltr501_chip_info as constMarc Kleine-Budde2021-06-131-5/+5
* iio: ltr501: ltr501_read_ps(): add missing endianness conversionOliver Lang2021-06-131-3/+4
* iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTROliver Lang2021-06-131-1/+1
* iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA ...Marc Kleine-Budde2021-06-131-0/+6
* iio: light: si1145: Drop use of %hhx format specifier.Jonathan Cameron2021-06-091-5/+5
* iio: light: si1133: Drop remaining uses of %hhx format string.Jonathan Cameron2021-06-091-7/+7
* iio: si1133: fix format string warningsArnd Bergmann2021-06-091-2/+2
* iio: light: tsl2591: delete a stray tabDan Carpenter2021-05-171-1/+1
* iio: light: tsl2591: fix some signedness bugsDan Carpenter2021-05-171-3/+3
* iio: light: pa12203001: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
* iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-3/+7
* iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-3/+7
* iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-3/+7
* iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+1
* iio: light: vcnl4035: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
* iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
* iio: light: us5182: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
* iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+7
* iio: light: isl29028: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-4/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-175-5/+7
* iio: light: Added AMS tsl2591 driver implementationJoe Sandom2021-05-173-0/+1237