In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon [RT]
on 08/03/2022 Ruiqiang Hao wrote:

> Hi Bruce,
> 
>     Please help to merge code into our linux-yocto repo.
> 
>     repo:
>           linux-yocto
>     branch:
>           v5.10/standard/preempt-rt/cn-sdkv5.4/octeon

merged.

Bruce

> 
> Thanks,
> Ruiqiang
> 
> The following changes since commit c4ec1f3b5e85889aa28b669262efce7cd76af8a3:
> 
>   Merge branch 'v5.10/standard/base' into 
> v5.10/standard/preempt-rt/cn-sdkv5.4/octeon (2022-03-02 16:35:03 -0500)
> 
> are available in the Git repository at:
> 
>   g...@github.com:cythe/linux.git 
> linux-yocto/v5.10/standard/preempt-rt/cn-sdkv5.4/octeon
> 
> for you to fetch changes up to fab06f343fc667ab9118169d7a8693719bb94492:
> 
>   octeontx2-af: add mbox to configure SSO group mask (2022-03-03 08:39:00 
> +0000)
> 
> ----------------------------------------------------------------
> Alex Leibovich (4):
>       thermal: armada: ap806: Thermal values updated
>       Documentation: bindings: armada-thermal: Added armada-ap807-thermal
>       thermal: armada: ap807: Thermal data structure added
>       dts: armada-ap807: updated thermal compatibility
> 
> Bharat Bhushan (1):
>       perf/smmuv3: Add device tree support
> 
> Chandrakala Chavva (1):
>       driver: marvell: soc: Update octtx_info to display sdk-version
> 
> Damian Eppel (1):
>       soc: marvell: cn10k SerDes: Fix static analysis issues
> 
> Hariprasad Kelam (3):
>       octeontx2-pf: Add mbox lock for get pause frame status
>       octeontx2-pf: cn10k: add ptp 1-step capability
>       octeontx2-af: Support masking of PFC classes
> 
> Harman Kalra (1):
>       crypto: marvell: add synchronization between mailbox accesses
> 
> Jayanthi Annadurai (1):
>       drivers: sdhci-cadence: Fix HS400 timing
> 
> Kiran Kumar K (1):
>       octeontx2-af: Add KPU changes to parse NGIO as separate layer
> 
> Meir Levi (1):
>       octeontx2-af: fix REE boundary graph check
> 
> Naveen Mamindlapalli (2):
>       octeontx2-bphy-netdev: rfoe: fix ptp4l bad message issue
>       octeontx2-pf: Use HW registers in PTP instead of timercounter 
> abstraction
> 
> Nithin Dabilpuram (1):
>       octeontx2-af: enable SSO work interrupt periodic counter
> 
> Pavan Nikhilesh (1):
>       octeontx2-af: add mbox to configure SSO group mask
> 
> Radha Mohan Chintakuntla (1):
>       octeontx2-sdp: add support for CN10K SDP block
> 
> Satananda Burla (2):
>       soc: octeontx2-sdp: remove host handshake
>       soc: octeontx2-sdp: set fw ready after init
> 
> Satha Rao (2):
>       octeontx2-af: add new mbox to support sync cycle on rx path
>       octeontx2-af: fixed resource availability check
> 
> Shijith Thotton (2):
>       crypto: octeontx2: fix potential null pointer access
>       octeontx2-af: fix operand size in bitwise operation
> 
> Szymon Balcerak (1):
>       drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI 
> controllers
> 
> Vasyl Gomonovych (1):
>       drivers: soc: cn10k: Add interface for ECC injection
> 
> Witold Sadowski (3):
>       spi: Change PHY and clock register offsets
>       spi: Add Winbond w25q256fw flash memory
>       Revert "spi: cadence: Add xSPI asim check"
> 
> Wojciech Bartczak (5):
>       driver: spi: Resolve issues detected during static code analysis
>       driver: spi: Fix problems discovered during static analysis
>       swup: Fix issues found during static code analysis
>       driver: soc: otx_info: Fix issues reported by static code analysis
>       driver: mmc: Resolve issues reported by static analysis
> 
>  .../devicetree/bindings/thermal/armada-thermal.txt |   1 +
>  arch/arm64/boot/dts/marvell/armada-ap807.dtsi      |   3 +
>  drivers/crypto/marvell/octeontx2/otx2_cpt_common.h |   1 +
>  .../marvell/octeontx2/otx2_cpt_mbox_common.c       |  14 +
>  drivers/crypto/marvell/octeontx2/otx2_cptpf.h      |   1 +
>  drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c |  30 ++-
>  drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c |  23 +-
>  .../crypto/marvell/octeontx2/otx2_cptpf_ucode.c    |  18 +-
>  drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c |   9 +-
>  drivers/i2c/busses/i2c-thunderx-pcidrv.c           |   1 +
>  drivers/mmc/host/cavium.c                          |  15 +-
>  drivers/mmc/host/sdhci-cadence.c                   |  50 ++--
>  drivers/mtd/spi-nor/winbond.c                      |   2 +
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |   2 +
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.h    |   1 +
>  drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  17 +-
>  .../ethernet/marvell/octeontx2/af/npc_profile.h    |  70 ++---
>  drivers/net/ethernet/marvell/octeontx2/af/ptp.c    |  41 +++
>  drivers/net/ethernet/marvell/octeontx2/af/rpm.c    |  30 ++-
>  drivers/net/ethernet/marvell/octeontx2/af/rpm.h    |   6 +
>  .../net/ethernet/marvell/octeontx2/af/rvu_cpt.c    |   4 +-
>  .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  24 +-
>  .../net/ethernet/marvell/octeontx2/af/rvu_ree.c    |   2 +-
>  .../net/ethernet/marvell/octeontx2/af/rvu_reg.h    |   2 +
>  .../net/ethernet/marvell/octeontx2/af/rvu_sso.c    |  53 ++++
>  .../ethernet/marvell/octeontx2/bphy/cnf10k_rfoe.c  |   7 +
>  .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c    |   7 +
>  .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   8 +-
>  .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  14 +-
>  .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   9 +
>  .../net/ethernet/marvell/octeontx2/nic/otx2_ptp.c  | 112 ++++----
>  .../ethernet/marvell/octeontx2/nic/otx2_struct.h   |  11 +-
>  .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 136 ++++++++--
>  drivers/perf/Kconfig                               |   2 +-
>  drivers/perf/arm_smmuv3_pmu.c                      |  10 +-
>  drivers/soc/marvell/Kconfig                        |  15 ++
>  drivers/soc/marvell/Makefile                       |   2 +
>  drivers/soc/marvell/cn10k-einj.c                   |  92 +++++++
>  drivers/soc/marvell/cn10k_serdes_diag.c            |  43 ++-
>  drivers/soc/marvell/cn10ka-swup/mrvl_swup.c        |   1 +
>  drivers/soc/marvell/octeontx2-sdp/sdp.c            | 288 
> ++++++++++++++-------
>  drivers/soc/marvell/octeontx2-sdp/sdp.h            |  65 ++++-
>  drivers/soc/marvell/octeontx_info.c                |  45 +++-
>  drivers/spi/spi-cadence-xspi.c                     |  86 +++---
>  drivers/spi/spi-octeontx2.c                        |   7 +-
>  drivers/thermal/armada_thermal.c                   |  36 ++-
>  46 files changed, 1069 insertions(+), 347 deletions(-)
>  create mode 100644 drivers/soc/marvell/cn10k-einj.c
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11028): 
https://lists.yoctoproject.org/g/linux-yocto/message/11028
Mute This Topic: https://lists.yoctoproject.org/mt/89629768/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