* Where to send patch files?
@ 2000-06-07 16:19 Brown, David (dbrown03)
2000-06-07 18:28 ` Joe Green
2000-06-08 0:55 ` Graham Stoney
0 siblings, 2 replies; 5+ messages in thread
From: Brown, David (dbrown03) @ 2000-06-07 16:19 UTC (permalink / raw)
To: linuxppc-embedded
I have linux-2.2.13 working on a Harris modem platform.
I started with the hardhat version, but added flash drivers from Wolfgang
Denk.
I extended the flash drivers to support JEDEC identification, Intel
write/erase commands, and multiple kinds of flash per board.
Also, of course, I added support for the modem platform I was using.
The question: Where should I send the 19K patch file?
Minimally I'll send it to Dan Malek, someone at Montavista, and Wolfgang
Denk.
Should I send it to others as well, or maybe just send it to this list?
--
Dave Brown <dbrown03@harris.com>
Principal Engineer, Software
Harris Corporation, RFCD
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to send patch files?
2000-06-07 16:19 Where to send patch files? Brown, David (dbrown03)
@ 2000-06-07 18:28 ` Joe Green
2000-06-08 0:55 ` Graham Stoney
1 sibling, 0 replies; 5+ messages in thread
From: Joe Green @ 2000-06-07 18:28 UTC (permalink / raw)
To: Brown, David (dbrown03), linuxppc-embedded
On Wed, 07 Jun 2000, Brown, David (dbrown03) wrote:
> I have linux-2.2.13 working on a Harris modem platform.
> I started with the hardhat version, but added flash drivers from Wolfgang
> Denk.
> I extended the flash drivers to support JEDEC identification, Intel
> write/erase commands, and multiple kinds of flash per board.
> Also, of course, I added support for the modem platform I was using.
>
> The question: Where should I send the 19K patch file?
> Minimally I'll send it to Dan Malek, someone at Montavista, and Wolfgang
> Denk.
Patches for anything we ship can be sent to <source@mvista.com>. I
can't promise that every patch we get will be incorporated into our
code.
It's helpful if you separate big patches by functionality (e.g.,
different patches for your flash changes and the changes to support
your unique hardware). Try to base your patches on a common base we
both have access to--for us, a particular Hard Hat Linux package is
best. Remember to tell us what the base is :-).
Thanks
--
Joe Green <jgreen@mvista.com>
MontaVista Software, Inc.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to send patch files?
2000-06-07 16:19 Where to send patch files? Brown, David (dbrown03)
2000-06-07 18:28 ` Joe Green
@ 2000-06-08 0:55 ` Graham Stoney
2000-06-08 1:18 ` Dave Wolfe
1 sibling, 1 reply; 5+ messages in thread
From: Graham Stoney @ 2000-06-08 0:55 UTC (permalink / raw)
To: "Brown, David (dbrown03)"; +Cc: linuxppc-embedded
"Brown, David (dbrown03)" writes:
> The question: Where should I send the 19K patch file?
> Minimally I'll send it to Dan Malek, someone at Montavista, and Wolfgang
> Denk.
> Should I send it to others as well, or maybe just send it to this list?
Please include a cc: to the mailing list, so that those of us who wish to be
on the bleeding edge can keep up to date with what's going on.
Thanks,
Graham
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to send patch files?
2000-06-08 0:55 ` Graham Stoney
@ 2000-06-08 1:18 ` Dave Wolfe
0 siblings, 0 replies; 5+ messages in thread
From: Dave Wolfe @ 2000-06-08 1:18 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: Brown, David (dbrown03)", Graham Stoney
[ Graham Stoney writes: ]
>
> "Brown, David (dbrown03)" writes:
> > The question: Where should I send the 19K patch file?
> > Minimally I'll send it to Dan Malek, someone at Montavista, and Wolfgang
> > Denk.
> > Should I send it to others as well, or maybe just send it to this list?
>
> Please include a cc: to the mailing list, so that those of us who wish to be
> on the bleeding edge can keep up to date with what's going on.
Please do NOT send something that large and transient to the list, it'll
be rejected. Do make it available on an FTP or web site and post the URL
to the list.
--
Dave Wolfe
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Where to send patch files?
@ 2000-06-08 13:21 Brown, David (dbrown03)
0 siblings, 0 replies; 5+ messages in thread
From: Brown, David (dbrown03) @ 2000-06-08 13:21 UTC (permalink / raw)
To: 'greyham@research.canon.com.au'
Cc: 'linuxppc-embedded@lists.linuxppc.org'
[-- Attachment #1: Type: text/plain, Size: 700 bytes --]
> -----Original Message-----
> From: greyham@research.canon.com.au
> [mailto:greyham@research.canon.com.au]
> Sent: Wednesday, June 07, 2000 8:55 PM
> To: DBrown03@harris.com
> Cc: linuxppc-embedded@lists.linuxppc.org
> Subject: Re: Where to send patch files?
>
>
> "Brown, David (dbrown03)" writes:
> > The question: Where should I send the 19K patch file?
> > Minimally I'll send it to Dan Malek, someone at Montavista,
> and Wolfgang
> > Denk.
> > Should I send it to others as well, or maybe just send it
> to this list?
>
> Please include a cc: to the mailing list, so that those of us
> who wish to be
> on the bleeding edge can keep up to date with what's going on.
>
> Thanks,
> Graham
>
[-- Attachment #2: linux-2.2.13-hhl-harris.patch.gz --]
[-- Type: application/octet-stream, Size: 19371 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-06-08 13:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-07 16:19 Where to send patch files? Brown, David (dbrown03)
2000-06-07 18:28 ` Joe Green
2000-06-08 0:55 ` Graham Stoney
2000-06-08 1:18 ` Dave Wolfe
-- strict thread matches above, loose matches on Subject: below --
2000-06-08 13:21 Brown, David (dbrown03)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).