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