linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwspinlock: Change hwspinlock to a bool
@ 2017-11-04  6:37 Baolin Wang
  2017-11-14 12:58 ` Baolin Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Baolin Wang @ 2017-11-04  6:37 UTC (permalink / raw)
  To: ohad, bjorn.andersson
  Cc: broonie, arnd, linux-remoteproc, linux-kernel, baolin.wang

Change hwspinlock to a bool in case some drivers will meet dependency
issue when hwspinlock is built as a module.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
---
 drivers/hwspinlock/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 6e0a553..f0f4679 100644
--- a/drivers/hwspinlock/Kconfig
+++ b/drivers/hwspinlock/Kconfig
@@ -3,7 +3,7 @@
 #
 
 menuconfig HWSPINLOCK
-	tristate "Hardware Spinlock drivers"
+	bool "Hardware Spinlock drivers"
 
 config HWSPINLOCK_OMAP
 	tristate "OMAP Hardware Spinlock device"
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] hwspinlock: Change hwspinlock to a bool
  2017-11-04  6:37 [PATCH] hwspinlock: Change hwspinlock to a bool Baolin Wang
@ 2017-11-14 12:58 ` Baolin Wang
  2017-11-14 15:03   ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Baolin Wang @ 2017-11-14 12:58 UTC (permalink / raw)
  To: Ohad Ben-Cohen, Bjorn Andersson
  Cc: Mark Brown, Arnd Bergmann, linux-remoteproc, LKML, Baolin Wang

Hi Bjorn,

On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:
> Change hwspinlock to a bool in case some drivers will meet dependency
> issue when hwspinlock is built as a module.
>
> Signed-off-by: Baolin Wang <baolin.wang@linaro.org>

Could you apply this patch into K4.15 if there are no other comments? Thanks.

> ---
>  drivers/hwspinlock/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
> index 6e0a553..f0f4679 100644
> --- a/drivers/hwspinlock/Kconfig
> +++ b/drivers/hwspinlock/Kconfig
> @@ -3,7 +3,7 @@
>  #
>
>  menuconfig HWSPINLOCK
> -       tristate "Hardware Spinlock drivers"
> +       bool "Hardware Spinlock drivers"
>
>  config HWSPINLOCK_OMAP
>         tristate "OMAP Hardware Spinlock device"
> --
> 1.9.1
>



-- 
Baolin.wang
Best Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] hwspinlock: Change hwspinlock to a bool
  2017-11-14 12:58 ` Baolin Wang
@ 2017-11-14 15:03   ` Mark Brown
  2017-11-15  2:07     ` Baolin Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2017-11-14 15:03 UTC (permalink / raw)
  To: Baolin Wang
  Cc: Ohad Ben-Cohen, Bjorn Andersson, Arnd Bergmann, linux-remoteproc, LKML

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

On Tue, Nov 14, 2017 at 08:58:18PM +0800, Baolin Wang wrote:
> On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:
> > Change hwspinlock to a bool in case some drivers will meet dependency
> > issue when hwspinlock is built as a module.
> >
> > Signed-off-by: Baolin Wang <baolin.wang@linaro.org>

> Could you apply this patch into K4.15 if there are no other comments? Thanks.

It's in -next already as commit d048236dfdfe454f059a0837431c3ae3d166d4d6
so it ought to get sent during the merge window.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] hwspinlock: Change hwspinlock to a bool
  2017-11-14 15:03   ` Mark Brown
@ 2017-11-15  2:07     ` Baolin Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Baolin Wang @ 2017-11-15  2:07 UTC (permalink / raw)
  To: Mark Brown
  Cc: Ohad Ben-Cohen, Bjorn Andersson, Arnd Bergmann, linux-remoteproc, LKML

On 14 November 2017 at 23:03, Mark Brown <broonie@kernel.org> wrote:
> On Tue, Nov 14, 2017 at 08:58:18PM +0800, Baolin Wang wrote:
>> On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:
>> > Change hwspinlock to a bool in case some drivers will meet dependency
>> > issue when hwspinlock is built as a module.
>> >
>> > Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
>
>> Could you apply this patch into K4.15 if there are no other comments? Thanks.
>
> It's in -next already as commit d048236dfdfe454f059a0837431c3ae3d166d4d6
> so it ought to get sent during the merge window.

Ah, OK. Thanks Mark.

-- 
Baolin.wang
Best Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-15  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04  6:37 [PATCH] hwspinlock: Change hwspinlock to a bool Baolin Wang
2017-11-14 12:58 ` Baolin Wang
2017-11-14 15:03   ` Mark Brown
2017-11-15  2:07     ` Baolin Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).