aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-10/+18
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2-4/+17
2020-05-03iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko1-6/+1
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-18/+11
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2020-04-19iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud1-1/+1
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds3-96/+295
2020-03-30iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou1-13/+19
2020-03-28iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou1-2/+31
2020-03-28iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou2-23/+75
2020-03-28iio: cros_ec: Remove pm functionGwendal Grignou3-49/+0
2020-03-28iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou3-10/+102
2020-03-28iio: cros_ec: Move function description to .c fileGwendal Grignou1-0/+69
2020-03-21iio: st_sensors: Join string literals backAndy Shevchenko2-11/+5
2020-03-21iio: st_sensors: Drop unneeded casting when print error codeAndy Shevchenko2-4/+4
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko1-2/+1
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-1/+1
2020-02-14iio: st_sensors: handle memory allocation failure to fix null pointer dereferenceColin Ian King1-0/+4
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-2/+0
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko2-21/+12
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2-42/+17
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-31/+23
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2-2/+0
2019-12-29iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko1-0/+3
2019-12-15iio: ssp_sensors: Convert to use GPIO descriptorsLinus Walleij3-31/+20
2019-11-21mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou2-7/+3
2019-11-21iio / platform: cros_ec: Add cros-ec-sensorhub driverGwendal Grignou1-1/+1
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds4-5/+6
2019-09-06iio: hid-sensor-attributes: Fix divisions for 32-bit platformsAndy Shevchenko1-14/+28
2019-09-03iio: cros_ec: set calibscale for 3d MEMS to unit vectorGwendal Grignou1-1/+4
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra3-4/+5
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-08-25iio: st_sensors: Fix build errorYueHaibing1-0/+2
2019-08-18iio: hid-sensor-attributes: Convert to use int_pow()Andy Shevchenko1-31/+22
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca3-27/+12
2019-07-27iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio sysfsFabien Lahoudere2-0/+68
2019-07-27iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou1-0/+4
2019-07-27iio: common: cros_ec_sensors: determine protocol versionFabien Lahoudere1-1/+34
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca5-153/+79
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2-51/+78
2019-07-27iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca1-15/+34
2019-07-27iio: cros_ec: Remove replacing error code with -EIOGwendal Grignou1-19/+25
2019-07-27iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou2-6/+47
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds3-0/+149
2019-06-25iio: cros_ec: Add lid angle driverGwendal Grignou3-0/+149
2019-06-23Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman4-46/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner3-42/+3
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman20-56/+20