* [GIT PULL] Char/Misc driver fixes 5.19-rc6
@ 2022-07-10 15:21 Greg KH
2022-07-10 16:54 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-07-10 15:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel
The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:
Linux 5.19-rc4 (2022-06-26 14:22:10 -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.19-rc6
for you to fetch changes up to 2cd37c2e72449a7add6da1183d20a6247d6db111:
misc: rtsx_usb: set return value in rsp_buf alloc err path (2022-07-02 16:20:56 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc6
Here are 4 small char/misc driver fixes for 5.19-rc6 to resolve some
reported issues. They only affect 2 drivers:
- rtsx_usb: fix for of-reported DMA warning error, the driver
was handling memory buffers in odd ways, it has now been fixed
up to be much simpler and correct by Shuah.
- at25 eeprom driver bugfix for reported problem
All of these have been in linux-next for a week with no reported
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Geert Uytterhoeven (1):
eeprom: at25: Rework buggy read splitting
Shuah Khan (3):
misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
misc: rtsx_usb: use separate command and response buffers
misc: rtsx_usb: set return value in rsp_buf alloc err path
drivers/misc/cardreader/rtsx_usb.c | 27 +++++++++++++++++++--------
drivers/misc/eeprom/at25.c | 26 ++++++++++++--------------
include/linux/rtsx_usb.h | 2 --
3 files changed, 31 insertions(+), 24 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-10 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-10 15:21 [GIT PULL] Char/Misc driver fixes 5.19-rc6 Greg KH
2022-07-10 16:54 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox