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
/
test
/
dm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
acpi: Support generation of a GPIO/irq for a device
Simon Glass
2020-07-17
1
-0
/
+41
*
acpi: Support generation of GPIO descriptor
Simon Glass
2020-07-17
1
-0
/
+91
*
acpi: Support string output
Simon Glass
2020-07-17
1
-0
/
+42
*
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
2020-07-17
1
-0
/
+62
*
acpi: Support generation of interrupt descriptor
Simon Glass
2020-07-17
1
-0
/
+32
*
acpi: Support generation of ACPI code
Simon Glass
2020-07-17
2
-0
/
+73
*
irq: Add a method to convert an interrupt to ACPI
Simon Glass
2020-07-17
1
-0
/
+23
*
acpi: Add a way to check device status
Simon Glass
2020-07-17
1
-0
/
+12
*
acpi: Add a function to get a device path and scope
Simon Glass
2020-07-17
1
-13
/
+82
*
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
2
-4
/
+4
*
test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()
Bin Meng
2020-07-09
1
-0
/
+69
*
test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()
Bin Meng
2020-07-09
1
-1
/
+1
*
test/dm: fdtdec: Add the missing gd declaration
Bin Meng
2020-07-09
1
-0
/
+2
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-07-09
1
-23
/
+37
|
\
|
*
video: sandbox: Add support for the copy framebuffer
Simon Glass
2020-07-09
1
-21
/
+34
|
*
video: Add comments to struct sandbox_sdl_plat
Simon Glass
2020-07-09
1
-1
/
+2
|
*
video: Adjust rotated console to start at right edge
Simon Glass
2020-07-09
1
-1
/
+1
*
|
test: dm: rtc: add tests of rtc shell command
Rasmus Villemoes
2020-07-09
1
-0
/
+58
*
|
test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
Rasmus Villemoes
2020-07-09
1
-0
/
+45
*
|
rtc: sandbox-rtc: fix set method
Rasmus Villemoes
2020-07-09
1
-1
/
+14
|
/
*
gpio: search for gpio label if gpio is not found through bank name
Heiko Schocher
2020-07-07
1
-0
/
+9
*
Merge branch 'next'
Tom Rini
2020-07-06
8
-13
/
+250
|
\
|
*
reset: Add generic reset driver
Sean Anderson
2020-07-01
2
-0
/
+60
|
*
dm: Add support for simple-pm-bus
Sean Anderson
2020-07-01
2
-0
/
+46
|
*
clk: Add K210 pll support
Sean Anderson
2020-07-01
2
-0
/
+97
|
*
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-29
1
-1
/
+1
|
*
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-06-11
2
-12
/
+24
|
*
usb: provide a device tree node to USB devices
Michael Walle
2020-06-11
1
-0
/
+22
*
|
sandbox, test: add test for GPIO_HOG function
Heiko Schocher
2020-07-05
1
-0
/
+23
|
/
*
sf: Drop spl_flash_get_sw_write_prot
Jagan Teki
2020-06-01
1
-9
/
+1
*
test: Use ut_asserteq_mem() where possible
Simon Glass
2020-05-19
9
-96
/
+104
*
common: Drop log.h from common header
Simon Glass
2020-05-18
26
-0
/
+26
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-1
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
2020-05-12
1
-0
/
+89
|
\
|
*
test: dm: update test for open-drain/open-source emulation in gpio-uclass
Neil Armstrong
2020-05-11
1
-0
/
+89
*
|
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
2020-05-10
2
-0
/
+54
|
\
|
|
*
test: dm: phy: add a test item for the phy_bulk API
Chunfeng Yun
2020-05-02
1
-0
/
+33
|
*
test: dm: add test item for ofnode_get_child_count()
Chunfeng Yun
2020-05-02
1
-0
/
+21
*
|
test: cpu: test current cpu
Peng Fan
2020-05-03
1
-0
/
+2
|
/
*
acpi: Add an acpi command
Simon Glass
2020-04-30
1
-0
/
+73
*
acpi: Move the xsdt pointer to acpi_ctx
Simon Glass
2020-04-30
1
-0
/
+5
*
acpi: Put table-setup code in its own function
Simon Glass
2020-04-30
1
-10
/
+54
*
acpi: Move acpi_add_table() to generic code
Simon Glass
2020-04-30
1
-1
/
+15
*
acpi: Convert part of acpi_table to use acpi_ctx
Simon Glass
2020-04-30
1
-0
/
+28
*
acpi: Add a method to write tables for a device
Simon Glass
2020-04-30
1
-3
/
+71
*
test: dm: update test for pins configuration in gpio
Patrick Delaunay
2020-04-16
2
-7
/
+61
*
gpio: remove the open_drain API and ops
Patrick Delaunay
2020-04-16
1
-7
/
+0
*
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
2020-04-16
2
-1
/
+52
*
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
2020-04-16
3
-1
/
+125
|
\
[prev]
[next]