aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16iio: light: tcs3472: do not free unallocated IRQfrank zago1-2/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron2-8/+2
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2-0/+2
2021-06-16iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-06-14iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
2021-06-13iio: ltr501: mark ltr501_chip_info as constMarc Kleine-Budde1-5/+5
2021-06-13iio: ltr501: ltr501_read_ps(): add missing endianness conversionOliver Lang1-3/+4
2021-06-13iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTROliver Lang1-1/+1
2021-06-13iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, tooMarc Kleine-Budde1-0/+6
2021-06-09iio: light: si1145: Drop use of %hhx format specifier.Jonathan Cameron1-5/+5
2021-06-09iio: light: si1133: Drop remaining uses of %hhx format string.Jonathan Cameron1-7/+7
2021-06-09iio: si1133: fix format string warningsArnd Bergmann1-2/+2
2021-05-17iio: light: tsl2591: delete a stray tabDan Carpenter1-1/+1
2021-05-17iio: light: tsl2591: fix some signedness bugsDan Carpenter1-3/+3
2021-05-17iio: light: pa12203001: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-3/+1
2021-05-17iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+1
2021-05-17iio: light: vcnl4035: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-3/+1
2021-05-17iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-3/+1
2021-05-17iio: light: us5182: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-3/+1
2021-05-17iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+7
2021-05-17iio: light: isl29028: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron5-5/+7
2021-05-17iio: light: Added AMS tsl2591 driver implementationJoe Sandom3-0/+1237
2021-05-17iio: light: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-1/+1
2021-05-10iio: tsl2583: Fix division by a zero lux_valColin Ian King1-0/+8
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-2/+0
2021-05-10iio: light: gp2ap002: Fix rumtime PM imbalance on errorDinghao Liu1-2/+3
2021-04-26Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2021-04-26Merge branch 'acpi-messages'Rafael J. Wysocki1-3/+1
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman14-99/+116
2021-03-25iio: acpi_als: Add trigger supportGwendal Grignou1-28/+68
2021-03-25iio: acpi_als: Add local variable dev in probeGwendal Grignou1-4/+5
2021-03-25iio: acpi_als: Add timestamp channelGwendal Grignou1-6/+4
2021-03-25iio: cros: unify hw fifo attributes without API changesGwendal Grignou1-2/+1
2021-03-25iio: gp2ap020a00f: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou5-5/+0
2021-03-25iio: light: gp2ap002: Drop unneeded explicit castingAndy Shevchenko1-2/+1
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou2-2/+2
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-2/+11
2021-03-11iio: hid-sensor-als: Add relative hysteresis supportYe Xiang1-2/+12
2021-03-11hid-sensors: Add more data fields for sensitivity checkingYe Xiang1-0/+1
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2-31/+15
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2-16/+12
2021-03-08IIO: acpi-als: Get rid of ACPICA message printingRafael J. Wysocki1-3/+1
2021-01-30iio: hid-sensor-prox: Fix scale not correct issueYe Xiang1-2/+11
2021-01-22iio: hid-sensor-als: Add timestamp channelYe Xiang1-16/+23
2021-01-09iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-4/+4