summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-2/+48
|\
| * test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-2/+48
* | dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38
* | dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-181-0/+30
* | dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-182-0/+50
|/
* test: dm: tee: extend with RPC testIgor Opaniuk2021-02-161-7/+109
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1510-0/+10
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0210-0/+10
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-0/+116
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-1/+3
|/
* dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2021-01-302-0/+39
* sandbox: Disable I2C emulators in SPLSimon Glass2021-01-301-4/+4
* cros_ec: Add vstore supportSimon Glass2021-01-301-0/+38
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-0/+37
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+26
* cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+28
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-302-0/+33
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+80
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+68
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+22
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-052-4/+4
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-3/+3
* dm: core: Allow the uclass list to moveSimon Glass2021-01-051-3/+3
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-3/+3
* dm: core: Access device flags through functionsSimon Glass2021-01-055-24/+24
* dm: core: Rename sqq to seq_Simon Glass2021-01-051-3/+3
* test: Move some test drivers into their own fileSimon Glass2021-01-052-221/+4
* test: Use a simple variable to record removed deviceSimon Glass2021-01-051-8/+6
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-054-19/+20
* test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait2020-12-221-0/+82
* sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait2020-12-221-1/+1
* dm: core: Drop seq and req_seqSimon Glass2020-12-181-0/+39
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-182-34/+34
* dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass2020-12-181-0/+42
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-29/+36
* x86: Simplify acpi_device_infer_name()Simon Glass2020-12-181-5/+1
* dm: test: Drop assumptions of no sequence numbersSimon Glass2020-12-183-9/+0
* dm: core: Switch binding to use new sequence numbersSimon Glass2020-12-181-1/+2
* dm: test: Check all devices have a sequence numbersSimon Glass2020-12-181-0/+19
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-134-21/+21
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-132-4/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-8/+8
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-135-22/+22
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1311-72/+72
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-138-30/+30
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-132-2/+2
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-133-3/+3
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-131-0/+12
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2