summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_src_scan.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-21dtoc: Detect drivers which do not parse correctlySimon Glass1-0/+38
2021-07-21dtoc: Detect unexpected suffix on .of_matchSimon Glass1-0/+92
2021-07-21dtoc: Add a stdout check in test_normalized_name()Simon Glass1-2/+1
2021-04-06dtoc: Show driver warnings once at the endSimon Glass1-19/+19
2021-03-22dtoc: Support processing the root nodeSimon Glass1-0/+7
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass1-0/+17
2021-03-22dtoc: Warn of duplicate driversSimon Glass1-0/+95
2021-03-22dtoc: Support headers needed for driversSimon Glass1-0/+4
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-0/+3
2021-03-22dtoc: Track nodes which are actually usedSimon Glass1-1/+1
2021-03-22dtoc: Move test files into a test/ directorySimon Glass1-1/+2
2021-03-22dtoc: Support scanning of structs in header filesSimon Glass1-0/+45
2021-03-22dtoc: Support scanning of uclassesSimon Glass1-0/+55
2021-03-22dtoc: Collect priv/plat struct info from driversSimon Glass1-0/+32
2021-03-22dtoc: Ignore unwanted files when scanning for driversSimon Glass1-1/+4
2021-03-22dtoc: Scan drivers for available informationSimon Glass1-4/+127
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass1-0/+91