summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-1018-31/+5
* iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-105-14/+18
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-104-4/+16
* iio: Un-inline iio_buffer_enabled()Miquel Raynal2022-04-102-10/+13
* iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal2022-04-101-21/+17
* iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-104-24/+8
* iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2022-04-102-6/+21
* iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal2022-04-101-4/+0
* iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-103-14/+5
* iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal2022-04-101-3/+2
* iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal2022-04-101-12/+3
* iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entriesMiquel Raynal2022-04-101-2/+9
* iio: adc: ti-ads1015: Switch to read_availMarek Vasut2022-04-041-45/+67
* iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut2022-04-041-8/+10
* iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut2022-04-041-55/+55
* iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut2022-04-041-2/+24
* iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut2022-04-041-2/+51
* iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut2022-04-041-22/+38
* iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut2022-04-041-64/+22
* iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut2022-04-041-12/+9
* dt-bindings: iio: adc: ti,ads1015: Add TLA2024 compatible stringMarek Vasut2022-04-041-0/+1
* dt-bindings: iio: adc: ti,ads1015: Add missing ADS1115 compatible stringMarek Vasut2022-04-041-2/+4
* iio: core: Print error and fail iio_device_register() in case sample bits do ...Marek Vasut2022-04-041-0/+13
* iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann2022-04-041-2/+2
* iio: accel: dmard09: fixed code styling issuesPaul Lemmermann2022-04-041-1/+1
* iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-6/+5
* iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-7/+6
* iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Jakob Koschel2022-04-041-2/+5
* iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller2022-04-041-1/+2
* iio: adc: ad7192: add sequencer supportAlexandru Tachici2022-04-041-1/+41
* iio: adc: ad7124: add sequencer supportAlexandru Tachici2022-04-041-9/+65
* iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen2022-04-042-10/+171
* iio: adc: ad7192: Add update_scan_modeAlexandru Tachici2022-04-041-0/+22
* iio: adc: ad7124: Add update_scan_modeAlexandru Tachici2022-04-041-0/+21
* iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici2022-04-041-1/+0
* iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba2022-04-045-2/+24
* dt-bindings: iio: imu: mpu6050: Document invensense,icm20608dMichael Srba2022-04-041-15/+19
* MAINTAINERS: updated Lorenzo's email addressLorenzo Bianconi2022-04-041-2/+2
* iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko2022-04-041-103/+106
* iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko2022-04-041-10/+11
* iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko2022-04-041-4/+4
* iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang2022-04-041-8/+12
* iio: multiplexer: Make use of device propertiesAndy Shevchenko2022-04-042-27/+23
* iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko2022-04-041-10/+9
* iio: accel: add support for LIS302DL variantSicelo A. Mhlongo2022-04-044-0/+13
* iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo2022-04-041-26/+0
* dt-bindings: iio: st,st-sensors add LIS302DLSicelo A. Mhlongo2022-04-041-0/+1
* iio: core: fix a few code style issuesAlexander Vorwerk2022-04-042-4/+3
* Linux 5.18-rc1v5.18-rc1Linus Torvalds2022-04-031-2/+2
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-0315-167/+44
|\