All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG
@ 2014-04-26  9:35 Lad Prabhakar
  2014-04-29  6:14   ` Shawn Guo
  0 siblings, 1 reply; 5+ messages in thread
From: Lad Prabhakar @ 2014-04-26  9:35 UTC (permalink / raw)
  To: Shawn Guo, Russell King, LAK
  Cc: Sascha Hauer, Maxime Ripard, Santosh Shilimkar, Grygorii Strashko,
	Olof Johansson, Fabio Estevam, Tony Prisk, LKML, Lad, Prabhakar

From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

this patch removes COMMON_CLK_DEBUG config option
from defconfig file as this config option is obsolete.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
 arch/arm/configs/imx_v4_v5_defconfig    |    1 -
 arch/arm/configs/imx_v6_v7_defconfig    |    1 -
 arch/arm/configs/integrator_defconfig   |    1 -
 arch/arm/configs/keystone_defconfig     |    1 -
 arch/arm/configs/mxs_defconfig          |    1 -
 arch/arm/configs/sunxi_defconfig        |    1 -
 arch/arm/configs/vt8500_v6_v7_defconfig |    1 -
 7 files changed, 7 deletions(-)

diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index f1aeb7d..09f63e5 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -177,7 +177,6 @@ CONFIG_RTC_DRV_MXC=y
 CONFIG_DMADEVICES=y
 CONFIG_IMX_SDMA=y
 CONFIG_IMX_DMA=y
-CONFIG_COMMON_CLK_DEBUG=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 09e9743..64c44bd 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -245,7 +245,6 @@ CONFIG_DRM_IMX_TVE=y
 CONFIG_DRM_IMX_LDB=y
 CONFIG_DRM_IMX_IPUV3_CORE=y
 CONFIG_DRM_IMX_IPUV3=y
-CONFIG_COMMON_CLK_DEBUG=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
 CONFIG_PWM_IMX=y
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
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index ec9a41d..f682648 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -146,7 +146,6 @@ CONFIG_USB_DWC3_VERBOSE=y
 CONFIG_KEYSTONE_USB_PHY=y
 CONFIG_DMADEVICES=y
 CONFIG_TI_EDMA=y
-CONFIG_COMMON_CLK_DEBUG=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=y
 CONFIG_EXT4_FS=y
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 6150108..8d1a6c1 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -138,7 +138,6 @@ CONFIG_DMADEVICES=y
 CONFIG_MXS_DMA=y
 CONFIG_STAGING=y
 CONFIG_MXS_LRADC=y
-CONFIG_COMMON_CLK_DEBUG=y
 CONFIG_IIO=y
 CONFIG_IIO_SYSFS_TRIGGER=y
 CONFIG_PWM=y
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
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] 5+ messages in thread

* [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG
  2014-04-26  9:35 [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG Lad Prabhakar
@ 2014-04-29  6:14   ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2014-04-29  6:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Apr 26, 2014 at 03:05:22PM +0530, Lad Prabhakar wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
> 
> this patch removes COMMON_CLK_DEBUG config option
> from defconfig file as this config option is obsolete.
> 
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
> ---
>  arch/arm/configs/imx_v4_v5_defconfig    |    1 -
>  arch/arm/configs/imx_v6_v7_defconfig    |    1 -
...
>  arch/arm/configs/mxs_defconfig          |    1 -

Please drop these 3 files from your patch.  The obsolete
COMMON_CLK_DEBUG option has been removed from two of them on my branch
by savedefconfig, and we will address the remaining one in another
patch.

Shawn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG
@ 2014-04-29  6:14   ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2014-04-29  6:14 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Russell King, LAK, Sascha Hauer, Maxime Ripard, Santosh Shilimkar,
	Grygorii Strashko, Olof Johansson, Fabio Estevam, Tony Prisk,
	LKML

On Sat, Apr 26, 2014 at 03:05:22PM +0530, Lad Prabhakar wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
> 
> this patch removes COMMON_CLK_DEBUG config option
> from defconfig file as this config option is obsolete.
> 
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
> ---
>  arch/arm/configs/imx_v4_v5_defconfig    |    1 -
>  arch/arm/configs/imx_v6_v7_defconfig    |    1 -
...
>  arch/arm/configs/mxs_defconfig          |    1 -

Please drop these 3 files from your patch.  The obsolete
COMMON_CLK_DEBUG option has been removed from two of them on my branch
by savedefconfig, and we will address the remaining one in another
patch.

Shawn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG
  2014-04-29  6:14   ` Shawn Guo
@ 2014-04-29  6:19     ` Prabhakar Lad
  -1 siblings, 0 replies; 5+ messages in thread
From: Prabhakar Lad @ 2014-04-29  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 29, 2014 at 11:44 AM, Shawn Guo <shawn.guo@freescale.com> wrote:
> On Sat, Apr 26, 2014 at 03:05:22PM +0530, Lad Prabhakar wrote:
>> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
>>
>> this patch removes COMMON_CLK_DEBUG config option
>> from defconfig file as this config option is obsolete.
>>
>> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
>> ---
>>  arch/arm/configs/imx_v4_v5_defconfig    |    1 -
>>  arch/arm/configs/imx_v6_v7_defconfig    |    1 -
> ...
>>  arch/arm/configs/mxs_defconfig          |    1 -
>
> Please drop these 3 files from your patch.  The obsolete
> COMMON_CLK_DEBUG option has been removed from two of them on my branch
> by savedefconfig, and we will address the remaining one in another
> patch.
>
OK will post the updated patch dropping these 3 files.

Regards,
--Prabhakar Lad

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG
@ 2014-04-29  6:19     ` Prabhakar Lad
  0 siblings, 0 replies; 5+ messages in thread
From: Prabhakar Lad @ 2014-04-29  6:19 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Russell King, LAK, Sascha Hauer, Maxime Ripard, Santosh Shilimkar,
	Grygorii Strashko, Olof Johansson, Fabio Estevam, Tony Prisk,
	LKML

On Tue, Apr 29, 2014 at 11:44 AM, Shawn Guo <shawn.guo@freescale.com> wrote:
> On Sat, Apr 26, 2014 at 03:05:22PM +0530, Lad Prabhakar wrote:
>> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
>>
>> this patch removes COMMON_CLK_DEBUG config option
>> from defconfig file as this config option is obsolete.
>>
>> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
>> ---
>>  arch/arm/configs/imx_v4_v5_defconfig    |    1 -
>>  arch/arm/configs/imx_v6_v7_defconfig    |    1 -
> ...
>>  arch/arm/configs/mxs_defconfig          |    1 -
>
> Please drop these 3 files from your patch.  The obsolete
> COMMON_CLK_DEBUG option has been removed from two of them on my branch
> by savedefconfig, and we will address the remaining one in another
> patch.
>
OK will post the updated patch dropping these 3 files.

Regards,
--Prabhakar Lad

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-29  6:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26  9:35 [PATCH] ARM: configs: drop CONFIG_COMMON_CLK_DEBUG Lad Prabhakar
2014-04-29  6:14 ` Shawn Guo
2014-04-29  6:14   ` Shawn Guo
2014-04-29  6:19   ` Prabhakar Lad
2014-04-29  6:19     ` Prabhakar Lad

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.