All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 4.19-rc7 - take 2
@ 2018-10-07  6:07 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2018-10-07  6:07 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

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 <gregkh@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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-07  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-07  6:07 [GIT PULL] Char/Misc driver fixes for 4.19-rc7 - take 2 Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.