summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-06-19iio:proximity:sx9324: Check ret value of device_property_read_u32_array()Aashish Sharma
2022-06-19iio: accel: mma8452: ignore the return value of reset operationHaibo Chen
2022-06-19iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan
2022-06-19iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan
2022-06-19iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol
2022-06-19iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin
2022-06-19iio: test: fix missing MODULE_LICENSE for IIO_RESCALE=mLiam Beguin
2022-06-19iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov
2022-06-19iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov
2022-06-19iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov
2022-06-19iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov
2022-06-19iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov
2022-06-19iio: afe: rescale: Fix boolean logic bugLinus Walleij
2022-06-19iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin
2022-06-19iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau
2022-06-19iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau
2022-06-19iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang
2022-06-19iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang
2022-06-19iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch
2022-06-19iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma
2022-06-19iio: freq: admv1014: Fix warning about dubious x & !y and improve readabilityAntoniu Miclaus
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-05-19iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TMJishnu Prakash
2022-05-14iio: adc: xilinx-ams: fix return error variableLv Ruyi
2022-05-07iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij
2022-05-07iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede
2022-05-02iio: fix opencoded for_each_set_bit()Yury Norov
2022-05-01iio: ti-ads8688: use of_device_id for OF matchingKrzysztof Kozlowski
2022-05-01iio: stmpe-adc: use of_device_id for OF matchingKrzysztof Kozlowski
2022-05-01iio: gyro: mpu3050: Make mpu3050_common_remove() return voidUwe Kleine-König
2022-05-01iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen
2022-04-28iio: dac: ltc2632: Make use of device propertiesAndy Shevchenko
2022-04-28iio: temperature: max31865: Make use of device propertiesAndy Shevchenko
2022-04-28iio: proximity: mb1232: Switch to use fwnode_irq_get()Andy Shevchenko
2022-04-28iio: imu: adis16480: Improve getting the optional clocksAndy Shevchenko
2022-04-28iio: imu: adis16480: Use temporary variable for struct deviceAndy Shevchenko
2022-04-28iio: imu: adis16480: Make use of device propertiesAndy Shevchenko
2022-04-28iio: adc: sc27xx: add support for PMIC sc2730Cixi Geng
2022-04-28iio: adc: sc27xx: add support for PMIC sc2720 and sc2721Cixi Geng
2022-04-28iio: adc: sc27xx: refactor some functions for support more PMiCsCixi Geng
2022-04-28iio: adc: sc27xx: structure adjustment and optimizationCixi Geng
2022-04-28iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng
2022-04-28iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng
2022-04-28iio: proximity: stk3310: Export near level property for proximity sensorArnaud Ferraris
2022-04-28iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeoutMiaoqian Lin