[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABb+yY0t-CbX5Fng-r=GpG6rsZ3268ZYP7w=8-75yz3eR0v8EA@mail.gmail.com>
Date: Sat, 29 Mar 2014 09:25:40 +0530
From: Jassi Brar <jassisinghbrar@...il.com>
To: Markus Mayer <markus.mayer@...aro.org>
Cc: Linux Kernel Mailing list <linux-kernel@...r.kernel.org>,
Greg KH <gregkh@...uxfoundation.org>,
Suman Anna <s-anna@...com>, Tony Lindgren <tony@...mide.com>,
"Omar Ramirez Luna (omar.ramirez@...itl.com)"
<omar.ramirez@...itl.com>, Loic Pallardy <loic.pallardy@...com>,
LeyFoon Tan <lftan.linux@...il.com>,
Craig McGeachie <slapdau@...oo.com.au>,
Courtney Cavin <courtney.cavin@...ymobile.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Rob Herring <robherring2@...il.com>,
Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCHv4 1/5] mailbox: rename pl320-ipc specific mailbox.h
On Fri, Mar 28, 2014 at 4:21 AM, Markus Mayer <markus.mayer@...aro.org> wrote:
>> 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: Mark Langsdorf <mark.langsdorf@...xeda.com>
>> Cc: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
>> Signed-off-by: Suman Anna <s-anna@...com>
>>
>> ---
>> drivers/cpufreq/highbank-cpufreq.c | 2 +-
>> drivers/mailbox/pl320-ipc.c | 2 +-
>> include/linux/mailbox.h | 17 -----------------
>> include/linux/pl320-ipc.h | 17 +++++++++++++++++
>> 4 files changed, 19 insertions(+), 19 deletions(-)
>> delete mode 100644 include/linux/mailbox.h
>> create mode 100644 include/linux/pl320-ipc.h
>
> This does not look like GIT realized you were just renaming these files.
> When I apply this patch and re-generate the patch file, it looks like this:
>
> ...
> 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%)
> ...
>
OK, will generate the patch with -M option.
Thanks
Jassi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists