summaryrefslogtreecommitdiff
path: root/scripts/lib/abi/abi_parser.py
AgeCommit message (Expand)AuthorFilesLines
2025-02-13docs: ABI: move README contents to the topMauro Carvalho Chehab1-1/+1
2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab1-6/+10
2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab1-1/+1
2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab1-0/+11
2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab1-9/+13
2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab1-5/+20
2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab1-6/+15
2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab1-6/+4
2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab1-1/+1
2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab1-22/+26
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab1-15/+34
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab1-0/+52
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab1-0/+512