An error occurred fetching the project authors.
  1. 15 Jul, 2019 7 commits
  2. 01 Jul, 2019 1 commit
  3. 06 Jun, 2019 1 commit
  4. 25 Apr, 2019 2 commits
  5. 08 Feb, 2019 1 commit
    • Daniel Vetter's avatar
      component: Add documentation · 4d69c80e
      Daniel Vetter authored
      While typing these I think doing an s/component_master/aggregate/
      would be useful:
      - it's shorter :-)
      - I think component/aggregate is much more meaningful naming than
        component/puppetmaster or something like that. At least to my
        English ear "aggregate" emphasizes much more the "assemble a pile of
        things into something bigger" aspect, and there's not really much
        of a control hierarchy between aggregate and constituing components.
      
      But that's way more than a quick doc typing exercise ...
      
      Thanks to Ram for commenting on an initial draft of these docs.
      
      v2: Review from Rafael:
      - git add Documenation/driver-api/component.rst
      - lots of polish to the wording + spelling fixes.
      
      v3: Review from Russell:
      - s/framework/helper
      - clarify the documentation for component_match_add functions.
      
      v4: Remove a few superflous "This".
      Reviewed-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Cc: "C, Ramalingam" <ramalingam.c@intel.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Rafael J. Wysocki <rafael@kernel.org>
      Cc: Jaroslav Kysela <perex@perex.cz>
      Cc: Takashi Iwai <tiwai@suse.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190207232759.14553-1-daniel.vetter@ffwll.ch
      4d69c80e
  6. 12 Nov, 2018 1 commit
  7. 17 Oct, 2018 1 commit
    • Logan Gunthorpe's avatar
      docs-rst: Add a new directory for PCI documentation · fcc78f9c
      Logan Gunthorpe authored
      Add a new directory in the driver API guide for PCI-specific documentation.
      
      This is in preparation for adding a new PCI P2P DMA driver writers guide
      which will go in this directory.
      Signed-off-by: default avatarLogan Gunthorpe <logang@deltatee.com>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Logan Gunthorpe <logang@deltatee.com>
      Cc: Thierry Reding <treding@nvidia.com>
      Cc: Sanyog Kale <sanyog.r.kale@intel.com>
      Cc: Sagar Dharia <sdharia@codeaurora.org>
      fcc78f9c
  8. 06 Sep, 2018 1 commit
    • Randy Dunlap's avatar
      FireWire: add a Documentation driver-api chapter · ea2ae0ec
      Randy Dunlap authored
      Add a basic Firewire/IEEE 1394 driver API chapter to the Linux
      kernel documentation.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
      Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
      Cc: linux-doc@vger.kernel.org
      Cc: linux-scsi@vger.kernel.org
      Cc: Randy Dunlap <rdunlap@infradead.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
      Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      ea2ae0ec
  9. 25 May, 2018 1 commit
  10. 08 May, 2018 2 commits
  11. 20 Apr, 2018 1 commit
  12. 23 Mar, 2018 1 commit
  13. 19 Dec, 2017 2 commits
  14. 05 Nov, 2017 1 commit
  15. 14 Aug, 2017 1 commit
  16. 20 Jun, 2017 1 commit
  17. 16 May, 2017 6 commits
  18. 11 Apr, 2017 1 commit
  19. 02 Apr, 2017 1 commit
  20. 06 Feb, 2017 1 commit
  21. 01 Feb, 2017 2 commits
    • Jonathan Corbet's avatar
      docs: Convert the regulator docbook to RST · 028f2533
      Jonathan Corbet authored
      A fairly straightforward conversion to RST; the document is then added to
      the driver-api manual.
      
      Of course, this document has seen no substantive changes since 2008, so
      chances are it needs work in other areas as well.
      
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      028f2533
    • Jonathan Corbet's avatar
      docs: Convert the deviceio template to RST · 8a8a602f
      Jonathan Corbet authored
      Convert deviceiobook.tmpl to RST and incorporate it into the driver API
      manual.
      
      Like the rest of our documentation, this one could use some work.  There's
      no mention of ioremap() and friends, no mention of io_read*() and friends.
      But we have nice documentation for all those folks writing new drivers that
      do port I/O :).
      
      The :c:func: notation has been left off of all the read*/write* functions.
      There's no kerneldoc comments for them anyway, so those links will never be
      live, and writing a bunch of repetitive "read a byte from I/O memory"
      comments lacks appeal.
      
      Cc: Matthew Wilcox <willy@infradead.org>
      Cc: Alan Cox <gnomes@lxorguk.ukuu.org.uk>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      8a8a602f
  22. 31 Jan, 2017 1 commit
  23. 11 Jan, 2017 1 commit
  24. 04 Jan, 2017 1 commit
  25. 15 Dec, 2016 1 commit