14 Dec, 2016

7 commits


12 Dec, 2016

1 commit

  • Just prep work to polish and consolidate all the dma-buf related
    documenation.

    Unfortunately I didn't discover a way to both integrate this new file
    into the overall toc while keeping it at the current place. Work
    around that by moving it into the overall driver-api/index.rst.

    Cc: linux-doc@vger.kernel.org
    Cc: Jonathan Corbet
    Cc: Sumit Semwal
    Signed-off-by: Daniel Vetter
    Signed-off-by: Jonathan Corbet

    Daniel Vetter
     

06 Dec, 2016

8 commits

  • Em Mon, 5 Dec 2016 14:23:01 -0700
    Jonathan Corbet escreveu:

    > On Mon, 5 Dec 2016 09:41:40 -0200
    > Mauro Carvalho Chehab wrote:
    >
    > > So, in order to check it, I wrote a small script that compares the files
    > > and directories at Documentation/ with the ones at 00-INDEX.
    > >
    > > Then, I synchronized the entries, making the script happy.
    > >
    > > We might think on integrating the script with checkpatch.pl, but, as
    > > we should get rid of 00-INDEX, it probably not worth the efforts.
    >
    > I would agree with that; I don't see the point of keeping those files
    > around in the longer term.
    >
    > I've applied the set. I do have a few quibbles with the final patch that
    > I'll send separately, but they're not something to hold this set up for.

    Jon,

    Did a patch fixing the quibbles.

    As it seems you didn't push yet the changeset upstream, feel free to
    just fold it with patch 5/5 if you prefer so, or to add as a separate
    patch at the end of the series.

    Patch enclosed.

    Thanks,
    Mauro

    [PATCH] docs: 00-INDEX: change text related to the building system

    Let be clearer on those files related to the build system.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • There are a number of files/directories that don't contain
    any documentation. They're related to ReST file conversion.

    As a matter of completeness, since Makefile is also documented
    there, add an entry for those files too.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Several entries were moved to a directory; others got simply
    removed. Get rid of those entries.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Several directories and individual files don't have entries at
    00-INDEX. Add them, using, as reference, the initial text inside
    the documentation file(s).

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Instead of having descriptions for individual files inside
    the process/ and admin-guide/ documentation, consolidate them
    into one entry per directory, just like other descriptions
    inside 00-INDEX.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • It is easy to forget adding/removing entries at the
    Documentation/00-INDEX file. In a matter of fact, even before
    ReST conversion, people use to forget adding things here, as
    there are lots of missing stuff out there.

    Now that we're doing a hard work converting entries to ReST,
    and while this hole file is not outdated, it is good to have
    some tool that would help to verify that this file is kept
    updated.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • scripts/ver_linux has been rewritten as an awk script; update
    documentation to reflect this fact.

    Signed-off-by: Kevin Peng
    Signed-off-by: Jonathan Corbet

    Kevin Peng
     
  • Document device links as introduced in v4.10 with commits:
    4bdb35506b89 ("driver core: Add a wrapper around
    __device_release_driver()")
    9ed9895370ae ("driver core: Functional dependencies tracking
    support")
    8c73b4288496 ("PM / sleep: Make async suspend/resume of devices use
    device links")
    21d5c57b3726 ("PM / runtime: Use device links")
    baa8809f6097 ("PM / runtime: Optimize the use of device links")

    Signed-off-by: Lukas Wunner
    [ jc: Moved from core-api to driver-api ]
    Signed-off-by: Jonathan Corbet

    Lukas Wunner
     

02 Dec, 2016

3 commits


01 Dec, 2016

14 commits


30 Nov, 2016

4 commits


29 Nov, 2016

1 commit


20 Nov, 2016

2 commits