summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2022-09-03tpm: Allow reporting the internal stateSimon Glass
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-02test: rng: Add a UT testcase for the rng commandSughosh Ganu
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-08test: fix CONFIG_ACPIGEN dependenciesHeinrich Schuchardt
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-08test: eth: Add test for ethernet addressesSean Anderson
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson
2022-06-08test: dm: virtio_rng: Test virtio-rng with faked deviceAndrew Scull
2022-06-08test: dm: virtio: Test virtio device driver probingAndrew Scull
2022-06-08virtio: sandbox: Bind RNG rather than block deviceAndrew Scull
2022-06-08test: dm: virtio: Split out virtio device testsAndrew Scull
2022-06-08test: dm: virtio: Test notify before del_vqsAndrew Scull
2022-06-08virtio: sandbox: Fix device features bitfieldAndrew Scull
2022-06-08dm: test: virtio: Test the virtio ringAndrew Scull
2022-05-23test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some ...Patrice Chotard
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03test: pci: Test PCI address conversion functionsAndrew Scull
2022-04-29test: dm: devres: Remove use-after-freeAndrew Scull
2022-04-29test: Fix pointer overrun in dm_test_devm_regmap()Andrew Scull
2022-04-28test: dm: led: Fix LED enumerationMarek Vasut
2022-04-28led: Drop led_default_state()Marek Vasut
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass
2022-04-25test: fastboot: Avoid using mmc1Simon Glass
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-04-23test: dm: add tests for tag supportAKASHI Takahiro
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-14test: serial: Add test for putc/putsSean Anderson
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-04-06dm: blk: Expand iteration and add testsSimon Glass
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard