Age | Commit message (Expand) | Author | Files | Lines |
2017-09-03 | iio: pressure: add support to LPS33HW and LPS35HW | Lorenzo Bianconi | 1 | -0/+2 |
2017-08-22 | iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | 1 | -2/+0 |
2017-08-20 | Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 1 | -2/+2 |
2017-08-12 | iio: pressure: st_pressure: fix drdy configuration for LPS22HB and LPS25H | Lorenzo Bianconi | 1 | -2/+2 |
2017-07-24 | Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -1/+1 |
2017-06-24 | iio: pressure: st_pressure_core: disable multiread by default for LPS22HB | Lorenzo Bianconi | 1 | -1/+1 |
2017-04-26 | iio: st_pressure: st_accel: Initialise sensor platform data properly | Shrirang Bagul | 1 | -4/+4 |
2017-04-02 | iio: st_pressure: initialize lps22hb bootime | Shrirang Bagul | 1 | -0/+1 |
2016-12-30 | iio: st_pressure: Export sampling frequency for lps25h and lps331ap | Marcin Niestroj | 1 | -0/+2 |
2016-12-30 | iio: st_pressure: Fix data sign | Marcin Niestroj | 1 | -5/+5 |
2016-11-12 | iio: pressure: st_pressure: inline per-sensor data | Linus Walleij | 1 | -165/+92 |
2016-07-04 | iio:st_pressure: clean useless static channel initializers | Gregor Boirie | 1 | -10/+0 |
2016-07-04 | iio:st_pressure:lps22hb: temperature support | Gregor Boirie | 1 | -3/+23 |
2016-07-04 | iio:st_pressure:lps22hb: open drain support | Gregor Boirie | 1 | -0/+5 |
2016-07-04 | iio:st_pressure: temperature triggered buffering | Gregor Boirie | 1 | -9/+13 |
2016-07-04 | iio:st_pressure: document sampling gains | Gregor Boirie | 1 | -4/+88 |
2016-07-04 | iio:st_pressure: align storagebits on power of 2 | Gregor Boirie | 1 | -2/+2 |
2016-06-20 | Merge 4.7-rc4 into staging-next | Greg Kroah-Hartman | 1 | -30/+51 |
2016-05-29 | iio: st_sensors: switch to a threaded interrupt | Linus Walleij | 1 | -0/+1 |
2016-05-29 | iio:st_sensors: fix power regulator usage | Gregor Boirie | 1 | -4/+8 |
2016-05-29 | iio:st_pressure: fix sampling gains (bring inline with ABI) | Gregor Boirie | 1 | -30/+50 |
2016-05-29 | iio:st_pressure:initial lps22hb sensor support | Gregor Boirie | 1 | -4/+89 |
2016-04-19 | iio: st_sensors: support open drain mode | Linus Walleij | 1 | -0/+8 |
2016-04-19 | iio: st_sensors: verify interrupt event to status | Linus Walleij | 1 | -0/+2 |
2016-01-10 | iio: st_sensors: support active-low interrupts | Linus Walleij | 1 | -0/+8 |
2015-08-16 | iio: st_sensors: add debugfs register read hook | Linus Walleij | 1 | -0/+1 |
2015-07-23 | iio: st-sensors: add configuration for WhoAmI address | Giuseppe Barba | 1 | -0/+3 |
2015-04-26 | iio:st_sensors: Fix oops when probing SPI devices | Alban Bedel | 1 | -0/+1 |
2014-10-04 | iio:pressure: Changed pressure data variable name to press_data | Denis CIOCCA | 1 | -19/+21 |
2014-10-04 | iio:pressure: Removed unnecessary parameter on common_probe function | Denis CIOCCA | 1 | -5/+4 |
2014-10-04 | iio:imu: changed structure name from st_sensors to st_sensor_settings | Denis CIOCCA | 1 | -10/+10 |
2014-07-07 | iio:st sensors: remove custom sampling frequence attribute in favour of core ... | Jonathan Cameron | 1 | -2/+25 |
2014-04-26 | iio: st_sensors: move regulator retrieveal to core | Linus Walleij | 1 | -37/+2 |
2014-04-26 | iio: st_sensors: announce registered sensors | Linus Walleij | 1 | -0/+3 |
2014-02-22 | iio:pressure: Add support for LPS25H pressure sensor | Denis CIOCCA | 1 | -7/+80 |
2013-09-23 | iio: pressure-core: st: Provide support for the Vdd_IO power supply | Lee Jones | 1 | -1/+12 |
2013-09-23 | iio: pressure-core: st: Provide support for the Vdd power supply | Lee Jones | 1 | -0/+28 |
2013-09-21 | iio:press: Register buffer also without specific trigger | Denis CIOCCA | 1 | -9/+8 |
2013-09-21 | iio: pressure: st: Add support for new LPS001WP pressure sensor | Lee Jones | 1 | -0/+84 |
2013-09-21 | iio: pressure-core: st: Clean-up probe() function | Lee Jones | 1 | -13/+15 |
2013-09-21 | iio: sensors-core: st: Support sensors which don't have a Data Ready pin | Lee Jones | 1 | -1/+2 |
2013-09-15 | iio: pressure-core: st: Allow for number of channels to vary | Lee Jones | 1 | -1/+2 |
2013-09-15 | iio: pressure-core: st: Expand and rename LPS331AP's channel descriptor | Lee Jones | 1 | -11/+34 |
2013-09-15 | iio: pressure-core: st: Describe LPS331AP defines by name | Lee Jones | 1 | -48/+46 |
2013-09-15 | iio: sensors-core: st: Allow full-scale to be an optional feature | Lee Jones | 1 | -2/+4 |
2013-08-04 | iio: pressure: st_pressure: Use devm_iio_device_alloc | Sachin Kamat | 1 | -1/+0 |
2013-08-03 | iio: lps331ap: Modify in_temp_scale calculation way | Jacek Anaszewski | 1 | -1/+4 |
2013-08-03 | iio: Added ST-sensors platform data to select the DRDY interrupt pin | Denis CIOCCA | 1 | -4/+11 |
2013-07-16 | iio: lps331ap: Fix wrong in_pressure_scale output value | Jacek Anaszewski | 1 | -2/+4 |
2013-06-05 | iio:pressure: Add STMicroelectronics pressures driver | Denis CIOCCA | 1 | -0/+272 |