From patchwork Sat Apr 27 18:05:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jassi Brar X-Patchwork-Id: 2497191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 230BADF23A for ; Sat, 27 Apr 2013 18:06:50 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UW9WD-0005Iz-9N; Sat, 27 Apr 2013 18:06:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UW9WA-00006l-Ol; Sat, 27 Apr 2013 18:06:38 +0000 Received: from mail-pd0-f174.google.com ([209.85.192.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UW9W7-00006C-NO for linux-arm-kernel@lists.infradead.org; Sat, 27 Apr 2013 18:06:36 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so2577818pdi.33 for ; Sat, 27 Apr 2013 11:06:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=kjkGDIwAo25/Gop2W9O3Rp6mqNLhh4xWqbAM4xe8zhc=; b=VPRJaVK7bWuCQ6mP/sDJujWT0qv6UWOb+Y0EfNt0u+PVc1WnvY0mqrF/f1EihcX5yL d0uDXjVkizJIwWg7MCq4YIFMoZCEzcIpO4IBWqkNShapv8dG6k8qMPQrGs1XlWv5Vo+v +PqvEtWusKhmm8FOnS67Bfu2O+1uSFv11965Bv2wlTfyWTUySHrmiHB652rKOgomiugM BRVmnpZOnSdD4K0hcyulNMhCJrU1ubckljkv1w8iHaj7dlepoY6XNXCDjVal0WLA/WIP Dl1Vu2aEdm6rOgWf0tK5NYU8pKUwfR3z4ycMrVXDZO+mNF4sKCeT84efR93oWOCAZnN/ Xhfw== X-Received: by 10.68.114.37 with SMTP id jd5mr63324067pbb.95.1367085993613; Sat, 27 Apr 2013 11:06:33 -0700 (PDT) Received: from localhost.localdomain ([117.220.173.27]) by mx.google.com with ESMTPSA id dr4sm16748085pbb.19.2013.04.27.11.06.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Apr 2013 11:06:32 -0700 (PDT) From: jaswinder.singh@linaro.org To: s-anna@ti.com, loic.pallardy@st.com Subject: [PATCH 1/3] mailbox: rename pl320-ipc specific mailbox.h Date: Sat, 27 Apr 2013 23:35:53 +0530 Message-Id: <1367085953-28270-1-git-send-email-jaswinder.singh@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: X-Gm-Message-State: ALoCoQnhmGw8fSEHryGdhQMWWusqZ+EI5ks++WWYWOGRDogrMLlJSaWXEfNrXAANXw2wyTjqhPBA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130427_140635_847912_D938A79C X-CRM114-Status: GOOD ( 10.77 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.174 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: andy.green@linaro.org, arnd@arndb.de, Mark Langsdorf , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Suman Anna 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 Cc: Mark Langsdorf Cc: Rafael J. Wysocki Acked-by: Mark Langsdorf --- 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/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 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 #include #include -#include +#include #include #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 #include -#include +#include #define IPCMxSOURCE(m) ((m) * 0x40) #define IPCMxDSET(m) (((m) * 0x40) + 0x004)