From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 92217366DB5 for ; Fri, 16 Jan 2026 17:53:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768585993; cv=none; b=pRn2VJn2EjntBIJE5z6838DwPATrnoiH6FCGafPCF8/WVotlyaXVFH8u30aA3pdDJzU2VUjIVhYGnu7LSYoSWzf+/VXMr/Xo8trNH9jrd5HLogTVBsPcJDRGaeHPImvtFDN+uwoViwh9SMLWD7/6jeULHVDDCKrrYZVIjfGvj/A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768585993; c=relaxed/simple; bh=nqUt5u7JVNY6/JXTN3r8jVOs1+r6cbIoT9c9fRM5ryI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tUNVn/gOqSp/5fWe5WqvUsj7H+TU7DW3Q1kV90GfRgAjVF1whP5WGqx2Rjg1ryF5Z4H7IP9u1DECugotgh4/Q58QFOjHelOM3aaZEIPGIywAeDHYERCos/E3x/hIRTin5ujNk4CdT9SB5JTt8fUyiSmKllBqpNZOSf0X6VV1hbE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=d7TgLrhE; arc=none smtp.client-ip=198.175.65.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="d7TgLrhE" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1768585991; x=1800121991; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=nqUt5u7JVNY6/JXTN3r8jVOs1+r6cbIoT9c9fRM5ryI=; b=d7TgLrhE4jCI2n6eTr+Oy3j4qazEqrwr2u3eVCB/gTAZ4ziGJZPR4ktL hOAzo6Y26EYfQz3em/3L6F/sWT+yNBzpDAD9iGO2AZCsv+1UZg8F8S7rQ CZwnk0H1Z4kXbFjnoeSiB1qwcEZv1A6kSTX/1GXU5BAkD+8+/KZ0qY+8a tIsaA2K8Yuwn+UB8fa/7XoYhiJGy+aQKZZKe23oW4IoIkdPVzjjTr6oN5 kguRuRjPrEapR3F2ZXM6DBWaKzqs13y3+Peqf/5HuJQWjDtENLXJC6NEW 2zJHO7noH6ar0mmE7vToBhOKgjRRmM6lSIIMpgaJ1ixawE5w/R4PMz0SV g==; X-CSE-ConnectionGUID: pLTjU6rLQUe3wVRcH2znpw== X-CSE-MsgGUID: Se9XPRKoRlqDvxXRK6NiCw== X-IronPort-AV: E=McAfee;i="6800,10657,11673"; a="73532501" X-IronPort-AV: E=Sophos;i="6.21,231,1763452800"; d="scan'208";a="73532501" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jan 2026 09:53:09 -0800 X-CSE-ConnectionGUID: cwIyEC/sTP+3CKzvslHEbg== X-CSE-MsgGUID: gMDDQci9Szub+RyWIeiF2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,231,1763452800"; d="scan'208";a="236568547" Received: from black.igk.intel.com ([10.91.253.5]) by fmviesa001.fm.intel.com with ESMTP; 16 Jan 2026 09:53:07 -0800 From: Alexander Shishkin To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Alexander Shishkin Subject: [PATCH 0/2] intel_th: Updates for v6.20 Date: Fri, 16 Jan 2026 18:52:48 +0100 Message-ID: <20260116175250.821002-1-alexander.shishkin@linux.intel.com> X-Mailer: git-send-email 2.50.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Greg, Here are the updates for intel_th for v6.20. These are: a rework of the humongous PCI ID table using PCI_DEVICE_DATA() and 2 new PCI IDs on top of that. Please consider applying. Pawel Chmielewski (2): intel_th: pci: Use PCI_DEVICE_DATA() for device entries intel_th: pci: Add Nova Lake support drivers/hwtracing/intel_th/pci.c | 269 +++++---------------------- drivers/hwtracing/intel_th/pci_ids.h | 60 ++++++ 2 files changed, 110 insertions(+), 219 deletions(-) create mode 100644 drivers/hwtracing/intel_th/pci_ids.h -- 2.50.1