Hi Bruce,

    Please help to merge follow kernel code into our marvell-cn96xx repos.

    repo: linux-yocto

    branch:
            v5.4/standard/cn96xx
            v5.4/standard/preempt-rt/cn96xx

Thanks,
Ruiqiang

The following changes since commit 6e05fd5bacbaf8833b4a619f5041432e4737e93c:

  octeontx2-af: add SSO mbox message to release XAQ aura (2020-10-14 02:09:25 
+0000)

are available in the Git repository at:

  https://github.com/cythe/linux-yocto.git v5.4/standard/cn96xx

for you to fetch changes up to ffd5b3a957c20f78312d75d284db43607bb7112a:

  octeontx2-bphy-netdev: Add PTP hardware clock support to rfoe interfaces 
(2020-12-22 02:23:10 +0000)

----------------------------------------------------------------
Chandrakala Chavva (1):
      driver: serdes_debugfs: Add inject optional parameter to prbs command

Geetha sowjanya (1):
      octeontx2-pf: Fix interface down flag on error

George Cherian (1):
      octeontx2-af: Add support for RSS hashing based on Transport protocol 
field

Hariprasad Kelam (4):
      octeontx2-af: Assign valid mac address for LBKVFs
      octeontx2-af: Pass default values incase user did not specify
      octeontx2-pf: support to change link speed/duplex/autoneg
      octeontx2-pf: add Support QSGMII mode

Harman Kalra (2):
      octeontx2-af: load NPC profile via firmware database
      octeontx2-af: fix msix offset structure field data types

Kiran Kumar K (1):
      octeontx2-af: limit KPU parsing for GTPU only to GTPv1

Naveen Mamindlapalli (5):
      octeontx2-bphy-netdev: Fix kernel crash with ioctl trying to add timer
      octeontx2-bphy-netdev: Fix ptp pending skb list processing
      octeontx2-bphy-netdev: Added ioctl to set low level link state
      octeontx2-bphy-netdev: Fix list_entry usage in the code
      octeontx2-bphy-netdev: Add PTP hardware clock support to rfoe interfaces

Nithin Dabilpuram (1):
      octeontx2-af: fix order of queue work and interrupt disable

Rick Farrington (2):
      ghes_edac: remove erroneous error message regarding DIMM info
      drivers: marvell: otx2-sdei-ghes: fix BERT init error when RAS is disabled

Shijith Thotton (1):
      octeontx2-af: add NIX mbox message to get HW info

Smadar Fuks (2):
      octeontx2-af: Add register check to rvu_poll_reg()
      octeontx2-af: REE timeout error handling

Subbaraya Sundeep (10):
      octeontx2-af: Introduce tracepoints for mailbox
      octeontx2-pf: Add tracepoints for PF/VF mailbox
      octeontx2-af: Fix loading external MKEX profile
      octeontx2-af: Do not shift more than data type size
      octeontx2-af: Add IPv6 Src/Dst ip to MCAM rules
      octeontx2-af: Add SCTP Src/Dst ports to MCAM rules
      octeontx2-pf: Add raw IPv4 and SCTP4 filters
      octeontx2-pf: Add IPv6 and SCTP6 ntuple filters
      octeontx2-pf: Set NIX1_RX interface for backpressure
      octeontx2-af: Allocate low priority entries for PF

Suneel Garapati (2):
      drivers: i2c: octeon: Reduce latency for HS mode
      drivers: i2c: octeon: Revert early clear of IFLG

Yuri Tolstov (1):
      octeontx2-rm: Add char driver to RM

 drivers/edac/ghes_edac.c                           |   3 +
 drivers/i2c/busses/i2c-octeon-core.c               |  18 +-
 drivers/net/ethernet/marvell/octeontx2/af/Makefile |   3 +-
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |   9 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.c   |  11 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  29 ++-
 .../ethernet/marvell/octeontx2/af/npc_profile.h    |  10 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |  33 ++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |  13 +
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |   2 +
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |   2 +
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  25 ++
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    | 128 ++++++++--
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 114 +++++++--
 .../net/ethernet/marvell/octeontx2/af/rvu_ree.c    |  94 +++----
 .../net/ethernet/marvell/octeontx2/af/rvu_reg.h    |   1 +
 .../net/ethernet/marvell/octeontx2/af/rvu_trace.c  |  12 +
 .../net/ethernet/marvell/octeontx2/af/rvu_trace.h  | 103 ++++++++
 .../net/ethernet/marvell/octeontx2/bphy/Makefile   |   2 +-
 .../ethernet/marvell/octeontx2/bphy/otx2_bphy.h    |   9 +
 .../marvell/octeontx2/bphy/otx2_bphy_main.c        | 108 +++++++-
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.c    |   3 +
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.h    |   7 +
 .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c    |  38 ++-
 .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.h    |  17 ++
 .../marvell/octeontx2/bphy/otx2_rfoe_ethtool.c     |   4 +-
 .../marvell/octeontx2/bphy/otx2_rfoe_ptp.c         |  85 +++++++
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |  19 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   5 +-
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  | 197 +++------------
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    | 278 +++++++++++++++++++++
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |  11 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c   |   2 +
 .../soc/marvell/octeontx2-ghes/otx2-sdei-ghes.c    |   7 +-
 drivers/soc/marvell/octeontx2-rm/otx2_rm.c         | 118 ++++++++-
 drivers/soc/marvell/octeontx2-rm/otxrmcmd.h        |  34 +++
 .../soc/marvell/octeontx2-serdes/serdes_debugfs.c  |  21 +-
 37 files changed, 1275 insertions(+), 300 deletions(-)
 create mode 100644 drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c
 create mode 100644 drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.h
 create mode 100644 drivers/net/ethernet/marvell/octeontx2/bphy/otx2_rfoe_ptp.c
 create mode 100644 drivers/soc/marvell/octeontx2-rm/otxrmcmd.h
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9306): 
https://lists.yoctoproject.org/g/linux-yocto/message/9306
Mute This Topic: https://lists.yoctoproject.org/mt/79144763/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