All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-08-30 16:46 ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper
  Cc: linux ARM, Andrew Lunn, Daniel Lezcano, Rafael J. Wysocki,
	linux-pm, Tejun Heo, linux-ide, Zhang Rui, Richard Purdie,
	linux-leds, Alessandro Zummo, rtc-linux, Wim Van Sebroeck,
	linux-watchdog, Viresh Kumar

This is mostly a resend of these patches, removing mach-kirkwood.  Not
all maintainers picked up there patches, which has resulted in some
dead kernel configuration in v3.17-rcX.

The patch set has been rebased on v3.17-rc2, and it is intended that
Jason Cooper will submit them for inclusion in an RC. Subsystem
maintainers do not need to do anything.

The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
since what it is removing was added during v3.16-rcX. It follows the
pattern of all the other patches.

Andrew Lunn (7):
  cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
  ata: Remove ARCH_KIRKWOOD dependency
  thermal: Remove ARCH_KIRKWOOD dependency
  leds: Remove ARCH_KIRKWOOD dependency
  rtc: Remove ARCH_KIRKWOOD dependency
  watchdog: Remove ARCH_KIRKWOOD dependency
  cpufreq: Remove ARCH_KIRKWOOD dependency

 drivers/ata/Kconfig         | 2 +-
 drivers/cpufreq/Kconfig.arm | 2 +-
 drivers/cpuidle/Kconfig.arm | 2 +-
 drivers/leds/Kconfig        | 4 ++--
 drivers/rtc/Kconfig         | 2 +-
 drivers/thermal/Kconfig     | 2 +-
 drivers/watchdog/Kconfig    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

--
2.1.0

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
Cc: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-leds@vger.kernel.org
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: rtc-linux@googlegroups.com
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
Cc: Viresh Kumar <viresh.kumar@linaro.org>

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

* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-08-30 16:46 ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

This is mostly a resend of these patches, removing mach-kirkwood.  Not
all maintainers picked up there patches, which has resulted in some
dead kernel configuration in v3.17-rcX.

The patch set has been rebased on v3.17-rc2, and it is intended that
Jason Cooper will submit them for inclusion in an RC. Subsystem
maintainers do not need to do anything.

The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
since what it is removing was added during v3.16-rcX. It follows the
pattern of all the other patches.

Andrew Lunn (7):
  cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
  ata: Remove ARCH_KIRKWOOD dependency
  thermal: Remove ARCH_KIRKWOOD dependency
  leds: Remove ARCH_KIRKWOOD dependency
  rtc: Remove ARCH_KIRKWOOD dependency
  watchdog: Remove ARCH_KIRKWOOD dependency
  cpufreq: Remove ARCH_KIRKWOOD dependency

 drivers/ata/Kconfig         | 2 +-
 drivers/cpufreq/Kconfig.arm | 2 +-
 drivers/cpuidle/Kconfig.arm | 2 +-
 drivers/leds/Kconfig        | 4 ++--
 drivers/rtc/Kconfig         | 2 +-
 drivers/thermal/Kconfig     | 2 +-
 drivers/watchdog/Kconfig    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

--
2.1.0

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: linux-pm at vger.kernel.org
Cc: Tejun Heo <tj@kernel.org>
Cc: linux-ide at vger.kernel.org
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm at vger.kernel.org
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-leds at vger.kernel.org
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: rtc-linux at googlegroups.com
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog at vger.kernel.org
Cc: Viresh Kumar <viresh.kumar@linaro.org>

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

* [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-08-30 16:46   ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper
  Cc: linux ARM, Andrew Lunn, Daniel Lezcano, Rafael J. Wysocki, linux-pm

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Use MACH_KIRKWOOD, which is set when kirkwood is built as part of
mach-mvebu.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
---
 drivers/cpuidle/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
index 38cff69ffe06..58bcd0d166ec 100644
--- a/drivers/cpuidle/Kconfig.arm
+++ b/drivers/cpuidle/Kconfig.arm
@@ -28,7 +28,7 @@ config ARM_HIGHBANK_CPUIDLE
 
 config ARM_KIRKWOOD_CPUIDLE
 	bool "CPU Idle Driver for Marvell Kirkwood SoCs"
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	help
 	  This adds the CPU Idle driver for Marvell Kirkwood SoCs.
 
-- 
2.1.0


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

* [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
@ 2014-08-30 16:46   ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Use MACH_KIRKWOOD, which is set when kirkwood is built as part of
mach-mvebu.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: linux-pm at vger.kernel.org
---
 drivers/cpuidle/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
index 38cff69ffe06..58bcd0d166ec 100644
--- a/drivers/cpuidle/Kconfig.arm
+++ b/drivers/cpuidle/Kconfig.arm
@@ -28,7 +28,7 @@ config ARM_HIGHBANK_CPUIDLE
 
 config ARM_KIRKWOOD_CPUIDLE
 	bool "CPU Idle Driver for Marvell Kirkwood SoCs"
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	help
 	  This adds the CPU Idle driver for Marvell Kirkwood SoCs.
 
-- 
2.1.0

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

* [Patch v3] 2/7] ata: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-08-30 16:46   ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper; +Cc: linux ARM, Andrew Lunn, Tejun Heo, linux-ide

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org
---
 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index e1b92788c225..cd4cccbfd2ab 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -299,7 +299,7 @@ config SATA_HIGHBANK
 
 config SATA_MV
 	tristate "Marvell SATA support"
-	depends on PCI || ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \
+	depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
 		   ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
 	select GENERIC_PHY
 	help
-- 
2.1.0


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

* [Patch v3] 2/7] ata: Remove ARCH_KIRKWOOD dependency
@ 2014-08-30 16:46   ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Tejun Heo <tj@kernel.org>
Cc: linux-ide at vger.kernel.org
---
 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index e1b92788c225..cd4cccbfd2ab 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -299,7 +299,7 @@ config SATA_HIGHBANK
 
 config SATA_MV
 	tristate "Marvell SATA support"
-	depends on PCI || ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \
+	depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
 		   ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
 	select GENERIC_PHY
 	help
-- 
2.1.0

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

* [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-08-30 16:46   ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper; +Cc: linux ARM, Andrew Lunn, Zhang Rui, linux-pm

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
part of ARCH_MVEBU.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 693208eb9047..ef5587fe2c69 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -143,7 +143,7 @@ config RCAR_THERMAL
 
 config KIRKWOOD_THERMAL
 	tristate "Temperature sensor on Marvell Kirkwood SoCs"
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	depends on OF
 	help
 	  Support for the Kirkwood thermal sensor driver into the Linux thermal
-- 
2.1.0


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

* [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
@ 2014-08-30 16:46   ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
part of ARCH_MVEBU.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm at vger.kernel.org
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 693208eb9047..ef5587fe2c69 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -143,7 +143,7 @@ config RCAR_THERMAL
 
 config KIRKWOOD_THERMAL
 	tristate "Temperature sensor on Marvell Kirkwood SoCs"
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	depends on OF
 	help
 	  Support for the Kirkwood thermal sensor driver into the Linux thermal
-- 
2.1.0

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

* [Patch v3] 4/7] leds: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-08-30 16:46   ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper; +Cc: linux ARM, Andrew Lunn, Richard Purdie, linux-leds

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Use MACH_KIRKWOOD which will be set when kirkwood is built as part of
mach-mvebu.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Bryan Wu <cooloney@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-leds@vger.kernel.org
---
 drivers/leds/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 8c96e2ddf43b..f6ef7bb2dc11 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -410,7 +410,7 @@ config LEDS_MC13783
 config LEDS_NS2
 	tristate "LED support for Network Space v2 GPIO LEDs"
 	depends on LEDS_CLASS
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	default y
 	help
 	  This option enable support for the dual-GPIO LED found on the
@@ -420,7 +420,7 @@ config LEDS_NS2
 config LEDS_NETXBIG
 	tristate "LED support for Big Network series LEDs"
 	depends on LEDS_CLASS
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	default y
 	help
 	  This option enable support for LEDs found on the LaCie 2Big
-- 
2.1.0

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

* [Patch v3] 4/7] leds: Remove ARCH_KIRKWOOD dependency
@ 2014-08-30 16:46   ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Use MACH_KIRKWOOD which will be set when kirkwood is built as part of
mach-mvebu.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Bryan Wu <cooloney@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-leds at vger.kernel.org
---
 drivers/leds/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 8c96e2ddf43b..f6ef7bb2dc11 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -410,7 +410,7 @@ config LEDS_MC13783
 config LEDS_NS2
 	tristate "LED support for Network Space v2 GPIO LEDs"
 	depends on LEDS_CLASS
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	default y
 	help
 	  This option enable support for the dual-GPIO LED found on the
@@ -420,7 +420,7 @@ config LEDS_NS2
 config LEDS_NETXBIG
 	tristate "LED support for Big Network series LEDs"
 	depends on LEDS_CLASS
-	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+	depends on MACH_KIRKWOOD
 	default y
 	help
 	  This option enable support for LEDs found on the LaCie 2Big
-- 
2.1.0

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

* [Patch v3] 5/7] rtc: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
                   ` (4 preceding siblings ...)
  (?)
@ 2014-08-30 16:46 ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: rtc-linux at googlegroups.com
---
 drivers/rtc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index a168e96142b9..fae9464eed9c 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1198,7 +1198,7 @@ config RTC_DRV_TX4939
 
 config RTC_DRV_MV
 	tristate "Marvell SoC RTC"
-	depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU
+	depends on ARCH_DOVE || ARCH_MVEBU
 	help
 	  If you say yes here you will get support for the in-chip RTC
 	  that can be found in some of Marvell's SoC devices, such as
-- 
2.1.0

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

* [Patch v3] 6/7] watchdog: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-08-30 16:46   ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: Jason Cooper; +Cc: linux ARM, Andrew Lunn, Wim Van Sebroeck, linux-watchdog

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index f57312fced80..1d1330a78af3 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -301,7 +301,7 @@ config DAVINCI_WATCHDOG
 
 config ORION_WATCHDOG
 	tristate "Orion watchdog"
-	depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU
+	depends on ARCH_ORION5X || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU
 	select WATCHDOG_CORE
 	help
 	  Say Y here if to include support for the watchdog timer
-- 
2.1.0


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

* [Patch v3] 6/7] watchdog: Remove ARCH_KIRKWOOD dependency
@ 2014-08-30 16:46   ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog at vger.kernel.org
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index f57312fced80..1d1330a78af3 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -301,7 +301,7 @@ config DAVINCI_WATCHDOG
 
 config ORION_WATCHDOG
 	tristate "Orion watchdog"
-	depends on ARCH_ORION5X || ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU
+	depends on ARCH_ORION5X || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU
 	select WATCHDOG_CORE
 	help
 	  Say Y here if to include support for the watchdog timer
-- 
2.1.0

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

* [Patch v3] 7/7] cpufreq: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` Andrew Lunn
                   ` (6 preceding siblings ...)
  (?)
@ 2014-08-30 16:46 ` Andrew Lunn
  2014-09-01  4:05   ` Viresh Kumar
  -1 siblings, 1 reply; 29+ messages in thread
From: Andrew Lunn @ 2014-08-30 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
---
 drivers/cpufreq/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 7364a538e056..8c5cf4bdeab8 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -119,7 +119,7 @@ config ARM_INTEGRATOR
 	  If in doubt, say Y.
 
 config ARM_KIRKWOOD_CPUFREQ
-	def_bool ARCH_KIRKWOOD || MACH_KIRKWOOD
+	def_bool MACH_KIRKWOOD
 	help
 	  This adds the CPUFreq driver for Marvell Kirkwood
 	  SoCs.
-- 
2.1.0

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

* Re: [Patch v3] 2/7] ata: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46   ` Andrew Lunn
@ 2014-08-31 11:02     ` Tejun Heo
  -1 siblings, 0 replies; 29+ messages in thread
From: Tejun Heo @ 2014-08-31 11:02 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: Jason Cooper, linux ARM, linux-ide

On Sat, Aug 30, 2014 at 06:46:07PM +0200, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> ARCH_MVEBU is sufficient.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: linux-ide@vger.kernel.org

Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

-- 
tejun

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

* [Patch v3] 2/7] ata: Remove ARCH_KIRKWOOD dependency
@ 2014-08-31 11:02     ` Tejun Heo
  0 siblings, 0 replies; 29+ messages in thread
From: Tejun Heo @ 2014-08-31 11:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Aug 30, 2014 at 06:46:07PM +0200, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> ARCH_MVEBU is sufficient.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: linux-ide at vger.kernel.org

Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

-- 
tejun

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

* [Patch v3] 7/7] cpufreq: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46 ` [Patch v3] 7/7] cpufreq: " Andrew Lunn
@ 2014-09-01  4:05   ` Viresh Kumar
  0 siblings, 0 replies; 29+ messages in thread
From: Viresh Kumar @ 2014-09-01  4:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Aug 30, 2014 at 10:16 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> ARCH_MVEBU is sufficient.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 7364a538e056..8c5cf4bdeab8 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -119,7 +119,7 @@ config ARM_INTEGRATOR
>           If in doubt, say Y.
>
>  config ARM_KIRKWOOD_CPUFREQ
> -       def_bool ARCH_KIRKWOOD || MACH_KIRKWOOD
> +       def_bool MACH_KIRKWOOD
>         help
>           This adds the CPUFreq driver for Marvell Kirkwood
>           SoCs.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* Re: [Patch v3] 0/7] Remove mach-kirkwood
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-09-01 13:56   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 29+ messages in thread
From: Rafael J. Wysocki @ 2014-09-01 13:56 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Jason Cooper, linux ARM, Daniel Lezcano, linux-pm, Tejun Heo,
	linux-ide, Zhang Rui, Richard Purdie, linux-leds,
	Alessandro Zummo, rtc-linux, Wim Van Sebroeck, linux-watchdog,
	Viresh Kumar

On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> This is mostly a resend of these patches, removing mach-kirkwood.  Not
> all maintainers picked up there patches, which has resulted in some
> dead kernel configuration in v3.17-rcX.
> 
> The patch set has been rebased on v3.17-rc2, and it is intended that
> Jason Cooper will submit them for inclusion in an RC. Subsystem
> maintainers do not need to do anything.
> 
> The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> since what it is removing was added during v3.16-rcX. It follows the
> pattern of all the other patches.
> 
> Andrew Lunn (7):
>   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
>   ata: Remove ARCH_KIRKWOOD dependency
>   thermal: Remove ARCH_KIRKWOOD dependency
>   leds: Remove ARCH_KIRKWOOD dependency
>   rtc: Remove ARCH_KIRKWOOD dependency
>   watchdog: Remove ARCH_KIRKWOOD dependency
>   cpufreq: Remove ARCH_KIRKWOOD dependency

I have no problems with these changes, but what exactly am I supposed to do?

Rafael


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

* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-09-01 13:56   ` Rafael J. Wysocki
  0 siblings, 0 replies; 29+ messages in thread
From: Rafael J. Wysocki @ 2014-09-01 13:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> This is mostly a resend of these patches, removing mach-kirkwood.  Not
> all maintainers picked up there patches, which has resulted in some
> dead kernel configuration in v3.17-rcX.
> 
> The patch set has been rebased on v3.17-rc2, and it is intended that
> Jason Cooper will submit them for inclusion in an RC. Subsystem
> maintainers do not need to do anything.
> 
> The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> since what it is removing was added during v3.16-rcX. It follows the
> pattern of all the other patches.
> 
> Andrew Lunn (7):
>   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
>   ata: Remove ARCH_KIRKWOOD dependency
>   thermal: Remove ARCH_KIRKWOOD dependency
>   leds: Remove ARCH_KIRKWOOD dependency
>   rtc: Remove ARCH_KIRKWOOD dependency
>   watchdog: Remove ARCH_KIRKWOOD dependency
>   cpufreq: Remove ARCH_KIRKWOOD dependency

I have no problems with these changes, but what exactly am I supposed to do?

Rafael

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

* Re: [Patch v3] 0/7] Remove mach-kirkwood
  2014-09-01 13:56   ` Rafael J. Wysocki
