public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig
@ 2010-08-05 22:43 Kevin Wells
  2010-08-09 14:38 ` Wolfram Sang
  2010-08-17 19:31 ` Kevin Wells
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Wells @ 2010-08-05 22:43 UTC (permalink / raw)
  To: linux-arm-kernel

The NXP LPC32XX processor use the same watchdog as the Philips
PNX4008 processor.

Signed-off-by: Kevin Wells <wellsk40@gmail.com>
---
 drivers/watchdog/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index b04b184..c442b2a 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -206,11 +206,11 @@ config OMAP_WATCHDOG
 	  here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430
watchdog timer.

 config PNX4008_WATCHDOG
-	tristate "PNX4008 Watchdog"
-	depends on ARCH_PNX4008
+	tristate "PNX4008 and LPC32XX Watchdog"
+	depends on ARCH_PNX4008 || ARCH_LPC32XX
 	help
 	  Say Y here if to include support for the watchdog timer
-	  in the PNX4008 processor.
+	  in the PNX4008 or LPC32XX processors.
 	  This driver can be built as a module by choosing M. The module
 	  will be called pnx4008_wdt.

-- 
1.7.1.1

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

* [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig
  2010-08-05 22:43 [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig Kevin Wells
@ 2010-08-09 14:38 ` Wolfram Sang
  2010-08-17 19:31 ` Kevin Wells
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2010-08-09 14:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 05, 2010 at 03:43:43PM -0700, Kevin Wells wrote:
> The NXP LPC32XX processor use the same watchdog as the Philips
> PNX4008 processor.
> 
> Signed-off-by: Kevin Wells <wellsk40@gmail.com>

Tested-by: Wolfram Sang <w.sang@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100809/de19859d/attachment.sig>

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

* [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig
  2010-08-05 22:43 [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig Kevin Wells
  2010-08-09 14:38 ` Wolfram Sang
@ 2010-08-17 19:31 ` Kevin Wells
  2010-08-17 20:41   ` Wolfram Sang
  1 sibling, 1 reply; 5+ messages in thread
From: Kevin Wells @ 2010-08-17 19:31 UTC (permalink / raw)
  To: linux-arm-kernel

It's been a few weeks since I've posted this.
Have I placed this in the correct mailing list?

> 
> The NXP LPC32XX processor use the same watchdog as the Philips
> PNX4008 processor.
> 
> Signed-off-by: Kevin Wells <wellsk40@gmail.com>
> ---
>  drivers/watchdog/Kconfig |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index b04b184..c442b2a 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -206,11 +206,11 @@ config OMAP_WATCHDOG
>  	  here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430
> watchdog timer.
> 
>  config PNX4008_WATCHDOG
> -	tristate "PNX4008 Watchdog"
> -	depends on ARCH_PNX4008
> +	tristate "PNX4008 and LPC32XX Watchdog"
> +	depends on ARCH_PNX4008 || ARCH_LPC32XX
>  	help
>  	  Say Y here if to include support for the watchdog timer
> -	  in the PNX4008 processor.
> +	  in the PNX4008 or LPC32XX processors.
>  	  This driver can be built as a module by choosing M. The module
>  	  will be called pnx4008_wdt.
> 
> --
> 1.7.1.1

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

* [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig
  2010-08-17 19:31 ` Kevin Wells
@ 2010-08-17 20:41   ` Wolfram Sang
  2010-08-18  0:47     ` Kevin Wells
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2010-08-17 20:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 17, 2010 at 09:31:57PM +0200, Kevin Wells wrote:
> It's been a few weeks since I've posted this.
> Have I placed this in the correct mailing list?

Oops, I just noticed, Wim (watchdog maintainer) is not on CC. Maybe you should
resend it with my ack and Wim in CC. You might also check the
get_maintainers.pl-script to assist you in who to cc.

Kind regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100817/15b52878/attachment.sig>

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

* [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig
  2010-08-17 20:41   ` Wolfram Sang
@ 2010-08-18  0:47     ` Kevin Wells
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Wells @ 2010-08-18  0:47 UTC (permalink / raw)
  To: linux-arm-kernel


> 
> On Tue, Aug 17, 2010 at 09:31:57PM +0200, Kevin Wells wrote:
> > It's been a few weeks since I've posted this.
> > Have I placed this in the correct mailing list?
> 
> Oops, I just noticed, Wim (watchdog maintainer) is not on CC. Maybe you
> should resend it with my ack and Wim in CC. You might also check the
> get_maintainers.pl-script to assist you in who to cc.
> 

Thanks for that great tip. It's re-sent with the correct list now.

> Kind regards,
> 
>    Wolfram
> 
> --
> Pengutronix e.K.                           | Wolfram Sang
> |
> Industrial Linux Solutions                 | http://www.pengutronix.de/
> |

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

end of thread, other threads:[~2010-08-18  0:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 22:43 [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig Kevin Wells
2010-08-09 14:38 ` Wolfram Sang
2010-08-17 19:31 ` Kevin Wells
2010-08-17 20:41   ` Wolfram Sang
2010-08-18  0:47     ` Kevin Wells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox