summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-264-2/+43
| | * | | clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass2021-03-262-4/+15
| | * | | clk: sandbox: Move priv/plat data to a header fileSimon Glass2021-03-263-13/+16
| | * | | dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass2021-03-261-11/+19
| | * | | dm: core: Include dt-decl.h automaticallySimon Glass2021-03-261-0/+2
| | * | | Makefile: Remove old of-platdata files before regeneratingSimon Glass2021-03-261-2/+17
| | * | | Makefile: Use a variable for generated of-platdata headersSimon Glass2021-03-261-7/+4
| | * | | dtoc: Only generate the required filesSimon Glass2021-03-262-5/+20
| | * | | Makefile: Depend only on required of-platdata filesSimon Glass2021-03-261-2/+5
| | * | | Makefile: Avoid running dtoc every timeSimon Glass2021-03-261-5/+7
| | * | | libfdt: Tidy up pylibfdt build ruleSimon Glass2021-03-261-3/+9
| | * | | dm: Add the new dtoc-generated files to the buildSimon Glass2021-03-221-1/+2
| | * | | dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass2021-03-221-1/+4
| | * | | dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass2021-03-221-12/+30
| | * | | dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-222-2/+9
| | * | | dm: core: Allow dropping run-time binding of devicesSimon Glass2021-03-222-17/+43
| | * | | dm: core: Add macros to access the new linker listsSimon Glass2021-03-225-2/+179
| | * | | linker_lists: Allow use in data structuresSimon Glass2021-03-221-0/+12
| | * | | sandbox: Drop debug message in os_spl_to_uboot()Simon Glass2021-03-221-1/+0
| | * | | dtoc: Drop use of DECL() macrosSimon Glass2021-03-222-36/+36
| | * | | bus: ti-sysc: change in a normal driverDario Binacchi2021-03-221-6/+0
| | * | | dtoc: Generate device instancesSimon Glass2021-03-223-15/+484
| | * | | dtoc: Generate uclass devicesSimon Glass2021-03-224-13/+250
| | * | | dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-222-35/+169
| | * | | dtoc: Tidy up the list of supported phandle propertiesSimon Glass2021-03-221-7/+21
| | * | | sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2021-03-223-5/+5
| | * | | sandbox: Make sandbox,emul more conventionalSimon Glass2021-03-222-1/+6
| | * | | dtoc: Don't generate platform data with instantiationSimon Glass2021-03-222-13/+75
| | * | | dtoc: Add support for decl fileSimon Glass2021-03-222-7/+120
| | * | | dm: of-platadata: Add option for device instantiationSimon Glass2021-03-222-2/+25
| | * | | dtoc: Add an option for device instantiationSimon Glass2021-03-223-22/+36
| | * | | dtoc: Support processing the root nodeSimon Glass2021-03-224-20/+59
| | * | | dtoc: Set up the uclasses that are usedSimon Glass2021-03-224-18/+119
| | * | | dtoc: Assign a sequence number to each nodeSimon Glass2021-03-224-20/+53
| | * | | dtoc: Detect drivers only at the start of start of lineSimon Glass2021-03-221-2/+2
| | * | | dtoc: Read aliases for uclassesSimon Glass2021-03-227-3/+345
| | * | | dtoc: Warn of duplicate driversSimon Glass2021-03-222-1/+122
| | * | | dtoc: Process driver aliases along with driversSimon Glass2021-03-223-12/+11
| | * | | dtoc: Support headers needed for driversSimon Glass2021-03-223-0/+29
| | * | | Makefile: Pass the U-Boot phase to dtocSimon Glass2021-03-221-1/+1
| | * | | dtoc: Support tracking the phase of U-BootSimon Glass2021-03-226-12/+47
| | * | | dtoc: Track nodes which are actually usedSimon Glass2021-03-224-4/+37
| | * | | dtoc: Process nodes to set up required propertiesSimon Glass2021-03-223-0/+124
| | * | | dtoc: Make use of node propertiesSimon Glass2021-03-221-26/+19
| | * | | dtoc: Add some extra properties to nodesSimon Glass2021-03-221-0/+37
| | * | | dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2021-03-222-8/+8
| | * | | dtoc: Move test files into a test/ directorySimon Glass2021-03-2223-12/+24
| | * | | dtoc: Support scanning of structs in header filesSimon Glass2021-03-222-3/+128
| | * | | dtoc: Support scanning of uclassesSimon Glass2021-03-222-0/+177
| | * | | dtoc: Collect priv/plat struct info from driversSimon Glass2021-03-222-2/+55