Hi Bruce,

    Please help to merge follow code into our linux-yocto repo.

    repo:
            linux-yocto
    branch:
            v5.10/standard/cn-sdkv5.4/octeon

Thanks,
Ruiqiang

The following changes since commit 1d3a77ea69c27903dd611254df0cf6d12b4f9826:

  otx2-bphy-netdev: remove unwanted debug message (2021-10-27 02:12:57 +0000)

are available in the Git repository at:

  g...@github.com:cythe/linux.git linux-yocto/v5.10/standard/cn-sdkv5.4/octeon

for you to fetch changes up to 6e9878251674f90982968e8c0c8571cf38eee7b0:

  soc: Remove the duplicate marvell soc Kconfig menu (2021-11-03 05:26:36 +0000)

----------------------------------------------------------------
Anshuman Khandual (2):
      coresight: core: Add support for dedicated percpu sinks
      coresight: sink: Add TRBE driver

Chunyan Zhang (1):
      coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75

Jonathan Zhou (1):
      coresight: Add support for v8.4 SelfHosted tracing

Kaixu Xia (1):
      coresight: tmc-etr: Assign boolean values to a bool variable

Leo Yan (2):
      coresight: etm-perf: Clarify comment on perf options
      Documentation: coresight: Add PID tracing description

Markus Elfring (1):
      coresight: cti: Reduce scope for the variable 'cs_fwnode' in 
cti_plat_create_connection()

Mathieu Poirier (3):
      coresight: Fix W=1 warnings in core framework
      coresight-tpiu: Fix W=1 warning in TPIU driver
      coresight-stm: Fix W=1 warning in STM driver

Mike Leach (1):
      coresight: etm-perf: Fix define build issue when built as module

Qi Liu (3):
      coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver
      coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflow
      coresight: core: Fix typo in coresight-core.c

Ruiqiang Hao (1):
      soc: Remove the duplicate marvell soc Kconfig menu

Sai Prakash Ranjan (1):
      coresight: etm4x: Add ETM PID for Cortex-A78

Suzuki K Poulose (32):
      coresight: etm4x: Update TRCIDR3.NUMPROCS handling to match v4.2
      coresight: etm4x: Handle access to TRCSSPCICRn
      coresight: Introduce device access abstraction
      coresight: tpiu: Prepare for using coresight device access abstraction
      coresight: Convert coresight_timeout to use access abstraction
      coresight: Convert claim/disclaim operations to use access wrappers
      coresight: etm4x: Always read the registers on the host CPU
      coresight: etm4x: Convert all register accesses
      coresight: etm4x: Make offset available for sysfs attributes
      coresight: etm4x: Add commentary on the registers
      coresight: etm4x: Add sysreg access helpers
      coresight: etm4x: Hide sysfs attributes for unavailable registers
      coresight: etm4x: Define DEVARCH register fields
      coresight: etm4x: Check for Software Lock
      coresight: etm4x: Cleanup secure exception level masks
      coresight: etm4x: Clean up exception level masks
      coresight: etm4x: Handle ETM architecture version
      coresight: etm4x: Detect access early on the target CPU
      coresight: etm4x: Use TRCDEVARCH for component discovery
      coresight: etm4x: Expose trcdevarch via sysfs
      coresight: etm4x: Add necessary synchronization for sysreg access
      coresight: etm4x: Detect system instructions support
      coresight: etm4x: Refactor probing routine
      coresight: etm4x: Run arch feature detection on the CPU
      coresight: etm4x: Add support for sysreg only devices
      coresight: etm-perf: Support PID tracing for kernel at EL2
      coresight: etm4x: Move ETM to prohibited region for disable
      coresight: etm-perf: Allow an event to use different sinks
      coresight: etm4x: Add support for PE OS lock
      coresight: ete: Add support for ETE sysreg access
      coresight: ete: Add support for ETE tracing
      coresight: etm-perf: Handle stale output handles

Tanmay Jagdale (4):
      coresight: etm4x: Add support for Marvell OcteonTX2
      coresight: tmc: etr: Add support for Marvell OcteonTX2
      coresight: pmu: Create symlink to the sink device
      coresight: tmc: secure-etr: Fix incorrect offset

Uwe Kleine-König (1):
      coresight: etm4x: Fix merge resolution for amba rework

Wei Yongjun (3):
      coresight: etm: perf: Make symbol 'format_attr_contextid' static
      coresight: core: Make symbol 'csdev_sink' static
      coresight: trbe: Fix return value check in 
arm_trbe_register_coresight_cpu()

Zou Wei (1):
      coresight: core: Remove unneeded semicolon

 Documentation/trace/coresight/coresight.rst        |   32 +
 drivers/hwtracing/coresight/Kconfig                |   32 +-
 drivers/hwtracing/coresight/Makefile               |    5 +-
 drivers/hwtracing/coresight/coresight-catu.c       |   12 +-
 drivers/hwtracing/coresight/coresight-core.c       |  168 ++-
 drivers/hwtracing/coresight/coresight-cti-core.c   |   18 +-
 .../hwtracing/coresight/coresight-cti-platform.c   |    6 +-
 drivers/hwtracing/coresight/coresight-etb10.c      |   10 +-
 drivers/hwtracing/coresight/coresight-etm-perf.c   |  161 ++-
 drivers/hwtracing/coresight/coresight-etm3x-core.c |    9 +-
 drivers/hwtracing/coresight/coresight-etm4x-core.c | 1109 ++++++++++++++-----
 .../hwtracing/coresight/coresight-etm4x-sysfs.c    |  221 ++--
 drivers/hwtracing/coresight/coresight-etm4x.h      |  581 +++++++++-
 drivers/hwtracing/coresight/coresight-funnel.c     |    9 +-
 drivers/hwtracing/coresight/coresight-priv.h       |    9 +-
 drivers/hwtracing/coresight/coresight-quirks.c     |  155 +++
 drivers/hwtracing/coresight/coresight-quirks.h     |   64 ++
 drivers/hwtracing/coresight/coresight-replicator.c |   15 +-
 drivers/hwtracing/coresight/coresight-stm.c        |    6 +-
 drivers/hwtracing/coresight/coresight-tmc-core.c   |   99 +-
 drivers/hwtracing/coresight/coresight-tmc-etf.c    |   10 +-
 drivers/hwtracing/coresight/coresight-tmc-etr.c    |   63 +-
 .../hwtracing/coresight/coresight-tmc-secure-etr.c |  417 +++++++
 .../hwtracing/coresight/coresight-tmc-secure-etr.h |  115 ++
 drivers/hwtracing/coresight/coresight-tmc.h        |   46 +-
 drivers/hwtracing/coresight/coresight-tpiu.c       |   33 +-
 drivers/hwtracing/coresight/coresight-trbe.c       | 1157 ++++++++++++++++++++
 drivers/hwtracing/coresight/coresight-trbe.h       |  152 +++
 drivers/soc/Kconfig                                |    1 -
 drivers/soc/Makefile                               |    1 -
 include/linux/coresight-pmu.h                      |   20 +-
 include/linux/coresight.h                          |  231 +++-
 32 files changed, 4430 insertions(+), 537 deletions(-)
 create mode 100644 drivers/hwtracing/coresight/coresight-quirks.c
 create mode 100644 drivers/hwtracing/coresight/coresight-quirks.h
 create mode 100644 drivers/hwtracing/coresight/coresight-tmc-secure-etr.c
 create mode 100644 drivers/hwtracing/coresight/coresight-tmc-secure-etr.h
 create mode 100644 drivers/hwtracing/coresight/coresight-trbe.c
 create mode 100644 drivers/hwtracing/coresight/coresight-trbe.h
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10606): 
https://lists.yoctoproject.org/g/linux-yocto/message/10606
Mute This Topic: https://lists.yoctoproject.org/mt/86785330/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to