From: Tom Lendacky <thomas.lendacky@amd.com>
To: Mario Limonciello <mario.limonciello@amd.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
"David S . Miller" <davem@davemloft.net>
Cc: John Allen <john.allen@amd.com>,
linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 04/10] crypto: ccp: move setting PSP master to earlier in the init
Date: Tue, 23 May 2023 16:21:31 -0500 [thread overview]
Message-ID: <1eb283a5-4b4d-216e-0c02-413c94ae9eb5@amd.com> (raw)
In-Reply-To: <20230519032448.94279-5-mario.limonciello@amd.com>
On 5/18/23 22:24, Mario Limonciello wrote:
> Dynamic boost control needs to use platform access symbols
> that look for the PSP master as part of initialization.
>
> So move the PSP master before psp_init() so that dynamic boost
> control can be initialized properly.
>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
> ---
> v2->v3:
> * Clean up master device if psp_init() failed
> ---
> drivers/crypto/ccp/psp-dev.c | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/crypto/ccp/psp-dev.c b/drivers/crypto/ccp/psp-dev.c
> index e3d6955d3265..3390f0bd6408 100644
> --- a/drivers/crypto/ccp/psp-dev.c
> +++ b/drivers/crypto/ccp/psp-dev.c
> @@ -173,13 +173,14 @@ int psp_dev_init(struct sp_device *sp)
> goto e_err;
> }
>
> + /* master device must be set for platform access */
> + if (psp->sp->set_psp_master_device)
> + psp->sp->set_psp_master_device(psp->sp);
> +
> ret = psp_init(psp);
> if (ret)
> goto e_irq;
>
> - if (sp->set_psp_master_device)
> - sp->set_psp_master_device(sp);
> -
> /* Enable interrupt */
> iowrite32(-1, psp->io_regs + psp->vdata->inten_reg);
>
> @@ -188,6 +189,9 @@ int psp_dev_init(struct sp_device *sp)
> return 0;
>
> e_irq:
> + if (sp->clear_psp_master_device)
> + sp->clear_psp_master_device(sp);
> +
> sp_free_psp_irq(psp->sp, psp);
> e_err:
> sp->psp_data = NULL;
next prev parent reply other threads:[~2023-05-23 21:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-19 3:24 [PATCH v3 00/10] Add dynamic boost control support Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 01/10] crypto: ccp: Rename macro for security attributes Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 02/10] crypto: ccp: Add support for displaying PSP firmware versions Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 03/10] crypto: ccp: Add bootloader and TEE version offsets Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 04/10] crypto: ccp: move setting PSP master to earlier in the init Mario Limonciello
2023-05-23 21:21 ` Tom Lendacky [this message]
2023-05-19 3:24 ` [PATCH v3 05/10] crypto: ccp: Add support for fetching a nonce for dynamic boost control Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 06/10] crypto: ccp: Add support for setting user ID " Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 07/10] crypto: ccp: Add support for getting and setting DBC parameters Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 08/10] crypto: ccp: Add a sample script for Dynamic Boost Control Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 09/10] crypto: ccp: Add unit tests for dynamic boost control Mario Limonciello
2023-05-19 3:24 ` [PATCH v3 10/10] crypto: ccp: Add Mario to MAINTAINERS Mario Limonciello
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1eb283a5-4b4d-216e-0c02-413c94ae9eb5@amd.com \
--to=thomas.lendacky@amd.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=john.allen@amd.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mario.limonciello@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®