[GIT PULL] Char/Misc driver fixes for 5.10-rc7

From: Greg KH
Date: Sun Dec 06 2020 - 09:35:50 EST


The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.10-rc7

for you to fetch changes up to 264f53b41946dcabb2b3304190839ab5670c7825:

Revert "mei: virtio: virtualization frontend driver" (2020-12-06 10:36:17 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.10-rc7

Here are some small driver fixes, and one "large" revert, for 5.10-rc7.

They include:
- revert mei patch from 5.10-rc1 that was using a reserved
userspace value. It will be resubmitted once the proper id
has been assigned by the virtio people.
- habanalabs fixes found by the fall-through audit from Gustavo
- speakup driver fixes for reported issues
- fpga config build fix for reported issue.

All of these except the revert have been in linux-next with no reported
issues. The revert is "clean" and just removes a previously-added
driver, so no real issue there.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
David Gow (1):
fpga: Specify HAS_IOMEM dependency for FPGA_DFL

Greg Kroah-Hartman (1):
Merge tag 'misc-habanalabs-fixes-2020-11-30' of ssh://gitolite.kernel.org/.../ogabbay/linux into char-misc-linus

Michael S. Tsirkin (1):
Revert "mei: virtio: virtualization frontend driver"

Ofir Bitton (2):
habanalabs: free host huge va_range if not used
habanalabs: put devices before driver removal

Samuel Thibault (1):
speakup: Reject setting the speakup line discipline outside of speakup

drivers/accessibility/speakup/spk_ttyio.c | 37 +-
drivers/fpga/Kconfig | 1 +
drivers/misc/habanalabs/common/device.c | 16 +-
drivers/misc/habanalabs/common/memory.c | 1 +
drivers/misc/mei/Kconfig | 10 -
drivers/misc/mei/Makefile | 3 -
drivers/misc/mei/hw-virtio.c | 874 ------------------------------
7 files changed, 33 insertions(+), 909 deletions(-)
delete mode 100644 drivers/misc/mei/hw-virtio.c