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

From: Greg KH
Date: Sun Oct 01 2023 - 08:25:42 EST


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@xxxxxxxxxxxxxxxxxxx>

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