[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200627113952.GA1636771@kroah.com>
Date: Sat, 27 Jun 2020 13:39:52 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.8-rc3
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@...uxfoundation.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(-)
Powered by blists - more mailing lists