public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.8-rc3
Date: Sat, 27 Jun 2020 13:39:52 +0200	[thread overview]
Message-ID: <20200627113952.GA1636771@kroah.com> (raw)

The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.8-rc3

for you to fetch changes up to 70b23b87b2d32e608f97e06425853331f17fbda9:

  Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next (2020-06-26 17:26:31 +0200)

----------------------------------------------------------------
Char/Misc fixes for 5.8-rc3

Some tiny char/misc driver fixes for 5.8-rc3.

"largest" changes are in the mei driver, to resolve some reported
problems and add some new device ids.  There's also a binder bugfix, an
fpga driver build fix, and some assorted habanalabs fixes.

All of these, except for the habanalabs fixes, have been in linux-next
with no reported issues.  The habanalabs driver changes showed up in my
tree on Friday, but as they are totally self-contained, all should be
good there.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: me: add tiger lake point device ids for H platforms.

Arnd Bergmann (1):
      fpga: zynqmp: fix modular build

Greg Kroah-Hartman (2):
      Merge tag 'misc-habanalabs-fixes-2020-06-24' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus
      Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/.../mdf/linux-fpga into char-misc-next

Oded Gabbay (3):
      habanalabs: block scalar load_and_exe on external queue
      habanalabs: rename mmu_write() to mmu_asid_va_write()
      habanalabs: increase GAUDI QMAN ARB WDT timeout

Ofir Bitton (1):
      habanalabs: Correct handling when failing to enqueue CB

Omer Shpigelman (2):
      habanalabs: use PI in MMU cache invalidation
      habanalabs: increase h/w timer when checking idle

Todd Kjos (1):
      binder: fix null deref of proc->context

Tomas Winkler (1):
      mei: me: disable mei interface on Mehlow server platforms

 drivers/android/binder.c                           | 14 ++---
 drivers/fpga/Kconfig                               |  2 +-
 drivers/misc/habanalabs/command_submission.c       | 13 ++++
 drivers/misc/habanalabs/debugfs.c                  |  4 +-
 drivers/misc/habanalabs/gaudi/gaudi.c              | 37 +++++++++++-
 drivers/misc/habanalabs/gaudi/gaudiP.h             |  3 +
 .../misc/habanalabs/include/gaudi/gaudi_packets.h  |  3 +
 drivers/misc/mei/hw-me-regs.h                      |  3 +
 drivers/misc/mei/hw-me.c                           | 70 ++++++++++++++++++++--
 drivers/misc/mei/hw-me.h                           | 17 ++++--
 drivers/misc/mei/pci-me.c                          | 17 +++---
 11 files changed, 153 insertions(+), 30 deletions(-)

             reply	other threads:[~2020-06-27 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27 11:39 Greg KH [this message]
2020-06-27 20:25 ` [GIT PULL] Char/Misc driver fixes for 5.8-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200627113952.GA1636771@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox