summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-0179-784/+3911
|\
| * Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-139-33/+73
| |\
| * | drivers: iio: filter: admv8818: add bypass modeAntoniu Miclaus2023-08-081-9/+56
| * | iio: light: bd27008: Support BD27010 RGBMatti Vaittinen2023-08-081-2/+311
| * | iio: light: bu27008: add chip infoMatti Vaittinen2023-08-081-114/+207
| * | iio: add MCP4728 I2C DAC driverAndrea Collamati2023-08-053-0/+630
| * | drivers: iio: admv1013: add vcc regulatorsAntoniu Miclaus2023-08-051-0/+14
| * | iio: trigger: stm32-lptimer-trigger: remove unneeded platform_set_drvdata()Andrei Coardos2023-08-051-8/+1
| * | iio: adc: men_z188_adc: Remove redundant initialization owner in men_z188_driverLi Zetao2023-08-051-1/+0
| * | iio: cdc: ad7150: relax return value check for IRQ getMatti Vaittinen2023-08-011-5/+5
| * | iio: mb1232: relax return value check for IRQ getMatti Vaittinen2023-08-011-5/+2
| * | iio: adc: fix the return value handle for platform_get_irq()Ruan Jinjie2023-07-294-8/+8
| * | iio: potentiometer: mcp4531: Use i2c_get_match_data()Biju Das2023-07-291-68/+71
| * | iio: potentiometer: mcp4018: Use i2c_get_match_data()Biju Das2023-07-291-16/+19
| * | iio: core: Fix issues and style of the commentsAndy Shevchenko2023-07-291-20/+37
| * | iio: core: Switch to krealloc_array()Andy Shevchenko2023-07-291-1/+1
| * | iio: core: Use sysfs_match_string() helperAndy Shevchenko2023-07-291-39/+32
| * | iio: accel: adxl313: Use i2c_get_match_dataBiju Das2023-07-291-3/+1
| * | iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das2023-07-291-2/+2
| * | iio: adc: Remove redundant dev_err_probe()Ruan Jinjie2023-07-295-11/+7
| * | iio: adc: Explicitly include correct DT includesRob Herring2023-07-2324-23/+17
| * | iio: imu: adis16475.c: Add has_burst32 flag to adis16477 devicesRamona Bolboaca2023-07-231-0/+3
| * | iio: imu: adis16475.c: Remove unused enum elementsRamona Bolboaca2023-07-231-2/+0
| * | iio: Add driver for Murata IRS-D200Waqar Hameed2023-07-233-0/+971
| * | iio: Add event enums for running period and countWaqar Hameed2023-07-231-0/+2
| * | iio: amplifiers: ad8366: add support for HMC792A AttenuatorKim Seer Paller2023-07-232-0/+16
| * | iio: core: Improve indentation in a few placesAndy Shevchenko2023-07-231-13/+10
| * | iio: core: Get rid of redundant 'else'Andy Shevchenko2023-07-231-3/+3
| * | iio: core: Use min() instead of min_t() to make code more robustAndy Shevchenko2023-07-231-1/+1
| * | iio: adc: meson: init voltage control bitsGeorge Stark2023-07-221-0/+48
| * | iio: adc: meson: init internal continuous ring counterGeorge Stark2023-07-221-0/+9
| * | iio: adc: meson: init channels 0,1 input muxesGeorge Stark2023-07-221-0/+16
| * | iio: accel: adxl355: Simplify probe()Biju Das2023-07-221-12/+3
| * | iio: adc: meson: support reading from channel 7 mux inputsGeorge Stark2023-07-201-2/+75
| * | iio: adc: meson: add channel labelsGeorge Stark2023-07-201-0/+12
| * | iio: adc: meson: add enum for iio channel numbersGeorge Stark2023-07-201-17/+29
| * | iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upperGeorge Stark2023-07-201-13/+13
| * | iio: adc: meson: move enums declaration before variables declarationGeorge Stark2023-07-201-22/+22
| * | iio: adc: meson: remove unused timestamp channelGeorge Stark2023-07-201-2/+0
| * | iio: chemical: scd4x: Add pressure compensationRoan van Dijk2023-07-201-6/+73
| * | iio: Make return value check for set_trigger_state() consistentWaqar Hameed2023-07-201-1/+1
| * | iio: adc: ti-lmp92064: add buffering supportLeonard Göhrs2023-07-201-0/+53
| * | iio: adc: stm32-adc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-201-2/+1
| * | iio: adc: qcom-spmi-adc5: Add ADC5_GPIO2_100K_PUKonrad Dybcio2023-07-201-0/+2
| * | iio: imu: inv_mpu6050: read the full fifo when processing dataJean-Baptiste Maneyrol2023-07-203-8/+18
| * | iio: adc: ad7192: Use sysfs_emit_atAlisa Roman2023-07-201-3/+2
| * | iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADCMaksim Kiselev2023-07-203-0/+287
| * | iio: adc: Kconfig change description for Allwinner GPADCMaksim Kiselev2023-07-201-1/+1
| * | iio: light: vcnl4000: Add calibration bias for 4040/4200Astrid Rost2023-07-201-2/+91
| * | iio: light: vcnl4000: Add oversampling_ratio for 4040/4200Astrid Rost2023-07-201-2/+81