summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure
Commit message (Expand)AuthorAgeFilesLines
* iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes2022-10-291-1/+1
* iio: pressure: ms5611: fixed value compensation bugMitja Spes2022-10-292-32/+31
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0813-302/+1276
|\
| * iio: pressure: dps310: Reset chip after timeoutEddie James2022-09-211-10/+64
| * iio: pressure: dps310: Refactor startup procedureEddie James2022-09-211-89/+99
| * iio: pressure: bmp280: Add more tunable config parameters for BMP380Angel Iglesias2022-09-212-27/+238
| * iio: pressure: bmp280: Add support for BMP380 sensor familyAngel Iglesias2022-09-216-3/+555
| * iio: pressure: bmp280: reorder i2c device tables declarationsAngel Iglesias2022-09-211-5/+5
| * 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: pressure: bmp280: fix datasheet linksAngel Iglesias2022-09-211-3/+9
| * iio: pressure: st_pressure: Add support for LPS22DFMartyn Welch2022-09-214-0/+82
| * iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron2022-09-051-5/+5
| * iio: pressure: dlhl60d: Don't take garbage into consideration when reading dataAndy Shevchenko2022-08-151-3/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-163-9/+3
|/
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-181-3/+3
* iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespaceJonathan Cameron2022-06-214-3/+5
* iio: pressure: cros_ec_baro: explicitly add proper header filesNuno Sá2022-06-141-0/+1
* iio: pressure: dlhl60d: Drop unnecessary alignment forcing.Jonathan Cameron2022-06-141-1/+1
* iio: common: cros_ec_sensors: Add label attributeGwendal Grignou2022-06-111-2/+0
* iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-101-6/+2
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2817-38/+51
|\
| * iio:pressure:mpl3115: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
| * iio:pressure:mpl115: Move exports into IIO_MPL115 namespaceJonathan Cameron2022-02-183-1/+3
| * iio:pressure:ms5611: Move exports into IIO_MS5611 namespaceJonathan Cameron2022-02-183-2/+4
| * iio:pressure:zpa2326: Move exports into IIO_ZPA2326 namespaceJonathan Cameron2022-02-183-6/+8
| * iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron2022-02-181-0/+1
| * iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-183-2/+5
| * iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-181-5/+0
| * iio: pressure: dps310: Add ACPI HID tableKai-Heng Feng2022-01-301-0/+7
| * iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-15/+20
* | spi: make remove callback a void functionUwe Kleine-König2022-02-092-6/+2
|/
* Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-183-11/+4
|\
| * iio: pressure: bmp280: Use new PM macrosPaul Cercueil2022-01-123-11/+4
* | iio: mpl3115: Use scan_type.shift and realbit in mpl3115_read_rawGwendal Grignou2021-11-171-5/+11
* | iio: ms5611: Simplify IO callback parametersLars-Peter Clausen2021-11-174-24/+17
|/
* Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-241-0/+4
|\
| * iio: st_pressure_spi: Add missing entries SPI to device ID tableMark Brown2021-10-071-0/+4
* | iio: pressure: ms5611: Make ms5611_remove() return voidUwe Kleine-König2021-10-194-6/+8
* | iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-141-1/+1
* | iio: st_sensors: remove all driver remove functionsAlexandru Ardelean2021-09-143-27/+2
* | iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2021-09-142-24/+2
* | iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-17/+1
* | iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean2021-09-142-4/+4
|/
* iio: pressure: hp03: update device probe to register with devm functionsThéo Borém Fabris2021-08-151-29/+7
* iio: hid-sensor-press: Add timestamp channelYe Xiang2021-08-091-16/+24
* iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-17/+3