~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: event: add EVT_DM_POST_INIT_R event typeChanho Park2023-08-22
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-11
* dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz2023-01-12
* dm: core: Add a way to collect memory usageSimon Glass2022-06-28
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-28
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-18
* dm: add tag supportAKASHI Takahiro2022-04-09
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* dm: core: Allow getting some basic statsSimon Glass2021-12-23
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-12
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-12
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
|/
* remove struct uclass_driver::opsRasmus Villemoes2021-07-06
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-12
* dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson2021-04-29
* dm: core: Use separate priv/plat data regionSimon Glass2021-03-26
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-26
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-26
* dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass2021-03-22
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-22
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-15
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* | dm: core: Add late driver remove optionMarek Vasut2021-02-03
|/
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-12
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-05
* dm: core: Allow the uclass list to moveSimon Glass2021-01-05
* dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-05
* dm: core: Access device ofnode through functionsSimon Glass2021-01-05
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-05
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-18
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-13
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-13
* dm: core: Combine the flattree and livetree binding codeSimon Glass2020-12-13
* dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-13
* dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-29
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-29
* dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-29
* dm: core: Add an ACPI name for the root nodeSimon Glass2020-07-17
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-09
* core: drop const for struct driver_infoWalter Lozano2020-07-09
* common: Drop log.h from common headerSimon Glass2020-05-18
* dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-16
* dm: core: Decouple DM from DTMarek Vasut2019-09-02
* dm: core: Fix dm_extended_scan_fdt()Patrice Chotard2019-05-21
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-23