Linux/linux 4503c0adrivers/base/regmap Kconfig, drivers/misc Kconfig

Merge tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc driver fixes from Greg KH:
 "Here are some small char and misc driver fixes for 5.3-rc5.

  These are two different subsystems needing some fixes, the habanalabs
  driver which is has some more big endian fixes for problems found. The
  other are some small soundwire fixes, including some Kconfig
  dependencies needed to resolve reported build errors.

  All of these have been in linux-next this week with no reported
  issues"

* tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  misc: xilinx-sdfec: fix dependency and build error
  habanalabs: fix device IRQ unmasking for BE host
  habanalabs: fix endianness handling for internal QMAN submission
  habanalabs: fix completion queue handling when host is BE
  habanalabs: fix endianness handling for packets from user
  habanalabs: fix DRAM usage accounting on context tear down
  habanalabs: Avoid double free in error flow
  soundwire: fix regmap dependencies and align with other serial links
  soundwire: cadence_master: fix definitions for INTSTAT0/1
  soundwire: cadence_master: fix register definition for SLAVE_STATE
DeltaFile
+47-25drivers/misc/habanalabs/goya/goya.c
+13-14drivers/misc/habanalabs/irq.c
+5-9drivers/misc/habanalabs/hw_queue.c
+13-0drivers/misc/habanalabs/include/goya/goya_packets.h
+7-2drivers/misc/habanalabs/habanalabs.h
+4-4drivers/soundwire/cadence_master.c
+1-6drivers/soundwire/Kconfig
+2-3drivers/misc/habanalabs/device.c
+2-0drivers/misc/habanalabs/memory.c
+1-1drivers/misc/habanalabs/goya/goyaP.h
+1-1drivers/base/regmap/Kconfig
+1-1drivers/soundwire/Makefile
+1-0drivers/misc/Kconfig
+98-6613 files

UnifiedSplitRaw