[PATCH v2 0/2] crypto: octeontx2: Changes related to LMTST memory

Bharat Bhushan posted 2 patches 7 months, 1 week ago
MAINTAINERS                                   |  1 +
drivers/crypto/marvell/octeontx2/cn10k_cpt.c  | 89 ++++++++++++++-----
drivers/crypto/marvell/octeontx2/cn10k_cpt.h  |  1 +
.../marvell/octeontx2/otx2_cpt_common.h       |  1 +
.../marvell/octeontx2/otx2_cpt_mbox_common.c  | 25 ++++++
drivers/crypto/marvell/octeontx2/otx2_cptlf.c |  5 +-
drivers/crypto/marvell/octeontx2/otx2_cptlf.h | 12 ++-
.../marvell/octeontx2/otx2_cptpf_main.c       | 18 +++-
.../marvell/octeontx2/otx2_cptpf_mbox.c       |  6 +-
.../marvell/octeontx2/otx2_cptpf_ucode.c      |  2 -
.../marvell/octeontx2/otx2_cptvf_main.c       | 19 ++--
.../marvell/octeontx2/otx2_cptvf_mbox.c       |  1 +
12 files changed, 133 insertions(+), 47 deletions(-)
[PATCH v2 0/2] crypto: octeontx2: Changes related to LMTST memory
Posted by Bharat Bhushan 7 months, 1 week ago
v1->v2:
 -  Removed changes in pci-host-common.c, those were comitted
    by mistake.

The first patch moves the initialization of cptlfs device info to the early
probe stage, also eliminate redundant initialization.
 
The second patch updates the driver to use a dynamically allocated
memory region for LMTST instead of the statically allocated memory
from firmware. It also adds myself as a maintainer.

Bharat Bhushan (2):
  crypto: octeontx2: Initialize cptlfs device info once
  crypto: octeontx2: Use dynamic allocated memory region for lmtst

 MAINTAINERS                                   |  1 +
 drivers/crypto/marvell/octeontx2/cn10k_cpt.c  | 89 ++++++++++++++-----
 drivers/crypto/marvell/octeontx2/cn10k_cpt.h  |  1 +
 .../marvell/octeontx2/otx2_cpt_common.h       |  1 +
 .../marvell/octeontx2/otx2_cpt_mbox_common.c  | 25 ++++++
 drivers/crypto/marvell/octeontx2/otx2_cptlf.c |  5 +-
 drivers/crypto/marvell/octeontx2/otx2_cptlf.h | 12 ++-
 .../marvell/octeontx2/otx2_cptpf_main.c       | 18 +++-
 .../marvell/octeontx2/otx2_cptpf_mbox.c       |  6 +-
 .../marvell/octeontx2/otx2_cptpf_ucode.c      |  2 -
 .../marvell/octeontx2/otx2_cptvf_main.c       | 19 ++--
 .../marvell/octeontx2/otx2_cptvf_mbox.c       |  1 +
 12 files changed, 133 insertions(+), 47 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/2] crypto: octeontx2: Changes related to LMTST memory
Posted by Herbert Xu 7 months ago
On Fri, May 16, 2025 at 02:14:39PM +0530, Bharat Bhushan wrote:
> v1->v2:
>  -  Removed changes in pci-host-common.c, those were comitted
>     by mistake.
> 
> The first patch moves the initialization of cptlfs device info to the early
> probe stage, also eliminate redundant initialization.
>  
> The second patch updates the driver to use a dynamically allocated
> memory region for LMTST instead of the statically allocated memory
> from firmware. It also adds myself as a maintainer.
> 
> Bharat Bhushan (2):
>   crypto: octeontx2: Initialize cptlfs device info once
>   crypto: octeontx2: Use dynamic allocated memory region for lmtst
> 
>  MAINTAINERS                                   |  1 +
>  drivers/crypto/marvell/octeontx2/cn10k_cpt.c  | 89 ++++++++++++++-----
>  drivers/crypto/marvell/octeontx2/cn10k_cpt.h  |  1 +
>  .../marvell/octeontx2/otx2_cpt_common.h       |  1 +
>  .../marvell/octeontx2/otx2_cpt_mbox_common.c  | 25 ++++++
>  drivers/crypto/marvell/octeontx2/otx2_cptlf.c |  5 +-
>  drivers/crypto/marvell/octeontx2/otx2_cptlf.h | 12 ++-
>  .../marvell/octeontx2/otx2_cptpf_main.c       | 18 +++-
>  .../marvell/octeontx2/otx2_cptpf_mbox.c       |  6 +-
>  .../marvell/octeontx2/otx2_cptpf_ucode.c      |  2 -
>  .../marvell/octeontx2/otx2_cptvf_main.c       | 19 ++--
>  .../marvell/octeontx2/otx2_cptvf_mbox.c       |  1 +
>  12 files changed, 133 insertions(+), 47 deletions(-)
> 
> -- 
> 2.34.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt