[GIT PULL] Char/Misc driver fixes for 5.6-rc3
From: Greg KH
Date:  Fri Feb 21 2020 - 06:40:16 EST
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.6-rc3
for you to fetch changes up to 74ba569a15a08b988bc059ad515980f51e85be79:
  Merge tag 'misc-habanalabs-fixes-2020-02-11' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus (2020-02-17 11:58:16 +0100)
----------------------------------------------------------------
Char/Misc fixes for 5.6-rc3
Here are some small char/misc driver fixes for 5.6-rc3.
Also included in here are some updates for some documentation files that
I seem to be maintaining these days.
The driver fixes are:
  - small fixes for the habanalabs driver
  - fsi driver bugfix
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Bartosz Golaszewski (1):
      MAINTAINERS: remove unnecessary ':' characters
Brendan Higgins (1):
      fsi: aspeed: add unspecified HAS_IOMEM dependency
Grant Likely (1):
      Documentation/process: Add Arm contact for embargoed HW issues
Greg Kroah-Hartman (3):
      embargoed-hardware-issues: drop Amazon contact as the email address now bounces
      COPYING: state that all contributions really are covered by this file
      Merge tag 'misc-habanalabs-fixes-2020-02-11' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus
James Morris (1):
      Documentation/process: Change Microsoft contact for embargoed hardware issues
Oded Gabbay (2):
      habanalabs: halt the engines before hard-reset
      habanalabs: patched cb equals user cb in device memset
Omer Shpigelman (1):
      habanalabs: do not halt CoreSight during hard reset
Tyler Hicks (1):
      Documentation/process: Swap out the ambassador for Canonical
 COPYING                                            |  2 +
 .../process/embargoed-hardware-issues.rst          |  8 ++--
 .../zh_CN/process/embargoed-hardware-issues.rst    |  2 +-
 MAINTAINERS                                        | 22 +++++------
 drivers/fsi/Kconfig                                |  1 +
 drivers/misc/habanalabs/device.c                   |  5 ++-
 drivers/misc/habanalabs/goya/goya.c                | 44 +++++++++++++++++++++-
 7 files changed, 65 insertions(+), 19 deletions(-)