index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
dm
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Correctly read <ranges> of simple-bus
Bin Meng
2021-04-15
1
-3
/
+3
*
of: extra: Introduce ofnode_phy_is_fixed_link() API
Bin Meng
2021-04-15
1
-0
/
+20
*
x86: qemu: move QFW to its own uclass
Asherah Connor
2021-04-12
1
-0
/
+1
*
Merge tag 'v2021.04-rc5' into next
Tom Rini
2021-03-29
1
-0
/
+2
|
\
|
*
test: Add udevice declaration to avoid build error
Simon Glass
2021-03-28
1
-0
/
+2
*
|
dm: core: Add CBFS support to flashmap
Simon Glass
2021-03-27
1
-0
/
+8
*
|
dm: core: Add warnings to private / platform setters
Simon Glass
2021-03-26
2
-0
/
+21
*
|
dm: core: Use separate priv/plat data region
Simon Glass
2021-03-26
1
-0
/
+9
*
|
dm: core: Move flags to device-runtime info
Simon Glass
2021-03-26
1
-0
/
+8
*
|
dm: core: Create a struct for device runtime info
Simon Glass
2021-03-26
1
-0
/
+15
*
|
dm: Rename device_get_by_driver_info_idx()
Simon Glass
2021-03-26
1
-5
/
+11
*
|
dm: core: Drop device_get_by_driver_info()
Simon Glass
2021-03-26
2
-30
/
+0
*
|
dm: core: Adjust uclass setup with of-platdata
Simon Glass
2021-03-22
1
-0
/
+3
*
|
dm: core: Add macros to access the new linker lists
Simon Glass
2021-03-22
4
-0
/
+177
*
|
dtoc: Generate uclass devices
Simon Glass
2021-03-22
1
-0
/
+5
*
|
dtoc: Support headers needed for drivers
Simon Glass
2021-03-22
1
-0
/
+18
*
|
dtoc: Support tracking the phase of U-Boot
Simon Glass
2021-03-22
1
-0
/
+16
*
|
test: Drop struct dm_test_state
Simon Glass
2021-03-12
1
-17
/
+0
*
|
test: Call test_pre/post_run() from driver model tests
Simon Glass
2021-03-12
1
-1
/
+1
*
|
test: Mark all driver model tests with a flag
Simon Glass
2021-03-12
1
-1
/
+2
|
/
*
dm: Introduce DMA constraints into the core device model
Nicolas Saenz Julienne
2021-02-18
1
-0
/
+13
*
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
2021-02-18
3
-0
/
+54
*
net: Introduce DSA class for Ethernet switches
Claudiu Manoil
2021-02-16
1
-0
/
+1
*
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-15
3
-0
/
+4
|
\
|
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
3
-0
/
+4
*
|
dm: core: Add late driver remove option
Marek Vasut
2021-02-03
2
-4
/
+16
*
|
dm: core: Avoid partially removing devices
Simon Glass
2021-02-03
1
-1
/
+8
*
|
dm: pci: Correct use of wrong flag name
Simon Glass
2021-02-03
1
-0
/
+3
*
|
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
Simon Glass
2021-02-03
1
-1
/
+1
|
/
*
dm: replace auto_alloc_size with auto
Dario Binacchi
2021-01-30
1
-1
/
+1
*
do not pass NULL pointer to libfdt
Stanislav Pinchuk
2021-01-30
1
-1
/
+1
*
dm: core: Don't inline dev_read...() calls with of-platdata
Simon Glass
2021-01-30
1
-2
/
+1
*
dm: core: add function uclass_probe_all() to probe all devices
Vabhav Sharma
2021-01-16
1
-0
/
+11
*
dm: core: add a function to decode display timings
Dario Binacchi
2021-01-12
1
-0
/
+24
*
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
1
-8
/
+0
*
dtoc: Rename dt-platdata.c to dt-plat.c
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
2
-2
/
+2
*
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
Simon Glass
2021-01-05
1
-7
/
+3
*
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
4
-12
/
+12
*
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
1
-0
/
+1
*
dm: core: Rename device node to indicate it is private
Simon Glass
2021-01-05
1
-4
/
+7
*
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
2
-3
/
+22
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
2
-17
/
+12
*
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: core: Rename device flags to indicate it is private
Simon Glass
2021-01-05
1
-8
/
+9
*
dm: core: Access device flags through functions
Simon Glass
2021-01-05
1
-0
/
+15
*
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
1
-4
/
+5
*
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
2021-01-05
1
-0
/
+15
*
test: Move some test drivers into their own file
Simon Glass
2021-01-05
1
-0
/
+18
[next]