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
/
drivers
/
core
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: Read parent ofdata before children
Simon Glass
2020-04-16
1
-0
/
+16
*
dm: core: remove redundant if statement
Heinrich Schuchardt
2020-04-16
1
-4
/
+2
*
dm: core: Add a way to iterate through children, probing each
Simon Glass
2020-02-05
1
-0
/
+22
*
dm: core: Add a way to read platdata for all child devices
Simon Glass
2020-02-05
1
-0
/
+36
*
dm: core: Use const where possible in device.h
Simon Glass
2020-02-05
1
-13
/
+14
*
dm: core: Add a new flag to track platform data
Simon Glass
2020-01-07
1
-1
/
+3
*
dm: core: Export a new function to read platdata
Simon Glass
2020-01-07
1
-2
/
+27
*
dm: core: Allocate parent data separate from probing parent
Simon Glass
2020-01-07
1
-8
/
+11
*
dm: core: Move ofdata_to_platdata() call earlier
Simon Glass
2020-01-07
1
-7
/
+7
*
dm: core: Don't clear active flag twice when probe() fails
Simon Glass
2020-01-07
1
-3
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
2019-10-22
1
-1
/
+1
*
dm: core: Allow for not controlling the power-domain by DM framework
Lokesh Vutla
2019-10-15
1
-1
/
+2
*
core: device: use dev_power_domain_on
Peng Fan
2019-10-15
1
-3
/
+3
*
dm: device: Request next sequence number
Thomas Fitzsimmons
2019-10-15
1
-0
/
+5
*
dm: core: Add a function to count the children of a device
Lokesh Vutla
2019-10-11
1
-0
/
+11
*
dm: core: Call ofdata_to_platdata() with of-platdata
Simon Glass
2019-10-08
1
-1
/
+2
*
dm: core: Decouple DM from DT
Marek Vasut
2019-09-02
1
-0
/
+4
*
dm: device: make power domain calls optional
Anatolij Gustschin
2019-07-24
1
-1
/
+2
*
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
Bin Meng
2019-07-24
1
-4
/
+10
*
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-12-10
1
-4
/
+6
*
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
1
-0
/
+34
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-1
/
+1
*
dm: core: Add a function to find the first inactive child
Simon Glass
2018-10-09
1
-0
/
+18
*
dm: core: Update some functions to use const
Simon Glass
2018-10-09
1
-12
/
+12
*
dm: core: Alloc uclass-private data to be cache-aligned
Simon Glass
2018-10-09
1
-1
/
+2
*
core: Add dev_{disable,enable}_by_path
Mario Six
2018-09-29
1
-0
/
+78
*
dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()
Jean-Jacques Hiblot
2018-08-21
1
-6
/
+13
*
dm: core: device: enable power domain in probe
Peng Fan
2018-08-06
1
-0
/
+7
*
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-07-09
1
-0
/
+8
*
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2018-05-07
1
-7
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-28
1
-0
/
+6
*
core: Make device_is_compatible live-tree compatible
Mario Six
2018-01-21
1
-1
/
+6
*
dm: core: Round up size when allocating so that it is cache line aligned
Faiz Abbas
2017-10-08
1
-0
/
+1
*
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-10-04
1
-1
/
+1
*
dm: core: Allow binding a device from a live tree
Simon Glass
2017-06-01
1
-10
/
+8
*
dm: core: Rename of_device_is_compatible()
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Adjust device_bind_common() to take an ofnode
Simon Glass
2017-06-01
1
-8
/
+10
*
dm: core: Add ofnode to represent device tree nodes
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Move dev_get_addr() etc. into a separate file
Simon Glass
2017-06-01
1
-125
/
+0
*
dm: core: Ensure DMA regions start up with the cache clean
Simon Glass
2017-04-13
1
-1
/
+29
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-13
/
+14
*
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
Stefan Roese
2016-12-02
1
-0
/
+22
*
Fix codying style broken by recent libfdt sync
Masahiro Yamada
2016-10-24
1
-2
/
+2
*
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-10-13
1
-1
/
+1
*
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
2016-08-12
1
-1
/
+1
[next]