[linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx support
Bruce Ashfield
bruce.ashfield at gmail.com
Thu Oct 31 15:35:34 PDT 2019
In message: [linux-yocto v5.2] Another patch series for the Marvell cn96xx support
on 31/10/2019 Kevin Hao wrote:
> Hi Bruce,
>
> Here is another patch series for the Marvell cn96xx SoC support. It mainly
> focus on the coresight and Ethernet drivers. Please help me merge this to:
> v5.2/standard/cn96xx
> v5.2/standard/preempt-rt/cn96xx
>
> The following changes since commit ea644ca0c23daa58925be27754d0cac01ed50e9b:
>
> Merge branch 'v5.2/standard/base' into v5.2/standard/cn96xx (2019-10-29 20:34:04 -0400)
>
> are available in the Git repository at:
>
> git at github.com:haokexin/linux v5.2/standard/cn96xx
Thanks Kevin, this is now merged to both branches.
Bruce
>
> for you to fetch changes up to 9c320cb186dc953deb487ffd15ee8ee1c6281fe4:
>
> coresight: Fix assumptions on coresight topology (2019-10-31 19:39:41 +0800)
>
> ----------------------------------------------------------------
> Christina Jacob (3):
> octeontx2-pf: remove redundant changes from speed change suppcrt.
> octeontx-af: Interface mode change feature via ethtool
> octeontx2-pf: Interface Mode change using ethtool.
>
> Geetha sowjanya (3):
> iommu/arm-smmu-v3: Force 32 byte command queue memory reads
> octeontx2-pf: Add shutdown sequence for PF/VF
> octeontx2-pf: Reset the PF/VF on MTU change
>
> Hao Zheng (2):
> octeontx2-af: kpu profile update for protocol nvgre
> octeontx2-af: kpu profile fix for a missing action entry
>
> Kiran Kumar K (1):
> octeontx2-af: match nvgre as ltype
>
> Linu Cherian (4):
> coresight: etm4x: Add Marvell OcteontTx CN9xxx ETM device
> coresight: tmc: Add Marvell OcteonTx CN9xxx TMC device
> coresight: tmc: Fixes for Marvell OcteonTx CN9xxx ETR HW issues.
> coresight: Fix assumptions on coresight topology
>
> Nithin Dabilpuram (1):
> octeontx2-af: fix backpressure cfg on lf alloc and free
>
> Peter Swain (3):
> mmc: cavium: calibrate otx2 just once
> mmc: dt-bindings: describe cavium vmmc/vqmmc
> gpio: add no-frills i2c->gpio expander
>
> Stanislaw Kardach (1):
> octeontx2-af: reserve top LD/LTYPEs for custom KPU
>
> Subbaraya Sundeep (5):
> octeontx2-pf: Do not set mac address again
> octeontx2-pf: Clear mbox interrupt status early
> octeontx2-af: Do not exit when firmware unavailable
> octeontx2-af: Init mcam resources after loading profile
> octeontx2-af: Fix default profile loading checks
>
> Sunil Goutham (1):
> net: thunderx: Fix RSS flow hash settings display
>
> hariprasad (2):
> octeontx2-pf: Add rx vlan offload support
> octeontx2-af: update address of global CGX RX_STATS
>
> Documentation/devicetree/bindings/arm/coresight.txt | 4 ++
> Documentation/devicetree/bindings/gpio/gpio-i2c.txt | 32 +++++++++++++++
> Documentation/devicetree/bindings/mmc/cavium-mmc.txt | 48 ++++++++++++++++++++--
> MAINTAINERS | 5 +++
> drivers/gpio/Kconfig | 12 ++++++
> drivers/gpio/Makefile | 1 +
> drivers/gpio/gpio-i2c.c | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/hwtracing/coresight/coresight-etm-perf.c | 2 +-
> drivers/hwtracing/coresight/coresight-etm4x.c | 1 +
> drivers/hwtracing/coresight/coresight-priv.h | 3 +-
> drivers/hwtracing/coresight/coresight-tmc-etr.c | 72 +++++++++++++++++++++++++++++++-
> drivers/hwtracing/coresight/coresight-tmc.c | 21 ++++++++++
> drivers/hwtracing/coresight/coresight-tmc.h | 94 +++++++++++++++++++++++++++++++++++++++++-
> drivers/hwtracing/coresight/coresight.c | 25 +++++++++++-
> drivers/iommu/arm-smmu-v3.c | 18 +++++---
> drivers/mmc/host/cavium.h | 1 -
> drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c | 34 +++++++++-------
> drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> drivers/net/ethernet/marvell/octeontx2/af/cgx_fw_if.h | 33 ++++++++++++++-
> drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 14 ++++++-
> drivers/net/ethernet/marvell/octeontx2/af/npc.h | 16 ++++++++
> drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h | 10 ++++-
> drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 26 ++++++------
> drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | 13 ++++--
> drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c | 2 +
> drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 11 ++---
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c | 17 --------
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h | 3 +-
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 93 ++++++++++++++++++++++++++++++------------
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++-
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 54 +++++++++++++++++-------
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 29 +++++++++++--
> 32 files changed, 1029 insertions(+), 119 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/gpio/gpio-i2c.txt
> create mode 100644 drivers/gpio/gpio-i2c.c
>
> Thanks,
> Kevin
More information about the linux-yocto
mailing list