login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
19
Re: [PATCH 5/5] watchdog: introduce platform_data and remove cpu conditional code
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Felipe Balbi
Subject:
Re: [PATCH 5/5] watchdog: introduce platform_data and remove cpu conditional code
Date: Friday, September 19, 2008 - 2:33 pm
On Fri, Sep 19, 2008 at 08:04:32PM +0100, Russell King - ARM Linux wrote:
quoted text
> On Fri, Sep 19, 2008 at 01:32:39PM +0300, Felipe Balbi wrote: > > @@ -469,17 +515,26 @@ static struct platform_device omap_wdt_device = { > > > > static void omap_init_wdt(void) > > { > > - if (cpu_is_omap16xx()) > > + if (cpu_is_omap16xx()) { > > + omap_wdt_pdata.fck = "armwdt_ck"; > > wdt_resources[0].start = 0xfffeb000; > > - else if (cpu_is_omap2420()) > > + } else if (cpu_is_omap2420()) { > > + omap_wdt_pdata.fck = "mpu_wdt_ick"; > > + omap_wdt_pdata.ick = "mpu_wdt_fck"; > > What happened to leaving this stuff inside omap_wdt.c as I said > during the previous review? I really don't want to see such cleanups > when the real answer is to fix the OMAP clock API implementation. It > just makes for more unnecessary noise when doing this, and then yet more > noise when we fix the OMAP clock API. > > Please get rid of this and leave the clock naming crap inside omap_wdt.c.
Well, patches 4 and 5 should be ignored. Should I resend or could I rely on the fact that people won't pick them up ? -- balbi --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
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)
[PATCH 4/5] watchdog: move omap_wdt.h to include/linux/wat ...
, Felipe Balbi
, (Fri Sep 19, 3:32 am)
[PATCH 5/5] watchdog: introduce platform_data and remove c ...
, Felipe Balbi
, (Fri Sep 19, 3:32 am)
Re: [PATCH 4/5] watchdog: move omap_wdt.h to include/linux ...
, Alan Cox
, (Fri Sep 19, 3:56 am)
Re: [PATCH 4/5] watchdog: move omap_wdt.h to include/linux ...
, Felipe Balbi
, (Fri Sep 19, 4:06 am)
Re: [PATCH 4/5] watchdog: move omap_wdt.h to include/linux ...
, Alan Cox
, (Fri Sep 19, 5:52 am)
Re: [PATCH 5/5] watchdog: introduce platform_data and remo ...
, Russell King - ARM Linux
, (Fri Sep 19, 12:04 pm)
Re: [PATCH 5/5] watchdog: introduce platform_data and remo ...
, Felipe Balbi
, (Fri Sep 19, 2:33 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 5/5] watchdog: introduce platform_data and remo ...
, Wim Van Sebroeck
, (Sat Sep 20, 8:03 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)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate