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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: gracefully handle alias seq without of
Marcel Ziswiler
2020-06-30
1
-1
/
+3
*
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-06-11
1
-6
/
+15
*
regmap: Check for out-of-range offsets before mapping them
Pratyush Yadav
2020-06-11
1
-4
/
+4
*
dm: core: Reorder include files in read.c
Stefan Roese
2020-05-29
1
-3
/
+3
*
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
13
-0
/
+13
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
2020-05-02
2
-0
/
+16
*
acpi: Add a method to write tables for a device
Simon Glass
2020-04-30
1
-0
/
+62
*
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
2020-04-16
3
-0
/
+96
*
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
2020-04-16
9
-110
/
+125
|
\
|
*
dm: core: Read parent ofdata before children
Simon Glass
2020-04-16
1
-0
/
+16
|
*
dm: core: remove the duplicated function dm_ofnode_pre_reloc
Patrick Delaunay
2020-04-16
2
-29
/
+1
|
*
dm: core: refactor functions reading an u32 from dt
Dario Binacchi
2020-04-16
2
-36
/
+3
|
*
dm: core: support reading a single indexed u32 value
Dario Binacchi
2020-04-16
3
-0
/
+75
|
*
dm: core: Add a way to skip powering down power domains
Simon Glass
2020-04-16
2
-2
/
+3
|
*
dm: core: Add logging on unbind failure
Simon Glass
2020-04-16
2
-10
/
+14
|
*
dm: core: Move "/chosen" and "/firmware" node scan
Patrick Delaunay
2020-04-16
1
-35
/
+17
|
*
dm: core: remove redundant assignment
Heinrich Schuchardt
2020-04-16
1
-1
/
+1
|
*
dm: core: remove redundant if statement
Heinrich Schuchardt
2020-04-16
1
-4
/
+2
*
|
dm: core: Add basic ACPI support
Simon Glass
2020-04-16
3
-0
/
+43
|
/
*
dm: dump.c: Refactor dm_dump_drivers prints
Ovidiu Panait
2020-04-09
1
-7
/
+11
*
dm: dump.c: Fix segfault when entry->of_match is NULL
Ovidiu Panait
2020-04-09
1
-1
/
+2
*
dm: core: Add a flag for power domain control on device removal
Anatolij Gustschin
2020-03-02
1
-2
/
+3
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
9
-105
/
+202
|
\
|
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
4
-0
/
+4
|
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
1
-0
/
+1
|
*
cmd: Add command to dump drivers and compatible strings
Sean Anderson
2020-02-05
1
-0
/
+19
|
*
dm: core: Drop uclass_find_next_free_req_seq() conditions
Simon Glass
2020-02-05
1
-4
/
+0
|
*
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: Add ofnode_get_chosen_prop()
Simon Glass
2020-02-05
1
-3
/
+8
|
*
dm: core: Reimplement ofnode_read_size()
Simon Glass
2020-02-05
1
-19
/
+10
|
*
dm: core: Add ofnode_read_prop()
Simon Glass
2020-02-05
1
-7
/
+24
|
*
dm: core: Rename ofnode_get_chosen_prop()
Simon Glass
2020-02-05
1
-2
/
+2
|
*
dm: core: Use const device for the dev_read_...() interface
Simon Glass
2020-02-05
1
-46
/
+51
|
*
dm: core: Use const device for the devfdt...() interface
Simon Glass
2020-02-05
1
-13
/
+13
|
*
dm: core: Use const where possible in device.h
Simon Glass
2020-02-05
1
-13
/
+14
*
|
dm: core: Change syscon to use helper function
Simon Glass
2020-02-07
1
-11
/
+4
*
|
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-07
1
-0
/
+17
|
/
*
dm: Add a debug message when devices are skipped pre-reloc
Sean Anderson
2020-01-07
1
-1
/
+3
*
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
1
-5
/
+13
*
dm: devres: Use an enum for the allocation phase
Simon Glass
2020-01-07
1
-6
/
+16
*
dm: devres: Add tests
Simon Glass
2020-01-07
1
-0
/
+13
*
dm: devres: Convert to use logging
Simon Glass
2020-01-07
1
-2
/
+4
*
dm: core: Add a new flag to track platform data
Simon Glass
2020-01-07
2
-1
/
+4
*
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
[next]