1. 30 Dec, 2021 5 commits
  2. 29 Dec, 2021 3 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-for-5.17b' of... · 0fa32879
      Greg Kroah-Hartman authored
      Merge tag 'iio-for-5.17b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
      
      Jonathan writes:
      
      2nd set of new device support etc for IIO in the 5.17 cycle.
      
      A small additional set of things that just missed the previous
      pull request and have mostly been through plenty of review before the
      holiday period began (or are trivial).  I've not taken some other series
      on the list to allow for more eyes after the holiday period.
      
      New device support
      * adi,admv1013
        - New driver for this wideband microwave upconverter including dt-bindings
          and some device specific ABI due to the need to describe phase calibrations
          of a differential channel on both i and q phases. Previously we could
          do differential or i/q but not both on the same channel. The driver
          ABI uses a workaround for core support which will do until we know if
          this is a common requirement for which a more generic solution is
          needed.
      
      MAINTAINERS:
      * Add Haibo Chen as a maintainer for various NXP SoC ADCs.
      
      Minor cleanup:
      * sunrise_co2
        - Make sure an uninitialized value isn't used to set *val in read_raw().
          Not a real bug, but a compiler or reviewer can't tell that based
          on what they can see locally.
      
      * tag 'iio-for-5.17b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
        iio: chemical: sunrise_co2: set val parameter only on success
        dt-bindings:iio:adc: update the maintainer of vf610-adc
        MAINTAINERS: add imx7d/imx6sx/imx6ul/imx8qxp and vf610 adc maintainer
        Documentation:ABI:testing:admv1013: add ABI docs
        dt-bindings: iio: frequency: add admv1013 doc
        iio: frequency: admv1013: add support for ADMV1013
      0fa32879
    • Greg Kroah-Hartman's avatar
      cxl: use default_groups in kobj_type · 63064451
      Greg Kroah-Hartman authored
      There are currently 2 ways to create a set of sysfs files for a
      kobj_type, through the default_attrs field, and the default_groups
      field.  Move the cxl code to use default_groups field which has been the
      preferred way since aa30f47c ("kobject: Add support for default
      attribute groups to kobj_type") so that we can soon get rid of the
      obsolete default_attrs field.
      
      Cc: Frederic Barrat <fbarrat@linux.ibm.com>
      Cc: Andrew Donnellan <ajd@linux.ibm.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20211228131350.249532-1-gregkh@linuxfoundation.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      63064451
    • Greg Kroah-Hartman's avatar
      UIO: use default_groups in kobj_type · 0ac46744
      Greg Kroah-Hartman authored
      There are currently 2 ways to create a set of sysfs files for a
      kobj_type, through the default_attrs field, and the default_groups
      field.  Move the UIO code to use default_groups field which has been the
      preferred way since aa30f47c ("kobject: Add support for default
      attribute groups to kobj_type") so that we can soon get rid of the
      obsolete default_attrs field.
      
      Link: https://lore.kernel.org/r/20211228131319.249324-1-gregkh@linuxfoundation.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0ac46744
  3. 28 Dec, 2021 1 commit
  4. 27 Dec, 2021 21 commits
  5. 26 Dec, 2021 10 commits