mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* where is Documentation/parameters.txt?
@ 2014-06-26 21:27 Robert P. J. Day
  2014-06-27  4:51 ` Sascha Hauer
  0 siblings, 1 reply; 7+ messages in thread
From: Robert P. J. Day @ 2014-06-26 21:27 UTC (permalink / raw)
  To: U-Boot Version 2 (barebox)


  in the file Documentation/devices_drivers.txt, one reads:

"See Documentation/parameters.txt for more info."

is this file supposed to exist?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-26 21:27 where is Documentation/parameters.txt? Robert P. J. Day
@ 2014-06-27  4:51 ` Sascha Hauer
  2014-06-27  9:03   ` Robert P. J. Day
  0 siblings, 1 reply; 7+ messages in thread
From: Sascha Hauer @ 2014-06-27  4:51 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

Robert,

On Thu, Jun 26, 2014 at 05:27:03PM -0400, Robert P. J. Day wrote:
> 
>   in the file Documentation/devices_drivers.txt, one reads:
> 
> "See Documentation/parameters.txt for more info."
> 
> is this file supposed to exist?

Please don't waste your time with the old documentation. The new docs
are in the "doc" branch in the barebox master repository.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-27  4:51 ` Sascha Hauer
@ 2014-06-27  9:03   ` Robert P. J. Day
  2014-06-27  9:10     ` Holger Schurig
  0 siblings, 1 reply; 7+ messages in thread
From: Robert P. J. Day @ 2014-06-27  9:03 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: U-Boot Version 2 (barebox)

On Fri, 27 Jun 2014, Sascha Hauer wrote:

> Robert,
>
> On Thu, Jun 26, 2014 at 05:27:03PM -0400, Robert P. J. Day wrote:
> >
> >   in the file Documentation/devices_drivers.txt, one reads:
> >
> > "See Documentation/parameters.txt for more info."
> >
> > is this file supposed to exist?
>
> Please don't waste your time with the old documentation. The new docs
> are in the "doc" branch in the barebox master repository.

  oh, sorry, i missed that doc *branch*, my fault.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-27  9:03   ` Robert P. J. Day
@ 2014-06-27  9:10     ` Holger Schurig
  2014-06-27 11:49       ` Robert P. J. Day
  0 siblings, 1 reply; 7+ messages in thread
From: Holger Schurig @ 2014-06-27  9:10 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

>   oh, sorry, i missed that doc *branch*, my fault.

It's totally new ... and awesome (compared to the old docs).

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-27  9:10     ` Holger Schurig
@ 2014-06-27 11:49       ` Robert P. J. Day
  2014-06-27 12:45         ` Holger Schurig
  2014-06-27 19:38         ` Sascha Hauer
  0 siblings, 2 replies; 7+ messages in thread
From: Robert P. J. Day @ 2014-06-27 11:49 UTC (permalink / raw)
  To: Holger Schurig; +Cc: U-Boot Version 2 (barebox)

On Fri, 27 Jun 2014, Holger Schurig wrote:

> >   oh, sorry, i missed that doc *branch*, my fault.
>
> It's totally new ... and awesome (compared to the old docs).

  ok, possibly a silly question but, as i now read it, if i want to
work with the sphinx-based docs, i should be working off the "doc"
branch and restrict my changes to just the files in the Documentation
directory.

  but recently, i submitted a patch to correct the misspelling
"persistant", and some of those changes were in Documentation/, while
other examples of that were scattered elsewhere (arch/, scripts/).

  so what's the protocol for correcting "documentation" (eg., inline
comments in source files) as opposed to the content under
Documentation? should non-Documentation patches be submitted against
the master branch? or does the "doc" branch track master closely
enough that i can exclusively stay on the "doc" branch?

  as in, should i resubmit that earlier patch broken into two parts?
and if one submits a patch against the "doc" branch, should that be
identified in the patch itself? the subject line?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-27 11:49       ` Robert P. J. Day
@ 2014-06-27 12:45         ` Holger Schurig
  2014-06-27 19:38         ` Sascha Hauer
  1 sibling, 0 replies; 7+ messages in thread
From: Holger Schurig @ 2014-06-27 12:45 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

The doc branch deleted all of the *.dox files. And it will eventually
be merged into master and/or next. So I see not much point into
working on the *.dox files anymore. They are basically end-of-life.

Instead, you can either do doc-related work in the origin/doc branch,
or merge that branch into your local work branch.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where is Documentation/parameters.txt?
  2014-06-27 11:49       ` Robert P. J. Day
  2014-06-27 12:45         ` Holger Schurig
@ 2014-06-27 19:38         ` Sascha Hauer
  1 sibling, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2014-06-27 19:38 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

On Fri, Jun 27, 2014 at 07:49:49AM -0400, Robert P. J. Day wrote:
> On Fri, 27 Jun 2014, Holger Schurig wrote:
> 
> > >   oh, sorry, i missed that doc *branch*, my fault.
> >
> > It's totally new ... and awesome (compared to the old docs).
> 
>   ok, possibly a silly question but, as i now read it, if i want to
> work with the sphinx-based docs, i should be working off the "doc"
> branch and restrict my changes to just the files in the Documentation
> directory.
> 
>   but recently, i submitted a patch to correct the misspelling
> "persistant", and some of those changes were in Documentation/, while
> other examples of that were scattered elsewhere (arch/, scripts/).

That's fine. I'll solve the merges conflicts.

> 
>   so what's the protocol for correcting "documentation" (eg., inline
> comments in source files) as opposed to the content under
> Documentation? should non-Documentation patches be submitted against
> the master branch? or does the "doc" branch track master closely
> enough that i can exclusively stay on the "doc" branch?
> 
>   as in, should i resubmit that earlier patch broken into two parts?
> and if one submits a patch against the "doc" branch, should that be
> identified in the patch itself? the subject line?

Please send documentation patches only against the doc branch. I'll
resolve the merge conflicts against master should there be any.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-27 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26 21:27 where is Documentation/parameters.txt? Robert P. J. Day
2014-06-27  4:51 ` Sascha Hauer
2014-06-27  9:03   ` Robert P. J. Day
2014-06-27  9:10     ` Holger Schurig
2014-06-27 11:49       ` Robert P. J. Day
2014-06-27 12:45         ` Holger Schurig
2014-06-27 19:38         ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox