summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-242-19/+18
|\
| * iio: hid-sensors: use iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-13/+9
| * iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-6/+9
* | iio: cros_ec: Use default frequencies when EC returns invalid informationGwendal Grignou2020-11-011-5/+11
* | Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-231-1/+1
|\ \ | |/ |/|
| * iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error codeGuenter Roeck2020-08-241-1/+1
* | iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean2020-09-293-7/+12
* | iio: ssp: use PLATFORM_DEVID_NONEKrzysztof Kozlowski2020-09-291-1/+2
* | iio: cros_ec: Set Gyroscope default frequency to 25HzGwendal Grignou2020-08-221-1/+4
|/
* iio: common: ms_sensors: ms_sensors_i2c: Fix misspelling of parameter 'client'Lee Jones2020-07-201-1/+1
* iio: cros_ec: fix spelling mistakeKeyur Patel2020-06-141-1/+1
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-143-3/+0
* iio: cros_ec: Reapply range at resumeGwendal Grignou2020-06-142-0/+26
* Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-153-10/+18
|\
| * iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-102-4/+17
| * iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko2020-05-031-6/+1
* | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-1/+1
|\ \ | |/ |/|
| * 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 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-234-18/+11
|\ \ \ | |/ / |/| |
| * | iio: st_sensors: Join string literals backAndy Shevchenko2020-03-212-11/+5
| * | iio: st_sensors: Drop unneeded casting when print error codeAndy Shevchenko2020-03-212-4/+4
| * | iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-211-2/+1
| * | iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-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