aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean1-33/+11
2021-07-19iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron1-1/+17
2021-07-17iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean1-17/+10
2021-07-17iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean1-19/+8
2021-07-17iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean1-33/+27
2021-07-17iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean1-25/+3
2021-07-17iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean1-19/+6
2021-07-17iio: adis: set GPIO reset pin directionAntti Keränen1-2/+1
2021-07-17iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König1-1/+0
2021-07-17iio: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue1-1/+21
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET1-4/+5
2021-07-17iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET1-2/+2
2021-07-13iio: accel: fxls8962af: fix potential use of uninitialized symbolSean Nyekjaer1-1/+1
2021-07-13iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean6-41/+24
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds204-1989/+7142
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2021-06-23iio: Remove a cast in iio-test-format which is no longer requiredDavid Gow1-1/+1
2021-06-16iio: light: tcs3472: do not free unallocated IRQfrank zago1-2/+4
2021-06-16iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold1-22/+24
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron14-42/+16
2021-06-16iio: pressure: icp10100: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-2/+3
2021-06-16iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()Jonathan Cameron1-1/+3
2021-06-16iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron1-9/+4
2021-06-16iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
2021-06-16iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2-17/+8
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko13-17/+29
2021-06-16iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
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-14iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-06-14iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-06-14iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-06-14iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-2/+2
2021-06-14iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
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-13iio: scmi: fix spelling of SPDX tagTom Rix1-1/+1
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold4-84/+18
2021-06-13iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold4-2/+5
2021-06-13iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold3-42/+42
2021-06-13iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold2-18/+2
2021-06-13iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold4-67/+37
2021-06-13iio: accel: bmc150: Clarify combo modules in KconfigStephan Gerhold1-2/+5
2021-06-13iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold1-4/+5
2021-06-13iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not setWei Yongjun1-0/+1
2021-06-13iio: frequency: adf4350: disable reg and clk on error in adf4350_probe()Yang Yingliang1-2/+4