All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>
Subject: [PATCH v1 00/15] stm class/intel_th: Updates for v6.10
Date: Mon, 29 Apr 2024 16:01:04 +0300	[thread overview]
Message-ID: <20240429130119.1518073-1-alexander.shishkin@linux.intel.com> (raw)

Hi Greg,

Here are the patches I have for the next cycle. The bulk of them are new
PCI IDs. Besides that, there are cosmetic changes, one actual bugfix and
a new feature added to the SyS-T protocol driver that uses a specially
designated format for ftrace data. I re-added Uwe's patch converting
platform device's remove: dropping it was a brainfart on my part.
Please consider applying. Thanks!

Alexander Shishkin (6):
  intel_th: pci: Add Granite Rapids support
  intel_th: pci: Add Granite Rapids SOC support
  intel_th: pci: Add Sapphire Rapids SOC support
  intel_th: pci: Add Meteor Lake-S support
  intel_th: pci: Add Meteor Lake-S CPU support
  intel_th: pci: Add Lunar Lake support

Colin Ian King (1):
  intel_th: Remove redundant initialization of pointer outp

Dan Carpenter (1):
  stm class: Fix a double free in stm_register_device()

Li Zhijian (1):
  intel_th: Convert sprintf/snprintf to sysfs_emit

Mikhail Lappo (3):
  stm class: Add source type
  stm class: Propagate source type to protocols
  stm class: sys-t: Improve ftrace source handling

Randy Dunlap (1):
  intel_th: msu: Fix kernel-doc warnings

Ricardo B. Marliere (1):
  intel_th: Constify the struct device_type usage

Uwe Kleine-König (1):
  intel_th: Convert to platform remove callback returning void

 drivers/hwtracing/intel_th/acpi.c |  6 +-
 drivers/hwtracing/intel_th/core.c |  8 +--
 drivers/hwtracing/intel_th/gth.c  |  8 +--
 drivers/hwtracing/intel_th/msu.c  | 12 +++-
 drivers/hwtracing/intel_th/pci.c  | 30 ++++++++++
 drivers/hwtracing/intel_th/sth.c  |  2 +-
 drivers/hwtracing/stm/console.c   |  1 +
 drivers/hwtracing/stm/core.c      | 19 ++++---
 drivers/hwtracing/stm/ftrace.c    |  1 +
 drivers/hwtracing/stm/heartbeat.c |  1 +
 drivers/hwtracing/stm/p_basic.c   |  3 +-
 drivers/hwtracing/stm/p_sys-t.c   | 93 ++++++++++++++++++++++++++++---
 drivers/hwtracing/stm/stm.h       |  2 +-
 include/linux/stm.h               | 12 ++++
 14 files changed, 164 insertions(+), 34 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-04-29 13:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 13:01 Alexander Shishkin [this message]
2024-04-29 13:01 ` [PATCH v1 01/15] stm class: Fix a double free in stm_register_device() Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 02/15] stm class: Add source type Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 03/15] stm class: Propagate source type to protocols Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 04/15] stm class: sys-t: Improve ftrace source handling Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 05/15] intel_th: Convert to platform remove callback returning void Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 06/15] intel_th: Constify the struct device_type usage Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 07/15] intel_th: Convert sprintf/snprintf to sysfs_emit Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 08/15] intel_th: Remove redundant initialization of pointer outp Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 09/15] intel_th: msu: Fix kernel-doc warnings Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 10/15] intel_th: pci: Add Granite Rapids support Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 11/15] intel_th: pci: Add Granite Rapids SOC support Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 12/15] intel_th: pci: Add Sapphire " Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 13/15] intel_th: pci: Add Meteor Lake-S support Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 14/15] intel_th: pci: Add Meteor Lake-S CPU support Alexander Shishkin
2024-04-29 13:01 ` [PATCH v1 15/15] intel_th: pci: Add Lunar Lake support Alexander Shishkin

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=20240429130119.1518073-1-alexander.shishkin@linux.intel.com \
    --to=alexander.shishkin@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --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 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.