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
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2018-12-10
1
-0
/
+29
|
\
|
*
syscon: dm: Add a new method to get a regmap from DTS
Jean-Jacques Hiblot
2018-12-07
1
-0
/
+29
*
|
test: dma: add dma-uclass test
Grygorii Strashko
2018-12-07
2
-0
/
+124
*
|
dm: Add Hardware Spinlock class
Benjamin Gaignard
2018-12-06
2
-0
/
+41
|
/
*
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-12-05
3
-4
/
+94
|
\
|
*
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
2018-12-05
1
-0
/
+5
|
*
dm: serial: Add ->getconfig() callback
Andy Shevchenko
2018-12-05
1
-0
/
+7
|
*
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-12-05
1
-2
/
+80
|
*
sandbox: sysreset: Update to support power-on reset
Simon Glass
2018-12-05
1
-2
/
+2
*
|
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-12-05
1
-0
/
+26
|
\
\
|
|
/
|
/
|
|
*
test: regmap: add regmap_read_poll_timeout test
Neil Armstrong
2018-11-24
1
-0
/
+26
*
|
dm: sandbox: i2c: Use new emulator parent uclass
Simon Glass
2018-11-29
2
-5
/
+6
*
|
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
1
-0
/
+27
*
|
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-29
1
-0
/
+20
*
|
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2018-11-26
1
-2
/
+2
|
\
\
|
*
|
dm: video: correctly set the cursor position
Heinrich Schuchardt
2018-11-17
1
-2
/
+2
*
|
|
sandbox: Drop the deprecated 'sb' command
Simon Glass
2018-11-26
1
-1
/
+1
*
|
|
sf: Add a method to obtain the block-protect setting
Simon Glass
2018-11-20
1
-0
/
+9
*
|
|
test: sf: Add a simple SPI flash test
Simon Glass
2018-11-20
1
-2
/
+44
*
|
|
misc: Update read() and write() methods to return bytes xfered
Simon Glass
2018-11-20
1
-3
/
+3
|
|
/
|
/
|
*
|
dm: adc: add uclass's mask and conversion helpers
Fabrice Gasnier
2018-11-20
1
-0
/
+35
|
/
*
test: dm: virtio: Add test cases for virtio uclass
Bin Meng
2018-11-14
2
-0
/
+123
*
test: dm: pci: Add cases for finding next PCI capability APIs
Bin Meng
2018-11-14
1
-0
/
+20
*
test: dm: blk: Correct blk_base test case
Bin Meng
2018-11-14
1
-16
/
+11
*
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
2
-2
/
+50
*
test: regmap: Add test for regmap_{set, get}
Mario Six
2018-11-14
1
-0
/
+28
*
test: regmap: Increase size of syscon0 memory
Mario Six
2018-11-14
1
-1
/
+1
*
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
2
-4
/
+27
*
test: tee: fix resource leak in dm_test_tee()
Jens Wiklander
2018-11-01
1
-9
/
+26
*
test: Add test for PCI device without compat string and with DT node
Marek Vasut
2018-10-20
1
-0
/
+5
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2018-10-11
1
-0
/
+170
|
\
|
*
net: Don't overwrite waiting packets with asynchronous replies
Joe Hershberger
2018-10-10
1
-4
/
+2
|
*
test: eth: Add a test for the target being pinged
Joe Hershberger
2018-10-10
1
-0
/
+86
|
*
test: eth: Add a test for ARP requests
Joe Hershberger
2018-10-10
1
-0
/
+86
*
|
sysreset: Add a way to find the last reset
Simon Glass
2018-10-09
1
-0
/
+20
*
|
sysreset: Tidy up a few comments and logging
Simon Glass
2018-10-09
1
-1
/
+0
*
|
panel: Expand the backlight support
Simon Glass
2018-10-09
1
-0
/
+29
*
|
test: panel: Add a test for the panel uclass
Simon Glass
2018-10-09
2
-0
/
+51
*
|
dm: core: Update ofnode to read binman-style flash entry
Simon Glass
2018-10-09
1
-0
/
+16
*
|
dm: core: Add a function to find the first inactive child
Simon Glass
2018-10-09
1
-0
/
+31
*
|
sandbox: video: Speed up video output
Simon Glass
2018-10-09
1
-1
/
+1
*
|
sandbox: Unprotect DATA regions in bus tests
Simon Glass
2018-10-08
1
-0
/
+12
|
/
*
test: tee: test TEE uclass
Jens Wiklander
2018-10-07
2
-0
/
+99
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2018-09-30
4
-0
/
+163
|
\
|
*
dm: test: Add "/firmware" node scan test
Rajan Vaja
2018-09-29
2
-0
/
+23
|
*
test: Add tests for board uclass
Mario Six
2018-09-29
2
-0
/
+58
|
*
test: Add tests for dev_{enable, disable}_by_path
Mario Six
2018-09-29
1
-0
/
+28
|
*
test: Add tests for DT-manipulation functions
Mario Six
2018-09-29
1
-0
/
+54
*
|
video_osd: Add osd sandbox driver and tests
Mario Six
2018-09-28
2
-0
/
+211
|
/
*
dm: fix alignment of help message of "dm" command
Masahiro Yamada
2018-09-18
1
-1
/
+1
[next]