aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: pressure: bmp280: Fix alignment for DMA safetyAngel Iglesias2022-09-212-59/+76
| * iio: pressure: bmp280: simplify driver initialization logicAngel Iglesias2022-09-211-43/+83
| * iio: pressure: bmp280: Simplify bmp280 calibration data readingAngel Iglesias2022-09-212-35/+26
| * iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASKAngel Iglesias2022-09-212-46/+57
| * iio: pressure: bmp280: reorder local variables following reverse xmas treeAngel Iglesias2022-09-211-32/+33
| * iio: dac: ad5593r: add check for i2c functionalityNuno Sá2022-09-211-0/+4
| * iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich2022-09-211-19/+27
| * iio: temperature: mlx90614 Refactoring available filter attributesCrt Mori2022-09-211-11/+30
| * drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois2022-09-214-93/+281
| * iio: pressure: bmp280: fix datasheet linksAngel Iglesias2022-09-211-3/+9
| * iio: pressure: st_pressure: Add support for LPS22DFMartyn Welch2022-09-214-0/+82
| * Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2022-09-2160-828/+5799
| |\
| | * iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron2022-09-051-5/+5
| | * iio: adc: max1363: Drop provision to provide an IIO channel map via platform ...Jonathan Cameron2022-09-051-6/+0
| | * iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2022-09-052-10/+347
| | * iio: Add new event type gesture and use direction for single and double tapJagath Jog J2022-09-051-1/+6
| | * iio: Use per-device lockdep class for mlockVincent Whitchurch2022-09-051-0/+5
| | * iio: adc: add max11205 adc driverRamona Bolboaca2022-09-053-0/+198
| | * iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko2022-09-041-10/+6
| | * iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko2022-09-041-2/+2
| | * iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko2022-09-041-10/+13
| | * iio: adc: tsc2046: silent spi_device_id warningOleksij Rempel2022-09-041-0/+12
| | * iio: adc: tsc2046: add vref supportOleksij Rempel2022-09-041-2/+55
| | * iio: light: ltrf216a: Add raw attributeShreeya Patel2022-08-301-0/+13
| | * iio/accel: fix repeated words in commentswangjianli2022-08-301-1/+1
| | * iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov2022-08-303-0/+1336
| | * iio: common: scmi_sensors: use HZ macro from units.hDmitry Rokosov2022-08-281-4/+4
| | * iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov2022-08-281-3/+4
| | * iio: Avoid multiple line dereference for maskJoe Simmons-Talbott2022-08-201-4/+2
| | * iio: stx104: Move to addac subdirectoryWilliam Breathitt Gray2022-08-205-17/+17
| | * iio: adc: qcom-spmi-adc5: add ADC5_VREF_VADC to rev2 ADC5Robert Marko2022-08-191-0/+2
| | * iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-2/+2
| | * iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
| | * iio: frequency: admv1014: return -EINVAL directlyAntoniu Miclaus2022-08-191-2/+1
| | * iio: pressure: dlhl60d: Don't take garbage into consideration when reading dataAndy Shevchenko2022-08-151-3/+2
| | * iio: magnetometer: yas530: Add YAS537 variantJakob Hauser2022-08-152-3/+423
| | * iio: magnetometer: yas530: Add function pointers to "chip_info"Jakob Hauser2022-08-151-24/+42
| | * iio: magnetometer: yas530: Add temperature calculation to "chip_info"Jakob Hauser2022-08-151-69/+54
| | * iio: magnetometer: yas530: Add IIO scaling to "chip_info"Jakob Hauser2022-08-151-21/+7
| | * iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser2022-08-151-3/+35
| | * iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser2022-08-151-24/+74
| | * iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser2022-08-151-10/+11
| | * iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser2022-08-151-2/+2
| | * iio: magnetometer: yas530: Rename functions and registersJakob Hauser2022-08-151-56/+70
| | * iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser2022-08-151-2/+4
| | * iio: magnetometer: yas530: Correct temperature handlingJakob Hauser2022-08-151-23/+76
| | * iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser2022-08-151-10/+21
| | * iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser2022-08-151-1/+1
| | * iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser2022-08-151-1/+1
| | * iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori2022-08-151-5/+56