Merge tag 'iio-fixes-for-5.10a' of...
Merge tag 'iio-fixes-for-5.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan writes: First set of IIO and counter fixes for the 5.10 cycle. IIO cros_ec - Provide defauts for max and min frequency when older machines fail to return them correctly. ingenic-adc - Fix wrong vref value for JZ4770 SoC - Fix AUX / VBAT readings when touchscreen in use by pausing touchscreen readings during a read of these channels. kxcjk1013 - Fix an issue with KIOX010A ACPI id using devices which need to run a ACPI device specific method to avoid leaving the keyboard disabled. Includes a minor precursor patch to make this fix easier to do. mt6577-auxadc - Fix an issue with dev_comp not being set resulting in a null ptr deref. st_lsm6dsx - Set a 10ms min shub slave timeout to handle fast snesors where more time is needed to set up the config than the cycles allowed. stm32-adc - Fix an issue due to a clash between an ADC configured to use IRQs and a second configured to use DMA cause by some incorrect register masking. vcnl4035 - Kconfig missing dependency Counter ti-eqep - wrong value for max_register as one beyond the end instead of the end. * tag 'iio-fixes-for-5.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-mode iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enum iio: light: fix kconfig dependency bug for VCNL4035 iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is used iio/adc: ingenic: Fix battery VREF for JZ4770 SoC iio: imu: st_lsm6dsx: set 10ms as min shub slave timeout counter/ti-eqep: Fix regmap max_register iio: adc: stm32-adc: fix a regression when using dma and irq iio: adc: mediatek: fix unset field iio: cros_ec: Use default frequencies when EC returns invalid information
Showing
- drivers/counter/ti-eqep.c 2 additions, 2 deletionsdrivers/counter/ti-eqep.c
- drivers/iio/accel/kxcjk-1013.c 46 additions, 5 deletionsdrivers/iio/accel/kxcjk-1013.c
- drivers/iio/adc/ingenic-adc.c 27 additions, 7 deletionsdrivers/iio/adc/ingenic-adc.c
- drivers/iio/adc/mt6577_auxadc.c 4 additions, 2 deletionsdrivers/iio/adc/mt6577_auxadc.c
- drivers/iio/adc/stm32-adc-core.c 17 additions, 24 deletionsdrivers/iio/adc/stm32-adc-core.c
- drivers/iio/adc/stm32-adc.c 48 additions, 2 deletionsdrivers/iio/adc/stm32-adc.c
- drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 11 additions, 5 deletionsdrivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c 4 additions, 2 deletionsdrivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c
- drivers/iio/light/Kconfig 1 addition, 0 deletionsdrivers/iio/light/Kconfig
Loading
Please register or sign in to comment