All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
To: "Mario Limonciello" <mario.limonciello@amd.com>,
	"Jan Dąbroś" <jsd@semihalf.com>,
	"Grzegorz Bernacki" <gjb@semihalf.com>,
	Rijo-john.Thomas@amd.com, Thomas.Lendacky@amd.com,
	herbert@gondor.apana.org.au, "John Allen" <john.allen@amd.com>,
	"Brijesh Singh" <brijesh.singh@amd.com>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Mika Westerberg" <mika.westerberg@linux.intel.com>
Cc: Felix.Held@amd.com, "David S. Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org
Subject: Re: [PATCH v4 3/8] crypto: ccp: Move some PSP mailbox bit definitions into common header
Date: Mon, 13 Mar 2023 12:30:01 +0200	[thread overview]
Message-ID: <e88ca279-d8dd-b371-88f0-c6c9c79ab047@linux.intel.com> (raw)
In-Reply-To: <20230310211954.2490-4-mario.limonciello@amd.com>

On 3/10/23 23:19, Mario Limonciello wrote:
> Some of the bits and fields used for mailboxes communicating with the
> PSP are common across all mailbox implementations (SEV, TEE, etc).
> 
> Move these bits into the common `linux/psp.h` so they don't need to
> be re-defined for each implementation.
> 
> Acked-by: Rijo Thomas <Rijo-john.Thomas@amd.com>
> Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
> v3->v4:
>   * Pick up tags
> v2->v3:
>   * Pick up tags
> v1->v2:
>   * Update comment to indicate it's PSP response not PSP ready
> ---
>   drivers/crypto/ccp/psp-dev.h               |  3 ---
>   drivers/crypto/ccp/sev-dev.c               | 15 +++++++--------
>   drivers/crypto/ccp/sev-dev.h               |  2 +-
>   drivers/crypto/ccp/tee-dev.c               | 15 ++++++++-------
>   drivers/i2c/busses/i2c-designware-amdpsp.c | 16 +++++-----------
>   include/linux/psp.h                        | 12 ++++++++++++
>   6 files changed, 33 insertions(+), 30 deletions(-)
> 
For the i2c-designware part:

Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

  reply	other threads:[~2023-03-13 10:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 21:19 [PATCH v4 0/8] Export platform features from ccp driver Mario Limonciello
2023-03-10 21:19 ` Mario Limonciello
2023-03-10 21:19 ` [PATCH v4 1/8] crypto: ccp: Drop TEE support for IRQ handler Mario Limonciello
2023-03-10 21:19 ` [PATCH v4 2/8] crypto: ccp: Add a header for multiple drivers to use `__psp_pa` Mario Limonciello
2023-03-10 21:19   ` Mario Limonciello
2023-03-10 21:19 ` [PATCH v4 3/8] crypto: ccp: Move some PSP mailbox bit definitions into common header Mario Limonciello
2023-03-13 10:30   ` Jarkko Nikula [this message]
2023-03-10 21:19 ` [PATCH v4 4/8] crypto: ccp: Add support for an interface for platform features Mario Limonciello
2023-03-10 21:19 ` [PATCH v4 5/8] crypto: ccp: Enable platform access interface on client PSP parts Mario Limonciello
2023-03-10 21:19 ` [PATCH v4 6/8] i2c: designware: Use PCI PSP driver for communication Mario Limonciello
2023-03-13 10:30   ` Jarkko Nikula
2023-03-15 10:28   ` Grzegorz Bernacki
2023-03-10 21:19 ` [PATCH v4 7/8] crypto: ccp: Add support for ringing a platform doorbell Mario Limonciello
2023-03-15 11:07   ` Grzegorz Bernacki
2023-03-21 21:16     ` Limonciello, Mario
2023-03-10 21:19 ` [PATCH v4 8/8] i2c: designware: Add doorbell support for Skyrim Mario Limonciello
2023-03-13 10:29   ` Jarkko Nikula
2023-03-13 11:34     ` Andy Shevchenko
2023-03-20 19:04   ` Mark Hasemeyer
2023-03-20 19:31     ` Mark Hasemeyer
2023-03-17  3:26 ` [PATCH v4 0/8] Export platform features from ccp driver Herbert Xu
2023-03-17  3:26   ` Herbert Xu

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=e88ca279-d8dd-b371-88f0-c6c9c79ab047@linux.intel.com \
    --to=jarkko.nikula@linux.intel.com \
    --cc=Felix.Held@amd.com \
    --cc=Rijo-john.Thomas@amd.com \
    --cc=Thomas.Lendacky@amd.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=brijesh.singh@amd.com \
    --cc=davem@davemloft.net \
    --cc=gjb@semihalf.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=john.allen@amd.com \
    --cc=jsd@semihalf.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mario.limonciello@amd.com \
    --cc=mika.westerberg@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.