* Ingo Molnar <mingo@elte.hu> wrote:i disabled all hpet items in the .config on the theory that they might interfere - but that didnt change the end result: [ 23.893598] Calling initcall 0xc0c518b0: be_sleepy+0x0/0x170() [ 23.901601] PM: no wakelarm-capable RTC [ 23.905599] initcall 0xc0c518b0: be_sleepy+0x0/0x170() returned 0. [ 23.910879] initcall 0xc0c518b0 ran for 3 msecs: be_sleepy+0x0/0x170() so close, yet so far away :-) i also disabled ACPI in the .config, which caused this: [ 13.300838] Calling initcall 0xc0c32370: cmos_init+0x0/0x20() [ 13.307063] initcall 0xc0c32370: cmos_init+0x0/0x20() returned -19. [ 13.312840] initcall 0xc0c32370 ran for 0 msecs: cmos_init+0x0/0x20() is that expected? btw., small observation: from looking at the bootlog it's not apparent to me what kind of "RTC hardware" there is on this box. It's standard PC stuff, so i suspect what covers it is: CONFIG_RTC_DRV_CMOS=y, which says: [ 14.900938] Calling initcall 0xc0c6f9c0: cmos_init+0x0/0x10() [ 14.909178] pnp: the driver 'rtc_cmos' has been registered [ 14.912945] rtc_cmos 00:04: disabling not supported [ 14.916940] rtc_cmos: probe of 00:04 failed with error -16 [ 14.920959] initcall 0xc0c6f9c0: cmos_init+0x0/0x10() returned 0. [ 14.926220] initcall 0xc0c6f9c0 ran for 11 msecs: cmos_init+0x0/0x10() it might make sense to emit something like: PC-style RTC detected. so that people know that your cool new RTC code is in action. Also, it's not apparent what the effects of that failure message is. When we fail something then users generally want to know: was it fatal, is it a warning, and what the limitations of that error condition are. Ingo --
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Srivatsa Vaddagiri | containers (was Re: -mm merge plans for 2.6.23) |
| Benjamin Herrenschmidt | Re: [linux-pm] [PATCH] Remove process freezer from suspend to RAM pathway |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Patrick McHardy | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 6/7] [CCID-2/3]: Fix sparse warnings |
