Hi Bruce,

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

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

Thanks,
Ruiqiang

The following changes since commit 5a6888d21f19d880689e86db56d461115a632bbf:

  Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.4/octeon 
(2024-02-26 23:30:41 -0500)

are available in the Git repository at:

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

for you to fetch changes up to f9339e17cdb1e3a787423f1f2dea294207661091:

  octeontx2-af: reveal only TIM params that are available (2024-03-01 10:19:27 
+0800)

----------------------------------------------------------------
Ankur Dwivedi (1):
      octeontx2-af: fix mcam hit counter

Anshumali Gaur (1):
      octeontx2-af: Added debugfs support to dump NIX TM topology

Baha Mesleh (3):
      octeontx2-bphy-netdev: ignore MCS bypass errors
      octeontx2-bphy-netdev: release psm queues on exit
      octeontx2-bphy-netdev: disable rx on RFOEs on exit

Bharat Bhushan (3):
      drivers: watchdog: marvell_gti: fix zero pretimeout handling
      crypto/octeontx2: By default allocate one CPT LF per CPT VF
      crypto: octeontx2: Honor irqaffinity passed via bootargs

Damian Eppel (2):
      firmware: octeontx2: sysfs interface for PORTM boot cfg
      firmware: octeontx2: minor fixes for PORTM boot cfg

Hariprasad Kelam (5):
      octeontx2-af: Enable loading more KPU profiles
      octeontx2-af: Fix pause frame configuration
      octeontx2-af: configure 802.3 pause frames in SGMII/QSGMII mode
      octeontx2-af: map management port always to first PF
      octeontx2-af: Fix default entries mcam entry action

Kiran Kumar K (2):
      octeontx2-af: Fix capture PPPOE ltype
      octeontx2-af: Add KPU parsing support for GRE ERSPAN

Mikko Suni (1):
      FWLOG: Correct read length with ppos

Naveen Mamindlapalli (1):
      octeontx2-bphy-netdev: Add cpri busrt packet limiter

Nithin Dabilpuram (1):
      octeontx2-af: fix CN10KB FIFO length for RPM2

Paul Way (3):
      MMC: fix the init_timings lookup.
      MMC: Fix sdhci_cdns_sd6_calc_phy function for SD card
      MMC: Added delay_element calculations to dqs delay

Piyush Malgujar (1):
      soc: marvell: otx2: Add dependency in Kconfig for GHES BERT

Ratheesh Kannoth (2):
      octeontx2-af: Fix printing of SPI field
      octeontx2-af: Initialize bitmap arrays.

Sai Krishna (3):
      octeontx2-bphy-netdev: Add SW workaround for Zero padding
      octeontx2-pf: Reorder tearing down of PTP RX info work queue, mailbox
      octeontx2-pf: Add ucast filter count configurability via devlink.

Scott Rowberry (1):
      firmware: octeontx2: sysfs interface for led blink rate

Shijith Thotton (1):
      octeontx2-af: reveal only TIM params that are available

Subbaraya Sundeep (4):
      octeontx2-pf: Send UP messages to VF only when VF is up.
      octeontx2-af: Use separate handlers for interrupts
      octeontx2-cpt: Wake up waiting process as last step
      octeontx2-pf: Reschedule up message if message data is non zero

Suman Ghosh (2):
      octeontx2-af: Add new devlink param to configure maximum usable NIX LFs
      octeontx2-af: Fix multicast/mirror group lock/unlock issue

Suneel Garapati (1):
      drivers: spi-cadence-xspi: Change xfer logic base

Sunil Goutham (3):
      octeontx2-pf: Honor irqaffinity passed via bootargs
      genirq: Export irqaffinity_default
      octeontx2-pf: Fix module compilation failure

 drivers/crypto/marvell/octeontx2/otx2_cptlf.c      |  14 +-
 drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c |   1 +
 drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c |   3 +-
 drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c |   3 +-
 drivers/firmware/octeontx2/Kconfig                 |  22 +
 drivers/firmware/octeontx2/Makefile                |   2 +
 drivers/firmware/octeontx2/led-blink-rate.c        | 113 +++++
 drivers/firmware/octeontx2/portm-boot-cfg.c        | 511 +++++++++++++++++++++
 drivers/mmc/host/sdhci-cadence.c                   | 191 ++++++--
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |   5 +
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  13 +-
 .../ethernet/marvell/octeontx2/af/npc_profile.h    | 141 +++++-
 drivers/net/ethernet/marvell/octeontx2/af/rpm.c    |  18 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |  17 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |   4 +
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |  60 ++-
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    | 110 ++++-
 .../ethernet/marvell/octeontx2/af/rvu_devlink.c    | 124 ++++-
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    | 125 +++--
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |  94 ++--
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |  10 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_tim.c    |   7 +
 .../ethernet/marvell/octeontx2/bphy/bphy_common.h  |  31 ++
 .../marvell/octeontx2/bphy/bphy_netdev_comm_if.h   |   5 +
 .../marvell/octeontx2/bphy/cnf10k_bphy_hw.h        |  16 +
 .../ethernet/marvell/octeontx2/bphy/cnf10k_rfoe.c  |  32 +-
 .../ethernet/marvell/octeontx2/bphy/otx2_bphy.h    |   5 +
 .../ethernet/marvell/octeontx2/bphy/otx2_bphy_hw.h |  14 +
 .../marvell/octeontx2/bphy/otx2_bphy_main.c        |  78 ++++
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.c    |  30 ++
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.h    |   2 +
 .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c    |  25 +
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |   6 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   7 +-
 .../ethernet/marvell/octeontx2/nic/otx2_devlink.c  |  68 +++
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |  20 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |  21 +-
 drivers/soc/marvell/Kconfig                        |   1 +
 drivers/soc/marvell/fwlog.c                        |   1 +
 drivers/spi/spi-cadence-xspi.c                     |  25 +-
 drivers/watchdog/marvell_gti_wdt.c                 |   7 +
 kernel/irq/manage.c                                |   1 +
 42 files changed, 1772 insertions(+), 211 deletions(-)
 create mode 100644 drivers/firmware/octeontx2/led-blink-rate.c
 create mode 100644 drivers/firmware/octeontx2/portm-boot-cfg.c
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13632): 
https://lists.yoctoproject.org/g/linux-yocto/message/13632
Mute This Topic: https://lists.yoctoproject.org/mt/104737493/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