In message: [PATCH v5.2] cn96xx: Another patch series for the cn96xx SoC support on 23/09/2019 Kevin Hao wrote:
> Hi Bruce, > > Here is another patch series got from Marvell for the cn96xx SoC support. > It mainly include some fixes for the mmc and Ethernet. Please help me > merge this into both v5.2/standard/cn96xx and v5.2/standard/preempt-rt/cn96xx > branch. > > The following changes since commit d186856ba1914ca0fbf715fe9b0f31067dd517a4: > > mmc: cavium: Drop the aligned check for the dma address (2019-09-20 > 00:23:49 -0400) > > are available in the Git repository at: > > https://github.com/haokexin/linux v5.2/standard/cn96xx merged To ssh://git.yoctoproject.org/linux-yocto.git d186856ba191..8ddd7904ae8f v5.2/standard/cn96xx -> v5.2/standard/cn96xx 11c5ad93ebda..07da8f9ebdf6 v5.2/standard/preempt-rt/cn96xx -> v5.2/standard/preempt-rt/cn96xx Bruce > > for you to fetch changes up to 8ddd7904ae8f42c95c7b13bb877e663d39e802ac: > > octeontx2-af: Add T98 devid to PTP id table (2019-09-23 17:02:17 +0800) > > ---------------------------------------------------------------- > Christina Jacob (2): > octeontx2-pf: Disply the link detected status in ethtool command > net: thunderx: Do a PCS reset upon SGMII link toggle > > Geetha sowjanya (1): > octeontx2-pf: Ignore NPC parser layer errors > > Hao Zheng (2): > octeontx2-af: add parser support for DSA, extended DSA and eDSA > octeontx2-af: combine LB_STAG and LB_QINQ to one LB ltype > > Peter Swain (4): > mmc: cavium: reorganize before vqmmc switching > mmc: cavium: slot switch by vqmmc/gpio > mmc: cavium: do not drop bus lock in tuning > mmc: cavium: use calibrated timing taps > > Subbaraya Sundeep (8): > octeontx2-pf: Fix memory leaks > octeontx2-af: Change message level to debug > octeontx2-af: Enable odd number of AF VFs also > octeontx2-pf: Use helper function for LBK VF > octeontx2-af: Use nix_smq_flush function > octeontx2-af: Always enable mcam rules for TX > octeontx2-af: Transmit packets during SMQ flush > octeontx2-pf: Add barrier to sync interface status > > Sunil Goutham (8): > octeontx2-af: Fix programming and logical issues > octeontx2-pf: Fix VF id in the FLR handler > octeontx2-pf: Fix interface init and shutdown sequence > octeontx2-pf: Use post increment STP to free pointers to Aura > octeontx2-pf: Add debug messages for MSIX alloc failure > arm64: Increase NR_IRQS to a large number > octeontx2-af: Fix compilation issue > octeontx2-pf: Fix memory leak while freeing SQBs > > Tomasz Michalec (1): > octeontx2-af: Add T98 devid to PTP id table > > Vidhya Vidhyaraman (1): > octeontx2-af: Add programmed macaddr to RVU pfvf > > Documentation/devicetree/bindings/mmc/cavium-mmc.txt | 10 +- > arch/arm64/include/asm/irq.h | 9 ++ > drivers/mmc/host/cavium-thunderx.c | 97 ++++++++++--- > drivers/mmc/host/cavium.c | 227 > ++++++++++++++++++++--------- > drivers/mmc/host/cavium.h | 7 +- > drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 35 ++--- > drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 6 +- > drivers/net/ethernet/marvell/octeontx2/af/mbox.c | 2 +- > drivers/net/ethernet/marvell/octeontx2/af/npc.h | 9 +- > drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h | 731 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- > drivers/net/ethernet/marvell/octeontx2/af/ptp.c | 4 + > drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 12 -- > drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 26 ++-- > drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c | 23 ++- > drivers/net/ethernet/marvell/octeontx2/af/rvu_fixes.c | 14 ++ > drivers/net/ethernet/marvell/octeontx2/af/rvu_fixes.h | 21 +++ > drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | 26 ++-- > drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 17 +-- > drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 15 +- > drivers/net/ethernet/marvell/octeontx2/nic/Makefile | 2 +- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c | 49 ++++++- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h | 29 ++-- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 33 ++++- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 57 +++++--- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c | 291 > +++++++++++++++++++++++++++++++++++++ > drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 9 ++ > drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h | 6 +- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 32 ++-- > 28 files changed, 1463 insertions(+), 336 deletions(-) > create mode 100644 drivers/net/ethernet/marvell/octeontx2/af/rvu_fixes.h > create mode 100644 drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c > > Thanks, > Kevin -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
