public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Jarkko Nikula <jarkko.nikula@linux.intel.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] intel_th: pci: Jasper Lake is not a PCH
Date: Thu, 21 Nov 2019 09:49:18 +0100	[thread overview]
Message-ID: <20191121094918.6812d54f@endymion> (raw)

According to Intel engineering, the Jasper Lake is a SOC not a PCH.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: 9d55499d8da4 ("intel_th: pci: Add Jasper Lake PCH support")
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 drivers/hwtracing/intel_th/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-5.4-rc7.orig/drivers/hwtracing/intel_th/pci.c	2019-11-15 12:08:16.487157641 +0100
+++ linux-5.4-rc7/drivers/hwtracing/intel_th/pci.c	2019-11-21 09:40:36.189296044 +0100
@@ -215,7 +215,7 @@ static const struct pci_device_id intel_
 		.driver_data = (kernel_ulong_t)&intel_th_2x,
 	},
 	{
-		/* Jasper Lake PCH */
+		/* Jasper Lake */
 		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6),
 		.driver_data = (kernel_ulong_t)&intel_th_2x,
 	},


-- 
Jean Delvare
SUSE L3 Support

                 reply	other threads:[~2019-11-21  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191121094918.6812d54f@endymion \
    --to=jdelvare@suse.de \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox