linux-kernel.vger.kernel.org archive mirror
 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.7-rc7
Date: Sat, 23 May 2020 15:18:15 +0200	[thread overview]
Message-ID: <20200523131815.GA56291@kroah.com> (raw)

The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

  Linux 5.7-rc5 (2020-05-10 15:16:58 -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.7-rc7

for you to fetch changes up to 7a839dbab1be59f5ed3b3b046de29e166784c9b4:

  misc: rtsx: Add short delay after exit from ASPM (2020-05-22 13:27:38 +0200)

----------------------------------------------------------------
Char/Misc fixes for 5.7-rc7

Here are some small char/misc driver fixes for 5.7-rc7 that resolve some
reported issues.  Included in here are tiny fixes for the mei,
coresight, rtsx, ipack, and mhi drivers.

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

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: release me_cl object reference

Calvin Johnson (1):
      coresight: cti: remove incorrect NULL return check

Klaus Doth (1):
      misc: rtsx: Add short delay after exit from ASPM

Wei Yongjun (2):
      ipack: tpci200: fix error return code in tpci200_register()
      bus: mhi: core: Fix some error return code

 drivers/bus/mhi/core/init.c                          | 2 ++
 drivers/hwtracing/coresight/coresight-cti-platform.c | 4 ++--
 drivers/ipack/carriers/tpci200.c                     | 1 +
 drivers/misc/cardreader/rtsx_pcr.c                   | 3 +++
 drivers/misc/mei/client.c                            | 2 ++
 5 files changed, 10 insertions(+), 2 deletions(-)

             reply	other threads:[~2020-05-23 13:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-23 13:18 Greg KH [this message]
2020-05-23 18:30 ` [GIT PULL] Char/Misc driver fixes for 5.7-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=20200523131815.GA56291@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;
as well as URLs for NNTP newsgroup(s).