summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-201-1/+1
|\
| * iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud2020-04-191-1/+1
* | Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-04-083-96/+295
|\ \ | |/ |/|
| * iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou2020-03-301-13/+19
| * iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou2020-03-281-2/+31
| * iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou2020-03-282-23/+75
| * iio: cros_ec: Remove pm functionGwendal Grignou2020-03-283-49/+0
| * iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou2020-03-283-10/+102
| * iio: cros_ec: Move function description to .c fileGwendal Grignou2020-03-281-0/+69
* | iio: st_sensors: handle memory allocation failure to fix null pointer derefer...Colin Ian King2020-02-141-0/+4
|/
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-042-2/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-072-2/+0
* | iio: st_sensors: Make use of device propertiesAndy Shevchenko2020-01-132-21/+12
* | iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2020-01-132-42/+17
* | Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-104-31/+23
|\ \ | |/ |/|
| * iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko2019-12-291-0/+3
| * iio: ssp_sensors: Convert to use GPIO descriptorsLinus Walleij2019-12-153-31/+20
* | mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou2019-11-212-7/+3
* | iio / platform: cros_ec: Add cros-ec-sensorhub driverGwendal Grignou2019-11-211-1/+1
|/
* Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-194-5/+6
|\
| * mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-023-4/+5
| * mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
* | iio: hid-sensor-attributes: Fix divisions for 32-bit platformsAndy Shevchenko2019-09-061-14/+28
* | iio: cros_ec: set calibscale for 3d MEMS to unit vectorGwendal Grignou2019-09-031-1/+4
* | iio: st_sensors: Fix build errorYueHaibing2019-08-251-0/+2
* | iio: hid-sensor-attributes: Convert to use int_pow()Andy Shevchenko2019-08-181-31/+22
* | iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-053-27/+12
* | iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio ...Fabien Lahoudere2019-07-272-0/+68
* | iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou2019-07-271-0/+4
* | iio: common: cros_ec_sensors: determine protocol versionFabien Lahoudere2019-07-271-1/+34
* | iio: make st_sensors drivers use regmapDenis Ciocca2019-07-275-153/+79
* | iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-51/+78
* | iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca2019-07-271-15/+34
* | iio: cros_ec: Remove replacing error code with -EIOGwendal Grignou2019-07-271-19/+25
* | iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou2019-07-272-6/+47
|/
* Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-113-0/+149
|\
| * iio: cros_ec: Add lid angle driverGwendal Grignou2019-06-253-0/+149
* | Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman2019-06-234-46/+4
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-053-42/+3
* | | Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-0320-56/+20
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-306-12/+6
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-304-44/+4
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2110-0/+10
| |/
* / iio: cros_ec: add 'id' sysfs entryGwendal Grignou2019-04-271-0/+14
|/
* Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-3/+4
|\
| * iio: cros_ec: Fix the maths for gyro scale calculationGwendal Grignou2019-03-161-3/+4
* | iio: cros_ec: Switch to SPDX identifier.Enric Balletbo i Serra2019-04-042-18/+2
* | iio: cros_ec: Add kernel-doc for cros_ec_sensors_read_lpcGwendal Grignou2019-04-041-0/+11
* | iio: cros_ec: Drop unnecessary include filesGuenter Roeck2019-04-042-3/+0