Age | Commit message (Expand) | Author |
2022-06-20 | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman |
2022-06-19 | iio:proximity:sx9324: Check ret value of device_property_read_u32_array() | Aashish Sharma |
2022-06-19 | iio: accel: mma8452: ignore the return value of reset operation | Haibo Chen |
2022-06-19 | iio: adc: stm32: fix maximum clock rate for stm32mp15x | Olivier Moysan |
2022-06-19 | iio: adc: stm32: fix vrefint wrong calibration value handling | Olivier Moysan |
2022-06-19 | iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value) | Jean-Baptiste Maneyrol |
2022-06-19 | iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client | Miaoqian Lin |
2022-06-19 | iio: test: fix missing MODULE_LICENSE for IIO_RESCALE=m | Liam Beguin |
2022-06-19 | iio:humidity:hts221: rearrange iio trigger get and register | Dmitry Rokosov |
2022-06-19 | iio:chemical:ccs811: rearrange iio trigger get and register | Dmitry Rokosov |
2022-06-19 | iio:accel:mxc4005: rearrange iio trigger get and register | Dmitry Rokosov |
2022-06-19 | iio:accel:kxcjk-1013: rearrange iio trigger get and register | Dmitry Rokosov |
2022-06-19 | iio:accel:bma180: rearrange iio trigger get and register | Dmitry Rokosov |
2022-06-19 | iio: afe: rescale: Fix boolean logic bug | Linus Walleij |
2022-06-19 | iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_data | Miaoqian Lin |
2022-06-19 | iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message | Yannick Brosseau |
2022-06-19 | iio: adc: stm32: Fix ADCs iteration in irq handler | Yannick Brosseau |
2022-06-19 | iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch... | Jialin Zhang |
2022-06-19 | iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope... | Jialin Zhang |
2022-06-19 | iio: trigger: sysfs: fix use-after-free on remove | Vincent Whitchurch |
2022-06-19 | iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() | Zheyu Ma |
2022-06-19 | iio: freq: admv1014: Fix warning about dubious x & !y and improve readability | Antoniu Miclaus |
2022-06-04 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds |
2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-05-24 | Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-05-23 | Merge branches 'pm-core', 'pm-sleep' and 'powercap' | Rafael J. Wysocki |
2022-05-19 | Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman |
2022-05-19 | iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM | Jishnu Prakash |
2022-05-14 | iio: adc: xilinx-ams: fix return error variable | Lv Ruyi |
2022-05-07 | iio: magnetometer: yas530: Fix memchr_inv() misuse | Linus Walleij |
2022-05-07 | iio: adc: axp288: Override TS pin bias current for some models | Hans de Goede |
2022-05-02 | iio: fix opencoded for_each_set_bit() | Yury Norov |
2022-05-01 | iio: ti-ads8688: use of_device_id for OF matching | Krzysztof Kozlowski |
2022-05-01 | iio: stmpe-adc: use of_device_id for OF matching | Krzysztof Kozlowski |
2022-05-01 | iio: gyro: mpu3050: Make mpu3050_common_remove() return void | Uwe Kleine-König |
2022-05-01 | iio: mma8452: fix probe fail when device tree compatible is used. | Haibo Chen |
2022-04-28 | iio: dac: ltc2632: Make use of device properties | Andy Shevchenko |
2022-04-28 | iio: temperature: max31865: Make use of device properties | Andy Shevchenko |
2022-04-28 | iio: proximity: mb1232: Switch to use fwnode_irq_get() | Andy Shevchenko |
2022-04-28 | iio: imu: adis16480: Improve getting the optional clocks | Andy Shevchenko |
2022-04-28 | iio: imu: adis16480: Use temporary variable for struct device | Andy Shevchenko |
2022-04-28 | iio: imu: adis16480: Make use of device properties | Andy Shevchenko |
2022-04-28 | iio: adc: sc27xx: add support for PMIC sc2730 | Cixi Geng |
2022-04-28 | iio: adc: sc27xx: add support for PMIC sc2720 and sc2721 | Cixi Geng |
2022-04-28 | iio: adc: sc27xx: refactor some functions for support more PMiCs | Cixi Geng |
2022-04-28 | iio: adc: sc27xx: structure adjustment and optimization | Cixi Geng |
2022-04-28 | iio: adc: sc27xx: Fine tune the scale calibration values | Cixi Geng |
2022-04-28 | iio: adc: sc27xx: fix read big scale voltage not right | Cixi Geng |
2022-04-28 | iio: proximity: stk3310: Export near level property for proximity sensor | Arnaud Ferraris |
2022-04-28 | iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout | Miaoqian Lin |