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
/
device-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
1
-0
/
+1
*
dm: core: Add functions to set priv/plat
Simon Glass
2021-01-05
1
-0
/
+84
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-5
/
+5
*
dm: core: Drop device_bind_offset()
Simon Glass
2020-12-13
1
-7
/
+3
*
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-12-13
1
-4
/
+4
*
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
1
-1
/
+1
*
dm: core: add support for device re-parenting
Claudiu Beznea
2020-09-22
1
-0
/
+9
*
core: drop const for struct driver_info
Walter Lozano
2020-07-09
1
-1
/
+1
*
dm: core: Export a new function to read platdata
Simon Glass
2020-01-07
1
-0
/
+16
*
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
2018-11-14
1
-2
/
+2
*
device: expose the functions used to remove and unbind children of a device
Jean-Jacques Hiblot
2018-08-21
1
-0
/
+38
*
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-07-09
1
-0
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dm: core: Add a comment about the device_remove() flags
Simon Glass
2017-08-17
1
-1
/
+1
*
dm: core: Allow binding a device from a live tree
Simon Glass
2017-06-01
1
-4
/
+6
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-2
/
+3
*
dm: allow setting driver_data before/during bind
Stephen Warren
2016-05-26
1
-0
/
+24
*
dm: Remove device_probe_child()
Simon Glass
2016-01-28
1
-13
/
+0
*
Revert "dm: Export device_remove_children / device_unbind_children"
Simon Glass
2015-11-19
1
-26
/
+0
*
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
2015-08-31
1
-2
/
+2
*
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
1
-5
/
+5
*
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
1
-0
/
+13
*
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
1
-0
/
+19
*
dm: Support address translation for simple-bus
Simon Glass
2015-08-06
1
-0
/
+12
*
dm: Export device_remove_children / device_unbind_children
Hans de Goede
2015-07-21
1
-0
/
+26
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
1
-1
/
+1
*
dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
Marek Vasut
2015-02-19
1
-0
/
+4
*
dm: Allow device removal features to be dropped
Simon Glass
2014-11-21
1
-0
/
+10
*
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-10-22
1
-0
/
+13
*
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
1
-2
/
+4
*
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-06-20
1
-0
/
+4
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
1
-8
/
+8
*
dm: Add base driver model support
Simon Glass
2014-03-04
1
-0
/
+87