[GIT PULL] Char/Misc driver fixes for 5.11-rc5

From: Greg KH
Date: Sun Jan 24 2021 - 08:00:23 EST


The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

Linux 5.11-rc3 (2021-01-10 14:34: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.11-rc5

for you to fetch changes up to 31b081066e9c8f4a931a3d20dc0c6ca63c595c44:

misc: rtsx: init value of aspm_enabled (2021-01-22 11:04:53 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.11-rc5

Here are some small char/misc driver fixes for 5.11-rc5. Included in
here are:
- habanalabs driver fixes
- phy driver fixes
- hwtracing driver fixes
- rtsx cardreader driver fix

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alexander Lobakin (1):
PHY: Ingenic: fix unconditional build of phy-ingenic-usb

Alexander Shishkin (1):
intel_th: pci: Add Alder Lake-P support

Arnd Bergmann (1):
phy: mediatek: allow compile-testing the dsi phy

Greg Kroah-Hartman (3):
Merge tag 'phy-fixes-5.11' of git://git.kernel.org/.../phy/linux-phy into char-misc-next
Merge tag 'misc-habanalabs-fixes-2021-01-13' of https://git.kernel.org/.../ogabbay/linux into char-misc-linus
Merge tag 'misc-habanalabs-fixes-2021-01-21' of https://git.kernel.org/.../ogabbay/linux into char-misc-linus

Oded Gabbay (5):
habanalabs: fix dma_addr passed to dma_mmap_coherent
habanalabs: fix reset process in case of failures
habanalabs: prevent soft lockup during unmap
habanalabs: fix backward compatibility of idle check
habanalabs: disable FW events on device removal

Ofir Bitton (1):
habanalabs: zero pci counters packet before submit to FW

Ricky Wu (1):
misc: rtsx: init value of aspm_enabled

Tony Lindgren (1):
phy: cpcap-usb: Fix warning for missing regulator_disable

Wang Hui (1):
stm class: Fix module init return on allocation failure

drivers/hwtracing/intel_th/pci.c | 5 +++++
drivers/hwtracing/stm/heartbeat.c | 6 ++++--
drivers/misc/cardreader/rtsx_pcr.c | 7 ++++++-
drivers/misc/habanalabs/common/device.c | 11 ++++++++++-
drivers/misc/habanalabs/common/firmware_if.c | 5 +++++
drivers/misc/habanalabs/common/habanalabs.h | 1 +
drivers/misc/habanalabs/common/habanalabs_ioctl.c | 2 ++
drivers/misc/habanalabs/common/memory.c | 10 ++++++++--
drivers/misc/habanalabs/common/mmu.c | 6 +++---
drivers/misc/habanalabs/common/mmu_v1.c | 12 ++++++++++--
drivers/misc/habanalabs/gaudi/gaudi.c | 3 ++-
drivers/misc/habanalabs/goya/goya.c | 3 ++-
drivers/phy/ingenic/Makefile | 2 +-
drivers/phy/mediatek/Kconfig | 4 +++-
drivers/phy/motorola/phy-cpcap-usb.c | 19 +++++++++++++------
15 files changed, 75 insertions(+), 21 deletions(-)