[GIT PULL] Char/Misc driver fixes for 4.13-rc5
From: Greg KH
Date: Sat Aug 12 2017 - 22:21:04 EST
The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:
Linux 4.13-rc2 (2017-07-23 16:15:17 -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.13-rc5
for you to fetch changes up to 1cd65d17612e8b64989f7af20213d4bb7a7f4d91:
thunderbolt: Do not enumerate more ports from DROM than the controller has (2017-08-10 14:25:35 -0700)
----------------------------------------------------------------
char/misc fixes for 4.13-rc5
Here are two patches for 4.13-rc5.
One is a fix for a reported thunderbolt issue, and the other a fix for
an MEI driver issue. Both have been in linux-next with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alexander Usyskin (1):
mei: exclude device from suspend direct complete optimization
Mika Westerberg (1):
thunderbolt: Do not enumerate more ports from DROM than the controller has
drivers/misc/mei/pci-me.c | 6 ++++++
drivers/misc/mei/pci-txe.c | 6 ++++++
drivers/thunderbolt/eeprom.c | 9 +++++++++
3 files changed, 21 insertions(+)