sphinx: kernel_feat.py: add a script to parse feature files
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 30 Nov 2020 15:36:33 +0000 (16:36 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 3 Dec 2020 22:10:14 +0000 (15:10 -0700)
commitb97212255f44b70c986ecde6004021ba6c835614
tree83ee9864820bfb0f9ac570e2da0f08e404780ca7
parentca908577790fd0dc3070813b752d7eb7f74e609f
sphinx: kernel_feat.py: add a script to parse feature files

The feature files have a special well-defined format. Add
a script that parses them, allowing to search for a feature
and/or by an architecture and to produce ReST-compatible
outputs.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/bb2e51e5aa883e2583a4a6280f1c1b391bd8ef4c.1606748711.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/sphinx/kernel_feat.py [new file with mode: 0644]