public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 5.8-rc7
@ 2020-07-26 11:14 Greg KH
  2020-07-26 18:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-07-26 11:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

The following changes since commit 3e543a4d30014d45b6bb5d2095554be02153cefc:

  Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into master (2020-07-16 11:26:40 -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-rc7

for you to fetch changes up to 92d232d176041db5b033dd7b7f7f2cf343f82237:

  interconnect: msm8916: Fix buswidth of pcnoc_s nodes (2020-07-23 10:45:24 +0200)

----------------------------------------------------------------
Char/misc driver fixes for 5.8-rc7

Here are a few small driver fixes for 5.8-rc7

They include:
	- habanalabs fixes
	- tiny fpga driver fixes
	- /dev/mem fixup from previous changes
	- interconnect driver fixes
	- binder fix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Eric Biggers (1):
      /dev/mem: Add missing memory barriers for devmem_inode

Georgi Djakov (2):
      interconnect: Do not skip aggregation for disabled paths
      interconnect: msm8916: Fix buswidth of pcnoc_s nodes

Greg Kroah-Hartman (3):
      Merge tag 'misc-habanalabs-fixes-2020-07-10' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus
      Merge tag 'fpga-late-fixes-for-5.8' of git://git.kernel.org/.../mdf/linux-fpga into char-misc-linus
      Merge tag 'misc-habanalabs-fixes-2020-07-19' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus

Matthew Gerlach (1):
      fpga: dfl: fix bug in port reset handshake

Oded Gabbay (4):
      habanalabs: block WREG_BULK packet on PDMA
      habanalabs: set clock gating per engine
      habanalabs: set 4s timeout for message to device CPU
      habanalabs: prevent possible out-of-bounds array access

Tetsuo Handa (1):
      binder: Don't use mmput() from shrinker function.

Xu Yilun (1):
      fpga: dfl: pci: reduce the scope of variable 'ret'

 .../ABI/testing/debugfs-driver-habanalabs          |  11 +-
 drivers/android/binder_alloc.c                     |   2 +-
 drivers/char/mem.c                                 |  10 +-
 drivers/fpga/dfl-afu-main.c                        |   3 +-
 drivers/fpga/dfl-pci.c                             |   3 +-
 drivers/interconnect/core.c                        |  12 +-
 drivers/interconnect/qcom/msm8916.c                |  14 +--
 drivers/misc/habanalabs/command_submission.c       |  14 ++-
 drivers/misc/habanalabs/debugfs.c                  |  23 ++--
 drivers/misc/habanalabs/device.c                   |   2 +-
 drivers/misc/habanalabs/firmware_if.c              |  10 +-
 drivers/misc/habanalabs/gaudi/gaudi.c              | 123 ++++++++++++++-------
 drivers/misc/habanalabs/goya/goya.c                |  20 ++--
 drivers/misc/habanalabs/habanalabs.h               |  19 +++-
 drivers/misc/habanalabs/habanalabs_drv.c           |   2 +-
 drivers/misc/habanalabs/hwmon.c                    |  19 ++--
 drivers/misc/habanalabs/sysfs.c                    |  11 +-
 17 files changed, 186 insertions(+), 112 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-26 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-26 11:14 [GIT PULL] Char/Misc driver fixes for 5.8-rc7 Greg KH
2020-07-26 18:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox