Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "Matthew Dharm" <mdharm@momenco.com>
To: "Ralf Baechle" <ralf@linux-mips.org>, "Jun Sun" <jsun@mvista.com>
Cc: "Jeff Baitis" <baitisj@evolution.com>,
	"Pete Popov" <ppopov@mvista.com>, <linux-mips@linux-mips.org>
Subject: RE: Improperly handled case in arch/mips/au1000/common/time.c
Date: Tue, 22 Apr 2003 16:17:06 -0700	[thread overview]
Message-ID: <NEBBLJGMNKKEEMNLHGAIMEAMDAAA.mdharm@momenco.com> (raw)
In-Reply-To: <20030423010727.A8410@linux-mips.org>

Umm... I might have some time in a few weeks.  Right now it's not much
of a priority for us (as a corporation).  I just have to hijack the
code from some of our other boards which already implements the new
system.

Matt

--
Matthew D. Dharm                            Senior Software Designer
Momentum Computer Inc.                      1815 Aston Ave.  Suite 107
(760) 431-8663 X-115                        Carlsbad, CA 92008-7310
Momentum Works For You                      www.momenco.com

> -----Original Message-----
> From: Ralf Baechle [mailto:ralf@linux-mips.org]
> Sent: Tuesday, April 22, 2003 4:07 PM
> To: Jun Sun
> Cc: Jeff Baitis; Pete Popov; linux-mips@linux-mips.org;
> Matthew Dharm
> Subject: Re: Improperly handled case in
> arch/mips/au1000/common/time.c
>
>
> On Tue, Apr 22, 2003 at 03:56:25PM -0700, Jun Sun wrote:
>
> > I think this is a good example to show benefit of code sharing.
> > There is no good reason for au1x00 boards of not using new time.c.
> > You get to write less board code, fewer bugs and future proof.
>
> There are just three configurations left using CONFIG_OLD_TIME_C:
>
>  - EV64120 which I guess can be considered abandonded
>  - Momenco Ocelot (Matthew, feel like you have time to take care of
>    this?)
>  - RM200  (semi-maintained, my turn to fix it ...)
>
> Seems like it's time to get rid of CONFIG_OLD_TIME_C.
>
>   Ralf
>

WARNING: multiple messages have this Message-ID (diff)
From: "Matthew Dharm" <mdharm@momenco.com>
To: Ralf Baechle <ralf@linux-mips.org>, Jun Sun <jsun@mvista.com>
Cc: Jeff Baitis <baitisj@evolution.com>,
	Pete Popov <ppopov@mvista.com>,
	linux-mips@linux-mips.org
Subject: RE: Improperly handled case in arch/mips/au1000/common/time.c
Date: Tue, 22 Apr 2003 16:17:06 -0700	[thread overview]
Message-ID: <NEBBLJGMNKKEEMNLHGAIMEAMDAAA.mdharm@momenco.com> (raw)
Message-ID: <20030422231706.qwnKo2VDmlaUeXei5xHyGfZXZELgrOenY0h0jvX_xgk@z> (raw)
In-Reply-To: <20030423010727.A8410@linux-mips.org>

Umm... I might have some time in a few weeks.  Right now it's not much
of a priority for us (as a corporation).  I just have to hijack the
code from some of our other boards which already implements the new
system.

Matt

--
Matthew D. Dharm                            Senior Software Designer
Momentum Computer Inc.                      1815 Aston Ave.  Suite 107
(760) 431-8663 X-115                        Carlsbad, CA 92008-7310
Momentum Works For You                      www.momenco.com

> -----Original Message-----
> From: Ralf Baechle [mailto:ralf@linux-mips.org]
> Sent: Tuesday, April 22, 2003 4:07 PM
> To: Jun Sun
> Cc: Jeff Baitis; Pete Popov; linux-mips@linux-mips.org;
> Matthew Dharm
> Subject: Re: Improperly handled case in
> arch/mips/au1000/common/time.c
>
>
> On Tue, Apr 22, 2003 at 03:56:25PM -0700, Jun Sun wrote:
>
> > I think this is a good example to show benefit of code sharing.
> > There is no good reason for au1x00 boards of not using new time.c.
> > You get to write less board code, fewer bugs and future proof.
>
> There are just three configurations left using CONFIG_OLD_TIME_C:
>
>  - EV64120 which I guess can be considered abandonded
>  - Momenco Ocelot (Matthew, feel like you have time to take care of
>    this?)
>  - RM200  (semi-maintained, my turn to fix it ...)
>
> Seems like it's time to get rid of CONFIG_OLD_TIME_C.
>
>   Ralf
>

  parent reply	other threads:[~2003-04-22 23:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-22 19:54 Improperly handled case in arch/mips/au1000/common/time.c Jeff Baitis
2003-04-22 20:20 ` Pete Popov
2003-04-22 20:49   ` Ralf Baechle
2003-04-22 22:56 ` Jun Sun
2003-04-22 23:00   ` Pete Popov
2003-04-22 23:07     ` Jun Sun
2003-04-23 15:35     ` Dan Malek
2003-04-22 23:07   ` Ralf Baechle
2003-04-22 23:13     ` Jun Sun
2003-04-22 23:18       ` Pete Popov
2003-04-22 23:30         ` Jun Sun
2003-04-23  0:29       ` Ralf Baechle
2003-04-23 13:24         ` Maciej W. Rozycki
2003-04-22 23:17     ` Matthew Dharm [this message]
2003-04-22 23:17       ` Matthew Dharm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NEBBLJGMNKKEEMNLHGAIMEAMDAAA.mdharm@momenco.com \
    --to=mdharm@momenco.com \
    --cc=baitisj@evolution.com \
    --cc=jsun@mvista.com \
    --cc=linux-mips@linux-mips.org \
    --cc=ppopov@mvista.com \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox