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
/
include
/
dm
Age
Commit message (
Expand
)
Author
2021-04-29
dm: core: Add size operations on device tree references
Chen Guanqiao
2021-04-15
dm: core: Correctly read <ranges> of simple-bus
Bin Meng
2021-04-15
of: extra: Introduce ofnode_phy_is_fixed_link() API
Bin Meng
2021-04-12
x86: qemu: move QFW to its own uclass
Asherah Connor
2021-03-29
Merge tag 'v2021.04-rc5' into next
Tom Rini
2021-03-28
test: Add udevice declaration to avoid build error
Simon Glass
2021-03-27
dm: core: Add CBFS support to flashmap
Simon Glass
2021-03-26
dm: core: Add warnings to private / platform setters
Simon Glass
2021-03-26
dm: core: Use separate priv/plat data region
Simon Glass
2021-03-26
dm: core: Move flags to device-runtime info
Simon Glass
2021-03-26
dm: core: Create a struct for device runtime info
Simon Glass
2021-03-26
dm: Rename device_get_by_driver_info_idx()
Simon Glass
2021-03-26
dm: core: Drop device_get_by_driver_info()
Simon Glass
2021-03-22
dm: core: Adjust uclass setup with of-platdata
Simon Glass
2021-03-22
dm: core: Add macros to access the new linker lists
Simon Glass
2021-03-22
dtoc: Generate uclass devices
Simon Glass
2021-03-22
dtoc: Support headers needed for drivers
Simon Glass
2021-03-22
dtoc: Support tracking the phase of U-Boot
Simon Glass
2021-03-12
test: Drop struct dm_test_state
Simon Glass
2021-03-12
test: Call test_pre/post_run() from driver model tests
Simon Glass
2021-03-12
test: Mark all driver model tests with a flag
Simon Glass
2021-02-18
dm: Introduce DMA constraints into the core device model
Nicolas Saenz Julienne
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
2021-02-16
net: Introduce DSA class for Ethernet switches
Claudiu Manoil
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-03
dm: core: Avoid partially removing devices
Simon Glass
2021-02-03
dm: pci: Correct use of wrong flag name
Simon Glass
2021-02-03
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-30
dm: replace auto_alloc_size with auto
Dario Binacchi
2021-01-30
do not pass NULL pointer to libfdt
Stanislav Pinchuk
2021-01-30
dm: core: Don't inline dev_read...() calls with of-platdata
Simon Glass
2021-01-16
dm: core: add function uclass_probe_all() to probe all devices
Vabhav Sharma
2021-01-12
dm: core: add a function to decode display timings
Dario Binacchi
2021-01-05
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
dtoc: Rename dt-platdata.c to dt-plat.c
Simon Glass
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
dm: core: Rename device node to indicate it is private
Simon Glass
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
dm: core: Rename device flags to indicate it is private
Simon Glass
2021-01-05
dm: core: Access device flags through functions
Simon Glass
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
[next]