[PATCH] Add the support of ST M48T59 RTC chip in rtc-class driver subsystem
Mark Zhan
rongkai.zhan at windriver.com
Tue Jun 12 23:59:36 EST 2007
Hi Gabriel,
On Mon, 2007-06-11 at 14:11 +0200, Gabriel Paubert wrote:
....
> There are other boards which have exactly the same chip, but use
> a very different (uglier) access method: using ISA 2 I/O ports
> (0x74 and 0x75) to write the address and another port (0x77) to
> read/write the data.
>
> Besides that, these boards also use the NVRAM part which means that
> a spinlock must be used to serialize between RTC and NVRAM access.
>
> I have no idea whether the drivers should be shared or two
> different drivers should be written... But if there are two
> different drivers, there should be a way to distinguish them
> (different config name, different module names, and some
> explanation in the config help text).
>
I will rework this driver to add a platform data structure which enables
the platform to provide the platform specific access method.
For the NVRAM issue, I have no idea how other boards access the NVRAM.
So could you provide me more information?
> > +
> > +static unsigned char * m48t59_vbase = NULL;
> > +static unsigned int m48t59_irq = -1;
>
> Shouldn't it be NO_IRQ (here and in several other places) ?
>
Yeah, agree. I will modify it.
Thanks your comment.
Best Regards
Mark Zhan
More information about the Linuxppc-dev
mailing list