All of lore.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.13-rc6
Date: Sat, 12 Jun 2021 17:53:51 +0200	[thread overview]
Message-ID: <YMTYj8wXW1/FXK/v@kroah.com> (raw)

The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:

  Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.13-rc6

for you to fetch changes up to 3df4fce739e2b263120f528c5e0fe6b2f8937b5b:

  misc: rtsx: separate aspm mode into MODE_REG and MODE_CFG (2021-06-09 19:10:22 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.13-rc6

Here are some small misc driver fixes for 5.13-rc6 that fix some
reported problems:
	- Tiny phy driver fixes for reported issues
	- rtsx regression for when the device suspended
	- mhi driver fix for a use-after-free

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

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

----------------------------------------------------------------
Chen Li (1):
      phy: usb: Fix misuse of IS_ENABLED

Greg Kroah-Hartman (1):
      Merge tag 'phy-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-linus

Jarvis Jiang (1):
      bus: mhi: pci_generic: T99W175: update channel name from AT to DUN

Loic Poulain (1):
      bus: mhi: pci-generic: Fix hibernation

Ricky Wu (1):
      misc: rtsx: separate aspm mode into MODE_REG and MODE_CFG

Sergio Paracuellos (1):
      phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variable

Tiezhu Yang (1):
      phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()

Wang Wensheng (1):
      phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe()

Wei Yongjun (1):
      bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()

Yang Li (1):
      phy: ti: Fix an error code in wiz_probe()

Yang Yingliang (1):
      phy: Sparx5 Eth SerDes: check return value after calling platform_get_resource()

 drivers/bus/mhi/pci_generic.c            | 42 +++++++++++++++++++++++++++---
 drivers/misc/cardreader/rtl8411.c        |  1 +
 drivers/misc/cardreader/rts5209.c        |  1 +
 drivers/misc/cardreader/rts5227.c        |  2 ++
 drivers/misc/cardreader/rts5228.c        |  1 +
 drivers/misc/cardreader/rts5229.c        |  1 +
 drivers/misc/cardreader/rts5249.c        |  3 +++
 drivers/misc/cardreader/rts5260.c        |  1 +
 drivers/misc/cardreader/rts5261.c        |  1 +
 drivers/misc/cardreader/rtsx_pcr.c       | 44 ++++++++++++++++++++++----------
 drivers/phy/broadcom/phy-brcm-usb-init.h |  4 +--
 drivers/phy/cadence/phy-cadence-sierra.c |  1 +
 drivers/phy/mediatek/phy-mtk-tphy.c      |  2 ++
 drivers/phy/microchip/sparx5_serdes.c    |  4 +++
 drivers/phy/ralink/phy-mt7621-pci.c      |  2 +-
 drivers/phy/ti/phy-j721e-wiz.c           |  1 +
 include/linux/rtsx_pci.h                 |  2 ++
 17 files changed, 93 insertions(+), 20 deletions(-)

             reply	other threads:[~2021-06-12 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12 15:53 Greg KH [this message]
2021-06-12 19:37 ` [GIT PULL] Char/Misc driver fixes for 5.13-rc6 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=YMTYj8wXW1/FXK/v@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.