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 Fix long line in device_bind_common()
Simon Glass
2020-07-20
1
-1
/
+2
*
dm: core: Don't show an ACPI warning if there is no ordering
Simon Glass
2020-07-20
1
-1
/
+1
*
acpi: Enable ACPI table generation by default on x86
Simon Glass
2020-07-17
1
-1
/
+1
*
dm: acpi: Add support for the NHLT table
Simon Glass
2020-07-17
1
-0
/
+15
*
dm: core: Add a way of overriding the ACPI device path
Simon Glass
2020-07-17
1
-0
/
+19
*
acpi: Add an acpi command to list/dump generated ACPI items
Simon Glass
2020-07-17
1
-0
/
+16
*
dm: acpi: Enhance acpi_get_name()
Simon Glass
2020-07-17
1
-2
/
+11
*
acpi: Add support for DSDT generation
Simon Glass
2020-07-17
1
-1
/
+24
*
acpi: Support ordering SSDT data by device
Simon Glass
2020-07-17
1
-0
/
+84
*
acpi: Record the items added to SSDT
Simon Glass
2020-07-17
1
-4
/
+79
*
acpi: Add support for SSDT generation
Simon Glass
2020-07-17
1
-0
/
+14
*
dm: core: Add an ACPI name for the root node
Simon Glass
2020-07-17
1
-0
/
+13
*
core: extend struct driver_info to point to device
Walter Lozano
2020-07-09
2
-3
/
+27
*
core: drop const for struct driver_info
Walter Lozano
2020-07-09
2
-2
/
+2
*
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
1
-2
/
+2
*
cmd: dm: Fixed/Added DM driver listing subcommands
Niel Fourie
2020-07-07
1
-1
/
+54
*
dm: Fix error handling for dev_read_addr_ptr
Sean Anderson
2020-07-01
1
-1
/
+1
*
dm: Add support for simple-pm-bus
Sean Anderson
2020-07-01
3
-0
/
+64
*
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
[next]