summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2021-01-30cros_ec: Add support for switchesSimon Glass
2021-01-30cros_ec: Support reading EC featuresSimon Glass
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass
2021-01-30cros_ec: Add a function for the hello messageSimon Glass
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-12clk: add clk_round_rate()Dario Binacchi
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05test: Use a simple variable to record removed deviceSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass
2020-12-18dm: test: Drop assumptions of no sequence numbersSimon Glass
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass
2020-12-18dm: test: Check all devices have a sequence numbersSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass
2020-11-05test: adjust sysreset testsHeinrich Schuchardt
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass
2020-10-29dm: Add a C test for of-platdata propertiesSimon Glass
2020-10-29dm: test: Add a very simple of-platadata testSimon Glass
2020-10-29dm: test: Add a way to run SPL testsSimon Glass
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass