summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure/st_pressure_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21iio: pressure: st_pressure: Add support for LPS22DFMartyn Welch1-0/+70
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal1-6/+2
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron1-2/+3
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean1-1/+1
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean1-7/+2
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-17/+1
2021-07-24iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean1-5/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron1-8/+2
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko1-12/+3
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko1-3/+1
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-2/+1
2019-10-27iio: st: Drop GPIO includeLinus Walleij1-1/+0
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca1-4/+3
2019-07-28iio: make st_sensors drivers use regmapDenis Ciocca1-3/+0
2019-07-28iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca1-3/+1
2019-07-28iio:pressure: introduce st_press_get_settings() functionDenis Ciocca1-0/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-01-19iio:st_pressure:initial lps22hh sensor supportmario tesi1-0/+69
2018-03-10iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff1-1/+1
2017-10-10iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi1-6/+8
2017-10-10iio: pressure: st_pressure: add SPI-3wire support to st_pressure frameworkLorenzo Bianconi1-0/+16
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-13/+18
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi1-3/+12
2017-09-03iio: pressure: add support to LPS33HW and LPS35HWLorenzo Bianconi1-0/+2
2017-08-22iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-2/+2
2017-08-12iio: pressure: st_pressure: fix drdy configuration for LPS22HB and LPS25HLorenzo Bianconi1-2/+2
2017-07-24Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2017-06-24iio: pressure: st_pressure_core: disable multiread by default for LPS22HBLorenzo Bianconi1-1/+1
2017-04-26iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul1-4/+4
2017-04-02iio: st_pressure: initialize lps22hb bootimeShrirang Bagul1-0/+1
2016-12-30iio: st_pressure: Export sampling frequency for lps25h and lps331apMarcin Niestroj1-0/+2
2016-12-30iio: st_pressure: Fix data signMarcin Niestroj1-5/+5
2016-11-12iio: pressure: st_pressure: inline per-sensor dataLinus Walleij1-165/+92
2016-07-04iio:st_pressure: clean useless static channel initializersGregor Boirie1-10/+0
2016-07-04iio:st_pressure:lps22hb: temperature supportGregor Boirie1-3/+23
2016-07-04iio:st_pressure:lps22hb: open drain supportGregor Boirie1-0/+5
2016-07-04iio:st_pressure: temperature triggered bufferingGregor Boirie1-9/+13
2016-07-04iio:st_pressure: document sampling gainsGregor Boirie1-4/+88
2016-07-04iio:st_pressure: align storagebits on power of 2Gregor Boirie1-2/+2
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman1-30/+51
2016-05-29iio: st_sensors: switch to a threaded interruptLinus Walleij1-0/+1
2016-05-29iio:st_sensors: fix power regulator usageGregor Boirie1-4/+8
2016-05-29iio:st_pressure: fix sampling gains (bring inline with ABI)Gregor Boirie1-30/+50
2016-05-29iio:st_pressure:initial lps22hb sensor supportGregor Boirie1-4/+89
2016-04-19iio: st_sensors: support open drain modeLinus Walleij1-0/+8
2016-04-19iio: st_sensors: verify interrupt event to statusLinus Walleij1-0/+2
2016-01-10iio: st_sensors: support active-low interruptsLinus Walleij1-0/+8
2015-08-16iio: st_sensors: add debugfs register read hookLinus Walleij1-0/+1
2015-07-23iio: st-sensors: add configuration for WhoAmI addressGiuseppe Barba1-0/+3