linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the watchdog tree with the arm tree
@ 2009-03-20  2:58 Stephen Rothwell
  2009-03-20  8:19 ` Russell King
  2009-03-20  9:15 ` Wim Van Sebroeck
  0 siblings, 2 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-03-20  2:58 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-next, Russell King

Hi Wim,

Today's linux-next merge of the watchdog tree got a conflict in
drivers/watchdog/omap_wdt.c between commit
39a80c7f379e1c1d3e63b204b8353b7381d0a3d5 ("[ARM] omap: watchdog: convert
clocks to match by devid and conid") from the arm tree and commit
47efb2337f6f450c995712762c0bcf6ce073171f ("[WATCHDOG] More coding-style
and trivial clean-up") from the watchdog tree.

I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc drivers/watchdog/omap_wdt.c
index aa5ad6e,0b86ef1..0000000
--- a/drivers/watchdog/omap_wdt.c
+++ b/drivers/watchdog/omap_wdt.c
@@@ -145,8 -146,13 +145,8 @@@ static int omap_wdt_open(struct inode *
  	if (test_and_set_bit(1, (unsigned long *)&(wdev->omap_wdt_users)))
  		return -EBUSY;
  
- 	clk_enable(wdev->ick);    /* Enable the interface clock */
- 	clk_enable(wdev->fck);    /* Enable the functional clock */
 -	if (cpu_is_omap16xx())
 -		clk_enable(wdev->armwdt_ck);	/* Enable the clock */
 -
 -	if (cpu_is_omap24xx() || cpu_is_omap34xx()) {
 -		clk_enable(wdev->mpu_wdt_ick); /* Enable the interface clock */
 -		clk_enable(wdev->mpu_wdt_fck); /* Enable the functional clock */
 -	}
++	clk_enable(wdev->ick);	/* Enable the interface clock */
++	clk_enable(wdev->fck);	/* Enable the functional clock */
  
  	/* initialize prescaler */
  	while (__raw_readl(base + OMAP_WATCHDOG_WPS) & 0x01)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* linux-next: manual merge of the watchdog tree with the arm tree
@ 2009-06-09  6:37 Stephen Rothwell
  2009-06-09 12:39 ` Wim Van Sebroeck
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Rothwell @ 2009-06-09  6:37 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: linux-next, linux-kernel, Linus Walleij, Nicolas Pitre,
	Russell King

Hi Wim,

Today's linux-next merge of the watchdog tree got a conflict in
drivers/watchdog/Makefile between commit
3b937a7dbddbedd9457b33fcc8fa369c0c229c6e ("[ARM] Orion/Kirkwood: rename
orion5x_wdt to orion_wdt") from the arm tree and commit
e35f878d8313518a20d3c53393d14761dca74624 ("[WATCHDOG] U300 COH 901 327
watchdog driver") from the watchdog tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/watchdog/Makefile
index c3afa14,9eb74b7..0000000
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@@ -40,7 -41,8 +41,8 @@@ obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx
  obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o
  obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
  obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
 -obj-$(CONFIG_ORION5X_WATCHDOG) += orion5x_wdt.o
 +obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
+ obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
  
  # AVR32 Architecture
  obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o

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

end of thread, other threads:[~2009-06-09 13:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20  2:58 linux-next: manual merge of the watchdog tree with the arm tree Stephen Rothwell
2009-03-20  8:19 ` Russell King
2009-03-20  9:04   ` Wim Van Sebroeck
2009-03-20  9:15 ` Wim Van Sebroeck
2009-03-20  9:24   ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2009-06-09  6:37 Stephen Rothwell
2009-06-09 12:39 ` Wim Van Sebroeck
2009-06-09 13:18   ` Nicolas Pitre

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).