summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-021-0/+33
* test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-021-0/+21
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+73
* acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-0/+5
* acpi: Put table-setup code in its own functionSimon Glass2020-04-301-10/+54
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-1/+15
* acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-0/+28
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-3/+71
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-162-7/+61
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-7/+0
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-162-1/+52
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-163-1/+125
|\
| * dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+25
| * test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2020-04-162-0/+60
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+29
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+10
| * dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-1/+1
* | acpi: Add support for DMARSimon Glass2020-04-161-0/+16
* | acpi: Add a central location for table version numbersSimon Glass2020-04-161-0/+14
* | acpi: Add a simple sandbox testSimon Glass2020-04-162-0/+56
* | cpu: Support querying the address widthSimon Glass2020-04-161-0/+1
* | dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
|/
* 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
|/