16 Oct, 2018

1 commit

  • Clarify the intention that interfaces and upper layers use
    regions rather than managers directly.

    Rearrange API documentation to better group the API functions
    used to create FPGA mgr/bridge/regions and the API used for
    programming FPGAs.

    Signed-off-by: Alan Tull
    Suggested-by: Federico Vaga
    Acked-by: Moritz Fischer
    Signed-off-by: Greg Kroah-Hartman

    Alan Tull
     

07 Jul, 2018

1 commit

  • Minor fixes including:

    * fix some typos
    * correct use of a/an
    * rephrase explanation of .state ops function
    * s/re-use/reuse/ (use only one spelling of 'reuse' in these docs)
    * s/cpu/CPU/

    Signed-off-by: Alan Tull
    Acked-by: Randy Dunlap
    Signed-off-by: Greg Kroah-Hartman

    Alan Tull
     

26 May, 2018

1 commit

  • Start of moving Documentation/fpga/*.txt to driver-api, including:
    - Add new directory driver-api/fpga
    - Add new file driver-api/fpga/index.rst
    - Add driver-api/fpga to driver-api/index.rst
    - Move Documentation/fpga/overview.txt to driver-api/fpga/intro.rst
    - Formatting and rewrites so that intro.rst will build cleanly
    and form a good introduction to the rest of the docs to be added.

    Signed-off-by: Alan Tull
    Signed-off-by: Greg Kroah-Hartman

    Alan Tull