From: Joshua Henderson <joshua.henderson@microchip.com>
To: Stephen Boyd <sboyd@codeaurora.org>,
Mike Turquette <mturquette@baylibre.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-clk@vger.kernel.org>,
Ralf Baechle <ralf@linux-mips.org>, <linux-mips@linux-mips.org>
Subject: Re: [PATCH] clk: Get rid of HAVE_MACH_CLKDEV
Date: Thu, 25 Feb 2016 13:30:25 -0700 [thread overview]
Message-ID: <56CF6461.9040308@microchip.com> (raw)
In-Reply-To: <1453933020-8577-1-git-send-email-sboyd@codeaurora.org>
On 01/27/2016 03:17 PM, Stephen Boyd wrote:
> This config was used for the ARM port so that it could use a
> machine specific clkdev.h include, but those are all gone now.
> The MIPS architecture is the last user, and from what I can tell
> it doesn't actually use it anyway, so let's remove the config all
> together.
>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: <linux-mips@linux-mips.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Joshua Henderson <joshua.henderson@microchip.com>
Thanks,
Josh
> ---
>
> I don't see a problem if this goes through the MIPS tree or the clk tree.
> Let me know and I can take it through clk.
>
> arch/mips/Kconfig | 2 --
> arch/mips/pic32/Kconfig | 1 -
> drivers/clk/Kconfig | 3 ---
> 3 files changed, 6 deletions(-)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 56f57816613e..8e1be2889af3 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -328,7 +328,6 @@ config LANTIQ
> select ARCH_REQUIRE_GPIOLIB
> select SWAP_IO_SPACE
> select BOOT_RAW
> - select HAVE_MACH_CLKDEV
> select CLKDEV_LOOKUP
> select USE_OF
> select PINCTRL
> @@ -590,7 +589,6 @@ config RALINK
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select SYS_SUPPORTS_MIPS16
> select SYS_HAS_EARLY_PRINTK
> - select HAVE_MACH_CLKDEV
> select CLKDEV_LOOKUP
> select ARCH_HAS_RESET_CONTROLLER
> select RESET_CONTROLLER
> diff --git a/arch/mips/pic32/Kconfig b/arch/mips/pic32/Kconfig
> index fde56a8b85ca..1985971b9890 100644
> --- a/arch/mips/pic32/Kconfig
> +++ b/arch/mips/pic32/Kconfig
> @@ -15,7 +15,6 @@ config PIC32MZDA
> select SYS_SUPPORTS_32BIT_KERNEL
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select ARCH_REQUIRE_GPIOLIB
> - select HAVE_MACH_CLKDEV
> select COMMON_CLK
> select CLKDEV_LOOKUP
> select LIBFDT
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index eca8e019e005..35cbde8449a0 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
> config HAVE_CLK_PREPARE
> bool
>
> -config HAVE_MACH_CLKDEV
> - bool
> -
> config COMMON_CLK
> bool
> select HAVE_CLK_PREPARE
>
WARNING: multiple messages have this Message-ID (diff)
From: Joshua Henderson <joshua.henderson@microchip.com>
To: Stephen Boyd <sboyd@codeaurora.org>,
Mike Turquette <mturquette@baylibre.com>
Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
Ralf Baechle <ralf@linux-mips.org>,
linux-mips@linux-mips.org
Subject: Re: [PATCH] clk: Get rid of HAVE_MACH_CLKDEV
Date: Thu, 25 Feb 2016 13:30:25 -0700 [thread overview]
Message-ID: <56CF6461.9040308@microchip.com> (raw)
Message-ID: <20160225203025.jn43j8JywWBsJJ6BPc8_SGVMh6yYOHMl-JKs2vO2VJo@z> (raw)
In-Reply-To: <1453933020-8577-1-git-send-email-sboyd@codeaurora.org>
On 01/27/2016 03:17 PM, Stephen Boyd wrote:
> This config was used for the ARM port so that it could use a
> machine specific clkdev.h include, but those are all gone now.
> The MIPS architecture is the last user, and from what I can tell
> it doesn't actually use it anyway, so let's remove the config all
> together.
>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: <linux-mips@linux-mips.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Joshua Henderson <joshua.henderson@microchip.com>
Thanks,
Josh
> ---
>
> I don't see a problem if this goes through the MIPS tree or the clk tree.
> Let me know and I can take it through clk.
>
> arch/mips/Kconfig | 2 --
> arch/mips/pic32/Kconfig | 1 -
> drivers/clk/Kconfig | 3 ---
> 3 files changed, 6 deletions(-)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 56f57816613e..8e1be2889af3 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -328,7 +328,6 @@ config LANTIQ
> select ARCH_REQUIRE_GPIOLIB
> select SWAP_IO_SPACE
> select BOOT_RAW
> - select HAVE_MACH_CLKDEV
> select CLKDEV_LOOKUP
> select USE_OF
> select PINCTRL
> @@ -590,7 +589,6 @@ config RALINK
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select SYS_SUPPORTS_MIPS16
> select SYS_HAS_EARLY_PRINTK
> - select HAVE_MACH_CLKDEV
> select CLKDEV_LOOKUP
> select ARCH_HAS_RESET_CONTROLLER
> select RESET_CONTROLLER
> diff --git a/arch/mips/pic32/Kconfig b/arch/mips/pic32/Kconfig
> index fde56a8b85ca..1985971b9890 100644
> --- a/arch/mips/pic32/Kconfig
> +++ b/arch/mips/pic32/Kconfig
> @@ -15,7 +15,6 @@ config PIC32MZDA
> select SYS_SUPPORTS_32BIT_KERNEL
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select ARCH_REQUIRE_GPIOLIB
> - select HAVE_MACH_CLKDEV
> select COMMON_CLK
> select CLKDEV_LOOKUP
> select LIBFDT
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index eca8e019e005..35cbde8449a0 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
> config HAVE_CLK_PREPARE
> bool
>
> -config HAVE_MACH_CLKDEV
> - bool
> -
> config COMMON_CLK
> bool
> select HAVE_CLK_PREPARE
>
next prev parent reply other threads:[~2016-02-25 20:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 22:17 [PATCH] clk: Get rid of HAVE_MACH_CLKDEV Stephen Boyd
2016-02-25 20:30 ` Joshua Henderson [this message]
2016-02-25 20:30 ` Joshua Henderson
2016-02-25 22:41 ` 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=56CF6461.9040308@microchip.com \
--to=joshua.henderson@microchip.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=mturquette@baylibre.com \
--cc=ralf@linux-mips.org \
--cc=sboyd@codeaurora.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 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.