Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-04-08 Thread Bruce Ashfield
On Tue, Apr 7, 2020 at 4:57 AM Kevin Hao  wrote:
>
> Hi Bruce,
>
> Here is another patch series for the Marvell cn96xx SoC support. The main
> changes include:
>   - Add tuning support for HS400 mode for octeontx2 mmc
>   - Misc Ethernet bug fixes
>   - A new driver to to handle GPINT0 interrupt on Loki SoC
>   - RAS error-injection for octeontx2
>   - Add debug interface for octeontx2 serdes
>
> Please merge them into the following two branches:
>   v5.4/standard/cn96xx
>   v5.4/standard/preempt-rt/cn96xx
>

Thanks Kevin,

This is merged.

Bruce

> The following changes since commit 291510e56d20516d0c6783fb3e0f2505f460af87:
>
>   Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-04-05 
> 22:13:38 -0400)
>
> are available in the Git repository at:
>
>   git://github.com/haokexin/linux v5.4/standard/cn96xx
>
> for you to fetch changes up to 4c1e7ef371e38ab890c1d0403e052897156d0ecd:
>
>   octeontx2-af: Disable SMQ sticky mode to avoid NIX PSE deadlock (2020-04-07 
> 14:06:03 +0800)
>
> 
> Aaron Williams (3):
>   octeontx2: mmc: Add tuning support for HS400 mode
>   mmc: octeontx2: Use flags for hardware differences
>   mmc: octeontx2: fix handling calibration glitch
>
> Chandrakala Chavva (2):
>   driver: mmc: octeontx2: Fix tuning for T96 C0
>   driver: mmc: Configure flags for T96 pass B0
>
> Geetha sowjanya (2):
>   octeontx2-af: Update NIX_TXSCHQ_CONFIG mbox to handle read request
>   octeontx2-af: Disable SMQ sticky mode to avoid NIX PSE deadlock
>
> Hariprasad Kelam (5):
>   octeontx2-af: Reset HW config done to parse switch headers in FLR
>   octeontx2-af: Simplify npc_set_pkind mbox handler
>   octeontx2-pf: Remove unnecessary mbox request in unbind
>   octeontx2-af: Update dmac field in vf vlan rule
>   octeontx2-af: Do not allow VFs to overwrite PKIND config
>
> Kevin Hao (1):
>   misc: mrvl-loki: Drop the unused variable in mrvl_loki_probe()
>
> Linu Cherian (1):
>   coresight: tmc: Force 64b DBA access when 32b pair not supported
>
> Michal Mazur (3):
>   gpio: thunderx: Configure pin function at probe
>   Documentation/devicetree: Describe pin-cfg option
>   octeontx2-af: Setup edge used for GPIO timing
>
> Radha Mohan Chintakuntla (1):
>   misc: mrvl-loki: Add driver to handle GPINT0 interrupt
>
> Rick Farrington (1):
>   edac: octeontx2: RAS error-injection
>
> SrujanaChalla (1):
>   octeontx2-af: modify default cpt limits
>
> Subbaraya Sundeep (1):
>   octeontx2-pf: Fix memory double free in otx2_aura_pool_free
>
> Suneel Garapati (1):
>   drivers: spi: octeontx2: Add fix for hw issue
>
> Tomasz Michalec (5):
>   octeontx2-serdes: Add serdes diagnostic commands
>   octeontx2-serdes: Implement PRBS command
>   octeontx2-serdes: Check SVC UUID on module init
>   octeontx2-serdes: Add CONFIG_OCTEONTX_SERDES
>   octeontx2-serdes: Add gserr and gserc eye display
>
>  Documentation/devicetree/bindings/gpio/gpio-thunderx.txt   |   4 +
>  drivers/gpio/gpio-thunderx.c   |  29 +
>  drivers/hwtracing/coresight/coresight-priv.h   |   1 +
>  drivers/hwtracing/coresight/coresight-quirks.c |   4 +-
>  drivers/hwtracing/coresight/coresight-tmc.c|  17 ++-
>  drivers/hwtracing/coresight/coresight-tmc.h|  11 ++
>  drivers/misc/Kconfig   |   7 ++
>  drivers/misc/Makefile  |   1 +
>  drivers/misc/mrvl-loki.c   | 123 
> 
>  drivers/mmc/host/cavium-octeon.c   |   1 +
>  drivers/mmc/host/cavium-thunderx.c |  47 +++-
>  drivers/mmc/host/cavium.c  | 421 
> -
>  drivers/mmc/host/cavium.h  |  55 -
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.c|  12 ++
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.h|   1 +
>  drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   9 +-
>  drivers/net/ethernet/marvell/octeontx2/af/npc.h|   1 +
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.h|   6 +
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c|  36 ++
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_fixes.c  |  12 +-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c|  54 -
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c|  43 ---
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |  48 +++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.h|   1 +
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_tim.c|  31 --
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c |  14 ++-
>  

[linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-04-07 Thread Kevin Hao
Hi Bruce,

Here is another patch series for the Marvell cn96xx SoC support. The main
changes include:
  - Add tuning support for HS400 mode for octeontx2 mmc
  - Misc Ethernet bug fixes
  - A new driver to to handle GPINT0 interrupt on Loki SoC
  - RAS error-injection for octeontx2
  - Add debug interface for octeontx2 serdes 

Please merge them into the following two branches:
  v5.4/standard/cn96xx
  v5.4/standard/preempt-rt/cn96xx

The following changes since commit 291510e56d20516d0c6783fb3e0f2505f460af87:

  Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-04-05 
22:13:38 -0400)

are available in the Git repository at:

  git://github.com/haokexin/linux v5.4/standard/cn96xx

for you to fetch changes up to 4c1e7ef371e38ab890c1d0403e052897156d0ecd:

  octeontx2-af: Disable SMQ sticky mode to avoid NIX PSE deadlock (2020-04-07 
14:06:03 +0800)


Aaron Williams (3):
  octeontx2: mmc: Add tuning support for HS400 mode
  mmc: octeontx2: Use flags for hardware differences
  mmc: octeontx2: fix handling calibration glitch

Chandrakala Chavva (2):
  driver: mmc: octeontx2: Fix tuning for T96 C0
  driver: mmc: Configure flags for T96 pass B0

Geetha sowjanya (2):
  octeontx2-af: Update NIX_TXSCHQ_CONFIG mbox to handle read request
  octeontx2-af: Disable SMQ sticky mode to avoid NIX PSE deadlock

Hariprasad Kelam (5):
  octeontx2-af: Reset HW config done to parse switch headers in FLR
  octeontx2-af: Simplify npc_set_pkind mbox handler
  octeontx2-pf: Remove unnecessary mbox request in unbind
  octeontx2-af: Update dmac field in vf vlan rule
  octeontx2-af: Do not allow VFs to overwrite PKIND config

Kevin Hao (1):
  misc: mrvl-loki: Drop the unused variable in mrvl_loki_probe()

Linu Cherian (1):
  coresight: tmc: Force 64b DBA access when 32b pair not supported

Michal Mazur (3):
  gpio: thunderx: Configure pin function at probe
  Documentation/devicetree: Describe pin-cfg option
  octeontx2-af: Setup edge used for GPIO timing

Radha Mohan Chintakuntla (1):
  misc: mrvl-loki: Add driver to handle GPINT0 interrupt

Rick Farrington (1):
  edac: octeontx2: RAS error-injection

SrujanaChalla (1):
  octeontx2-af: modify default cpt limits

Subbaraya Sundeep (1):
  octeontx2-pf: Fix memory double free in otx2_aura_pool_free

Suneel Garapati (1):
  drivers: spi: octeontx2: Add fix for hw issue

Tomasz Michalec (5):
  octeontx2-serdes: Add serdes diagnostic commands
  octeontx2-serdes: Implement PRBS command
  octeontx2-serdes: Check SVC UUID on module init
  octeontx2-serdes: Add CONFIG_OCTEONTX_SERDES
  octeontx2-serdes: Add gserr and gserc eye display

 Documentation/devicetree/bindings/gpio/gpio-thunderx.txt   |   4 +
 drivers/gpio/gpio-thunderx.c   |  29 +
 drivers/hwtracing/coresight/coresight-priv.h   |   1 +
 drivers/hwtracing/coresight/coresight-quirks.c |   4 +-
 drivers/hwtracing/coresight/coresight-tmc.c|  17 ++-
 drivers/hwtracing/coresight/coresight-tmc.h|  11 ++
 drivers/misc/Kconfig   |   7 ++
 drivers/misc/Makefile  |   1 +
 drivers/misc/mrvl-loki.c   | 123 

 drivers/mmc/host/cavium-octeon.c   |   1 +
 drivers/mmc/host/cavium-thunderx.c |  47 +++-
 drivers/mmc/host/cavium.c  | 421 
