summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
AgeCommit message (Expand)Author
2020-09-17iio: cros_ec: Set Gyroscope default frequency to 25HzGwendal Grignou
2020-04-29iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-09-06iio: hid-sensor-attributes: Fix divisions for 32-bit platformsAndy Shevchenko
2019-09-03iio: cros_ec: set calibscale for 3d MEMS to unit vectorGwendal Grignou
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra
2019-08-25iio: st_sensors: Fix build errorYueHaibing
2019-08-18iio: hid-sensor-attributes: Convert to use int_pow()Andy Shevchenko
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca
2019-07-27iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio ...Fabien Lahoudere
2019-07-27iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou
2019-07-27iio: common: cros_ec_sensors: determine protocol versionFabien Lahoudere
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca
2019-07-27iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca
2019-07-27iio: cros_ec: Remove replacing error code with -EIOGwendal Grignou
2019-07-27iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-06-25iio: cros_ec: Add lid angle driverGwendal Grignou
2019-06-23Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27iio: cros_ec: add 'id' sysfs entryGwendal Grignou
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-04iio: cros_ec: Switch to SPDX identifier.Enric Balletbo i Serra
2019-04-04iio: cros_ec: Add kernel-doc for cros_ec_sensors_read_lpcGwendal Grignou
2019-04-04iio: cros_ec: Drop unnecessary include filesGuenter Roeck
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult
2019-04-04iio: common: ssp_sensors: Initialize calculated_time in ssp_common_process_dataNathan Chancellor
2019-03-16iio: cros_ec: Fix the maths for gyro scale calculationGwendal Grignou
2018-11-25iio: hid-sensor-hub: clean up indentation, remove extraneous tabColin Ian King
2018-10-21iio: st_sensors: miscellaneous cleanupMartin Kelly
2018-10-07iio: ssp_sensors: don't manually free devm managed resourcesUwe Kleine-König
2018-07-15iio: change strncpy+truncation to strlcpyDominique Martinet
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-09Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-04-28iio: common: hid-sensors: simplify getting .drvdataWolfram Sang
2018-04-28iio: common: cros_ec_sensors: simplify getting .drvdataWolfram Sang
2018-04-21iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resumeHans de Goede
2018-03-17iio: cros_ec: Move cros_ec_sensors_core.h in /includeGwendal Grignou
2018-03-03iio: cros_ec: Relax sampling frequency before suspendingGwendal Grignou
2018-01-08iio: common: ssp_sensors: account for const type of of_device_id.dataJulia Lawall
2018-01-08iio: common: ssp_sensors: use ktime_get_real_ns() timestampsArnd Bergmann
2017-12-02iio: cros_ec: Remove unused variablesPaolo Cretaro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook