[PATCH 0/5] omap watchdog updaes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Felipe Balbi
Date: Friday, September 19, 2008 - 3:32 am

Hi all,

Following are patches syncing, cleaning up and fixing omap watchdog
driver.

Patches 1-3 could be applied as is. Patches 4 and 5, on the other
hand, needs some discussion since I'd be creating a new directory
(include/linux/watchdog) and changing the clock handling.

Russel King told me, he'd like to hold on patch 5/5 as he'd have a
better solution for the clock handling soon. I'm sending that patch
away anyway so we can start the discussion on the mainling list about
that.

Felipe Balbi (5):
  watchdog: sync linux-omap changes
  watchdog: another ioremap() fix
  watchdog: cleanup a bit omap_wdt.c
  watchdog: move omap_wdt.h to include/linux/watchdog
  watchdog: introduce platform_data and remove cpu conditional code

 arch/arm/plat-omap/devices.c      |   76 ++++++++-
 drivers/watchdog/omap_wdt.c       |  333 ++++++++++++++++++++++---------------
 drivers/watchdog/omap_wdt.h       |   64 -------
 include/linux/watchdog/omap_wdt.h |   83 +++++++++
 4 files changed, 352 insertions(+), 204 deletions(-)
 delete mode 100644 drivers/watchdog/omap_wdt.h
 create mode 100644 include/linux/watchdog/omap_wdt.h

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/5] omap watchdog updaes, Felipe Balbi, (Fri Sep 19, 3:32 am)
[PATCH 1/5] watchdog: sync linux-omap changes, Felipe Balbi, (Fri Sep 19, 3:32 am)
[PATCH 2/5] watchdog: another ioremap() fix, Felipe Balbi, (Fri Sep 19, 3:32 am)
[PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Felipe Balbi, (Fri Sep 19, 3:32 am)
Re: [PATCH 5/5] watchdog: introduce platform_data and remo ..., Russell King - ARM Linux, (Fri Sep 19, 12:04 pm)
Re: [PATCH 1/5] watchdog: sync linux-omap changes, Russell King - ARM Linux, (Fri Sep 19, 3:40 pm)
Re: [PATCH 5/5] watchdog: introduce platform_data and remo ..., Russell King - ARM Linux, (Fri Sep 19, 3:51 pm)
Re: [PATCH 1/5] watchdog: sync linux-omap changes, David Brownell, (Fri Sep 19, 5:20 pm)
Re: [PATCH 1/5] watchdog: sync linux-omap changes, David Brownell, (Fri Sep 19, 5:39 pm)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, David Brownell, (Fri Sep 19, 5:41 pm)
Re: [PATCH 5/5] watchdog: introduce platform_data and remo ..., Wim Van Sebroeck, (Fri Sep 19, 10:48 pm)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Russell King - ARM Linux, (Sat Sep 20, 1:13 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, David Brownell, (Sat Sep 20, 8:32 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Russell King - ARM Linux, (Sat Sep 20, 9:11 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Alan Cox, (Sat Sep 20, 10:01 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, David Brownell, (Sat Sep 20, 10:18 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Russell King - ARM Linux, (Sat Sep 20, 11:00 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Tony Lindgren, (Sun Sep 21, 11:41 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, David Brownell, (Sun Sep 21, 6:45 pm)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, David Brownell, (Sun Sep 21, 7:01 pm)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Russell King - ARM Linux, (Mon Sep 22, 12:59 am)
Re: [PATCH 3/5] watchdog: cleanup a bit omap_wdt.c, Tony Lindgren, (Mon Sep 22, 2:30 am)