[GIT,PULL] Char/Misc driver fix for 6.6-rc4

Message ID ZRllP2-4Lxm3t49d@kroah.com
State New
Headers
Series [GIT,PULL] Char/Misc driver fix for 6.6-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.6-rc4

Message

Greg KH Oct. 1, 2023, 12:25 p.m. UTC
  The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.6-rc4

for you to fetch changes up to 0e4cac557531a4c93de108d9ff11329fcad482ff:

  misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe (2023-09-25 10:48:19 +0200)

----------------------------------------------------------------
Misc driver fix for 6.6-rc4

Here is a single, much requested, fix for a set of misc drivers to
resolve a much reported regression in the -rc series that has also
propagated back to the stable releases.  Sorry for the delay, lots of
conference travel for a few weeks put me very far behind in patch
wrangling.

It has been reported by many to resolve the reported problem, and has
been in linux-next with no reported issues.

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

----------------------------------------------------------------
Ricky WU (1):
      misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe

 drivers/misc/cardreader/rts5227.c  | 55 ++++--------------------------------
 drivers/misc/cardreader/rts5228.c  | 57 ++++++++++++--------------------------
 drivers/misc/cardreader/rts5249.c  | 56 +++++--------------------------------
 drivers/misc/cardreader/rts5260.c  | 43 +++++++++-------------------
 drivers/misc/cardreader/rts5261.c  | 52 +++++++++-------------------------
 drivers/misc/cardreader/rtsx_pcr.c | 51 ++++++++++++++++++++++++++++++----
 6 files changed, 102 insertions(+), 212 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 1, 2023, 7:53 p.m. UTC | #1
The pull request you sent on Sun, 1 Oct 2023 14:25:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.6-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f633369413f189d81069a5048c7d67c815f59a7

Thank you!