@ 2014-09-01 14:03     ` Andrew Lunn
  -1 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-09-01 14:03 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Andrew Lunn, Jason Cooper, linux ARM, Daniel Lezcano, linux-pm,
	Tejun Heo, linux-ide, Zhang Rui, Richard Purdie, linux-leds,
	Alessandro Zummo, rtc-linux, Wim Van Sebroeck, linux-watchdog,
	Viresh Kumar

On Mon, Sep 01, 2014 at 03:56:43PM +0200, Rafael J. Wysocki wrote:
> On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> > This is mostly a resend of these patches, removing mach-kirkwood.  Not
> > all maintainers picked up there patches, which has resulted in some
> > dead kernel configuration in v3.17-rcX.
> > 
> > The patch set has been rebased on v3.17-rc2, and it is intended that
> > Jason Cooper will submit them for inclusion in an RC. Subsystem
> > maintainers do not need to do anything.
> > 
> > The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> > since what it is removing was added during v3.16-rcX. It follows the
> > pattern of all the other patches.
> > 
> > Andrew Lunn (7):
> >   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
> >   ata: Remove ARCH_KIRKWOOD dependency
> >   thermal: Remove ARCH_KIRKWOOD dependency
> >   leds: Remove ARCH_KIRKWOOD dependency
> >   rtc: Remove ARCH_KIRKWOOD dependency
> >   watchdog: Remove ARCH_KIRKWOOD dependency
> >   cpufreq: Remove ARCH_KIRKWOOD dependency
> 
> I have no problems with these changes, but what exactly am I supposed to do?

Jason will submit the whole series. So an Acked-by: would be nice.

      Andrew

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

* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-09-01 14:03     ` Andrew Lunn
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Lunn @ 2014-09-01 14:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 01, 2014 at 03:56:43PM +0200, Rafael J. Wysocki wrote:
> On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> > This is mostly a resend of these patches, removing mach-kirkwood.  Not
> > all maintainers picked up there patches, which has resulted in some
> > dead kernel configuration in v3.17-rcX.
> > 
> > The patch set has been rebased on v3.17-rc2, and it is intended that
> > Jason Cooper will submit them for inclusion in an RC. Subsystem
> > maintainers do not need to do anything.
> > 
> > The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> > since what it is removing was added during v3.16-rcX. It follows the
> > pattern of all the other patches.
> > 
> > Andrew Lunn (7):
> >   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
> >   ata: Remove ARCH_KIRKWOOD dependency
> >   thermal: Remove ARCH_KIRKWOOD dependency
> >   leds: Remove ARCH_KIRKWOOD dependency
> >   rtc: Remove ARCH_KIRKWOOD dependency
> >   watchdog: Remove ARCH_KIRKWOOD dependency
> >   cpufreq: Remove ARCH_KIRKWOOD dependency
> 
> I have no problems with these changes, but what exactly am I supposed to do?

Jason will submit the whole series. So an Acked-by: would be nice.

      Andrew

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

* Re: [Patch v3] 0/7] Remove mach-kirkwood
  2014-09-01 14:03     ` Andrew Lunn
@ 2014-09-01 23:46       ` Rafael J. Wysocki
  -1 siblings, 0 replies; 29+ messages in thread
From: Rafael J. Wysocki @ 2014-09-01 23:46 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Jason Cooper, linux ARM, Daniel Lezcano, linux-pm, Tejun Heo,
	linux-ide, Zhang Rui, Richard Purdie, linux-leds,
	Alessandro Zummo, rtc-linux, Wim Van Sebroeck, linux-watchdog,
	Viresh Kumar

On Monday, September 01, 2014 04:03:20 PM Andrew Lunn wrote:
> On Mon, Sep 01, 2014 at 03:56:43PM +0200, Rafael J. Wysocki wrote:
> > On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> > > This is mostly a resend of these patches, removing mach-kirkwood.  Not
> > > all maintainers picked up there patches, which has resulted in some
> > > dead kernel configuration in v3.17-rcX.
> > > 
> > > The patch set has been rebased on v3.17-rc2, and it is intended that
> > > Jason Cooper will submit them for inclusion in an RC. Subsystem
> > > maintainers do not need to do anything.
> > > 
> > > The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> > > since what it is removing was added during v3.16-rcX. It follows the
> > > pattern of all the other patches.
> > > 
> > > Andrew Lunn (7):
> > >   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
> > >   ata: Remove ARCH_KIRKWOOD dependency
> > >   thermal: Remove ARCH_KIRKWOOD dependency
> > >   leds: Remove ARCH_KIRKWOOD dependency
> > >   rtc: Remove ARCH_KIRKWOOD dependency
> > >   watchdog: Remove ARCH_KIRKWOOD dependency
> > >   cpufreq: Remove ARCH_KIRKWOOD dependency
> > 
> > I have no problems with these changes, but what exactly am I supposed to do?
> 
> Jason will submit the whole series. So an Acked-by: would be nice.

