All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Baolin Wang <baolin.wang7@gmail.com>,
	robh+dt@kernel.org, jassisinghbrar@gmail.com
Cc: orsonzhai@gmail.com, zhang.lyra@gmail.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 2/2] mailbox: sprd: Add Spreadtrum mailbox driver
Date: Mon, 27 Apr 2020 20:16:06 -0700	[thread overview]
Message-ID: <62b3d9fc-1cc9-ac42-69e5-1c7bdac7bd0c@infradead.org> (raw)
In-Reply-To: <4b224e7bb703e15469e5cd79a54f7bc00a790fc5.1588043236.git.baolin.wang7@gmail.com>

On 4/27/20 8:10 PM, Baolin Wang wrote:
> diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
> index 5a577a6734cf..e03f3fb5caed 100644
> --- a/drivers/mailbox/Kconfig
> +++ b/drivers/mailbox/Kconfig
> @@ -236,4 +236,12 @@ config SUN6I_MSGBOX
>  	  various Allwinner SoCs. This mailbox is used for communication
>  	  between the application CPUs and the power management coprocessor.
>  
> +config SPRD_MBOX
> +	tristate "Spreadtrum Mailbox"
> +	depends on ARCH_SPRD || COMPILE_TEST
> +	help
> +	  Mailbox driver implementation for the Spreadtrum platform. It is used
> +	  to send message between application processors and MCU. Say Y here if
> +	  you want to build the Spreatrum mailbox controller driver.

	                        ^^typo^^

> +
>  endif


-- 
~Randy


  reply	other threads:[~2020-04-28  3:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  3:10 [PATCH v4 1/2] dt-bindings: mailbox: Add the Spreadtrum mailbox documentation Baolin Wang
2020-04-28  3:10 ` [PATCH v4 2/2] mailbox: sprd: Add Spreadtrum mailbox driver Baolin Wang
2020-04-28  3:16   ` Randy Dunlap [this message]
2020-04-28  3:21     ` Baolin Wang
2020-05-06 13:29   ` Baolin Wang
2020-05-06 23:25     ` Jassi Brar
2020-05-07  3:23       ` Baolin Wang
2020-05-13  4:13         ` Baolin Wang
2020-05-13  6:05           ` Jassi Brar
2020-05-13  6:32             ` Baolin Wang
2020-05-21 12:24               ` Baolin Wang
2020-05-22  3:48                 ` Jassi Brar
2020-05-22 13:07                   ` Baolin Wang

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=62b3d9fc-1cc9-ac42-69e5-1c7bdac7bd0c@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=baolin.wang7@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=zhang.lyra@gmail.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.