1. 28 Nov, 2022 1 commit
  2. 27 Nov, 2022 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-fixes-for-6.1d' of... · 6e6df270
      Greg Kroah-Hartman authored
      Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
      
      Jonathan writes:
      
      4th set of IIO fixes for 6.1
      
      Single patch fixing a memory leak in an error path.
      Fine to queue either for 6.2 if too late for 6.1
      
      * tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
        iio: fix memory leak in iio_device_register_eventset()
        dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"
        iio: adc: aspeed: Remove the trim valid dts property.
        iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
        iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()
        iio: light: rpr0521: add missing Kconfig dependencies
        iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
        iio: health: afe4403: Fix oob read in afe4403_read_raw
        iio: light: apds9960: fix wrong register for gesture gain
      6e6df270
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-for-6.2b' of... · 75621ae3
      Greg Kroah-Hartman authored
      Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
      
      Jonathan writes:
      
      2nd set of IIO new device support, cleanups etc for 6.2
      
      Includes a few late breaking fixes for old issues.
      
      Contains a large set of conversions from i2c probe() to probe_new()
      as part of an attempt to finally get rid of the old style probe().
      
      New devices support
      * adi,ad74115
        - New driver for this complex input/output device with 16 bit ADCs,
          14 bit DACs amongst other features.
        - A few tidy ups / removal of unused data patches followed.
      * adi,adf4377
        - New driver for this dual output integer-N phased locked loop and VCO
          chip.
      * maxim,max30208
        - New driver for this high accuracy digital temperature sensor.
      * st,lsm6dsx
        - Support for LSM6DS016IS (chip specific data)
        - Support for ISM330IS (id entry only)
      
      Minor cleanups etc
      * adi,adis
        - Fix a deadlock on device instance specific mutex.
        - Tidy up by calling unlocked form of __adis_initial_startup() in all
          cases and dropping the locked version.
      * adi,ad4130
        - Reference spi-peripehral-props.yaml in the dt-binding.
      * adi,ad74413r
        - Fix a bug brought on by integer promotion of signed value to unsigned type.
        - Add an spi_device_id table to allow module autoloading to work.
        - Add support for reset pin.
      * adi,ad7606_par
        - devm_platform_get_and_ioremap_resource() instead of opencoding.
      * adi,ad7923
        - Add dt-bindings docs for ad7927 via a fallback to ad7928 and do similar
          for ad7924.
      * adi,ltc2983
        - Drop a now unneeded $ref for -nanoamp property as dt-schema no covers this
          unit.
      * maxim,max11410
        - Fix mask due to repeated use of VREFN instead of one of them being VREFP.
      * qcom,spmi-iadc
        - Add fallback compatibles to dt-binding.
      * renesas,rzg2l
        - Document use for RZ/Five SoC.
      * st,stm32-adc
        - Improved calibration support with error logging and a debugfs
          interface to read back the result.
      * ti,adc128s052
        - Fix an issue with missing data members in the adc128_of_match table that
          meant all device were being handled as adc128s052 ADCs.
      
      * tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (178 commits)
        iio: addac: ad74413r: fix blank line after declaration warning
        iio: addac: ad74115: remove unused ad74115_dac_slew_rate_hz_tbl
        dt-bindings: iio: imu: st_lsm6dsx: add ism330is
        iio: imu: st_lsm6dsx: add support to ISM330IS
        iio: frequency: adf4377: add support for ADF4377
        dt-bindings: iio: frequency: add adf4377 doc
        dt-bindings: iio: adc: ad4130: use spi-peripheral-props.yaml
        dt-bindings: iio: temperature: ltc2983: drop $ref for -nanoamp properties
        dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/Five SoC
        iio: adc128s052: add proper .data members in adc128_of_match table
        iio: adc: stm32-adc: add debugfs to read raw calibration result
        iio: adc: stm32-adc: improve calibration error log
        iio: adc: stm32-adc: smart calibration support
        iio: addac: ad74413r: add support for reset-gpio
        dt-bindings: iio: ad74413r: add optional reset-gpios
        iio: addac: ad74413r: add spi_device_id table
        dt-bindings: iio/adc: qcom,spmi-iadc: use double compatibles
        dt-bindings: iio: imu: st_lsm6dsx: add lsm6dso16is
        iio: imu: st_lsm6dsx: add support to LSM6DSO16IS
        iio: addac: add AD74115 driver
        ...
      75621ae3
  3. 26 Nov, 2022 1 commit
  4. 25 Nov, 2022 11 commits
  5. 24 Nov, 2022 4 commits
  6. 23 Nov, 2022 21 commits