[GIT PULL] Char/Misc driver fixes for 6.0-rc7
From: Greg KH
Date: Sat Sep 24 2022 - 04:27:04 EST
The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:
Linux 6.0-rc4 (2022-09-04 13:10:01 -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.0-rc7
for you to fetch changes up to 2bc54aaa65d2126ae629919175708a28ce7ef06e:
counter: 104-quad-8: Fix skipped IRQ lines during events configuration (2022-09-22 14:26:37 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 6.0-rc7
Here are 3 tiny driver fixes for 6.0-rc7. They include:
- phy driver reset bugfix
- fpga memleak bugfix
- counter irq config bugfix
The first 2 have been in linux-next for a while, the last one has only
been added to my tree in the past few days, but was in linux-next under
a different commit id. I couldn't pull directly from the counter tree
due to some gpg key propagation issue, so I took the commit directly
from email instead.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Greg Kroah-Hartman (2):
Merge tag 'phy-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-linus
Merge tag 'fpga-for-6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-linus
Pali Rohár (1):
phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support
Russ Weight (1):
fpga: m10bmc-sec: Fix possible memory leak of flash_buf
William Breathitt Gray (1):
counter: 104-quad-8: Fix skipped IRQ lines during events configuration
drivers/counter/104-quad-8.c | 6 +-
drivers/fpga/intel-m10-bmc-sec-update.c | 8 +--
drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 87 ++++++----------------------
3 files changed, 24 insertions(+), 77 deletions(-)