* Software Requirement && DiskOnChip
@ 2005-02-17 15:02 Ara Avanesyan
2005-02-17 16:24 ` David Woodhouse
2005-02-18 6:54 ` Raphael Zimmerer
0 siblings, 2 replies; 10+ messages in thread
From: Ara Avanesyan @ 2005-02-17 15:02 UTC (permalink / raw)
To: linux-mtd
Hi,
Everywhere in DiskOnChip files there are referneces to a magic "Software
Requirement 11.x.y".
Can someone please tell me where can I locate one?
Also, where can I find the descriptions of the registers
DoC_Mplus_FlashControl through DoC_Mplus_WritePipeTerm
defined in doc2000.h? The data-sheet for MPlus DOC device does not contain
this info.
__
Thanks,
Ara
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-17 15:02 Software Requirement && DiskOnChip Ara Avanesyan
@ 2005-02-17 16:24 ` David Woodhouse
2005-02-18 10:17 ` Ara Avanesyan
2005-02-18 6:54 ` Raphael Zimmerer
1 sibling, 1 reply; 10+ messages in thread
From: David Woodhouse @ 2005-02-17 16:24 UTC (permalink / raw)
To: Ara Avanesyan; +Cc: linux-mtd
On Thu, 2005-02-17 at 19:02 +0400, Ara Avanesyan wrote:
> Everywhere in DiskOnChip files there are referneces to a magic
> "Software Requirement 11.x.y".
> Can someone please tell me where can I locate one?
>
> Also, where can I find the descriptions of the registers
> DoC_Mplus_FlashControl through DoC_Mplus_WritePipeTerm
> defined in doc2000.h? The data-sheet for MPlus DOC device does not
> contain this info.
Unfortunately I don't think these are publicly available. Although I
have a vague recollection of being corrected last time I said that.
--
dwmw2
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-17 15:02 Software Requirement && DiskOnChip Ara Avanesyan
2005-02-17 16:24 ` David Woodhouse
@ 2005-02-18 6:54 ` Raphael Zimmerer
2005-02-18 10:22 ` Ara Avanesyan
1 sibling, 1 reply; 10+ messages in thread
From: Raphael Zimmerer @ 2005-02-18 6:54 UTC (permalink / raw)
To: Ara Avanesyan; +Cc: linux-mtd
On Thu, Feb 17, 2005 at 07:02:24PM +0400, Ara Avanesyan wrote:
> Also, where can I find the descriptions of the registers
> DoC_Mplus_FlashControl through DoC_Mplus_WritePipeTerm
> defined in doc2000.h? The data-sheet for MPlus DOC device does not contain
> this info.
On what DiskOnChip are you working? At the moment I'am trying to
extend diskonchip.c to support the Millennium Plus 32MB. If you are
doing the same, please let me know.
- Raphael
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-17 16:24 ` David Woodhouse
@ 2005-02-18 10:17 ` Ara Avanesyan
2005-02-18 14:07 ` Josh Boyer
0 siblings, 1 reply; 10+ messages in thread
From: Ara Avanesyan @ 2005-02-18 10:17 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-mtd
David,
Thanks. I'll contact M-System for the document.
Bah! This somewhat violates my [very basic]
understanding of open source community. It's
something like "open source and close source of
source". Couldn't the driver writer (you:)) put the
document to the source tree documentation part?
__
Thanks,
Ara
----- Original Message -----
From: "David Woodhouse" <dwmw2@infradead.org>
To: "Ara Avanesyan" <araav@hylink.am>
Cc: <linux-mtd@lists.infradead.org>
Sent: Thursday, February 17, 2005 8:24 PM
Subject: Re: Software Requirement && DiskOnChip
> On Thu, 2005-02-17 at 19:02 +0400, Ara Avanesyan wrote:
> > Everywhere in DiskOnChip files there are referneces to a magic
> > "Software Requirement 11.x.y".
> > Can someone please tell me where can I locate one?
> >
> > Also, where can I find the descriptions of the registers
> > DoC_Mplus_FlashControl through DoC_Mplus_WritePipeTerm
> > defined in doc2000.h? The data-sheet for MPlus DOC device does not
> > contain this info.
>
> Unfortunately I don't think these are publicly available. Although I
> have a vague recollection of being corrected last time I said that.
>
> --
> dwmw2
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 6:54 ` Raphael Zimmerer
@ 2005-02-18 10:22 ` Ara Avanesyan
0 siblings, 0 replies; 10+ messages in thread
From: Ara Avanesyan @ 2005-02-18 10:22 UTC (permalink / raw)
To: Raphael Zimmerer; +Cc: linux-mtd
----- Original Message -----
From: "Raphael Zimmerer" <killekulla@rdrz.de>
To: "Ara Avanesyan" <araav@hylink.am>
Cc: <linux-mtd@lists.infradead.org>
Sent: Friday, February 18, 2005 10:54 AM
Subject: Re: Software Requirement && DiskOnChip
> On Thu, Feb 17, 2005 at 07:02:24PM +0400, Ara Avanesyan wrote:
> > Also, where can I find the descriptions of the registers
> > DoC_Mplus_FlashControl through DoC_Mplus_WritePipeTerm
> > defined in doc2000.h? The data-sheet for MPlus DOC device does not
contain
> > this info.
>
> On what DiskOnChip are you working? At the moment I'am trying to
> extend diskonchip.c to support the Millennium Plus 32MB. If you are
> doing the same, please let me know.
>
> - Raphael
>
Actually I'm going to make it work for DOC G3.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 10:17 ` Ara Avanesyan
@ 2005-02-18 14:07 ` Josh Boyer
2005-02-18 14:41 ` Ara Avanesyan
0 siblings, 1 reply; 10+ messages in thread
From: Josh Boyer @ 2005-02-18 14:07 UTC (permalink / raw)
To: Ara Avanesyan; +Cc: linux-mtd, David Woodhouse
On Fri, 2005-02-18 at 14:17 +0400, Ara Avanesyan wrote:
> David,
>
> Thanks. I'll contact M-System for the document.
> Bah! This somewhat violates my [very basic]
> understanding of open source community. It's
> something like "open source and close source of
> source". Couldn't the driver writer (you:)) put the
> document to the source tree documentation part?
I don't think so. The source code is definitely open source. The
hardware documentation is whatever the vendor decides it should be. In
this case, M-Systems decided that it should not be public, IIRC.
josh
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 14:07 ` Josh Boyer
@ 2005-02-18 14:41 ` Ara Avanesyan
2005-02-18 14:45 ` Jörn Engel
2005-02-18 14:54 ` Josh Boyer
0 siblings, 2 replies; 10+ messages in thread
From: Ara Avanesyan @ 2005-02-18 14:41 UTC (permalink / raw)
To: Josh Boyer; +Cc: linux-mtd, David Woodhouse
ok,
My question is from theory only:)
Can't then the driver writer copy-paste the documentation to source files as
comment? really...
And what could be the reason to not sharing the hardware documentation to
the community???
__
Thanks,
Ara
----- Original Message -----
From: "Josh Boyer" <jdub@us.ibm.com>
To: "Ara Avanesyan" <araav@hylink.am>
Cc: "David Woodhouse" <dwmw2@infradead.org>; <linux-mtd@lists.infradead.org>
Sent: Friday, February 18, 2005 6:07 PM
Subject: Re: Software Requirement && DiskOnChip
> On Fri, 2005-02-18 at 14:17 +0400, Ara Avanesyan wrote:
> > David,
> >
> > Thanks. I'll contact M-System for the document.
> > Bah! This somewhat violates my [very basic]
> > understanding of open source community. It's
> > something like "open source and close source of
> > source". Couldn't the driver writer (you:)) put the
> > document to the source tree documentation part?
>
> I don't think so. The source code is definitely open source. The
> hardware documentation is whatever the vendor decides it should be. In
> this case, M-Systems decided that it should not be public, IIRC.
>
> josh
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 14:41 ` Ara Avanesyan
@ 2005-02-18 14:45 ` Jörn Engel
2005-02-18 14:54 ` Josh Boyer
1 sibling, 0 replies; 10+ messages in thread
From: Jörn Engel @ 2005-02-18 14:45 UTC (permalink / raw)
To: Ara Avanesyan; +Cc: David Woodhouse, linux-mtd
On Fri, 18 February 2005 18:41:29 +0400, Ara Avanesyan wrote:
>
> My question is from theory only:)
> Can't then the driver writer copy-paste the documentation to source files as
> comment? really...
> And what could be the reason to not sharing the hardware documentation to
> the community???
The legal papers signed before receiving the documentation. In some
unfortunate cases, people get documentation und "You may not show
anyone!" style licenses. With that, the alternatives are either
drivers without hardware documentation or no drivers at all.
Jörn
--
Fantasy is more important than knowledge. Knowledge is limited,
while fantasy embraces the whole world.
-- Albert Einstein
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 14:41 ` Ara Avanesyan
2005-02-18 14:45 ` Jörn Engel
@ 2005-02-18 14:54 ` Josh Boyer
2005-02-18 15:09 ` Ara Avanesyan
1 sibling, 1 reply; 10+ messages in thread
From: Josh Boyer @ 2005-02-18 14:54 UTC (permalink / raw)
To: Ara Avanesyan; +Cc: linux-mtd, David Woodhouse
On Fri, 2005-02-18 at 18:41 +0400, Ara Avanesyan wrote:
> ok,
>
> My question is from theory only:)
> Can't then the driver writer copy-paste the documentation to source files as
> comment? really...
Not if there is an agreement with the documentation owners to not
release the documentation. That would be similar to taking a
programming book and pasting the contents into a program you wrote using
information in the book. It's known as plagiarism.
> And what could be the reason to not sharing the hardware documentation to
> the community???
I have no idea. You'd have to ask M-Systems I guess.
(btw, top-posting is frowned upon on this list.)
josh
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Software Requirement && DiskOnChip
2005-02-18 14:54 ` Josh Boyer
@ 2005-02-18 15:09 ` Ara Avanesyan
0 siblings, 0 replies; 10+ messages in thread
From: Ara Avanesyan @ 2005-02-18 15:09 UTC (permalink / raw)
To: Josh Boyer; +Cc: linux-mtd, David Woodhouse
> On Fri, 2005-02-18 at 18:41 +0400, Ara Avanesyan wrote:
> > ok,
> >
> > My question is from theory only:)
> > Can't then the driver writer copy-paste the documentation to source
files as
> > comment? really...
>
> Not if there is an agreement with the documentation owners to not
> release the documentation. That would be similar to taking a
> programming book and pasting the contents into a program you wrote using
> information in the book. It's known as plagiarism.
>
> > And what could be the reason to not sharing the hardware documentation
to
> > the community???
>
> I have no idea. You'd have to ask M-Systems I guess.
>
Josh,
Thanks for clarifications.
> (btw, top-posting is frowned upon on this list.)
Sorry about that. I'll keep this in mind for the future.
__
Thanks,
Ara
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-02-18 15:09 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 15:02 Software Requirement && DiskOnChip Ara Avanesyan
2005-02-17 16:24 ` David Woodhouse
2005-02-18 10:17 ` Ara Avanesyan
2005-02-18 14:07 ` Josh Boyer
2005-02-18 14:41 ` Ara Avanesyan
2005-02-18 14:45 ` Jörn Engel
2005-02-18 14:54 ` Josh Boyer
2005-02-18 15:09 ` Ara Avanesyan
2005-02-18 6:54 ` Raphael Zimmerer
2005-02-18 10:22 ` Ara Avanesyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox