Hi Bruce,

    Please help to merge code into our repo.

    repo:
        linux-yocto

    branch:
        v5.10/standard/cn-sdkv4.18/cn96xx

Thanks,
Ruiqiang

The following changes since commit 84acbca9471ba06b6142700a9d3ed22c67104f1c:

  Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv4.18/cn96xx 
(2021-08-10 23:13:44 -0400)

are available in the Git repository at:

  https://github.com/cythe/linux.git 
linux-yocto/v5.10/standard/cn-sdkv4.18/cn96xx

for you to fetch changes up to 57f6b35cc76d3066bf3acfa6955c414e2517a402:

  arm64 acpi: workaround for OcteonTX2 GHES driver (2021-08-17 08:42:54 +0000)

----------------------------------------------------------------
Baha Mesleh (1):
      octeontx2-bphy-netdev: add debugfs support

Beniamin Sandu (1):
      arm64 acpi: workaround for OcteonTX2 GHES driver

Hariprasad Kelam (5):
      octeontx2-pf: Dont mask out supported link modes
      octeontx2-af: cn10k: new Interface modes support
      octeontx2-af: fix 50G ethtool mapping
      octeontx2-af: verify CQ context updates
      octeontx2-pf: Allow pkts of size morethan MTU to be transmitted

Harman Kalra (6):
      soc: marvell: hw_access: renaming to hw access driver
      soc: marvell: hw_access: cleaning up existing hw access driver
      rvu: extend context reading capability
      soc: marvell: hw_access: add hw context reading support
      soc: marvell: hw_access: get cgx info
      octeontx2-af: nix and lbk in loop mode in 98xx

Jakub Palider (2):
      misc: bphy: Restore static resource allocation
      misc: bphy: Add ioctl to get BPHY irqs bitmask

Kiran Kumar K (1):
      octeontx2-af: limit KPU parsing for GTPU packets

Naveen Mamindlapalli (1):
      octeontx2-af: add proper return codes for AF mailbox handlers

Rakesh Babu (1):
      octeontx2-af: debugfs: Add channel and channel mask.

Ruiqiang Hao (1):
      octeontx2: af: Delete double check in rvu_mbox_handler_cgx_mac_addr_add()

Subbaraya Sundeep (2):
      Revert "octeontx2-af: Disable packet TX and RX"
      octeontx2-pf: Add vlan-etype to ntuple filters

Suneel Garapati (1):
      drivers: i2c: octeon: Handle access watchdog timeout

Sunil Goutham (3):
      octeontx2-af: Remove unnecessary devm_kfree
      octeontx2-af: Do NIX_RX_SW_SYNC twice
      octeontx2-pf: Fix default DWRR quantum configuration

Yuri Tolstov (1):
      octeontx2-af: Reduce TIM clock divider values

 arch/arm64/kernel/acpi.c                           |   9 +
 drivers/i2c/busses/i2c-octeon-core.c               |   8 +
 drivers/i2c/busses/i2c-octeon-core.h               |   1 +
 drivers/misc/otx_bphy_ctr.c                        |  62 ++--
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |  78 ++++-
 .../net/ethernet/marvell/octeontx2/af/cgx_fw_if.h  |  20 +-
 drivers/net/ethernet/marvell/octeontx2/af/common.h |   5 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  15 +-
 drivers/net/ethernet/marvell/octeontx2/af/npc.h    |   6 +
 .../ethernet/marvell/octeontx2/af/npc_profile.h    |  21 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |   3 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |  56 ++--
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |   3 +
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    | 185 ++++++++++--
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |   1 -
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |  39 ++-
 .../net/ethernet/marvell/octeontx2/af/rvu_tim.c    |   4 +-
 .../net/ethernet/marvell/octeontx2/bphy/Makefile   |   2 +-
 .../marvell/octeontx2/bphy/otx2_bphy_debugfs.c     | 165 +++++++++++
 .../marvell/octeontx2/bphy/otx2_bphy_debugfs.h     |  31 ++
 .../marvell/octeontx2/bphy/otx2_bphy_main.c        |   5 +
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.c    |  97 ++++++
 .../ethernet/marvell/octeontx2/bphy/otx2_cpri.h    |   5 +
 .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c    | 186 +++++++++++-
 .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.h    |   9 +
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |  10 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   2 +-
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  41 ++-
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |  24 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   5 +-
 drivers/soc/marvell/Kconfig                        |   4 +-
 drivers/soc/marvell/Makefile                       |   2 +-
 drivers/soc/marvell/csr-access/Makefile            |   9 -
 drivers/soc/marvell/csr-access/hw_csr_access.c     | 184 ------------
 drivers/soc/marvell/hw-access/Makefile             |  10 +
 drivers/soc/marvell/hw-access/hw_rw_access.c       | 327 +++++++++++++++++++++
 36 files changed, 1275 insertions(+), 359 deletions(-)
 create mode 100644 
drivers/net/ethernet/marvell/octeontx2/bphy/otx2_bphy_debugfs.c
 create mode 100644 
drivers/net/ethernet/marvell/octeontx2/bphy/otx2_bphy_debugfs.h
 delete mode 100644 drivers/soc/marvell/csr-access/Makefile
 delete mode 100644 drivers/soc/marvell/csr-access/hw_csr_access.c
 create mode 100644 drivers/soc/marvell/hw-access/Makefile
 create mode 100644 drivers/soc/marvell/hw-access/hw_rw_access.c
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10335): 
https://lists.yoctoproject.org/g/linux-yocto/message/10335
Mute This Topic: https://lists.yoctoproject.org/mt/85152207/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