Re: [GIT PULL] Char/Misc driver fixes for 4.19-rc6
From: Greg KH
Date: Tue Sep 25 2018 - 10:54:16 EST
On Tue, Sep 25, 2018 at 04:23:44PM +0200, Greg KH wrote:
> [Yes, the oddity of sending a pull request to myself is not lost on me...]
And, I totally messed this up. Ugh, what kind of idiot does something
like this! It's not like I haven't been doing this for years! I should
know better...
Here's the real pull request text that I should have sent out the first
time:
-----------
The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:
Linux 4.19-rc4 (2018-09-16 11:52:37 -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-rc6
for you to fetch changes up to 59d08d00d43c644ee2011d7ff1807bdd69f31fe0:
intel_th: pci: Add Ice Lake PCH support (2018-09-18 16:08:38 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 4.19-rc6
Here are some soundwire and intel_th (tracing) driver fixes for some
reported issues.
Full details are in the shortlog.
All of these have been in linux-next for a week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alexander Shishkin (3):
intel_th: Fix device removal logic
intel_th: Fix resource handling for ACPI glue layer
intel_th: pci: Add Ice Lake PCH support
Greg Kroah-Hartman (1):
Merge tag 'soundwire-4.19-fixes' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus
Sanyog Kale (1):
soundwire: Fix acquiring bus lock twice during master release
Shreyas NC (2):
soundwire: Fix duplicate stream state assignment
soundwire: Fix incorrect exit after configuring stream
drivers/hwtracing/intel_th/core.c | 16 +++++++++++++---
drivers/hwtracing/intel_th/pci.c | 5 +++++
drivers/soundwire/stream.c | 23 +++++++++++++++++------
3 files changed, 35 insertions(+), 9 deletions(-)