summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: kxcjk1013: Support orientation matrixDmitry Osipenko2020-01-181-0/+3
* iio: magnetometer: ak8975: Get rid of platform dataAndy Shevchenko2020-01-181-15/+0
* iio: adc: ad-sigma-delta: Allow custom IRQ flagsAlexandru Tachici2020-01-181-0/+2
* iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2020-01-132-21/+1
* iio: adis: Remove startup_delayNuno Sá2020-01-121-1/+0
* iio: adis: Introduce timeouts structureNuno Sá2020-01-121-0/+13
* iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen2019-12-291-4/+2
* iio: adf4350: Convert to use GPIO descriptorLinus Walleij2019-12-151-4/+0
* iio: ak8975: Convert to use GPIO descriptorLinus Walleij2019-12-151-2/+0
* iio: core: add thermocouple_type standard attributeAndrea Merello2019-11-231-0/+1
* iio: core: add char type for sysfs attributesAndrea Merello2019-11-231-0/+1
* iio: imu: adis: create an unlocked version of adis_reset()Alexandru Ardelean2019-11-231-1/+18
* iio: imu: adis: create an unlocked version of adis_check_status()Alexandru Ardelean2019-11-231-1/+12
* iio: imu: adis: add unlocked read/write function versionsAlexandru Ardelean2019-11-231-2/+114
* iio: imu: adis: rename txrx_lock -> state_lockAlexandru Ardelean2019-11-231-1/+1
* iio: imu: adis: assign value only if return code zero in read funcsAlexandru Ardelean2019-11-031-2/+4
* Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-132-0/+4
|\
| * iio: core: Add optional symbolic label to device attributesPhil Reid2019-10-071-0/+2
| * iio: adc: ad_sigma_delta: Export ad_sd_calibrateMircea Caprioru2019-09-081-0/+2
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-191-1/+2
|\ \ | |/ |/|
| * mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-1/+2
* | iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca2019-08-111-5/+9
* | iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-3/+2
* | iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio ...Fabien Lahoudere2019-07-271-0/+21
* | iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou2019-07-271-1/+1
* | iio: imu: adis: Add support for SPI transfer cs_change_delayAlexandru Ardelean2019-07-271-0/+2
* | iio: make st_sensors drivers use regmapDenis Ciocca2019-07-272-39/+5
* | iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-4/+3
* | iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca2019-07-271-0/+4
* | iio: cros_ec: Add calibscale for 3d MEMSGwendal Grignou2019-07-271-1/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1914-56/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-309-18/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-304-8/+4
* Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-05-151-0/+14
|\
| * Merge 'ib-jz47xx-battery-prereq' into psy-nextSebastian Reichel2019-04-181-0/+14
| |\
| | * iio: inkern: API for reading available iio channel attribute valuesArtur Rojek2019-04-141-0/+14
* | | iio: trigger: stm32-timer: fix build issue when disabledFabrice Gasnier2019-04-221-1/+10
* | | iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-04-041-0/+1
* | | iio: frequency: ad9523: Fix typo in ad9523_platform_dataLars-Peter Clausen2019-04-041-4/+4
* | | iio: Make possible to include driver.h firstAndy Shevchenko2019-04-041-0/+1
* | | iio: imu: adis: generalize burst mode supportAlexandru Ardelean2019-04-041-0/+14
* | | iio: gyro: itg3200: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+1
* | | iio: Allow to read mount matrix from ACPIAndy Shevchenko2019-04-041-2/+2
|/ /
* | iio: st_accel: use ACPI orientation dataDaniel Drake2019-02-021-0/+1
|/
* iio: ad_sigma_delta: Allow to provide custom data register addressLars-Peter Clausen2018-11-171-0/+3
* iio: st-accel: add support for lis3deHeiko Stuebner2018-11-161-1/+1
OpenPOWER on IntegriCloud