Hi Bruce,

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

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

Thanks,
Ruiqiang

The following changes since commit cb136decd501d4b109574dbf20cb37708b484dea:

  Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv4.18/cn96xx 
(2021-04-20 16:46:14 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b2dc4b9d4944e547df3fca664fb9564102029256:

  spi: spi-octeontx2: fix erase sector error by limit spi buswidth (2021-04-27 
03:27:07 +0000)

----------------------------------------------------------------
Abhijit Ayarekar (3):
      octeontx2-dpi: Export get_vf_count api.
      octeontx2-af: Update SDP AF driver to handle multiple SDP blocks
      octeontx2-af: Mbox to exchange SDP channel info

Burla, Satananda (1):
      octeontx2-dpi: Fix DPI engine blks allocation

Harman Kalra (2):
      octeontx2-af: adding new lt def registers support
      octeontx2-af: support for coalescing KPU profiles

Jakub Palider (4):
      misc: bphy: Add ioctl to get max irq number
      misc: bphy: Get max irq number from firmware
      misc: bphy: Fix resource release sequence
      misc: bphy: Ensure proper cleanup sequence

Kiran Kumar K (1):
      octeontx2-af: Add support to parse cpt header with padding

Nalla, Pradeep (4):
      octeontx2-sdp: Changed sdp dts node read code.
      octeontx2-sdp/octeontx2-npa: Fix compiler warnings
      soc: octeontx2: Add NPA PF driver
      octeontx2-npa: Fix NPA PF driver commit.

Radha Mohan Chintakuntla (6):
      octeontx2-dpi: Export the DPI Queue config API
      soc: octeontx2: Add SDP PF driver
      soc: octeontx2-sdp: Fix wq init for multiple SDP PFs
      soc: octeontx2-sdp: Fix ring info structure that is exchanged with host
      octeontx2-sdp: Add pf_srn field in info exchange structure
      octeontx2-sdp: move SDP node_id and PF start ring to SDP PF driver

Rakesh Babu (3):
      soc: Driver to access and modify device CSRs.
      octeontx2-pf: Fix for ping among LBK pairs.
      octeontx2-af: Display all enabled PF VF rsrc_alloc entries.

Ruiqiang Hao (1):
      spi: spi-octeontx2: fix erase sector error by limit spi buswidth

Subbaraya Sundeep (1):
      Revert "octeontx2: Re-enable FLR and MBOX interrupts"

Subrahmanyam Nilla (1):
      octeontx2-dpi: Add MRRS and MPS configuration to dpi driver.

Sunil Goutham (2):
      octeontx2-af: debugfs: delete dead code
      octeontx2-pf: Fix netdev features settings

Sunil Kovvuri Goutham (1):
      Revert " octeontx2-af: Reset MSIX config space in FLR"

Yuri Tolstov (2):
      octeontx2-rm: Add VFME interrupt handler
      octeontx2-rm: Add ioctl:readv call

 drivers/misc/otx_bphy_ctr.c                        |   50 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   16 +
 drivers/net/ethernet/marvell/octeontx2/af/npc.h    |   41 +
 .../ethernet/marvell/octeontx2/af/npc_profile.h    |  199 +--
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |   31 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |   15 +-
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |  413 ++---
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |   80 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |  102 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_reg.h    |    4 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_sdp.c    |   59 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |    8 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   11 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c   |    4 +-
 drivers/soc/marvell/Kconfig                        |   60 +
 drivers/soc/marvell/Makefile                       |    3 +
 drivers/soc/marvell/csr-access/Makefile            |    9 +
 drivers/soc/marvell/csr-access/hw_csr_access.c     |  184 ++
 drivers/soc/marvell/octeontx2-dpi/dpi.c            |  126 +-
 drivers/soc/marvell/octeontx2-dpi/dpi.h            |   18 +
 drivers/soc/marvell/octeontx2-npa/Makefile         |    8 +
 drivers/soc/marvell/octeontx2-npa/npa.c            | 1790 ++++++++++++++++++++
 drivers/soc/marvell/octeontx2-npa/npa.h            |  167 ++
 drivers/soc/marvell/octeontx2-npa/npa_api.h        |   19 +
 drivers/soc/marvell/octeontx2-rm/otx2_rm.c         |  185 +-
 drivers/soc/marvell/octeontx2-rm/otxrmcmd.h        |   14 +-
 drivers/soc/marvell/octeontx2-sdp/Makefile         |    9 +
 drivers/soc/marvell/octeontx2-sdp/sdp.c            | 1645 ++++++++++++++++++
 drivers/soc/marvell/octeontx2-sdp/sdp.h            |   89 +
 drivers/spi/spi-octeontx2.c                        |    4 +-
 30 files changed, 4793 insertions(+), 570 deletions(-)
 create mode 100644 drivers/soc/marvell/csr-access/Makefile
 create mode 100644 drivers/soc/marvell/csr-access/hw_csr_access.c
 create mode 100644 drivers/soc/marvell/octeontx2-npa/Makefile
 create mode 100644 drivers/soc/marvell/octeontx2-npa/npa.c
 create mode 100644 drivers/soc/marvell/octeontx2-npa/npa.h
 create mode 100644 drivers/soc/marvell/octeontx2-npa/npa_api.h
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/Makefile
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/sdp.c
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/sdp.h
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9809): 
https://lists.yoctoproject.org/g/linux-yocto/message/9809
Mute This Topic: https://lists.yoctoproject.org/mt/82420937/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