OK, so please regard the cpuidle and cpufreq patches as ACKed.

Rafael


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

* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-09-01 23:46       ` Rafael J. Wysocki
  0 siblings, 0 replies; 29+ messages in thread
From: Rafael J. Wysocki @ 2014-09-01 23:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, September 01, 2014 04:03:20 PM Andrew Lunn wrote:
> On Mon, Sep 01, 2014 at 03:56:43PM +0200, Rafael J. Wysocki wrote:
> > On Saturday, August 30, 2014 06:46:05 PM Andrew Lunn wrote:
> > > This is mostly a resend of these patches, removing mach-kirkwood.  Not
> > > all maintainers picked up there patches, which has resulted in some
> > > dead kernel configuration in v3.17-rcX.
> > > 
> > > The patch set has been rebased on v3.17-rc2, and it is intended that
> > > Jason Cooper will submit them for inclusion in an RC. Subsystem
> > > maintainers do not need to do anything.
> > > 
> > > The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> > > since what it is removing was added during v3.16-rcX. It follows the
> > > pattern of all the other patches.
> > > 
> > > Andrew Lunn (7):
> > >   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
> > >   ata: Remove ARCH_KIRKWOOD dependency
> > >   thermal: Remove ARCH_KIRKWOOD dependency
> > >   leds: Remove ARCH_KIRKWOOD dependency
> > >   rtc: Remove ARCH_KIRKWOOD dependency
> > >   watchdog: Remove ARCH_KIRKWOOD dependency
> > >   cpufreq: Remove ARCH_KIRKWOOD dependency
> > 
> > I have no problems with these changes, but what exactly am I supposed to do?
> 
> Jason will submit the whole series. So an Acked-by: would be nice.

OK, so please regard the cpuidle and cpufreq patches as ACKed.

Rafael

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

* Re: [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46   ` Andrew Lunn
@ 2014-09-02 11:53     ` edubezval at gmail.com
  -1 siblings, 0 replies; 29+ messages in thread
From: edubezval @ 2014-09-02 11:53 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: Jason Cooper, linux ARM, Zhang Rui, linux-pm

Andrew,

On Sat, Aug 30, 2014 at 12:46 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
> part of ARCH_MVEBU.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm@vger.kernel.org
> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 693208eb9047..ef5587fe2c69 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -143,7 +143,7 @@ config RCAR_THERMAL
>
>  config KIRKWOOD_THERMAL
>         tristate "Temperature sensor on Marvell Kirkwood SoCs"
> -       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +       depends on MACH_KIRKWOOD

I have no objections with this change. So, wrt thermal:
Acked-by: Eduardo Valentin <edubezval@gmail.com>

>         depends on OF
>         help
>           Support for the Kirkwood thermal sensor driver into the Linux thermal
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Eduardo Bezerra Valentin

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

* [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
@ 2014-09-02 11:53     ` edubezval at gmail.com
  0 siblings, 0 replies; 29+ messages in thread
From: edubezval at gmail.com @ 2014-09-02 11:53 UTC (permalink / raw)
  To: linux-arm-kernel

Andrew,

On Sat, Aug 30, 2014 at 12:46 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
> part of ARCH_MVEBU.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm at vger.kernel.org
> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 693208eb9047..ef5587fe2c69 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -143,7 +143,7 @@ config RCAR_THERMAL
>
>  config KIRKWOOD_THERMAL
>         tristate "Temperature sensor on Marvell Kirkwood SoCs"
> -       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +       depends on MACH_KIRKWOOD

I have no objections with this change. So, wrt thermal:
Acked-by: Eduardo Valentin <edubezval@gmail.com>

