index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
root.c
Age
Commit message (
Expand
)
Author
2024-07-26
dm: core: scan reserved-memory nodes
Caleb Connolly
2024-07-03
dm: core: migrate debug() messages to use dm_warn
Quentin Schulz
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
core: Remove <common.h> and add needed includes
Tom Rini
2023-10-17
lib: acpi: Fix linking SPL when ACPIGEN is enabled
Sean Anderson
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-14
dm: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-08-22
dm: event: add EVT_DM_POST_INIT_R event type
Chanho Park
2023-05-11
dm: Emit the arch_cpu_init_dm() even only before relocation
Simon Glass
2023-01-12
dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL
Quentin Schulz
2022-06-28
dm: core: Add a way to collect memory usage
Simon Glass
2022-04-28
dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag
Marek Vasut
2022-04-18
dm: core: Deal with a wrinkle with linker lists
Simon Glass
2022-04-09
dm: add tag support
AKASHI Takahiro
2022-03-10
event: Convert arch_cpu_init_dm() to use events
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-23
dm: core: Allow getting some basic stats
Simon Glass
2021-10-12
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...
Tom Rini
2021-10-12
cmd: bind: Fix driver binding on a device
Patrice Chotard
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-07-06
remove struct uclass_driver::ops
Rasmus Villemoes
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
2021-04-29
dm: core: Fix uninitialized return value from dm_scan_fdt_node
Sean Anderson
2021-03-26
dm: core: Use separate priv/plat data region
Simon Glass
2021-03-26
dm: core: Allow storing priv/plat data separately
Simon Glass
2021-03-26
dm: core: Create a struct for device runtime info
Simon Glass
2021-03-22
dm: core: Set up driver model for OF_PLATDATA_INST
Simon Glass
2021-03-22
dm: core: Adjust uclass setup with of-platdata
Simon Glass
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
2021-01-05
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
dm: core: Split out scanning code to dm_scan()
Simon Glass
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2020-12-18
dm: core: Add a new sequence number for devices
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
dm: core: Combine the flattree and livetree binding code
Simon Glass
2020-12-13
dm: core: Add an ofnode function to get the devicetree root
Simon Glass
2020-10-29
dm: core: Convert #ifdef to if() in root.c
Simon Glass
2020-10-29
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
[next]