summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1116-2/+109
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-059-0/+9
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-054-0/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+1
| * test: Enable console recording in testsSimon Glass2020-02-051-2/+2
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+19
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+19
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+8
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-0/+26
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+21
* | dm: irq: Add support for requesting interruptsSimon Glass2020-02-071-0/+32
* | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-071-0/+13
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+21
* | dm: core: Allow iterating devices without uclass_get()Simon Glass2020-02-071-0/+21
|/
* test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng2020-01-271-3/+3
* Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-093-0/+245
|\
| * dm: devres: Add a new OFDATA phaseSimon Glass2020-01-072-3/+22
| * dm: devres: Add testsSimon Glass2020-01-072-0/+179
| * dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+47
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/08Jan2020Tom Rini2020-01-082-0/+27
|\ \
| * | test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2020-01-072-0/+27
| |/
* | remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne2020-01-071-11/+80
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-184-0/+96
|\
| * sandbox: Add a test for IRQSimon Glass2019-12-152-0/+33
| * sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-152-0/+29
| * x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-152-0/+34
* | dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett2019-12-171-0/+65
* | dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett2019-12-171-15/+35
|/
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-251-8/+276
* dm: regulator: support regulator more stateJoseph Chen2019-11-101-0/+57
* spi: Add support for memory-mapped flashSimon Glass2019-11-031-0/+9
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-011-3/+16
|\
| * test: regmap: check the values read from the regmapJean-Jacques Hiblot2019-10-271-3/+16
* | test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-2/+2
* | test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-221-1/+35
|/
* dm: Add a dsi host uclassYannick Fertré2019-10-132-0/+59
* remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla2019-10-111-0/+2
* remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2019-10-111-4/+1
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-26/+15
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-0/+45
* sandbox: Rename PCI ID for swap_case to be more specificSimon Glass2019-10-081-3/+3
* dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass2019-10-081-1/+1
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-2/+1
* dm: test: Don't fail when tests are skipped due to buildSimon Glass2019-10-081-4/+4
* dm: test: Fix running of multiple test from command lineSimon Glass2019-10-081-1/+5
* dm: cache: Add enable and disable ops for sandbox and testRick Chen2019-09-031-0/+2
* sandbox: clk: add clk enable/disable test codePeng Fan2019-08-221-0/+28
* Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-122-4/+13
|\
| * dm: core: add support for getting register address and sizeSekhar Nori2019-08-121-4/+12