The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:
Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-4.19-rc7 for you to fetch changes up to eafa717bc145963c944bb0a64d16add683861b35: thunderbolt: Initialize after IOMMUs (2018-10-02 10:51:16 -0700) ---------------------------------------------------------------- Char/Misc fixes for 4.19-rc7 Here are 8 small fixes for some char/misc driver issues Included here are: - fpga driver fixes - thunderbolt bugfixes - firmware core revert/fix - hv core fix - hv tool fix All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> ---------------------------------------------------------------- Alan Tull (3): fpga: do not access region struct after fpga_region_unregister fpga: bridge: fix obvious function documentation error docs: fpga: document fpga manager flags Bjorn Andersson (1): firmware: Always initialize the fw_priv list object Dexuan Cui (1): Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect() Mika Westerberg (2): thunderbolt: Do not handle ICM events after domain is stopped thunderbolt: Initialize after IOMMUs Vitaly Kuznetsov (1): tools: hv: fcopy: set 'error' in case an unknown operation was requested Documentation/driver-api/fpga/fpga-mgr.rst | 5 +++ drivers/base/firmware_loader/main.c | 7 +++-- drivers/fpga/dfl-fme-region.c | 4 ++- drivers/fpga/fpga-bridge.c | 2 +- drivers/fpga/of-fpga-region.c | 3 +- drivers/hv/connection.c | 8 +++-- drivers/thunderbolt/icm.c | 49 ++++++++++++------------------ drivers/thunderbolt/nhi.c | 2 +- include/linux/fpga/fpga-mgr.h | 20 ++++++++---- tools/hv/hv_fcopy_daemon.c | 1 + 10 files changed, 57 insertions(+), 44 deletions(-)