From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCHv3 01/14] mailbox: rename pl320-ipc specific mailbox.h Date: Tue, 12 Mar 2013 20:52:52 -0700 Message-ID: <20130313035252.GA1515@kroah.com> References: <1363145030-14373-1-git-send-email-s-anna@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ie0-f179.google.com ([209.85.223.179]:63984 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755895Ab3CMDwA (ORCPT ); Tue, 12 Mar 2013 23:52:00 -0400 Received: by mail-ie0-f179.google.com with SMTP id k11so842717iea.24 for ; Tue, 12 Mar 2013 20:51:59 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1363145030-14373-1-git-send-email-s-anna@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Suman Anna Cc: Linus Walleij , Russell King , Arnd Bergmann , Tony Lindgren , "Rafael J. Wysocki" , Ohad Ben-Cohen , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Omar Ramirez Luna , Loic Pallardy , Mark Langsdorf On Tue, Mar 12, 2013 at 10:23:50PM -0500, Suman Anna 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. > > Signed-off-by: Suman Anna > Cc: Mark Langsdorf > Cc: Rafael J. Wysocki > --- > 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 Why are you sending these To: me? I'm not the mailbox maintainer, and have never handled them before that I can remember. Who is the maintainer? greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Tue, 12 Mar 2013 20:52:52 -0700 Subject: [PATCHv3 01/14] mailbox: rename pl320-ipc specific mailbox.h In-Reply-To: <1363145030-14373-1-git-send-email-s-anna@ti.com> References: <1363145030-14373-1-git-send-email-s-anna@ti.com> Message-ID: <20130313035252.GA1515@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 12, 2013 at 10:23:50PM -0500, Suman Anna 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. > > Signed-off-by: Suman Anna > Cc: Mark Langsdorf > Cc: Rafael J. Wysocki > --- > 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 Why are you sending these To: me? I'm not the mailbox maintainer, and have never handled them before that I can remember. Who is the maintainer? greg k-h