Hi Bruce,
Would you please help to merge follow kernel code into our linux-yocto
standard kernel?
The branch is
v5.4/standard/cn96xx
Thanks,
Ruiqiang
The following changes since commit a326dc635802f110a07a96cdb4c3c08cd280418b:
Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-07-12
14:44:29 -0400)
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 22a4034a3e4959ea35dd30a5133731c1ca0cdbbc:
octeonx2-bphy-netdev: Add support for switching mode from RFOE to CPRI
(2020-07-13 10:33:27 +0000)
----------------------------------------------------------------
Chandrakala Chavva (1):
octeontx2-serdes: Fix prbs error reporting
Michal Mazur (1):
octeontx2-af: reset HWS group mask during FLR
Naveen Mamindlapalli (6):
octeontx2-bphy-netdev: Added PTP BCN offset algorithm
octeontx2-bphy-netdev: Enable MSIXEN bit in MSIX CAP HDR
octeontx2-bphy-netdev: Fix NULL pointer dereference
octeontx2-bphy-netdev: segregate chardev specific code
octeontx2-bphy-netdev: Add support for CPRI Ethernet packet processing
octeonx2-bphy-netdev: Add support for switching mode from RFOE to CPRI
Rakesh Babu (1):
octeontx2-af: Debugfs entry to show mapping btw CGX, NIX and a PF.
Rick Farrington (2):
mailbox: mvl_mhu: enable additional required configuration items
drivers: marvell: otx2: enable prerequisite items for RAS GHES
Smadar Fuks (1):
octeontx2-af: Fix REE error handling
drivers/mailbox/Kconfig | 9 +
.../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 47 ++
.../net/ethernet/marvell/octeontx2/af/rvu_ree.c | 39 +-
.../net/ethernet/marvell/octeontx2/af/rvu_sso.c | 13 +-
.../net/ethernet/marvell/octeontx2/bphy/Makefile | 7 +-
.../ethernet/marvell/octeontx2/bphy/otx2_bphy.h | 74 +++
.../ethernet/marvell/octeontx2/bphy/otx2_bphy_hw.h | 109 +++-
.../marvell/octeontx2/bphy/otx2_bphy_main.c | 664 +++++++++++++++++++++
.../ethernet/marvell/octeontx2/bphy/otx2_cpri.c | 633 ++++++++++++++++++++
.../ethernet/marvell/octeontx2/bphy/otx2_cpri.h | 134 +++++
.../marvell/octeontx2/bphy/otx2_cpri_ethtool.c | 102 ++++
.../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c | 655 ++++++--------------
.../ethernet/marvell/octeontx2/bphy/otx2_rfoe.h | 134 +++--
.../marvell/octeontx2/bphy/otx2_rfoe_ethtool.c | 5 +-
.../octeontx2/bphy/rfoe_bphy_netdev_comm_if.h | 72 ++-
drivers/soc/marvell/Kconfig | 4 +-
.../soc/marvell/octeontx2-serdes/serdes_debugfs.c | 62 +-
17 files changed, 2155 insertions(+), 608 deletions(-)
create mode 100644 drivers/net/ethernet/marvell/octeontx2/bphy/otx2_bphy.h
create mode 100644 drivers/net/ethernet/marvell/octeontx2/bphy/otx2_bphy_main.c
create mode 100644 drivers/net/ethernet/marvell/octeontx2/bphy/otx2_cpri.c
create mode 100644 drivers/net/ethernet/marvell/octeontx2/bphy/otx2_cpri.h
create mode 100644
drivers/net/ethernet/marvell/octeontx2/bphy/otx2_cpri_ethtool.c
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8828):
https://lists.yoctoproject.org/g/linux-yocto/message/8828
Mute This Topic: https://lists.yoctoproject.org/mt/75495402/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-