1. 22 Jun, 2021 3 commits
    • Tamar Mashiah's avatar
      mei: fix kdoc in the driver · 09f8c33a
      Tamar Mashiah authored
      Over time the functions were renamed,
      but this was not always reflected in kdoc, fix that.
      Signed-off-by: default avatarTamar Mashiah <tamar.mashiah@intel.com>
      Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
      Link: https://lore.kernel.org/r/20210621193756.134027-1-tomas.winkler@intel.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      09f8c33a
    • Greg Kroah-Hartman's avatar
      Merge tag 'misc-habanalabs-next-2021-06-22' of... · 8254ee0e
      Greg Kroah-Hartman authored
      Merge tag 'misc-habanalabs-next-2021-06-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-next
      
      Oded writes:
      
      This tag contains habanalabs driver changes for v5.14:
      
      - Change communication protocol with f/w. The new protocl allows better
        backward compatibility between different f/w versions and is more
        stable.
      - Send hard-reset cause to f/w after a hard-reset has happened.
      - Move to indirection when generating interrupts to f/w.
      - Better progress and error messages during the f/w load stage.
      - Recognize that f/w is with enabled security according to device ID.
      - Add validity check to event queue mechanism.
      - Add new event from f/w that will indicate a daemon has been terminated
        inside the f/w.
      
      - Move to TLB cache range invalidation in the device's MMU.
      - Disable memory scrubbing by default for performance.
      
      - Many fixes for sparse/smatch reported errors.
      - Enable by default stop-on-err in the ASIC.
      - Move to ASYNC device probing to speedup loading of driver in server
        with multiple devices.
      - Fix to stop using disabled NIC ports when doing collective operation.
      - Use standard error codes instead of positive values.
      - Add support for resetting device after user has finished using it.
      - Add debugfs option to avoid reset when a CS has got stuck.
      - Add print of the last 8 CS pointers in case of error in QMANs.
      - Add statistics on opening of the FD of a device.
      
      * tag 'misc-habanalabs-next-2021-06-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux: (72 commits)
        habanalabs/gaudi: refactor hard-reset related code
        habanalabs/gaudi: add support for NIC DERR
        habanalabs: add validity check for signal cs
        habanalabs: get lower/upper 32 bits via masking
        habanalabs: allow reset upon device release
        debugfs: add skip_reset_on_timeout option
        habanalabs: fix typo
        habanalabs/gaudi: correct driver events numbering
        habanalabs: remove a rogue #ifdef
        habanalabs/gaudi: print last QM PQEs on error
        habanalabs/goya: add '__force' attribute to suppress false alarm
        habanalabs: added open_stats info ioctl
        habanalabs/gaudi: set the correct rc in case of err
        habanalabs/gaudi: update coresight configuration
        habanalabs: remove node from list before freeing the node
        habanalabs: set rc as 'valid' in case of intentional func exit
        habanalabs: zero complex structures using memset
        habanalabs: print more info when failing to pin user memory
        habanalabs: Fix an error handling path in 'hl_pci_probe()'
        habanalabs: print firmware versions
        ...
      8254ee0e
    • Greg Kroah-Hartman's avatar
      Merge tag 'soundwire-5.14-rc1' of... · 1730a594
      Greg Kroah-Hartman authored
      Merge tag 'soundwire-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next
      
      Vinod writes:
      
      soundwire updates for 5.14-rc1
      
      Updates for v5.14-rc1 are:
      
      - Core has odd updates including improving clock stop codes, write api,
        handling ENODATA etc
      
       - Drivers has Big move of Intel driver to be aux dev and minor updates
         to Intel/cadence driver
      
      * tag 'soundwire-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
        soundwire: stream: Fix test for DP prepare complete
        soundwire: bus: Make sdw_nwrite() data pointer argument const
        soundwire: intel: move to auxiliary bus
        soundwire: cadence: remove the repeated declaration
        soundwire: dmi-quirks: remove duplicate initialization
        soundwire: cadence_master: always set CMD_ACCEPT
        soundwire: bus: add missing \n in dynamic debug
        soundwire: bus: handle -ENODATA errors in clock stop/start sequences
        soundwire: add missing kernel-doc description
        soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions
        soundwire: bandwidth allocation: improve error messages
        soundwire/ASoC: add leading zeroes in peripheral device name
      1730a594
  2. 21 Jun, 2021 5 commits
  3. 20 Jun, 2021 2 commits
  4. 18 Jun, 2021 30 commits