summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-134-7/+0
| * iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()Alexandru Ardelean2021-06-131-86/+0
| * iio: adc: ad7124: Use devm_ managed calls for all of probe() + drop remove()Jonathan Cameron2021-06-131-33/+15
| * iio: adc: ad7192: convert to device-managed functionsAlexandru Ardelean2021-06-131-53/+36
| * iio: adc: ad7192: use devm_clk_get_optional() for mclkAlexandru Ardelean2021-06-131-3/+3
| * iio: adc: ad7780: convert to device-managed functionsAlexandru Ardelean2021-06-131-28/+10
| * iio: adc: ad7791: convert to device-managed functionsAlexandru Ardelean2021-06-131-31/+13
| * iio: adc: ad7793: convert to device-managed functionsAlexandru Ardelean2021-06-131-38/+15
| * iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()Alexandru Ardelean2021-06-131-0/+60
| * iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede2021-06-091-0/+16
| * iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede2021-06-091-5/+13
| * iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede2021-06-093-0/+116
| * iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede2021-06-093-24/+4
| * iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.hHans de Goede2021-06-092-53/+61
| * iio: accel: bmc150: Add support for dual-accelerometers with a DUAL250E HIDHans de Goede2021-06-091-7/+12
| * iio: accel: bmc150: Move check for second ACPI device into a separate functionHans de Goede2021-06-091-29/+51
| * iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede2021-06-093-4/+4
| * iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...Hans de Goede2021-06-091-7/+3
| * iio: light: si1145: Drop use of %hhx format specifier.Jonathan Cameron2021-06-091-5/+5
| * iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron2021-06-091-3/+2
| * 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
| * Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-09169-1283/+6542
| |\
| | * iio: adis: Cleanout unused headersJonathan Cameron2021-06-049-35/+0
| | * iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold2021-06-031-1/+1
| | * iio: adc: ti-adc161s626: Use devm managed functions for all of probe.Jonathan Cameron2021-06-031-33/+18
| | * iio: adc: ti-adc108s102: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-30/+15
| | * iio: adc: ti-adc0832: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-27/+12
| | * iio: adc: ti-adc081c: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-29/+14
| | * iio: adc: max1118: Avoid jumping back and forth between spi and iio structuresJonathan Cameron2021-06-031-13/+9
| | * iio: adc: max1118: Use devm_ managed functions for all of probeJonathan Cameron2021-06-031-31/+15
| | * iio: adc: max11100: Use devm_ functions for rest of probe()Jonathan Cameron2021-06-031-22/+9
| | * iio: adc: max11100: Use get_unaligned_be16() rather than opencoding.Jonathan Cameron2021-06-031-1/+2
| | * iio: chemical: sgp30: Drop use of %hx in format string.Jonathan Cameron2021-06-031-1/+1
| | * iio: gyro: st_gyro: Support mount matrixLinus Walleij2021-06-031-6/+27
| | * iio: magnetometer: st_magn: Support mount matrixLinus Walleij2021-06-031-18/+45
| | * iio: accel: st_sensors: Stop copying channelsLinus Walleij2021-06-031-10/+1
| | * iio: accel: st_sensors: Support generic mounting matrixLinus Walleij2021-06-031-53/+59
| | * iio: adis16136: make use of adis lock helpersNuno Sá2021-06-031-9/+6
| | * iio: adis16260: make use of adis lock helpersNuno Sá2021-06-031-2/+2
| | * iio: afe: iio-rescale: Support processed channelsLinus Walleij2021-06-031-6/+35
| | * iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-0319-33/+20
| | * iio: adis16480: support burst read functionNuno Sa2021-06-031-13/+147
| | * iio: buffer: Remove redundant assignment to in_locJiapeng Chong2021-06-031-1/+0
| | * iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-06-031-6/+2
| | * iio: adc: tsc2046: fix a warning message in tsc2046_adc_update_scan_mode()Dan Carpenter2021-06-031-1/+1
| | * 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:adc:ad7766: Fix unnecessary check in ad7766_probe()Tang Bin2021-05-171-4/+1
| | * iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()Dan Carpenter2021-05-171-1/+1