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-rc7
Date: Sun, 26 Jul 2020 13:14:10 +0200	[thread overview]
Message-ID: <20200726111410.GA1283983@kroah.com> (raw)

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(-)

             reply	other threads:[~2020-07-26 11:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-26 11:14 Greg KH [this message]
2020-07-26 18:05 ` [GIT PULL] Char/Misc driver fixes for 5.8-rc7 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=20200726111410.GA1283983@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