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

From: Greg KH
Date: Sun Aug 18 2019 - 04:57:42 EST


The following changes since commit d45331b00ddb179e291766617259261c112db872:

Linux 5.3-rc4 (2019-08-11 13:26:41 -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.3-rc5

for you to fetch changes up to 9cd02b09a0f4439e5323c20b710331771c2b6341:

Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-linus (2019-08-16 12:35:56 +0200)

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

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.

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

----------------------------------------------------------------
Ben Segal (3):
habanalabs: fix endianness handling for packets from user
habanalabs: fix completion queue handling when host is BE
habanalabs: fix device IRQ unmasking for BE host

Greg Kroah-Hartman (2):
Merge tag 'misc-habanalabs-fixes-2019-08-12' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next
Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus

Oded Gabbay (1):
habanalabs: fix endianness handling for internal QMAN submission

Pierre-Louis Bossart (3):
soundwire: cadence_master: fix register definition for SLAVE_STATE
soundwire: cadence_master: fix definitions for INTSTAT0/1
soundwire: fix regmap dependencies and align with other serial links

Randy Dunlap (1):
misc: xilinx-sdfec: fix dependency and build error

Tomer Tayar (2):
habanalabs: Avoid double free in error flow
habanalabs: fix DRAM usage accounting on context tear down

drivers/base/regmap/Kconfig | 2 +-
drivers/misc/Kconfig | 1 +
drivers/misc/habanalabs/device.c | 5 +-
drivers/misc/habanalabs/goya/goya.c | 72 ++++++++++++++--------
drivers/misc/habanalabs/goya/goyaP.h | 2 +-
drivers/misc/habanalabs/habanalabs.h | 9 ++-
drivers/misc/habanalabs/hw_queue.c | 14 ++---
.../misc/habanalabs/include/goya/goya_packets.h | 13 ++++
drivers/misc/habanalabs/irq.c | 27 ++++----
drivers/misc/habanalabs/memory.c | 2 +
drivers/soundwire/Kconfig | 7 +--
drivers/soundwire/Makefile | 2 +-
drivers/soundwire/cadence_master.c | 8 +--
13 files changed, 98 insertions(+), 66 deletions(-)