[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yqw4Jujzz5ZzZ2Wg@kroah.com>
Date: Fri, 17 Jun 2022 10:15:34 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes 5.19-rc3
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -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-rc3
for you to fetch changes up to 0a35780c755ccec097d15c6b4ff8b246a89f1689:
eeprom: at25: Split reads into chunks and cap write size (2022-06-10 16:42:48 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc3
Here are some small char/misc driver fixes for 5.19-rc3 that resolve
some reported issues.
They include:
- mei driver fixes
- comedi driver fix
- rtsx build warning fix
- fsl-mc-bus driver fix
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Brad Bishop (1):
eeprom: at25: Split reads into chunks and cap write size
Miaoqian Lin (1):
misc: atmel-ssc: Fix IRQ check in ssc_probe
Shreenidhi Shedi (1):
char: lp: remove redundant initialization of err
drivers/char/lp.c | 2 +-
drivers/misc/atmel-ssc.c | 4 +-
drivers/misc/eeprom/at25.c | 93 ++++++++++++++++++++++++++--------------------
3 files changed, 56 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists