1. 22 Oct, 2021 3 commits
    • Ye Guojin's avatar
      misc: enclosure: replace snprintf in show functions with sysfs_emit · 714f1af1
      Ye Guojin authored
      coccicheck complains about the use of snprintf() in sysfs show
      functions:
      WARNING  use scnprintf or sprintf
      
      Use sysfs_emit instead of scnprintf or sprintf makes more sense.
      Reported-by: default avatarZeal Robot <zealci@zte.com.cn>
      Signed-off-by: default avatarYe Guojin <ye.guojin@zte.com.cn>
      Link: https://lore.kernel.org/r/20211022090604.1065367-1-ye.guojin@zte.com.cnSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      714f1af1
    • Greg Kroah-Hartman's avatar
      Merge tag 'icc-5.16-rc1' of... · 5a5846fd
      Greg Kroah-Hartman authored
      Merge tag 'icc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
      
      Georgi writes:
      
      interconnect changes for 5.16
      
      Here are the changes for the 5.16-rc1 merge window consisting of just
      driver updates. The highlight is the refactoring of some existing drivers
      into common code and expanding some macros that will make adding QoS
      support much easier.
      
      Driver changes:
      - icc-rpm: move bus clocks handling into qnoc_probe
      - sdm660: expand DEFINE_QNODE macros
      - sdm660: drop default/unused values
      - sdm660: merge common code into icc-rpm
      - icc-rpm: add support for QoS reg offset
      - msm8916: expand DEFINE_QNODE macros
      - msm8916: add support for AP-owned nodes
      - msm8939: expand DEFINE_QNODE macros
      - msm8939: add support for AP-owned nodes
      - qcs404: expand DEFINE_QNODE macros
      - qcom: drop DEFINE_QNODE macro
      - samsung: describe drivers in KConfig
      Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
      
      * tag 'icc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc:
        interconnect: samsung: describe drivers in KConfig
        interconnect: qcom: drop DEFINE_QNODE macro
        interconnect: qcs404: expand DEFINE_QNODE macros
        interconnect: msm8939: add support for AP-owned nodes
        interconnect: msm8939: expand DEFINE_QNODE macros
        interconnect: msm8916: add support for AP-owned nodes
        interconnect: msm8916: expand DEFINE_QNODE macros
        interconnect: icc-rpm: add support for QoS reg offset
        interconnect: sdm660: merge common code into icc-rpm
        interconnect: sdm660: drop default/unused values
        interconnect: sdm660: expand DEFINE_QNODE macros
        interconnect: icc-rpm: move bus clocks handling into qnoc_probe
      5a5846fd
    • Greg Kroah-Hartman's avatar
      Merge tag 'fsi-for-v5.16' of... · b1f4c00e
      Greg Kroah-Hartman authored
      Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-next
      
      Joel writes:
      
      FSI changes for v5.16
      
       - SBEFIFO usersapce interfaces to perform FFDC (First Failure
         Data Capture) and detect timeouts
      
       - A fix to handle multiple messages in flight
      
      * tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi:
        fsi: sbefifo: Use interruptible mutex locking
        fsi: sbefifo: Add sysfs file indicating a timeout error
        docs: ABI: testing: Document the SBEFIFO timeout interface
        hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs
        docs: ABI: testing: Document the OCC hwmon FFDC binary interface
        fsi: occ: Store the SBEFIFO FFDC in the user response buffer
        fsi: occ: Use a large buffer for responses
        hwmon: (occ) Remove sequence numbering and checksum calculation
        fsi: occ: Force sequence numbering per OCC
      b1f4c00e
  2. 21 Oct, 2021 9 commits
  3. 19 Oct, 2021 28 commits