aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28iio: imu: st_lsm6dsx: add support to ASM330LHHXLorenzo Bianconi6-5/+22
2022-04-28iio: adc: ad7266: convert probe to full device-managedMaĆ­ra Canal1-30/+14
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen25-29/+29
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal17-28/+3
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal3-10/+14
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal3-4/+15
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal1-0/+12
2022-04-10iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal1-21/+17
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal4-24/+8
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal1-6/+18
2022-04-10iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal1-4/+0
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal3-14/+5
2022-04-10iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal1-3/+2
2022-04-10iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal1-12/+3
2022-04-04iio: adc: ti-ads1015: Switch to read_availMarek Vasut1-45/+67
2022-04-04iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut1-8/+10
2022-04-04iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut1-55/+55
2022-04-04iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into storagebitsMarek Vasut1-2/+24
2022-04-04iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut1-2/+51
2022-04-04iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut1-22/+38
2022-04-04iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut1-64/+22
2022-04-04iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut1-12/+9
2022-04-04iio: core: Print error and fail iio_device_register() in case sample bits do not fit storage bitsMarek Vasut1-0/+13
2022-04-04iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann1-2/+2
2022-04-04iio: accel: dmard09: fixed code styling issuesPaul Lemmermann1-1/+1
2022-04-04iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-04-04iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-04-04iio: buffer: remove usage of list iterator variable for list_for_each_entry_continue_reverse()Jakob Koschel1-2/+5
2022-04-04iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller1-1/+2
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici1-1/+41
2022-04-04iio: adc: ad7124: add sequencer supportAlexandru Tachici1-9/+65
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen1-10/+133
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici1-0/+22
2022-04-04iio: adc: ad7124: Add update_scan_modeAlexandru Tachici1-0/+21
2022-04-04iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici1-1/+0
2022-04-04iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba5-2/+24
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko1-103/+106
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko1-10/+11
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko1-4/+4
2022-04-04iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang1-8/+12
2022-04-04iio: multiplexer: Make use of device propertiesAndy Shevchenko2-27/+23
2022-04-04iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko1-10/+9
2022-04-04iio: accel: add support for LIS302DL variantSicelo A. Mhlongo4-0/+13
2022-04-04iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo1-26/+0
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk2-4/+3
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-136/+14
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2-136/+14
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+12
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+0
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds6-152/+181