All of lore.kernel.org
 help / color / mirror / Atom feed
From: mark.langsdorf@calxeda.com (Mark Langsdorf)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] mailbox: rename pl320-ipc specific mailbox.h
Date: Mon, 29 Apr 2013 07:46:27 -0500	[thread overview]
Message-ID: <517E6BA3.30008@calxeda.com> (raw)
In-Reply-To: <1367085953-28270-1-git-send-email-jaswinder.singh@linaro.org>

On 04/27/2013 01:05 PM, jaswinder.singh at linaro.org wrote:
> From: Suman Anna <s-anna@ti.com>
> 
> The patch 30058677 "ARM / highbank: add support for pl320 IPC"
> added a pl320 IPC specific header file as a generic mailbox.h.
> This file has been renamed appropriately to allow the
> introduction of the generic mailbox API framework.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> Cc: Mark Langsdorf <mark.langsdorf@calxeda.com>
> Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  drivers/cpufreq/highbank-cpufreq.c       |    2 +-
>  drivers/mailbox/pl320-ipc.c              |    2 +-
>  include/linux/{mailbox.h => pl320-ipc.h} |    0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename include/linux/{mailbox.h => pl320-ipc.h} (100%)
> 
> diff --git a/drivers/cpufreq/highbank-cpufreq.c b/drivers/cpufreq/highbank-cpufreq.c
> index b61b5a3..3118b87 100644
> --- a/drivers/cpufreq/highbank-cpufreq.c
> +++ b/drivers/cpufreq/highbank-cpufreq.c
> @@ -19,7 +19,7 @@
>  #include <linux/cpu.h>
>  #include <linux/err.h>
>  #include <linux/of.h>
> -#include <linux/mailbox.h>
> +#include <linux/pl320-ipc.h>
>  #include <linux/platform_device.h>
>  
>  #define HB_CPUFREQ_CHANGE_NOTE	0x80000001
> diff --git a/drivers/mailbox/pl320-ipc.c b/drivers/mailbox/pl320-ipc.c
> index d873cba..f3755e0 100644
> --- a/drivers/mailbox/pl320-ipc.c
> +++ b/drivers/mailbox/pl320-ipc.c
> @@ -26,7 +26,7 @@
>  #include <linux/device.h>
>  #include <linux/amba/bus.h>
>  
> -#include <linux/mailbox.h>
> +#include <linux/pl320-ipc.h>
>  
>  #define IPCMxSOURCE(m)		((m) * 0x40)
>  #define IPCMxDSET(m)		(((m) * 0x40) + 0x004)
> diff --git a/include/linux/mailbox.h b/include/linux/pl320-ipc.h
> similarity index 100%
> rename from include/linux/mailbox.h
> rename to include/linux/pl320-ipc.h
> 

Acked-by: Mark Langsdorf <mark.langsdorf@calxeda.com>

WARNING: multiple messages have this Message-ID (diff)
From: Mark Langsdorf <mark.langsdorf@calxeda.com>
To: "jaswinder.singh@linaro.org" <jaswinder.singh@linaro.org>
Cc: "s-anna@ti.com" <s-anna@ti.com>,
	"loic.pallardy@st.com" <loic.pallardy@st.com>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"andy.green@linaro.org" <andy.green@linaro.org>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Subject: Re: [PATCH 1/3] mailbox: rename pl320-ipc specific mailbox.h
Date: Mon, 29 Apr 2013 07:46:27 -0500	[thread overview]
Message-ID: <517E6BA3.30008@calxeda.com> (raw)
In-Reply-To: <1367085953-28270-1-git-send-email-jaswinder.singh@linaro.org>

On 04/27/2013 01:05 PM, jaswinder.singh@linaro.org wrote:
> From: Suman Anna <s-anna@ti.com>
> 
> The patch 30058677 "ARM / highbank: add support for pl320 IPC"
> added a pl320 IPC specific header file as a generic mailbox.h.
> This file has been renamed appropriately to allow the
> introduction of the generic mailbox API framework.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> Cc: Mark Langsdorf <mark.langsdorf@calxeda.com>
> Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  drivers/cpufreq/highbank-cpufreq.c       |    2 +-
>  drivers/mailbox/pl320-ipc.c              |    2 +-
>  include/linux/{mailbox.h => pl320-ipc.h} |    0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename include/linux/{mailbox.h => pl320-ipc.h} (100%)
> 
> diff --git a/drivers/cpufreq/highbank-cpufreq.c b/drivers/cpufreq/highbank-cpufreq.c
> index b61b5a3..3118b87 100644
> --- a/drivers/cpufreq/highbank-cpufreq.c
> +++ b/drivers/cpufreq/highbank-cpufreq.c
> @@ -19,7 +19,7 @@
>  #include <linux/cpu.h>
>  #include <linux/err.h>
>  #include <linux/of.h>
> -#include <linux/mailbox.h>
> +#include <linux/pl320-ipc.h>
>  #include <linux/platform_device.h>
>  
>  #define HB_CPUFREQ_CHANGE_NOTE	0x80000001
> diff --git a/drivers/mailbox/pl320-ipc.c b/drivers/mailbox/pl320-ipc.c
> index d873cba..f3755e0 100644
> --- a/drivers/mailbox/pl320-ipc.c
> +++ b/drivers/mailbox/pl320-ipc.c
> @@ -26,7 +26,7 @@
>  #include <linux/device.h>
>  #include <linux/amba/bus.h>
>  
> -#include <linux/mailbox.h>
> +#include <linux/pl320-ipc.h>
>  
>  #define IPCMxSOURCE(m)		((m) * 0x40)
>  #define IPCMxDSET(m)		(((m) * 0x40) + 0x004)
> diff --git a/include/linux/mailbox.h b/include/linux/pl320-ipc.h
> similarity index 100%
> rename from include/linux/mailbox.h
> rename to include/linux/pl320-ipc.h
> 

Acked-by: Mark Langsdorf <mark.langsdorf@calxeda.com>

  reply	other threads:[~2013-04-29 12:46 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-13  3:23 [PATCHv3 00/14] drivers: mailbox: framework creation Suman Anna
2013-03-13  3:23 ` Suman Anna
2013-03-13  3:23 ` Suman Anna
2013-03-21 11:39 ` Linus Walleij
2013-03-21 11:39   ` Linus Walleij
2013-03-21 23:22 ` Stephen Rothwell
2013-03-21 23:22   ` Stephen Rothwell
2013-03-21 23:22   ` Stephen Rothwell
2013-03-21 23:37   ` Anna, Suman
2013-03-21 23:37     ` Anna, Suman
2013-04-21  2:40 ` Jassi Brar
2013-04-21  2:40   ` Jassi Brar
2013-04-22 15:56   ` Anna, Suman
2013-04-22 15:56     ` Anna, Suman
2013-04-23  4:51     ` Jassi Brar
2013-04-23  4:51       ` Jassi Brar
2013-04-23 19:20       ` Anna, Suman
2013-04-23 19:20         ` Anna, Suman
2013-04-23 23:30         ` Andy Green
2013-04-23 23:30           ` Andy Green
2013-04-24  4:39         ` Jassi Brar
2013-04-24  4:39           ` Jassi Brar
2013-04-24  8:08           ` Loic PALLARDY
2013-04-24  8:08             ` Loic PALLARDY
2013-04-24  8:56             ` Jassi Brar
2013-04-24  8:56               ` Jassi Brar
2013-04-24 23:16               ` Suman Anna
2013-04-24 23:16                 ` Suman Anna
2013-04-25  5:20                 ` Jassi Brar
2013-04-25  5:20                   ` Jassi Brar
2013-04-25 22:29                   ` Suman Anna
2013-04-25 22:29                     ` Suman Anna
2013-04-25 23:51                     ` Andy Green
2013-04-25 23:51                       ` Andy Green
2013-04-26  3:46                     ` Jassi Brar
2013-04-26  3:46                       ` Jassi Brar
2013-04-27  1:04                       ` Suman Anna
2013-04-27  1:04                         ` Suman Anna
2013-04-27  1:48                         ` Andy Green
2013-04-27  1:48                           ` Andy Green
2013-04-29 15:32                           ` Suman Anna
2013-04-29 15:32                             ` Suman Anna
2013-04-27  4:51                         ` Jassi Brar
2013-04-27  4:51                           ` Jassi Brar
2013-04-27 18:05                           ` [PATCH 1/3] mailbox: rename pl320-ipc specific mailbox.h jaswinder.singh at linaro.org
2013-04-27 18:05                             ` jaswinder.singh
2013-04-29 12:46                             ` Mark Langsdorf [this message]
2013-04-29 12:46                               ` Mark Langsdorf
2013-04-27 18:14                           ` [RFC 2/3] mailbox: Introduce a new common API jassisinghbrar
2013-05-04  2:20                             ` Suman Anna
2013-05-04  2:20                               ` Suman Anna
2013-05-04 19:08                               ` Jassi Brar
2013-05-04 19:08                                 ` Jassi Brar
2013-05-06 23:45                                 ` Suman Anna
2013-05-06 23:45                                   ` Suman Anna
2013-05-07  7:40                                   ` Jassi Brar
2013-05-07  7:40                                     ` Jassi Brar
2013-05-07 21:48                                     ` Suman Anna
2013-05-07 21:48                                       ` Suman Anna
2013-05-08  5:44                                       ` Jassi Brar
2013-05-08  5:44                                         ` Jassi Brar
2013-05-09  1:25                                         ` Suman Anna
2013-05-09  1:25                                           ` Suman Anna
2013-05-09 16:35                                           ` Jassi Brar
2013-05-09 16:35                                             ` Jassi Brar
2013-05-10  0:18                                             ` Suman Anna
2013-05-10  0:18                                               ` Suman Anna
2013-05-10 10:06                                               ` Jassi Brar
2013-05-10 10:06                                                 ` Jassi Brar
2013-05-10 16:41                                                 ` Suman Anna
2013-05-10 16:41                                                   ` Suman Anna
2013-04-27 18:14                           ` [RFC 3/3] mailbox: pl320: Introduce common API driver jassisinghbrar
2013-04-29 16:44                             ` Suman Anna
2013-04-29 16:44                               ` Suman Anna
2013-04-29 16:57                               ` Jassi Brar
2013-04-29 16:57                                 ` Jassi Brar
2013-04-29 17:06                                 ` Mark Langsdorf
2013-04-29 17:06                                   ` Mark Langsdorf
2013-04-29 17:28                                   ` Jassi Brar
2013-04-29 17:28                                     ` Jassi Brar
2013-04-29 16:00                           ` [PATCHv3 00/14] drivers: mailbox: framework creation Suman Anna
2013-04-29 16:00                             ` Suman Anna
2013-04-29 16:49                             ` Jassi Brar
2013-04-29 16:49                               ` Jassi Brar
2013-04-24  7:39         ` Loic PALLARDY
2013-04-24  7:39           ` Loic PALLARDY
2013-04-24  7:59           ` Jassi Brar
2013-04-24  7:59             ` Jassi Brar
2013-04-24  8:39             ` Loic PALLARDY
2013-04-24  8:39               ` Loic PALLARDY

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=517E6BA3.30008@calxeda.com \
    --to=mark.langsdorf@calxeda.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.