Commit f2fc42b6 authored by Suman Anna's avatar Suman Anna Committed by Jassi Brar

mailbox: rename pl320-ipc specific mailbox.h

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.
Acked-by: default avatarMark Langsdorf <mark.langsdorf@calxeda.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Reviewed-by: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9a50aaef
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <linux/input.h> #include <linux/input.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/irqchip.h> #include <linux/irqchip.h>
#include <linux/mailbox.h> #include <linux/pl320-ipc.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/cpu.h> #include <linux/cpu.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/mailbox.h> #include <linux/pl320-ipc.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#define HB_CPUFREQ_CHANGE_NOTE 0x80000001 #define HB_CPUFREQ_CHANGE_NOTE 0x80000001
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/device.h> #include <linux/device.h>
#include <linux/amba/bus.h> #include <linux/amba/bus.h>
#include <linux/mailbox.h> #include <linux/pl320-ipc.h>
#define IPCMxSOURCE(m) ((m) * 0x40) #define IPCMxSOURCE(m) ((m) * 0x40)
#define IPCMxDSET(m) (((m) * 0x40) + 0x004) #define IPCMxDSET(m) (((m) * 0x40) + 0x004)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment