index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
lists.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: remove the duplicated function dm_ofnode_pre_reloc
Patrick Delaunay
2020-04-16
1
-1
/
+1
*
dm: Add a debug message when devices are skipped pre-reloc
Sean Anderson
2020-01-07
1
-1
/
+3
*
dm: core: Use U-Boot logging instead of pr_debug()
Simon Glass
2019-10-08
1
-8
/
+12
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-1
/
+8
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-10-04
1
-7
/
+8
*
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
1
-2
/
+1
*
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
1
-9
/
+6
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
1
-6
/
+6
*
dm: core: Allow binding a device from a live tree
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Set return value first in lists_bind_fdt()
Simon Glass
2017-06-01
1
-2
/
+2
*
dm: core: Match compatible strings in order of priority
Paul Burton
2016-09-21
1
-37
/
+41
*
dm: core: Don't use device tree with of-platdata
Simon Glass
2016-07-14
1
-1
/
+1
*
dm: allow setting driver_data before/during bind
Stephen Warren
2016-05-26
1
-2
/
+2
*
dm: core: allow drivers to refuse to bind
Stephen Warren
2016-05-17
1
-0
/
+4
*
dm: core: Display the error number when driver binding fails
Simon Glass
2016-01-24
1
-1
/
+2
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-1
/
+1
*
dm: core: Use debug() instead of printf() for failures
Simon Glass
2015-07-21
1
-3
/
+3
*
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2015-04-29
1
-1
/
+8
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
1
-1
/
+1
*
dm: core: remove unnecessary return condition in uclass lookup
Masahiro Yamada
2014-11-22
1
-3
/
+0
*
dm: core: remove unnecessary return condition in driver lookup
Masahiro Yamada
2014-11-22
1
-3
/
+0
*
dm: core: remove meaningless if conditional
Masahiro Yamada
2014-11-22
1
-2
/
+1
*
dm: Add a function to bind a device by driver name
Simon Glass
2014-11-22
1
-0
/
+21
*
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-11-22
1
-6
/
+14
*
dm: simplify the loop in lists_driver_lookup_name()
Masahiro Yamada
2014-10-22
1
-8
/
+1
*
dm: Adjust lists_bind_fdt() to return the bound device
Simon Glass
2014-09-10
1
-3
/
+7
*
dm: Improve errors and warnings in lists_bind_fdt()
Simon Glass
2014-07-23
1
-3
/
+13
*
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
1
-3
/
+3
*
dm: add missing includes
Jeroen Hofstee
2014-07-18
1
-0
/
+1
*
dm: Add missing header files in lists and root
Simon Glass
2014-06-20
1
-0
/
+1
*
dm: Rename struct device_id to udevice_id
Simon Glass
2014-06-20
1
-1
/
+1
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
1
-4
/
+4
*
dm: Add base driver model support
Simon Glass
2014-03-04
1
-0
/
+155