summaryrefslogtreecommitdiff
path: root/tools/dtoc/src_scan.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Show driver warnings once at the endSimon Glass2021-04-061-6/+9
* dtoc: Support processing the root nodeSimon Glass2021-03-221-16/+23
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-221-0/+45
* dtoc: Detect drivers only at the start of start of lineSimon Glass2021-03-221-2/+2
* dtoc: Read aliases for uclassesSimon Glass2021-03-221-1/+31
* dtoc: Warn of duplicate driversSimon Glass2021-03-221-1/+27
* dtoc: Process driver aliases along with driversSimon Glass2021-03-221-11/+5
* dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+7
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-1/+11
* dtoc: Track nodes which are actually usedSimon Glass2021-03-221-3/+22
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-221-0/+11
* dtoc: Support scanning of structs in header filesSimon Glass2021-03-221-3/+83
* dtoc: Support scanning of uclassesSimon Glass2021-03-221-0/+122
* dtoc: Collect priv/plat struct info from driversSimon Glass2021-03-221-2/+23
* dtoc: Ignore unwanted files when scanning for driversSimon Glass2021-03-221-0/+5
* dtoc: Scan drivers for available informationSimon Glass2021-03-221-10/+184
* dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-051-2/+2
* dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-051-0/+185