All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v2 00/12] Intel Wired LAN Documentation Updates
@ 2018-10-10 19:16 Jeff Kirsher
  2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 01/12] Documentation: e100, e1000: Add missing SPDX header Jeff Kirsher
                   ` (11 more replies)
  0 siblings, 12 replies; 41+ messages in thread
From: Jeff Kirsher @ 2018-10-10 19:16 UTC (permalink / raw)
  To: intel-wired-lan

So I am resurrecting my previous kernel documentation update series of
patches.  I finally grouped all the updates into a single series.

This series updates or adds missing kernel documentation on our Intel
wired LAN drivers.  In addition, I converted the documentation to the
reStructured Text (RST) format which is used in the Linux kernel
documentation builds.


Jeff Kirsher (12):
  Documentation: e100, e1000: Add missing SPDX header
  Documentation: ixgb: Prepare documentation for RST conversion
  Documentation: e1000e: Prepare documentation for RST conversion
  Documentation: igb: Prepare documentation for RST conversion
  Documentation: igbvf: Prepare documentation for RST conversion
  Documentation: ixgbe: Prepare documentation for RST conversion
  Documentation: ixgbevf: Prepare documentation for RST conversion
  Documentation: i40e: Prepare documentation for RST conversion
  Documentation: iavf: Prepare documentation for RST conversion
  Documentation: ice: Prepare documentation for RST conversion
  Documentation: fm10k: Add kernel documentation
  Documentation: intel: Convert to RST format

 Documentation/networking/00-INDEX    |  20 -
 Documentation/networking/e100.rst    |   3 +-
 Documentation/networking/e1000.rst   |   3 +-
 Documentation/networking/e1000e.rst  | 382 +++++++++++++
 Documentation/networking/e1000e.txt  | 312 -----------
 Documentation/networking/fm10k.rst   | 141 +++++
 Documentation/networking/i40e.rst    | 781 +++++++++++++++++++++++++++
 Documentation/networking/i40e.txt    | 190 -------
 Documentation/networking/iavf.rst    | 281 ++++++++++
 Documentation/networking/iavf.txt    |  56 --
 Documentation/networking/ice.rst     |  45 ++
 Documentation/networking/ice.txt     |  39 --
 Documentation/networking/igb.rst     | 193 +++++++
 Documentation/networking/igb.txt     | 129 -----
 Documentation/networking/igbvf.rst   |  64 +++
 Documentation/networking/igbvf.txt   |  80 ---
 Documentation/networking/index.rst   |  10 +
 Documentation/networking/ixgb.rst    | 467 ++++++++++++++++
 Documentation/networking/ixgb.txt    | 432 ---------------
 Documentation/networking/ixgbe.rst   | 527 ++++++++++++++++++
 Documentation/networking/ixgbe.txt   | 349 ------------
 Documentation/networking/ixgbevf.rst |  66 +++
 Documentation/networking/ixgbevf.txt |  52 --
 MAINTAINERS                          |  19 +-
 drivers/net/ethernet/intel/Kconfig   |  26 +-
 25 files changed, 2993 insertions(+), 1674 deletions(-)
 create mode 100644 Documentation/networking/e1000e.rst
 delete mode 100644 Documentation/networking/e1000e.txt
 create mode 100644 Documentation/networking/fm10k.rst
 create mode 100644 Documentation/networking/i40e.rst
 delete mode 100644 Documentation/networking/i40e.txt
 create mode 100644 Documentation/networking/iavf.rst
 delete mode 100644 Documentation/networking/iavf.txt
 create mode 100644 Documentation/networking/ice.rst
 delete mode 100644 Documentation/networking/ice.txt
 create mode 100644 Documentation/networking/igb.rst
 delete mode 100644 Documentation/networking/igb.txt
 create mode 100644 Documentation/networking/igbvf.rst
 delete mode 100644 Documentation/networking/igbvf.txt
 create mode 100644 Documentation/networking/ixgb.rst
 delete mode 100644 Documentation/networking/ixgb.txt
 create mode 100644 Documentation/networking/ixgbe.rst
 delete mode 100644 Documentation/networking/ixgbe.txt
 create mode 100644 Documentation/networking/ixgbevf.rst
 delete mode 100644 Documentation/networking/ixgbevf.txt

-- 
2.17.1


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

end of thread, other threads:[~2018-10-12  1:29 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 19:16 [Intel-wired-lan] [PATCH v2 00/12] Intel Wired LAN Documentation Updates Jeff Kirsher
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 01/12] Documentation: e100, e1000: Add missing SPDX header Jeff Kirsher
2018-10-11 15:39   ` Bowers, AndrewX
2018-10-12  1:27   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 02/12] Documentation: ixgb: Prepare documentation for RST conversion Jeff Kirsher
2018-10-11 15:39   ` Bowers, AndrewX
2018-10-11 20:20   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 03/12] Documentation: e1000e: " Jeff Kirsher
2018-10-11 15:40   ` Bowers, AndrewX
2018-10-11 20:29   ` Brown, Aaron F
2018-10-11 21:14   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 04/12] Documentation: igb: " Jeff Kirsher
2018-10-11 15:40   ` Bowers, AndrewX
2018-10-11 21:27   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 05/12] Documentation: igbvf: " Jeff Kirsher
2018-10-11 15:41   ` Bowers, AndrewX
2018-10-11 21:39   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 06/12] Documentation: ixgbe: " Jeff Kirsher
2018-10-11 15:41   ` Bowers, AndrewX
2018-10-11 16:40   ` Shannon Nelson
2018-10-11 23:50   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 07/12] Documentation: ixgbevf: " Jeff Kirsher
2018-10-11 15:41   ` Bowers, AndrewX
2018-10-11 21:45   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 08/12] Documentation: i40e: " Jeff Kirsher
2018-10-11 16:41   ` Shannon Nelson
2018-10-11 17:41     ` Keller, Jacob E
2018-10-12  0:51   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 09/12] Documentation: iavf: " Jeff Kirsher
2018-10-11 15:42   ` Bowers, AndrewX
2018-10-12  1:18   ` Brown, Aaron F
2018-10-12  1:26   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 10/12] Documentation: ice: " Jeff Kirsher
2018-10-11 15:43   ` Bowers, AndrewX
2018-10-12  1:29   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 11/12] Documentation: fm10k: Add kernel documentation Jeff Kirsher
2018-10-11 15:43   ` Bowers, AndrewX
2018-10-12  1:00   ` Brown, Aaron F
2018-10-10 19:16 ` [Intel-wired-lan] [PATCH v2 12/12] Documentation: intel: Convert to RST format Jeff Kirsher
2018-10-11 15:44   ` Bowers, AndrewX
2018-10-12  1:28   ` Brown, Aaron F

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.