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
...
*
Kconfig: Move BOUNCE_BUFFER under driver options
Simon Glass
2020-10-09
1
-0
/
+11
*
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-10-06
3
-8
/
+10
*
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-05
1
-0
/
+22
|
\
|
*
dm: core: add support for device re-parenting
Claudiu Beznea
2020-09-22
1
-0
/
+22
*
|
regmap: Add support for regmap fields
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+83
*
|
regmap: Allow devices to specify regmap range start and size in config
Pratyush Yadav
2020-09-30
1
-1
/
+5
*
|
regmap: Add regmap_init_mem_range()
Pratyush Yadav
2020-09-30
1
-0
/
+27
*
|
regmap: Allow left shifting register offset before access
Pratyush Yadav
2020-09-30
1
-1
/
+5
*
|
regmap: Allow specifying read/write width
Pratyush Yadav
2020-09-30
1
-3
/
+12
*
|
regmap: zero out the regmap on allocation
Pratyush Yadav
2020-09-30
1
-1
/
+2
*
|
regmap: Add devm_regmap_init()
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+29
*
|
dm: syscon: Fix calling dev_dbg with an uninitialized device
Sean Anderson
2020-09-30
1
-1
/
+1
*
|
x86: acpi: Add common Intel ACPI tables
Simon Glass
2020-09-25
1
-0
/
+9
*
|
dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args
Patrick Delaunay
2020-09-22
2
-4
/
+6
*
|
dm: syscon: typo alerady
Heinrich Schuchardt
2020-09-22
1
-3
/
+7
|
/
*
dm: core: Add API to read PCI bus-range property
Stefan Roese
2020-08-25
1
-0
/
+17
*
dm: core: Fix devfdt_get_addr_ptr return value
Ovidiu Panait
2020-08-22
1
-1
/
+3
*
dm: fix ofnode_read_addr/size_cells()
Heinrich Schuchardt
2020-08-22
1
-6
/
+14
*
dm: core Fix long line in device_bind_common()
Simon Glass
2020-07-24
1
-1
/
+2
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-2
/
+1
*
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
[prev]
[next]