Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
632341f49e3c5fb14bed5dabddffe9574f81df7f
/
test
/
dm
8d28c3c
clk: Add fixed-factor clock driver
by Anup Patel
· 6 years ago
ecd02e7
sound: Add uclass operations for beeping
by Simon Glass
· 6 years ago
dbadbb7
pch: Add ioctl support
by Simon Glass
· 6 years ago
53a68b3
sandbox: pch: Add a test for the PCH uclass
by Simon Glass
· 6 years ago
d8934b9
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
b3f9dd9
Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
7106b78
power: regulator: Introduce regulator_set_enable_if_allowed api
by Lokesh Vutla
· 6 years ago
75ec16f
dm: device: fail uclass_find_first_device() if list_empty
by Marcel Ziswiler
· 6 years ago
4247cf4
dm: core: Add tests for dev_read_alias_highest_id()
by Michal Simek
· 6 years ago
2dee419
net: explicitly assign errno to return code in case of network failure
by Thomas RIENOESSL
· 6 years ago
76d42c1
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
896c164
dm: serial: Adjust serial_getinfo() to use proper API
by Simon Glass
· 6 years ago
de62d48
dm: serial: Adjust serial_setconfig() to use proper API
by Simon Glass
· 6 years ago
daaff93
dm: serial: Adjust serial_getconfig() to use proper API
by Simon Glass
· 6 years ago
c2a7c49
test: dm: regmap: Fix the long test delay
by Simon Glass
· 6 years ago
1fc5330
test: bootcount: add bootcount-uclass test
by Philipp Tomsich
· 6 years ago
f744a55
dm: video: fix test failures with enabled default TrueType font
by Anatolij Gustschin
· 6 years ago
40e0945
cmd: Move the "dm" command from test/dm/ to cmd/
by Tom Rini
· 6 years ago
ab6dbe6
dm: sound: Complete migration to driver model
by Simon Glass
· 6 years ago
6df01f9
dm: core: Add a function to read into a unsigned int
by Simon Glass
· 6 years ago
76072ac
dm: sound: Create a uclass for sound
by Simon Glass
· 6 years ago
c953aaf
dm: sound: Create a uclass for i2s
by Simon Glass
· 6 years ago
ed96cde
dm: sound: Create a uclass for audio codecs
by Simon Glass
· 6 years ago
aeed611
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
dc44ea4
syscon: dm: Add a new method to get a regmap from DTS
by Jean-Jacques Hiblot
· 6 years ago
19ebf0b
test: dma: add dma-uclass test
by Grygorii Strashko
· 6 years ago
a550b54
dm: Add Hardware Spinlock class
by Benjamin Gaignard
· 6 years ago
33aeaaf
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
44f21da
dm: serial: Introduce ->getinfo() callback
by Andy Shevchenko
· 6 years ago
08e9879
dm: serial: Add ->getconfig() callback
by Andy Shevchenko
· 6 years ago
a318115
dm: core: add functions to get/remap I/O addresses by name
by Álvaro Fernández Rojas
· 6 years ago
7e4d49c
sandbox: sysreset: Update to support power-on reset
by Simon Glass
· 6 years ago
17b56f6
dm: sandbox: i2c: Use new emulator parent uclass
by Simon Glass
· 6 years ago
a11341a
dm: core: Add a few more specific child-finding functions
by Simon Glass
· 6 years ago
dc3efdc
dm: core: Export uclass_find_device_by_phandle()
by Simon Glass
· 6 years ago
f57ceb5
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
f250d47
sandbox: Drop the deprecated 'sb' command
by Simon Glass
· 6 years ago
f9735be
test: regmap: add regmap_read_poll_timeout test
by Neil Armstrong
· 6 years ago
36eee8c
sf: Add a method to obtain the block-protect setting
by Simon Glass
· 6 years ago
90fcfb1
test: sf: Add a simple SPI flash test
by Simon Glass
· 6 years ago
587dc40
misc: Update read() and write() methods to return bytes xfered
by Simon Glass
· 6 years ago
b341a43
dm: adc: add uclass's mask and conversion helpers
by Fabrice Gasnier
· 6 years ago
c3c6930
dm: video: correctly set the cursor position
by Heinrich Schuchardt
· 6 years ago
1bb290d
test: dm: virtio: Add test cases for virtio uclass
by Bin Meng
· 6 years ago
b59b369
test: dm: pci: Add cases for finding next PCI capability APIs
by Bin Meng
· 6 years ago
8122dd1
test: dm: blk: Correct blk_base test case
by Bin Meng
· 6 years ago
d9bad17
test: dm: core: Add test case for uclass driver's child_post_probe()
by Bin Meng
· 6 years ago
460212e
test: regmap: Add test for regmap_{set, get}
by Mario Six
· 6 years ago
e3f59f4
test: regmap: Increase size of syscon0 memory
by Mario Six
· 6 years ago
d9d2478
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
78c4b3e
test: tee: fix resource leak in dm_test_tee()
by Jens Wiklander
· 6 years ago
c17d162
test: Add test for PCI device without compat string and with DT node
by Marek Vasut
· 6 years ago
dacfde8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 6 years ago
e79a518
net: Don't overwrite waiting packets with asynchronous replies
by Joe Hershberger
· 6 years ago
9716dc1
test: eth: Add a test for the target being pinged
by Joe Hershberger
· 6 years ago
54418d0
test: eth: Add a test for ARP requests
by Joe Hershberger
· 6 years ago
07fbba5
sysreset: Add a way to find the last reset
by Simon Glass
· 6 years ago
b8b4d2a
sysreset: Tidy up a few comments and logging
by Simon Glass
· 6 years ago
fe68a45
panel: Expand the backlight support
by Simon Glass
· 6 years ago
5620cf8
test: panel: Add a test for the panel uclass
by Simon Glass
· 6 years ago
699c9ca
dm: core: Update ofnode to read binman-style flash entry
by Simon Glass
· 6 years ago
b775e87
dm: core: Add a function to find the first inactive child
by Simon Glass
· 6 years ago
0806dcc
sandbox: video: Speed up video output
by Simon Glass
· 6 years ago
4e766c2
sandbox: Unprotect DATA regions in bus tests
by Simon Glass
· 6 years ago
a10b983
test: tee: test TEE uclass
by Jens Wiklander
· 6 years ago
b93eea7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
b3b2ddb
dm: test: Add "/firmware" node scan test
by Rajan Vaja
· 6 years ago
ab664ff
test: Add tests for board uclass
by Mario Six
· 6 years ago
d6f6dc3
test: Add tests for dev_{enable, disable}_by_path
by Mario Six
· 6 years ago
058ef5b
test: Add tests for DT-manipulation functions
by Mario Six
· 6 years ago
02ad6fb
video_osd: Add osd sandbox driver and tests
by Mario Six
· 6 years ago
8a5c8a9
dm: fix alignment of help message of "dm" command
by Masahiro Yamada
· 6 years ago
d9fd0ac
test: ofnode: test ofnode_by_prop_value()
by Jens Wiklander
· 6 years ago
dea5df7
test: Add tests for CPU uclass
by Mario Six
· 6 years ago
b6da1fb
test: Add tests for sysreset_get_status
by Mario Six
· 6 years ago
70ed0ea
sandbox: Add serial test
by Patrice Chotard
· 6 years ago
1e5c4e1
dm: test: Fix typo in test-main comment
by Michal Simek
· 6 years ago
68a3398
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 6 years ago
54fdf06
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
a8ce0ee
test: Add tests for misc uclass
by Mario Six
· 6 years ago
16f57da
test: Add AXI test
by Mario Six
· 6 years ago
29bf603
sandbox: led: use new function to configure default state
by Patrick Delaunay
· 6 years ago
d74d312
test: dm: pci: Add cases for finding PCI capability APIs
by Bin Meng
· 6 years ago
510dddb
test: dm: pci: Add tests for mixed static and dynamic devices on the same bus
by Bin Meng
· 6 years ago
4e08073
test: dm: pci: Test driver binding with driver data provided
by Bin Meng
· 6 years ago
325eed9
test: dm: pci: Add tests for configuration space access
by Bin Meng
· 6 years ago
408e590
test: dm: pci: Test more than one PCI host controller
by Bin Meng
· 6 years ago
cbf071b
test: dm: pci: Test more than one device on the same bus
by Bin Meng
· 6 years ago
1445042
test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()
by Bin Meng
· 6 years ago
7a2c2be
dm: power-domain: query power domain after get device
by Peng Fan
· 6 years ago
1119271
clk: add clk_valid()
by Fabrice Gasnier
· 6 years ago
e8826f5
test: smem: add basic smem test
by Ramon Fried
· 6 years ago
f354863
dm: spi: Update sandbox SPI emulation driver to use ofnode
by Simon Glass
· 6 years ago
c89d8b3
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 7 years ago
67036129
dm: core: add functions to get memory-mapped I/O addresses
by Álvaro Fernández Rojas
· 7 years ago
5ba71e5
test: dm: Fix wrong aliases property names
by Eugeniu Rosca
· 7 years ago
7b21a5a
sandbox: tests: Add tests for mc34708 PMIC device
by Lukasz Majewski
· 7 years ago
d0eb49e
sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.c
by Lukasz Majewski
· 7 years ago
7a59d1d
test: regmap: add read/modify/write test
by Neil Armstrong
· 7 years ago
Next »