public inbox for cpufreq@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems
@ 2013-01-29 16:36 Mark Langsdorf
  2013-01-29 21:55 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Langsdorf @ 2013-01-29 16:36 UTC (permalink / raw)
  To: cpufreq, linux-pm, linux-arm-kernel; +Cc: Mark Langsdorf

The pl320-ipc code depends on ARM AMBA, and should have the dependency
in its Kconfig.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
 drivers/mailbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 9489554..9545c9f 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -8,6 +8,7 @@ menuconfig MAILBOX
 if MAILBOX
 config PL320_MBOX
 	bool "ARM PL320 Mailbox"
+	depends on ARM_AMBA
 	help
 	  An implementation of the ARM PL320 Interprocessor Communication
 	  Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
-- 
1.7.11.7


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

* Re: [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems
  2013-01-29 16:36 [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems Mark Langsdorf
@ 2013-01-29 21:55 ` Rafael J. Wysocki
  2013-01-29 22:13   ` Mark Langsdorf
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2013-01-29 21:55 UTC (permalink / raw)
  To: Mark Langsdorf; +Cc: cpufreq, linux-pm, linux-arm-kernel

On Tuesday, January 29, 2013 10:36:53 AM Mark Langsdorf wrote:
> The pl320-ipc code depends on ARM AMBA, and should have the dependency
> in its Kconfig.

May I fold this into "ARM / highbank: add support for pl320 IPC"?

Rafael


> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
> ---
>  drivers/mailbox/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
> index 9489554..9545c9f 100644
> --- a/drivers/mailbox/Kconfig
> +++ b/drivers/mailbox/Kconfig
> @@ -8,6 +8,7 @@ menuconfig MAILBOX
>  if MAILBOX
>  config PL320_MBOX
>  	bool "ARM PL320 Mailbox"
> +	depends on ARM_AMBA
>  	help
>  	  An implementation of the ARM PL320 Interprocessor Communication
>  	  Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
> 
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* RE: [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems
  2013-01-29 21:55 ` Rafael J. Wysocki
@ 2013-01-29 22:13   ` Mark Langsdorf
  2013-01-29 23:11     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Langsdorf @ 2013-01-29 22:13 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: cpufreq@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

> From: Rafael J. Wysocki [rjw@sisk.pl]
> On Tuesday, January 29, 2013 10:36:53 AM Mark Langsdorf wrote:
> > The pl320-ipc code depends on ARM AMBA, and should have the dependency
> > in its Kconfig.
> 
> May I fold this into "ARM / highbank: add support for pl320 IPC"?

Yes. I didn't want to regenerate the patch series =)

--Mark Langsdorf
Calxeda, Inc.

> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
> ---
>  drivers/mailbox/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
> index 9489554..9545c9f 100644
> --- a/drivers/mailbox/Kconfig
> +++ b/drivers/mailbox/Kconfig
> @@ -8,6 +8,7 @@ menuconfig MAILBOX
>  if MAILBOX
>  config PL320_MBOX
>       bool "ARM PL320 Mailbox"
> +     depends on ARM_AMBA
>       help
>         An implementation of the ARM PL320 Interprocessor Communication
>         Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems
  2013-01-29 22:13   ` Mark Langsdorf
@ 2013-01-29 23:11     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2013-01-29 23:11 UTC (permalink / raw)
  To: Mark Langsdorf
  Cc: cpufreq@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

On Tuesday, January 29, 2013 05:13:09 PM Mark Langsdorf wrote:
> > From: Rafael J. Wysocki [rjw@sisk.pl]
> > On Tuesday, January 29, 2013 10:36:53 AM Mark Langsdorf wrote:
> > > The pl320-ipc code depends on ARM AMBA, and should have the dependency
> > > in its Kconfig.
> > 
> > May I fold this into "ARM / highbank: add support for pl320 IPC"?
> 
> Yes. I didn't want to regenerate the patch series =)

Done.

Thanks,
Rafael


> > Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
> > ---
> >  drivers/mailbox/Kconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
> > index 9489554..9545c9f 100644
> > --- a/drivers/mailbox/Kconfig
> > +++ b/drivers/mailbox/Kconfig
> > @@ -8,6 +8,7 @@ menuconfig MAILBOX
> >  if MAILBOX
> >  config PL320_MBOX
> >       bool "ARM PL320 Mailbox"
> > +     depends on ARM_AMBA
> >       help
> >         An implementation of the ARM PL320 Interprocessor Communication
> >         Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
> >
> --
> I speak only for myself.
> Rafael J. Wysocki, Intel Open Source Technology Center.
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2013-01-29 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 16:36 [PATCH] mailbox: prevent pl320-ipc code from breaking none-AMBA systems Mark Langsdorf
2013-01-29 21:55 ` Rafael J. Wysocki
2013-01-29 22:13   ` Mark Langsdorf
2013-01-29 23:11     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox