The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:
Linux 5.2-rc4 (2019-06-08 20:24:46 -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.2-rc6 for you to fetch changes up to 6f828c55e26769666e0ae56b037f948dc26fe0d4: Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus (2019-06-20 13:30:47 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 5.2-rc6 Here are a number of small driver fixes for 5.2-rc6 Nothing major, just fixes for reported issues: - soundwire fixes - thunderbolt fixes - MAINTAINERS update for fpga maintainer change - binder bugfix - habanalabs 64bit pointer fix - documentation updates All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Alan Tull (1): MAINTAINERS: fpga: hand off maintainership to Moritz Arnd Bergmann (1): habanalabs: use u64_to_user_ptr() for reading user pointers Gavin Schenk (1): MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gavin Schenk Greg Kroah-Hartman (3): Merge tag 'soundwire-5.2-rc4' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus Merge tag 'thunderbolt-fixes-for-v5.2-rc6' of git://git.kernel.org/.../westeri/thunderbolt into char-misc-linus Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus Mika Westerberg (2): thunderbolt: Make sure device runtime resume completes before taking domain lock thunderbolt: Implement CIO reset correctly for Titan Ridge Srinivas Kandagatla (3): soundwire: stream: fix out of boundary access on port properties soundwire: stream: fix bad unlock balance soundwire: intel: set dai min and max channels correctly Takashi Iwai (1): docs: fb: Add TER16x32 to the available font names Todd Kjos (1): binder: fix possible UAF when freeing buffer Yang Yingliang (1): doc: fix documentation about UIO_MEM_LOGICAL using Documentation/ABI/testing/sysfs-bus-siox | 22 ++-- Documentation/driver-api/uio-howto.rst | 4 +- Documentation/fb/fbcon.txt | 2 +- MAINTAINERS | 3 +- drivers/android/binder.c | 16 ++- drivers/misc/habanalabs/habanalabs_ioctl.c | 2 +- drivers/soundwire/intel.c | 4 +- drivers/soundwire/stream.c | 7 +- drivers/thunderbolt/icm.c | 188 +++++++++++++++++++---------- drivers/thunderbolt/switch.c | 45 +++++-- drivers/thunderbolt/tb.h | 7 ++ 11 files changed, 202 insertions(+), 98 deletions(-)

