summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean2021-07-191-11/+22
| * | iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean2021-07-191-17/+15
| * | iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean2021-07-191-12/+29
| * | iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-33/+11
| * | iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron2021-07-191-1/+17
| * | iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
| * | iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
| * | iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+10
| * | iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-19/+8
| * | iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean2021-07-171-33/+27
| * | 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: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue2021-07-171-1/+21
| * | iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET2021-07-171-4/+5
| * | iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET2021-07-171-2/+2
| * | iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean2021-07-136-41/+24
* | | Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-08-301-0/+23
|\ \ \ | |_|/ |/| |
| * | iio: adc: rn5t618: Add iio mapAndreas Kemnade2021-08-131-0/+23
| |/
* | iio: adc: Fix incorrect exit of for-loopColin Ian King2021-07-311-2/+2
* | iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak2021-07-241-2/+4
* | iio: accel: fxls8962af: fix i2c dependencyArnd Bergmann2021-07-241-0/+2
* | iio: adis: set GPIO reset pin directionAntti Keränen2021-07-171-2/+1
* | iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König2021-07-171-1/+0
* | iio: accel: fxls8962af: fix potential use of uninitialized symbolSean Nyekjaer2021-07-131-1/+1
|/
* Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-05204-1989/+7142
|\
| * iio: light: tcs3472: do not free unallocated IRQfrank zago2021-06-161-2/+4
| * iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold2021-06-161-22/+24
| * iio: hid-sensors: Update header includesJonathan Cameron2021-06-1614-42/+16
| * iio: pressure: icp10100: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-2/+3
| * iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-1/+3
| * iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-9/+4
| * iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-4/+1
| * iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-06-162-17/+8
| * iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-1613-17/+29
| * iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-06-161-1/+1
| * 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: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-141-1/+2
| * iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-06-141-1/+2
| * iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-06-141-1/+2
| * iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-06-141-2/+2
| * iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron2021-06-141-1/+2
| * 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: scmi: fix spelling of SPDX tagTom Rix2021-06-131-1/+1
| * iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold2021-06-134-84/+18
| * iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold2021-06-134-2/+5
| * iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold2021-06-133-42/+42