All of lore.kernel.org
 help / color / mirror / Atom feed
From: George Cherian <gcherian@caviumnetworks.com>
To: George Cherian <george.cherian@cavium.com>,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	devel@acpica.org
Cc: rjw@rjwysocki.net, lenb@kernel.org, jassisinghbrar@gmail.com,
	robert.moore@intel.com, lv.zheng@intel.com
Subject: Re: [PATCH-internal 1/2] mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file
Date: Tue, 13 Jun 2017 19:50:41 +0530	[thread overview]
Message-ID: <593FF4B9.1030903@caviumnetworks.com> (raw)
In-Reply-To: <1497363313-9936-2-git-send-email-george.cherian@cavium.com>

Please ignore this patch the subject had -internal tag Sorry!!
Resent the proper one.



On 06/13/2017 07:45 PM, George Cherian wrote:
> Move the MAX_PCC_SUBSPACES definition to acpi/pcc.h file. In preparation to add
> subspace id support for cppc_acpi driver.
>
> Signed-off-by: George Cherian <george.cherian@cavium.com>
> ---
>   drivers/mailbox/pcc.c | 1 -
>   include/acpi/pcc.h    | 1 +
>   2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c
> index dd9ecd35..9987b8f 100644
> --- a/drivers/mailbox/pcc.c
> +++ b/drivers/mailbox/pcc.c
> @@ -69,7 +69,6 @@
>
>   #include "mailbox.h"
>
> -#define MAX_PCC_SUBSPACES	256
>   #define MBOX_IRQ_NAME		"pcc-mbox"
>
>   static struct mbox_chan *pcc_mbox_channels;
> diff --git a/include/acpi/pcc.h b/include/acpi/pcc.h
> index 8caa79c..cd6ef45 100644
> --- a/include/acpi/pcc.h
> +++ b/include/acpi/pcc.h
> @@ -13,6 +13,7 @@
>   #include <linux/mailbox_controller.h>
>   #include <linux/mailbox_client.h>
>
> +#define MAX_PCC_SUBSPACES	256
>   #ifdef CONFIG_PCC
>   extern struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl,
>   						  int subspace_id);
>

  reply	other threads:[~2017-06-13 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 14:15 [PATCH-internal 0/2] Make cppc acpi driver aware of pcc subspace ids George Cherian
2017-06-13 14:15 ` [PATCH-internal 1/2] mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file George Cherian
2017-06-13 14:20   ` George Cherian [this message]
2017-06-13 14:16 ` [PATCH-internal 0/2] Make cppc acpi driver aware of pcc subspace ids George Cherian

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=593FF4B9.1030903@caviumnetworks.com \
    --to=gcherian@caviumnetworks.com \
    --cc=devel@acpica.org \
    --cc=george.cherian@cavium.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lv.zheng@intel.com \
    --cc=rjw@rjwysocki.net \
    --cc=robert.moore@intel.com \
    /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.