-
 drivers/mmc/host/cavium.h  |  55 -
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c|  12 ++
 drivers/net/ethernet/marvell/octeontx2/af/cgx.h|   1 +
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   9 +-
 drivers/net/ethernet/marvell/octeontx2/af/npc.h|   1 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h|   6 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c|  36 ++
 drivers/net/ethernet/marvell/octeontx2/af/rvu_fixes.c  |  12 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c|  54 -
 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c|  43 ---
 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |  48 +++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.h|   1 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu_tim.c|  31 --
 drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c |  14 ++-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c   |   1 +
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h   |   3 +
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  29 +++--
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |  32 +-
 

Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Bruce Ashfield
In message: Re: [linux-yocto v5.4] Another patch series for the Marvell cn96xx 
SoC support
on 11/03/2020 Kevin Hao wrote:

> On Wed, Mar 11, 2020 at 09:24:37PM +0800, Kevin Hao wrote:
> > Hi Bruce,
> > 
> > This is another patch series for the Marvell cn96xx SoC support, the main
> > changes are the misc Ethernet bug fixes.
> > 
> > The following changes since commit c27a9ed44dd76fe64998802e322244cb6cdeee8c:
> > 
> >   Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-03-03 
> > 20:30:29 -0500)
> > 
> > are available in the Git repository at:
> > 
> >   git://github.com/haokexin/linux v5.4/standard/cn96xx
> 
> Please also merge this into v5.4/standard/preempt-rt/cn96xx branch.

merged to both branches.

Bruce

> 
> Thanks,
> Kevin
> 
> > 
> > for you to fetch changes up to ff37cb986c324411ac8363b8973f51c9c45a99df:
> > 
> >   pci: octeontx2: Use a more lightweight API to get the root bus 
> > (2020-03-10 19:06:09 +0800)
> > 
> > 
> > Geetha sowjanya (1):
> >   octeontx2-pf: Set SMQ MAXLEN to max hardware supported value
> > 
> > Hariprasad Kelam (1):
> >   octeontx2-af: Update tx parse nibble config
> > 
> > Harman Kalra (1):
> >   net: thunder: renaming thunder nicpf and vf module name
> > 
> > Jerin Jacob (1):
> >   octeontx2-af: Allow to configure flow tag LSB byte as RSS adder
> > 
> > Kevin Hao (1):
> >   pci: octeontx2: Use a more lightweight API to get the root bus
> > 
> > Linu Cherian (1):
> >   coresight: tmc: Misc fixes for graceful exit on error
> > 
> > Michal Mazur (1):
> >   octeontx2-af: fix detection of IP layer
> > 
> > Peter Swain (1):
> >   drivers: marvell: octeontx2: sdei_ghes: add LMC
> > 
> > Revital Regev (1):
> >   octeontx2-pf: Implement cgx stat rst
> > 
> > Stanislaw Kardach (8):
> >   octeontx2-af: fix missing blocks quota validation
> >   octeontx2-af: fix LD CUSTOM LTYPE aliasing
> >   octeontx2-af: fix memory leaks on probe failure
> >   octeontx2-af: prepare for custom KPU profiles
> >   octeontx2-af: add support for custom KPU entries
> >   octeontx2-rm: fix compilation warning
> >   octeontx2-dpi: fix compilation warnings
> >   octeontx2-af: fix compilation warning
> > 
> > Sujeet Baranwal (1):
> >   mmc: speed limit for tx2-c0
> > 
> > Sunil Goutham (4):
> >   octeontx2-af: Cleanup nixlf and blkaddr retrieval logic
> >   octeontx2-af: Fix rvu_reg_poll() to poll reg atleast twice
> >   octeontx2-pf: Fix flow control support for LBK devices
> >   octeontx2-pf: Don't configure RSS context when interface is down
> > 
> >  drivers/hwtracing/coresight/coresight-tmc-etr.c|  15 -
> >  drivers/hwtracing/coresight/coresight-tmc.c|   7 ++-
> >  drivers/hwtracing/coresight/coresight-tmc.h|   1 +
> >  drivers/mmc/host/cavium.c  |   2 +
> >  drivers/mmc/host/cavium.h  |  14 +
> >  drivers/net/ethernet/cavium/thunder/Makefile   |  10 +--
> >  drivers/net/ethernet/marvell/octeontx2/af/cgx.c|  28 -
> >  drivers/net/ethernet/marvell/octeontx2/af/cgx.h|   1 +
> >  drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   5 +-
> >  drivers/net/ethernet/marvell/octeontx2/af/npc.h|  88 
> > --
> >  drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h| 313 
> > +-
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu.c|  45 
> > -
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu.h|  24 ++-
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c|  27 
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c| 276 
> > +++-
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c| 426 
> > ++-
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |   5 +-
> >  drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c | 131 
> > +++---
> >  drivers/net/ethernet/marvell/octeont

Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Kevin Hao
On Wed, Mar 11, 2020 at 09:24:37PM +0800, Kevin Hao wrote:
> Hi Bruce,
> 
> This is another patch series for the Marvell cn96xx SoC support, the main
> changes are the misc Ethernet bug fixes.
> 
> The following changes since commit c27a9ed44dd76fe64998802e322244cb6cdeee8c:
> 
>   Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-03-03 
> 20:30:29 -0500)
> 
> are available in the Git repository at:
> 
>   git://github.com/haokexin/linux v5.4/standard/cn96xx

