summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
Commit message (Expand)AuthorAgeFilesLines
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-0/+1
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-50/+50
|\
| * iio/scmi: Port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi2021-03-301-50/+50
* | Merge remote-tracking branch 'local/ib-iio-scmi-5.12-rc2-take3' into togregJonathan Cameron2021-03-265-0/+697
|\|
| * iio/scmi: Adding support for IIO SCMI Based SensorsJyoti Bhayana2021-03-135-0/+708
* | iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-253-20/+10
* | iio:cros_ec_sensors: Fix a wrong function name in kernel doc.Jonathan Cameron2021-03-251-1/+1
* | iio: set default trig->dev.parentGwendal Grignou2021-03-252-4/+4
* | iio: Add relative sensitivity supportYe Xiang2021-03-111-4/+70
* | iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-1/+16
* | iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-8/+5
* | iio: st_sensors: fix typo in commentAhmad Fatoum2021-03-111-1/+1
|/
* Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman2021-01-251-14/+17
|\
| * iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi2021-01-141-14/+17
* | iio:common:ms_sensors:ms_sensors_i2c: add support for alternative PROM layoutAlexandre Belloni2021-01-221-11/+59
* | iio:common:ms_sensors:ms_sensors_i2c: rework CRC calculation helperAlexandre Belloni2021-01-222-9/+7
* | iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni2021-01-221-0/+11
* | iio: hid-sensors: Add hinge sensor driverYe Xiang2021-01-221-0/+2
|/
* 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
|/