>         depends on OF
>         help
>           Support for the Kirkwood thermal sensor driver into the Linux thermal
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Eduardo Bezerra Valentin

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

* Re: [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
  2014-08-30 16:46   ` Andrew Lunn
@ 2014-09-03 13:45     ` Daniel Lezcano
  -1 siblings, 0 replies; 29+ messages in thread
From: Daniel Lezcano @ 2014-09-03 13:45 UTC (permalink / raw)
  To: Andrew Lunn, Jason Cooper; +Cc: linux ARM, Rafael J. Wysocki, linux-pm

On 08/30/2014 06:46 PM, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Use MACH_KIRKWOOD, which is set when kirkwood is built as part of
> mach-mvebu.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> Cc: linux-pm@vger.kernel.org

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

> ---
>   drivers/cpuidle/Kconfig.arm | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
> index 38cff69ffe06..58bcd0d166ec 100644
> --- a/drivers/cpuidle/Kconfig.arm
> +++ b/drivers/cpuidle/Kconfig.arm
> @@ -28,7 +28,7 @@ config ARM_HIGHBANK_CPUIDLE
>
>   config ARM_KIRKWOOD_CPUIDLE
>   	bool "CPU Idle Driver for Marvell Kirkwood SoCs"
> -	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +	depends on MACH_KIRKWOOD
>   	help
>   	  This adds the CPU Idle driver for Marvell Kirkwood SoCs.
>
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
@ 2014-09-03 13:45     ` Daniel Lezcano
  0 siblings, 0 replies; 29+ messages in thread
From: Daniel Lezcano @ 2014-09-03 13:45 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/30/2014 06:46 PM, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Use MACH_KIRKWOOD, which is set when kirkwood is built as part of
> mach-mvebu.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> Cc: linux-pm at vger.kernel.org

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

> ---
>   drivers/cpuidle/Kconfig.arm | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
> index 38cff69ffe06..58bcd0d166ec 100644
> --- a/drivers/cpuidle/Kconfig.arm
> +++ b/drivers/cpuidle/Kconfig.arm
> @@ -28,7 +28,7 @@ config ARM_HIGHBANK_CPUIDLE
>
>   config ARM_KIRKWOOD_CPUIDLE
>   	bool "CPU Idle Driver for Marvell Kirkwood SoCs"
> -	depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +	depends on MACH_KIRKWOOD
>   	help
>   	  This adds the CPU Idle driver for Marvell Kirkwood SoCs.
>
>


-- 
  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [Patch v3] 0/7] Remove mach-kirkwood
  2014-08-30 16:46 ` Andrew Lunn
@ 2014-09-09 15:10   ` Jason Cooper
  -1 siblings, 0 replies; 29+ messages in thread
From: Jason Cooper @ 2014-09-09 15:10 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: linux ARM, Daniel Lezcano, Rafael J. Wysocki, linux-pm,
	Tejun Heo, linux-ide, Zhang Rui, Richard Purdie, linux-leds,
	Alessandro Zummo, rtc-linux, Wim Van Sebroeck, linux-watchdog,
	Viresh Kumar

Andrew,

On Sat, Aug 30, 2014 at 06:46:05PM +0200, Andrew Lunn wrote:
> This is mostly a resend of these patches, removing mach-kirkwood.  Not
> all maintainers picked up there patches, which has resulted in some
> dead kernel configuration in v3.17-rcX.
> 
> The patch set has been rebased on v3.17-rc2, and it is intended that
> Jason Cooper will submit them for inclusion in an RC. Subsystem
> maintainers do not need to do anything.
> 
> The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> since what it is removing was added during v3.16-rcX. It follows the
> pattern of all the other patches.
> 
> Andrew Lunn (7):
>   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
>   ata: Remove ARCH_KIRKWOOD dependency
>   thermal: Remove ARCH_KIRKWOOD dependency
>   leds: Remove ARCH_KIRKWOOD dependency
>   rtc: Remove ARCH_KIRKWOOD dependency
>   watchdog: Remove ARCH_KIRKWOOD dependency
>   cpufreq: Remove ARCH_KIRKWOOD dependency
> 
>  drivers/ata/Kconfig         | 2 +-
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  drivers/cpuidle/Kconfig.arm | 2 +-
>  drivers/leds/Kconfig        | 4 ++--
>  drivers/rtc/Kconfig         | 2 +-
>  drivers/thermal/Kconfig     | 2 +-
>  drivers/watchdog/Kconfig    | 2 +-
>  7 files changed, 8 insertions(+), 8 deletions(-)

Applied to mvebu/fixes for v3.17 with all the various Acks.  Also,
please don't add the extra ']' in the Subject lines, 'git am' threw a
gasket on that so I had to manually edit before applying.  Not a big
deal, just an fyi.

thx,

Jason.

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

* [Patch v3] 0/7] Remove mach-kirkwood
@ 2014-09-09 15:10   ` Jason Cooper
  0 siblings, 0 replies; 29+ messages in thread
From: Jason Cooper @ 2014-09-09 15:10 UTC (permalink / raw)
  To: linux-arm-kernel

Andrew,

On Sat, Aug 30, 2014 at 06:46:05PM +0200, Andrew Lunn wrote:
> This is mostly a resend of these patches, removing mach-kirkwood.  Not
> all maintainers picked up there patches, which has resulted in some
> dead kernel configuration in v3.17-rcX.
> 
> The patch set has been rebased on v3.17-rc2, and it is intended that
> Jason Cooper will submit them for inclusion in an RC. Subsystem
> maintainers do not need to do anything.
> 
> The last patch "cpufreq: Remove ARCH_KIRKWOOD dependency" is new,
> since what it is removing was added during v3.16-rcX. It follows the
> pattern of all the other patches.
> 
> Andrew Lunn (7):
>   cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
>   ata: Remove ARCH_KIRKWOOD dependency
>   thermal: Remove ARCH_KIRKWOOD dependency
>   leds: Remove ARCH_KIRKWOOD dependency
>   rtc: Remove ARCH_KIRKWOOD dependency
>   watchdog: Remove ARCH_KIRKWOOD dependency
>   cpufreq: Remove ARCH_KIRKWOOD dependency
> 
>  drivers/ata/Kconfig         | 2 +-
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  drivers/cpuidle/Kconfig.arm | 2 +-
>  drivers/leds/Kconfig        | 4 ++--
>  drivers/rtc/Kconfig         | 2 +-
>  drivers/thermal/Kconfig     | 2 +-
>  drivers/watchdog/Kconfig    | 2 +-
>  7 files changed, 8 insertions(+), 8 deletions(-)

Applied to mvebu/fixes for v3.17 with all the various Acks.  Also,
please don't add the extra ']' in the Subject lines, 'git am' threw a
gasket on that so I had to manually edit before applying.  Not a big
deal, just an fyi.

thx,

Jason.

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

end of thread, other threads:[~2014-09-09 15:10 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-30 16:46 [Patch v3] 0/7] Remove mach-kirkwood Andrew Lunn
2014-08-30 16:46 ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-09-03 13:45   ` Daniel Lezcano
2014-09-03 13:45     ` Daniel Lezcano
2014-08-30 16:46 ` [Patch v3] 2/7] ata: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-31 11:02   ` Tejun Heo
2014-08-31 11:02     ` Tejun Heo
2014-08-30 16:46 ` [Patch v3] 3/7] thermal: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-09-02 11:53   ` edubezval
2014-09-02 11:53     ` edubezval at gmail.com
2014-08-30 16:46 ` [Patch v3] 4/7] leds: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 5/7] rtc: " Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 6/7] watchdog: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 7/7] cpufreq: " Andrew Lunn
2014-09-01  4:05   ` Viresh Kumar
2014-09-01 13:56 ` [Patch v3] 0/7] Remove mach-kirkwood Rafael J. Wysocki
2014-09-01 13:56   ` Rafael J. Wysocki
2014-09-01 14:03   ` Andrew Lunn
2014-09-01 14:03     ` Andrew Lunn
2014-09-01 23:46     ` Rafael J. Wysocki
2014-09-01 23:46       ` Rafael J. Wysocki
2014-09-09 15:10 ` Jason Cooper
2014-09-09 15:10   ` Jason Cooper

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.