linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-acpi@vger.kernel.org,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	linux-clk@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>
Subject: Re: [PATCH v1] clk: x86: Move clk-lpss.h to platform_data/x86
Date: Mon, 18 Feb 2019 23:00:59 +0100	[thread overview]
Message-ID: <3313613.aXZoxbyzyv@aspire.rjw.lan> (raw)
In-Reply-To: <20190218193415.79716-1-andriy.shevchenko@linux.intel.com>

On Monday, February 18, 2019 8:34:15 PM CET Andy Shevchenko wrote:
> clk-lpss.h is solely x86 related header. Move it to correct folder.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

in case you want to take this through the platform-x86 tree.

> ---
>  drivers/acpi/acpi_lpss.c                         | 2 +-
>  drivers/clk/x86/clk-lpt.c                        | 2 +-
>  include/linux/platform_data/{ => x86}/clk-lpss.h | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename include/linux/platform_data/{ => x86}/clk-lpss.h (100%)
> 
> diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c
> index 5f94c35d165f..1e2a10a06b9d 100644
> --- a/drivers/acpi/acpi_lpss.c
> +++ b/drivers/acpi/acpi_lpss.c
> @@ -18,7 +18,7 @@
>  #include <linux/mutex.h>
>  #include <linux/pci.h>
>  #include <linux/platform_device.h>
> -#include <linux/platform_data/clk-lpss.h>
> +#include <linux/platform_data/x86/clk-lpss.h>
>  #include <linux/platform_data/x86/pmc_atom.h>
>  #include <linux/pm_domain.h>
>  #include <linux/pm_runtime.h>
> diff --git a/drivers/clk/x86/clk-lpt.c b/drivers/clk/x86/clk-lpt.c
> index 6b40eb89ae19..68bd3abaef2c 100644
> --- a/drivers/clk/x86/clk-lpt.c
> +++ b/drivers/clk/x86/clk-lpt.c
> @@ -13,7 +13,7 @@
>  #include <linux/clk-provider.h>
>  #include <linux/err.h>
>  #include <linux/module.h>
> -#include <linux/platform_data/clk-lpss.h>
> +#include <linux/platform_data/x86/clk-lpss.h>
>  #include <linux/platform_device.h>
>  
>  static int lpt_clk_probe(struct platform_device *pdev)
> diff --git a/include/linux/platform_data/clk-lpss.h b/include/linux/platform_data/x86/clk-lpss.h
> similarity index 100%
> rename from include/linux/platform_data/clk-lpss.h
> rename to include/linux/platform_data/x86/clk-lpss.h
> 



  reply	other threads:[~2019-02-18 22:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 19:34 [PATCH v1] clk: x86: Move clk-lpss.h to platform_data/x86 Andy Shevchenko
2019-02-18 22:00 ` Rafael J. Wysocki [this message]
2019-02-18 22:46   ` Andy Shevchenko
2019-02-20 19:38     ` Stephen Boyd
2019-02-22  8:14 ` Stephen Boyd

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=3313613.aXZoxbyzyv@aspire.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).