On Wed, Nov 16, 2005 at 10:55:13AM -0800, Andy Isaacson wrote: > On Tue, Nov 15, 2005 at 08:15:20PM -0700, Mark A. Greer wrote: > > On Wed, Nov 16, 2005 at 12:48:59AM +0300, Andrey Volkov wrote: > > > > Mark, care to comment on that possibility, and/or on the code itself? > > > > > > > And, please, remove unnecessary PPC dependence from Kconfig. > > > > When I originally submitted the m41t00 patch, I made it clear that it > > was PPC only and gave the reason why: > > > > http://archives.andrew.net.au/lm-sensors/msg29280.html > > I have a MIPS platform with M41T81 (SiByte SWARM, > arch/mips/sibyte/swarm/rtc_m41t81.c) that I would dearly love to > decruftify. (Don't pay too much attention to the kernel.org trees for > MIPS, you need to pull the git repo on linux-mips.org for the real > stuff.) > > So I'm definitely interested in this work. Thanks Andy. I'll check out the m41t81 datasheet and see how well it blends with the others. Also, ppc and mips will have different interfaces but it should be acceptable to have two sets of interface routines with #ifdef CONFIG_PPC/MIPS around them. I'm off to read datasheets now... :) Mark