login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
7
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as a wall clock device
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as a wall clock device
Date: Friday, May 7, 2010 - 12:56 pm
On 05/07/2010 12:06 PM, Joe Perches wrote:
quoted text
> On Fri, 2010-05-07 at 20:02 +0100, Alan Cox wrote: >> On Fri, 07 May 2010 11:51:06 -0700 >> Joe Perches <joe@perches.com> wrote: >>> On Fri, 2010-05-07 at 10:41 -0700, Jacob Pan wrote: >>>> + printk(KERN_INFO "vRTC: sec: %d min: %d hour: %d day: %d " >>>> + "mon: %d year: %d\n", sec, min, hour, mday, mon, year); >>> Even though many of the rtc drivers print this way, it seems >>> a very backwards way of presenting time to me. >> Consistency is really more important here IMHO - lots of drivers have set >> an existing policy. > > (added Alessandro Zummo to cc's) > > look at drivers/rtc. > > All of them seem to use a templated copy/paste dev_dbg, > which seems to point to a use for a possible common rtc_util.c > or some such where this could be standardized. > > Is there somewhere else this style is used? >
Probably the right thing to do is to (a) move all this printing to common code; (b) change to ISO 8601 format. -hpa --
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/8] Moorestown changes in arch/x86 for 35 merge window
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 1/8] x86: avoid check hlt if no timer interrupts
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 2/8] x86/mrst/pci: return 0 for non-present pci bars
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 3/8] x86/apic: allow use of lapic timer early calib ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 4/8] x86/mrst: change clock selection logic to supp ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 5/8] x86/apbt: support more timer configurations on ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 6/8] x86/platform: add a wallclock_init func to x86 ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 7/8] x86/mrst: add vrtc driver which serves as a wa ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 8/8] x86/mrst: Add nop functions to x86_init mppars ...
, Jacob Pan
, (Fri May 7, 10:41 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Joe Perches
, (Fri May 7, 11:51 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Alan Cox
, (Fri May 7, 12:02 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Joe Perches
, (Fri May 7, 12:06 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, H. Peter Anvin
, (Fri May 7, 12:56 pm)
RFD: Should we remove the HLT check? (was Re: [PATCH 1/8] ...
, H. Peter Anvin
, (Fri May 7, 1:32 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Arjan van de Ven
, (Fri May 7, 1:33 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 1:36 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Linus Torvalds
, (Fri May 7, 1:54 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 2:04 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, jacob pan
, (Fri May 7, 3:07 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Alan Cox
, (Fri May 7, 3:24 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 3:27 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Arjan van de Ven
, (Fri May 7, 3:35 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Alan Cox
, (Fri May 7, 3:46 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 10, 2:17 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, H. Peter Anvin
, (Mon May 10, 11:22 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 10, 7:30 pm)
Re: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Thomas Gleixner
, (Tue May 11, 6:46 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Thomas Gleixner
, (Tue May 11, 7:36 am)
Re: [PATCH 6/8] x86/platform: add a wallclock_init func to ...
, Thomas Gleixner
, (Tue May 11, 7:42 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 11, 7:57 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Alan Cox
, (Tue May 11, 8:30 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Thomas Gleixner
, (Tue May 11, 8:50 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Alan Cox
, (Tue May 11, 9:03 am)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Pan, Jacob jun
, (Tue May 11, 12:42 pm)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Thomas Gleixner
, (Tue May 11, 12:50 pm)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Pan, Jacob jun
, (Tue May 11, 1:46 pm)
Re: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, H. Peter Anvin
, (Tue May 11, 1:51 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Tue May 11, 7:34 pm)
RE: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Pan, Jacob jun
, (Thu May 13, 3:16 pm)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Du, Alek
, (Sun May 16, 7:14 pm)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Du, Alek
, (Sun May 16, 7:27 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Mon May 17, 2:15 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 17, 11:27 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 18, 12:38 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, john stultz
, (Tue May 18, 1:43 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 18, 2:02 pm)
[PATCH 1/3] timekeeping: moving xtime's init to a later time
, Feng Tang
, (Thu May 20, 7:15 pm)
[PATCH 2/3] x86: unify current 3 similar ways of saving IR ...
, Feng Tang
, (Thu May 20, 7:16 pm)
[PATCH 3/3] x86/mrst: add vrtc driver which serves as a wa ...
, Feng Tang
, (Thu May 20, 7:19 pm)
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