mbox series

[GIT,PULL] coresight: Updates for v6.11

Message ID 20240702134755.1677897-1-suzuki.poulose@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] coresight: Updates for v6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.11

Message

Suzuki K Poulose July 2, 2024, 1:47 p.m. UTC
Hi Greg,

Please find the updates for coresight/hwtracing subsystem targeting v6.11.
This is relatively smaller set of cleanups and a fix this time.

Kindly pull

Suzuki


The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.11

for you to fetch changes up to 2e5657aa59669698f0f3bf7742d83577a18eb830:

  hwtracing: use for_each_endpoint_of_node() (2024-07-01 10:12:35 +0100)

----------------------------------------------------------------
coresight: Updates for v6.11

Coresight/hwtracing subsystem updates targeting v6.11 includes a few minor
fixes and cleanups

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>

----------------------------------------------------------------
James Clark (1):
      coresight: Fix ref leak when of_coresight_parse_endpoint() fails

Kuninori Morimoto (1):
      hwtracing: use for_each_endpoint_of_node()

Ricardo B. Marliere (1):
      coresight: constify the struct device_type usage

Yang Li (1):
      coresight: tmc: Remove duplicated include in coresight-tmc-core.c

 drivers/hwtracing/coresight/coresight-platform.c | 8 +++++---
 drivers/hwtracing/coresight/coresight-priv.h     | 2 +-
 drivers/hwtracing/coresight/coresight-sysfs.c    | 2 +-
 drivers/hwtracing/coresight/coresight-tmc-core.c | 1 -
 4 files changed, 7 insertions(+), 6 deletions(-)

Comments

Greg Kroah-Hartman July 3, 2024, 1:51 p.m. UTC | #1
On Tue, Jul 02, 2024 at 02:47:55PM +0100, Suzuki K Poulose wrote:
> Hi Greg,
> 
> Please find the updates for coresight/hwtracing subsystem targeting v6.11.
> This is relatively smaller set of cleanups and a fix this time.
> 
> Kindly pull
> 
> Suzuki
> 
> 
> The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
> 
>   Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.11

Pulled and pushed out, thanks.

greg k-h