All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: Tanmay Shah <tanmay.shah@amd.com>,
	andersson@kernel.org, mathieu.poirier@linaro.org,
	jaswinder.singh@linaro.org, ben.levinsky@amd.com,
	shubhrajyoti.datta@amd.com
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH v4 3/5] mailbox: zynqmp: fix typo in IPI documentation
Date: Wed, 8 Mar 2023 12:56:23 +0100	[thread overview]
Message-ID: <2ff43c4e-da17-bf76-720c-710af174834b@amd.com> (raw)
In-Reply-To: <20230228210216.447373-4-tanmay.shah@amd.com>



On 2/28/23 22:02, Tanmay Shah wrote:
> Xilinx IPI message buffers allows 32-byte data transfer.
> Fix documentation that says 12 bytes
> 
> Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
> ---
>   include/linux/mailbox/zynqmp-ipi-message.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/mailbox/zynqmp-ipi-message.h b/include/linux/mailbox/zynqmp-ipi-message.h
> index 35ce84c8ca02..31d8046d945e 100644
> --- a/include/linux/mailbox/zynqmp-ipi-message.h
> +++ b/include/linux/mailbox/zynqmp-ipi-message.h
> @@ -9,7 +9,7 @@
>    * @data: message payload
>    *
>    * This is the structure for data used in mbox_send_message
> - * the maximum length of data buffer is fixed to 12 bytes.
> + * the maximum length of data buffer is fixed to 32 bytes.
>    * Client is supposed to be aware of this.
>    */
>   struct zynqmp_ipi_message {

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal

WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek@amd.com>
To: Tanmay Shah <tanmay.shah@amd.com>,
	andersson@kernel.org, mathieu.poirier@linaro.org,
	jaswinder.singh@linaro.org, ben.levinsky@amd.com,
	shubhrajyoti.datta@amd.com
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH v4 3/5] mailbox: zynqmp: fix typo in IPI documentation
Date: Wed, 8 Mar 2023 12:56:23 +0100	[thread overview]
Message-ID: <2ff43c4e-da17-bf76-720c-710af174834b@amd.com> (raw)
In-Reply-To: <20230228210216.447373-4-tanmay.shah@amd.com>



On 2/28/23 22:02, Tanmay Shah wrote:
> Xilinx IPI message buffers allows 32-byte data transfer.
> Fix documentation that says 12 bytes
> 
> Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
> ---
>   include/linux/mailbox/zynqmp-ipi-message.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/mailbox/zynqmp-ipi-message.h b/include/linux/mailbox/zynqmp-ipi-message.h
> index 35ce84c8ca02..31d8046d945e 100644
> --- a/include/linux/mailbox/zynqmp-ipi-message.h
> +++ b/include/linux/mailbox/zynqmp-ipi-message.h
> @@ -9,7 +9,7 @@
>    * @data: message payload
>    *
>    * This is the structure for data used in mbox_send_message
> - * the maximum length of data buffer is fixed to 12 bytes.
> + * the maximum length of data buffer is fixed to 32 bytes.
>    * Client is supposed to be aware of this.
>    */
>   struct zynqmp_ipi_message {

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-03-08 11:56 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 21:02 [PATCH v4 0/5] drivers: remoteproc: xilinx: add mailbox support Tanmay Shah
2023-02-28 21:02 ` Tanmay Shah
2023-02-28 21:02 ` [PATCH v4 1/5] mailbox: zynqmp: fix counts of child nodes Tanmay Shah
2023-02-28 21:02   ` Tanmay Shah
2023-03-08 11:53   ` Michal Simek
2023-03-08 11:53     ` Michal Simek
2023-03-09 20:30     ` Tanmay Shah
2023-03-09 20:30       ` Tanmay Shah
2023-02-28 21:02 ` [PATCH v4 2/5] mailbox: zynqmp: fix IPI isr handling Tanmay Shah
2023-02-28 21:02   ` Tanmay Shah
2023-03-08 11:56   ` Michal Simek
2023-03-08 11:56     ` Michal Simek
2023-02-28 21:02 ` [PATCH v4 3/5] mailbox: zynqmp: fix typo in IPI documentation Tanmay Shah
2023-02-28 21:02   ` Tanmay Shah
2023-03-08 11:56   ` Michal Simek [this message]
2023-03-08 11:56     ` Michal Simek
2023-02-28 21:02 ` [PATCH v4 4/5] drivers: remoteproc: xilinx: fix carveout names Tanmay Shah
2023-02-28 21:02   ` Tanmay Shah
2023-02-28 21:02 ` [PATCH v4 5/5] remoteproc: xilinx: add mailbox channels for rpmsg Tanmay Shah
2023-02-28 21:02   ` Tanmay Shah
2023-03-02 23:10   ` Mathieu Poirier
2023-03-02 23:10     ` Mathieu Poirier
2023-03-03 16:36     ` Tanmay Shah
2023-03-03 16:36       ` Tanmay Shah
2023-03-03 18:13       ` Mathieu Poirier
2023-03-03 18:13         ` Mathieu Poirier

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=2ff43c4e-da17-bf76-720c-710af174834b@amd.com \
    --to=michal.simek@amd.com \
    --cc=andersson@kernel.org \
    --cc=ben.levinsky@amd.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=shubhrajyoti.datta@amd.com \
    --cc=tanmay.shah@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 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.