On Tue, Jul 14, 2020 at 4:27 PM Bruce Ashfield <[email protected]> wrote: > > On Tue, Jul 14, 2020 at 5:42 AM Ruiqiang <[email protected]> wrote: > > > > Hi Bruce, > > > > Would you please help to merge follow kernel code into our > > linux-yocto-dev kernel? > > > > The new branch is > > standard/cn96xx > > merged
I should point out that this branch already exists, so I merged to the tip of the branch. If you wanted something else, let me know. Bruce > > Bruce > > > > > Thanks, > > Ruiqiang > > > > The following changes since commit c6a9d65b0851f954aa89ce452aadfb6e07d491eb: > > > > mailbox: mvl_mhu: enable additional required configuration items > > (2020-07-09 03:23:22 +0000) > > > > are available in the Git repository at: > > > > https://github.com/cythe/linux.git marvell-cn96xx_v5.8-rc4_v2 > > > > for you to fetch changes up to c944feec5095f52f56316c08f569f83c82bbd252: > > > > octeonx2-bphy-netdev: Add support for switching mode from RFOE to CPRI > > (2020-07-13 07:20:58 +0000) > > > > ---------------------------------------------------------------- > > Michal Mazur (1): > > octeontx2-af: reset HWS group mask during FLR > > > > Naveen Mamindlapalli (3): > > 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 > > > > Rick Farrington (1): > > drivers: marvell: otx2: enable prerequisite items for RAS GHES > > > > .../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 | 97 ++- > > .../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 | 755 > > +++------------------ > > .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.h | 79 +-- > > .../marvell/octeontx2/bphy/otx2_rfoe_ethtool.c | 5 +- > > .../octeontx2/bphy/rfoe_bphy_netdev_comm_if.h | 72 +- > > drivers/soc/marvell/Kconfig | 4 +- > > 13 files changed, 1909 insertions(+), 730 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 > > > > -- > - Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end > - "Use the force Harry" - Gandalf, Star Trek II -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8831): https://lists.yoctoproject.org/g/linux-yocto/message/8831 Mute This Topic: https://lists.yoctoproject.org/mt/75393603/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
