summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)Author
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-12-12iio:light:cm3605: Switch to generic firmware properties.Jonathan Cameron
2021-12-04iio: ltr501: Export near level property for proximity sensorNikita Travkin
2021-11-17iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen
2021-11-17iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen
2021-11-17iio: light: ltr501: Added ltr303 driver supportMaslov Dmitry
2021-11-17iio: gp2ap020a00f: Remove no-op trigger opsLars-Peter Clausen
2021-10-20iio: light: gp2ap002: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-20iio: light: cm3605: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-20iio: light: ltr501: Add of_device_id tableNikita Travkin
2021-10-20iio: light: ltr501: Add rudimentary regulator supportNikita Travkin
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman
2021-10-19iio: light: noa1305: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-19iio: light: cm36651: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-17iio: light: max44000: use device-managed functions in probeAlexandru Ardelean
2021-10-03iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08iio/drivers/as73211: use HZ macrosDaniel Lezcano
2021-08-08iio: light: cm3323: Add of_device_id tableSiddharth Manthan
2021-07-19iio: light: si1145: remove redundant continue statementColin Ian King
2021-07-19iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean
2021-07-17iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean
2021-07-13iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean
2021-06-16iio: light: tcs3472: do not free unallocated IRQfrank zago
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko
2021-06-16iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron
2021-06-14iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron
2021-06-13iio: ltr501: mark ltr501_chip_info as constMarc Kleine-Budde
2021-06-13iio: ltr501: ltr501_read_ps(): add missing endianness conversionOliver Lang
2021-06-13iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTROliver Lang
2021-06-13iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA ...Marc Kleine-Budde
2021-06-09iio: light: si1145: Drop use of %hhx format specifier.Jonathan Cameron
2021-06-09iio: light: si1133: Drop remaining uses of %hhx format string.Jonathan Cameron
2021-06-09iio: si1133: fix format string warningsArnd Bergmann
2021-05-17iio: light: tsl2591: delete a stray tabDan Carpenter
2021-05-17iio: light: tsl2591: fix some signedness bugsDan Carpenter
2021-05-17iio: light: pa12203001: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron
2021-05-17iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron
2021-05-17iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron
2021-05-17iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: vcnl4035: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: light: us5182: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: isl29028: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: light: Added AMS tsl2591 driver implementationJoe Sandom