* [PATCH v3 0/3] ARM: defconfig: drop CONFIG_COMMON_CLK_DEBUG option
@ 2014-05-09 6:57 Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG Lad, Prabhakar
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Lad, Prabhakar @ 2014-05-09 6:57 UTC (permalink / raw)
To: linux-arm-kernel
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Hi All,
This patch series drops the CONFIG_COMMON_CLK_DEBUG option
from rest of the defconfig files.
Changes for v3:
a> Splitted up the patch so that individual owners can pick it up.
Lad, Prabhakar (3):
ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG
ARM: sunxi: drop CONFIG_COMMON_CLK_DEBUG
ARM: vt8500: drop CONFIG_COMMON_CLK_DEBUG
arch/arm/configs/integrator_defconfig | 1 -
arch/arm/configs/sunxi_defconfig | 1 -
arch/arm/configs/vt8500_v6_v7_defconfig | 1 -
3 files changed, 3 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG
2014-05-09 6:57 [PATCH v3 0/3] ARM: defconfig: drop CONFIG_COMMON_CLK_DEBUG option Lad, Prabhakar
@ 2014-05-09 6:57 ` Lad, Prabhakar
2014-05-13 9:26 ` Linus Walleij
2014-05-09 6:57 ` [PATCH v3 2/3] ARM: sunxi: " Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 3/3] ARM: vt8500: " Lad, Prabhakar
2 siblings, 1 reply; 6+ messages in thread
From: Lad, Prabhakar @ 2014-05-09 6:57 UTC (permalink / raw)
To: linux-arm-kernel
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
this patch drops CONFIG_COMMON_CLK_DEBUG option
as this config option is now obsolete.
CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
arch/arm/configs/integrator_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/integrator_defconfig b/arch/arm/configs/integrator_defconfig
index 5bae195..c1f5adc 100644
--- a/arch/arm/configs/integrator_defconfig
+++ b/arch/arm/configs/integrator_defconfig
@@ -73,7 +73,6 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_PL030=y
-CONFIG_COMMON_CLK_DEBUG=y
CONFIG_EXT2_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 2/3] ARM: sunxi: drop CONFIG_COMMON_CLK_DEBUG
2014-05-09 6:57 [PATCH v3 0/3] ARM: defconfig: drop CONFIG_COMMON_CLK_DEBUG option Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG Lad, Prabhakar
@ 2014-05-09 6:57 ` Lad, Prabhakar
2014-05-10 16:08 ` Maxime Ripard
2014-05-09 6:57 ` [PATCH v3 3/3] ARM: vt8500: " Lad, Prabhakar
2 siblings, 1 reply; 6+ messages in thread
From: Lad, Prabhakar @ 2014-05-09 6:57 UTC (permalink / raw)
To: linux-arm-kernel
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
this patch drops CONFIG_COMMON_CLK_DEBUG option
as this config option is now obsolete.
CC: Maxime Ripard <maxime.ripard@free-electrons.com>
CC: Olof Johansson <olof@lixom.net>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
arch/arm/configs/sunxi_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index b5df4a5..28287ae 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -62,7 +62,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
-CONFIG_COMMON_CLK_DEBUG=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_TMPFS=y
CONFIG_NFS_FS=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 3/3] ARM: vt8500: drop CONFIG_COMMON_CLK_DEBUG
2014-05-09 6:57 [PATCH v3 0/3] ARM: defconfig: drop CONFIG_COMMON_CLK_DEBUG option Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 2/3] ARM: sunxi: " Lad, Prabhakar
@ 2014-05-09 6:57 ` Lad, Prabhakar
2 siblings, 0 replies; 6+ messages in thread
From: Lad, Prabhakar @ 2014-05-09 6:57 UTC (permalink / raw)
To: linux-arm-kernel
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
this patch drops CONFIG_COMMON_CLK_DEBUG option
as this config option is now obsolete.
CC: Olof Johansson <olof@lixom.net>
CC: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
arch/arm/configs/vt8500_v6_v7_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/vt8500_v6_v7_defconfig b/arch/arm/configs/vt8500_v6_v7_defconfig
index f052017..9e7a256 100644
--- a/arch/arm/configs/vt8500_v6_v7_defconfig
+++ b/arch/arm/configs/vt8500_v6_v7_defconfig
@@ -73,7 +73,6 @@ CONFIG_LEDS_TRIGGERS=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_VT8500=y
CONFIG_DMADEVICES=y
-CONFIG_COMMON_CLK_DEBUG=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_PWM=y
CONFIG_PWM_VT8500=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 2/3] ARM: sunxi: drop CONFIG_COMMON_CLK_DEBUG
2014-05-09 6:57 ` [PATCH v3 2/3] ARM: sunxi: " Lad, Prabhakar
@ 2014-05-10 16:08 ` Maxime Ripard
0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-05-10 16:08 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 09, 2014 at 12:27:48PM +0530, Lad, Prabhakar wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
>
> this patch drops CONFIG_COMMON_CLK_DEBUG option
> as this config option is now obsolete.
>
> CC: Maxime Ripard <maxime.ripard@free-electrons.com>
> CC: Olof Johansson <olof@lixom.net>
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Applied, thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140510/5ce21975/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG
2014-05-09 6:57 ` [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG Lad, Prabhakar
@ 2014-05-13 9:26 ` Linus Walleij
0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2014-05-13 9:26 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 9, 2014 at 8:57 AM, Lad, Prabhakar
<prabhakar.csengg@gmail.com> wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
>
> this patch drops CONFIG_COMMON_CLK_DEBUG option
> as this config option is now obsolete.
>
> CC: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Oh is it obsolete? Oh well then, I'll queue it.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-13 9:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 6:57 [PATCH v3 0/3] ARM: defconfig: drop CONFIG_COMMON_CLK_DEBUG option Lad, Prabhakar
2014-05-09 6:57 ` [PATCH v3 1/3] ARM: integrator: drop CONFIG_COMMON_CLK_DEBUG Lad, Prabhakar
2014-05-13 9:26 ` Linus Walleij
2014-05-09 6:57 ` [PATCH v3 2/3] ARM: sunxi: " Lad, Prabhakar
2014-05-10 16:08 ` Maxime Ripard
2014-05-09 6:57 ` [PATCH v3 3/3] ARM: vt8500: " Lad, Prabhakar
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).