Please also merge this into v5.4/standard/preempt-rt/cn96xx branch.

Thanks,
Kevin

> 
> for you to fetch changes up to ff37cb986c324411ac8363b8973f51c9c45a99df:
> 
>   pci: octeontx2: Use a more lightweight API to get the root bus (2020-03-10 
> 19:06:09 +0800)
> 
> 
> Geetha sowjanya (1):
>   octeontx2-pf: Set SMQ MAXLEN to max hardware supported value
> 
> Hariprasad Kelam (1):
>   octeontx2-af: Update tx parse nibble config
> 
> Harman Kalra (1):
>   net: thunder: renaming thunder nicpf and vf module name
> 
> Jerin Jacob (1):
>   octeontx2-af: Allow to configure flow tag LSB byte as RSS adder
> 
> Kevin Hao (1):
>   pci: octeontx2: Use a more lightweight API to get the root bus
> 
> Linu Cherian (1):
>   coresight: tmc: Misc fixes for graceful exit on error
> 
> Michal Mazur (1):
>   octeontx2-af: fix detection of IP layer
> 
> Peter Swain (1):
>   drivers: marvell: octeontx2: sdei_ghes: add LMC
> 
> Revital Regev (1):
>   octeontx2-pf: Implement cgx stat rst
> 
> Stanislaw Kardach (8):
>   octeontx2-af: fix missing blocks quota validation
>   octeontx2-af: fix LD CUSTOM LTYPE aliasing
>   octeontx2-af: fix memory leaks on probe failure
>   octeontx2-af: prepare for custom KPU profiles
>   octeontx2-af: add support for custom KPU entries
>   octeontx2-rm: fix compilation warning
>   octeontx2-dpi: fix compilation warnings
>   octeontx2-af: fix compilation warning
> 
> Sujeet Baranwal (1):
>   mmc: speed limit for tx2-c0
> 
> Sunil Goutham (4):
>   octeontx2-af: Cleanup nixlf and blkaddr retrieval logic
>   octeontx2-af: Fix rvu_reg_poll() to poll reg atleast twice
>   octeontx2-pf: Fix flow control support for LBK devices
>   octeontx2-pf: Don't configure RSS context when interface is down
> 
>  drivers/hwtracing/coresight/coresight-tmc-etr.c|  15 -
>  drivers/hwtracing/coresight/coresight-tmc.c|   7 ++-
>  drivers/hwtracing/coresight/coresight-tmc.h|   1 +
>  drivers/mmc/host/cavium.c  |   2 +
>  drivers/mmc/host/cavium.h  |  14 +
>  drivers/net/ethernet/cavium/thunder/Makefile   |  10 +--
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.c|  28 -
>  drivers/net/ethernet/marvell/octeontx2/af/cgx.h|   1 +
>  drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   5 +-
>  drivers/net/ethernet/marvell/octeontx2/af/npc.h|  88 
> --
>  drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h| 313 
> +-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.c|  45 
> -
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.h|  24 ++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c|  27 
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c| 276 
> +++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c| 426 
> ++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |   5 +-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c | 131 
> +++---
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c   |  10 ++-
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |   9 ++-
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c |  34 --
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h |   2 +-
>  drivers/pci/controller/pci-octeontx2-pem.c |   4 +-
>  drivers/soc/marvell/octeontx2-dpi/dpi.c|  11 ++--
>  drivers/soc/marvell/octeontx2-ghes/otx2-sdei-ghes.c|   5 +-
>  drivers/soc/marvell/octeontx2-rm/domain_sysfs.c|   2 -
>  26 files changed, 990 insertions(+), 505 deletions(-)
> 
> Thanks,
> Kevin




signature.asc
Description: PGP signature
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8470): 
https://lists.yoctoproject.org/g/linux-yocto/message/8470
Mute This Topic: https://lists.yoctoproject.org/mt/71878923/21656
Group Owner: 

[linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Kevin Hao
Hi Bruce,

This is another patch series for the Marvell cn96xx SoC support, the main
changes are the misc Ethernet bug fixes.

The following changes since commit c27a9ed44dd76fe64998802e322244cb6cdeee8c:

  Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-03-03 
20:30:29 -0500)

are available in the Git repository at:

  git://github.com/haokexin/linux v5.4/standard/cn96xx

for you to fetch changes up to ff37cb986c324411ac8363b8973f51c9c45a99df:

  pci: octeontx2: Use a more lightweight API to get the root bus (2020-03-10 
19:06:09 +0800)


Geetha sowjanya (1):
  octeontx2-pf: Set SMQ MAXLEN to max hardware supported value

Hariprasad Kelam (1):
  octeontx2-af: Update tx parse nibble config

Harman Kalra (1):
  net: thunder: renaming thunder nicpf and vf module name

Jerin Jacob (1):
  octeontx2-af: Allow to configure flow tag LSB byte as RSS adder

Kevin Hao (1):
  pci: octeontx2: Use a more lightweight API to get the root bus

Linu Cherian (1):
  coresight: tmc: Misc fixes for graceful exit on error

Michal Mazur (1):
  octeontx2-af: fix detection of IP layer

Peter Swain (1):
  drivers: marvell: octeontx2: sdei_ghes: add LMC

Revital Regev (1):
  octeontx2-pf: Implement cgx stat rst

Stanislaw Kardach (8):
  octeontx2-af: fix missing blocks quota validation
  octeontx2-af: fix LD CUSTOM LTYPE aliasing
  octeontx2-af: fix memory leaks on probe failure
  octeontx2-af: prepare for custom KPU profiles
  octeontx2-af: add support for custom KPU entries
  octeontx2-rm: fix compilation warning
  octeontx2-dpi: fix compilation warnings
  octeontx2-af: fix compilation warning

Sujeet Baranwal (1):
  mmc: speed limit for tx2-c0

Sunil Goutham (4):
  octeontx2-af: Cleanup nixlf and blkaddr retrieval logic
  octeontx2-af: Fix rvu_reg_poll() to poll reg atleast twice
  octeontx2-pf: Fix flow control support for LBK devices
  octeontx2-pf: Don't configure RSS context when interface is down

 drivers/hwtracing/coresight/coresight-tmc-etr.c|  15 -
 drivers/hwtracing/coresight/coresight-tmc.c|   7 ++-
 drivers/hwtracing/coresight/coresight-tmc.h|   1 +
 drivers/mmc/host/cavium.c  |   2 +
 drivers/mmc/host/cavium.h  |  14 +
 drivers/net/ethernet/cavium/thunder/Makefile   |  10 +--
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c|  28 -
 drivers/net/ethernet/marvell/octeontx2/af/cgx.h|   1 +
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |   5 +-
 drivers/net/ethernet/marvell/octeontx2/af/npc.h|  88 
--
 drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h| 313 
+-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c|  45 -
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h|  24 ++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c|  27 
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c| 276 
+++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c| 426 
++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |   5 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c | 131 
+++---
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c   |  10 ++-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |   9 ++-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c |  34 --
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h |   2 +-
 drivers/pci/controller/pci-octeontx2-pem.c |   4 +-
 drivers/soc/marvell/octeontx2-dpi/dpi.c|  11 ++--
 drivers/soc/marvell/octeontx2-ghes/otx2-sdei-ghes.c|   5 +-
 drivers/soc/marvell/octeontx2-rm/domain_sysfs.c|   2 -
 26 files changed, 990 insertions(+), 505 deletions(-)

Thanks,
Kevin


signature.asc
Description: PGP signature
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8468): 
https://lists.yoctoproject.org/g/linux-yocto/message/8468
Mute This Topic: https://lists.yoctoproject.org/mt/71878923/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-