Age | Commit message (Expand) | Author | Files | Lines |
2022-06-21 | iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace | Jonathan Cameron | 4 | -3/+5 |
2022-06-14 | iio: pressure: cros_ec_baro: explicitly add proper header files | Nuno Sá | 1 | -0/+1 |
2022-06-14 | iio: pressure: dlhl60d: Drop unnecessary alignment forcing. | Jonathan Cameron | 1 | -1/+1 |
2022-06-11 | iio: common: cros_ec_sensors: Add label attribute | Gwendal Grignou | 1 | -2/+0 |
2022-04-10 | iio: st_sensors: Stop abusing mlock to ensure internal coherency | Miquel Raynal | 1 | -6/+2 |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 17 | -38/+51 |
2022-02-18 | iio:pressure:mpl3115: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc | Jonathan Cameron | 1 | -7/+3 |
2022-02-18 | iio:pressure:mpl115: Move exports into IIO_MPL115 namespace | Jonathan Cameron | 3 | -1/+3 |
2022-02-18 | iio:pressure:ms5611: Move exports into IIO_MS5611 namespace | Jonathan Cameron | 3 | -2/+4 |
2022-02-18 | iio:pressure:zpa2326: Move exports into IIO_ZPA2326 namespace | Jonathan Cameron | 3 | -6/+8 |
2022-02-18 | iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS | Jonathan Cameron | 1 | -0/+1 |
2022-02-18 | iio:st-sensors: Move exports into IIO_ST_SENSORS namespace | Jonathan Cameron | 3 | -2/+5 |
2022-02-18 | iio:st-sensors: Remove duplicate MODULE_* | Jonathan Cameron | 1 | -5/+0 |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 2 | -6/+2 |
2022-01-30 | iio: pressure: dps310: Add ACPI HID table | Kai-Heng Feng | 1 | -0/+7 |
2022-01-23 | iio: st_sensors: don't always auto-enable I2C and SPI interface drivers | Nikita Yushchenko | 1 | -15/+20 |
2022-01-18 | Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 3 | -11/+4 |
2022-01-12 | iio: pressure: bmp280: Use new PM macros | Paul Cercueil | 3 | -11/+4 |
2021-11-17 | iio: mpl3115: Use scan_type.shift and realbit in mpl3115_read_raw | Gwendal Grignou | 1 | -5/+11 |
2021-11-17 | iio: ms5611: Simplify IO callback parameters | Lars-Peter Clausen | 4 | -24/+17 |
2021-10-24 | Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 1 | -0/+4 |
2021-10-19 | iio: pressure: ms5611: Make ms5611_remove() return void | Uwe Kleine-König | 4 | -6/+8 |
2021-10-07 | iio: st_pressure_spi: Add missing entries SPI to device ID table | Mark Brown | 1 | -0/+4 |
2021-09-14 | iio: st_sensors: remove reference to parent device object on st_sensor_data | Alexandru Ardelean | 1 | -1/+1 |
2021-09-14 | iio: st_sensors: remove all driver remove functions | Alexandru Ardelean | 3 | -27/+2 |
2021-09-14 | iio: st_sensors: remove st_sensors_power_disable() function | Alexandru Ardelean | 2 | -24/+2 |
2021-09-14 | iio: st_sensors: remove st_sensors_deallocate_trigger() function | Alexandru Ardelean | 1 | -17/+1 |
2021-09-14 | iio: st_sensors: disable regulators after device unregistration | Alexandru Ardelean | 2 | -4/+4 |
2021-08-15 | iio: pressure: hp03: update device probe to register with devm functions | Théo Borém Fabris | 1 | -29/+7 |
2021-08-09 | iio: hid-sensor-press: Add timestamp channel | Ye Xiang | 1 | -16/+24 |
2021-07-24 | iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for buffer | Alexandru Ardelean | 3 | -17/+3 |
2021-07-24 | iio: st-sensors: Remove some unused includes and add some that should be there | Jonathan Cameron | 4 | -16/+6 |
2021-07-13 | iio: hid-sensors: bind IIO channels alloc to device object | Alexandru Ardelean | 1 | -7/+4 |
2021-06-16 | iio: hid-sensors: Update header includes | Jonathan Cameron | 1 | -4/+1 |
2021-06-16 | iio: pressure: icp10100: Balance runtime pm + use pm_runtime_resume_and_get() | Jonathan Cameron | 1 | -2/+3 |
2021-06-16 | iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace | Andy Shevchenko | 1 | -0/+1 |
2021-05-17 | iio: st_sensors: Make accel, gyro, magn and pressure probe shared | Andy Shevchenko | 1 | -4/+0 |
2021-05-17 | iio: st_sensors: Call st_sensors_power_enable() from bus drivers | Andy Shevchenko | 3 | -16/+33 |
2021-05-17 | iio: core: move @id from struct iio_dev to struct iio_dev_opaque | Jonathan Cameron | 1 | -1/+2 |
2021-05-10 | iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER | Alexandru Ardelean | 1 | -1/+0 |
2021-03-25 | iio: cros: unify hw fifo attributes without API changes | Gwendal Grignou | 1 | -2/+1 |
2021-03-25 | iio: pressure: zpa2326: kernel-doc fixes | Jonathan Cameron | 1 | -2/+2 |
2021-03-25 | iio: fix devm_iio_trigger_alloc with parent.cocci | Gwendal Grignou | 1 | -1/+0 |
2021-03-11 | hid-sensors: Add more data fields for sensitivity checking | Ye Xiang | 1 | -0/+1 |
2021-03-11 | iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common | Ye Xiang | 1 | -12/+7 |
2021-01-22 | iio:pressure:ms5637: add ms5803 support | Alexandre Belloni | 1 | -0/+8 |
2021-01-22 | iio:pressure:ms5637: limit available sample frequencies | Alexandre Belloni | 1 | -4/+15 |
2021-01-22 | iio:pressure:ms5637: introduce hardware differentiation | Alexandre Belloni | 1 | -10/+40 |
2020-12-03 | iio:pressure:mpl3115: Force alignment of buffer | Jonathan Cameron | 1 | -1/+8 |
2020-11-01 | iio: pressure: bmp280: remove unneeded semicolon | Tom Rix | 1 | -2/+2 |