summaryrefslogtreecommitdiff
path: root/tools/dtoc/src_scan.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-21dtoc: Detect drivers which do not parse correctlySimon Glass1-1/+6
2021-07-21dtoc: Detect unexpected suffix on .of_matchSimon Glass1-3/+9
2021-07-21dtoc: Correct the re_compat regular expressionSimon Glass1-2/+2
2021-07-21dtoc: Allow multiple warnings for a driverSimon Glass1-4/+20
2021-07-21dtoc: Avoid using subscripts on match objectsSimon Glass1-1/+1
2021-04-06dtoc: Show driver warnings once at the endSimon Glass1-6/+9
2021-03-22dtoc: Support processing the root nodeSimon Glass1-16/+23
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass1-0/+45
2021-03-22dtoc: Detect drivers only at the start of start of lineSimon Glass1-2/+2
2021-03-22dtoc: Read aliases for uclassesSimon Glass1-1/+31
2021-03-22dtoc: Warn of duplicate driversSimon Glass1-1/+27
2021-03-22dtoc: Process driver aliases along with driversSimon Glass1-11/+5
2021-03-22dtoc: Support headers needed for driversSimon Glass1-0/+7
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-1/+11
2021-03-22dtoc: Track nodes which are actually usedSimon Glass1-3/+22
2021-03-22dtoc: Process nodes to set up required propertiesSimon Glass1-0/+11
2021-03-22dtoc: Support scanning of structs in header filesSimon Glass1-3/+83
2021-03-22dtoc: Support scanning of uclassesSimon Glass1-0/+122
2021-03-22dtoc: Collect priv/plat struct info from driversSimon Glass1-2/+23
2021-03-22dtoc: Ignore unwanted files when scanning for driversSimon Glass1-0/+5
2021-03-22dtoc: Scan drivers for available informationSimon Glass1-10/+184
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass1-2/+2
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass1-0/+185