summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini2020-11-061-3/+8
|\
| * test: adjust sysreset testsHeinrich Schuchardt2020-11-051-3/+8
* | board: Rename uclass to sysinfoSimon Glass2020-11-063-60/+60
* | acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+4
|/
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-303-31/+273
|\
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-292-9/+25
| * dm: Add a test for of-platdata parent informationSimon Glass2020-10-291-0/+15
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-9/+10
| * dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-291-0/+37
| * dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-291-0/+81
| * dm: Add a C test for of-platdata propertiesSimon Glass2020-10-291-0/+69
| * dm: test: Add a very simple of-platadata testSimon Glass2020-10-292-1/+22
| * dm: test: Add a way to run SPL testsSimon Glass2020-10-291-1/+1
| * dm: test: Update the test runner to support of-platdataSimon Glass2020-10-291-11/+16
| * dm: test: Disable some tests that should not run in SPLSimon Glass2020-10-291-4/+7
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-11/+5
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-291-0/+22
|\ \ | |/ |/|
| * dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
* | test: mux-cmd: Add tests for the 'mux' commandPratyush Yadav2020-10-282-0/+178
* | test: Add tests for the multiplexer frameworkJean-Jacques Hiblot2020-10-283-0/+245
|/
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* video: backlight: fix pwm's duty cycle calculationDario Binacchi2020-10-181-6/+6
* test: sharpen button label unit testHeinrich Schuchardt2020-10-141-3/+3
* test: dm: Test for default led namingSean Anderson2020-10-081-1/+2
* test: pinmux: Add test for pin muxingSean Anderson2020-10-082-0/+60
* test: dm: add test for phandle access functionsPatrick Delaunay2020-10-062-0/+140
* dm: update test on of_offset in ofnode_validPatrick Delaunay2020-10-061-0/+16
* Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-052-0/+217
|\
| * clk: do not disable clock if it is criticalClaudiu Beznea2020-09-221-1/+31
| * clk: bind clk to new parent deviceClaudiu Beznea2020-09-221-0/+27
| * dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+160
* | firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2020-09-301-0/+36
* | firmware: scmi: sandbox test for SCMI clocksEtienne Carriere2020-09-301-6/+135
* | firmware: add SCMI agent uclassEtienne Carriere2020-09-302-0/+39
* | test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot2020-09-301-0/+198
* | test: gpio: Add tests for the managed APIJean-Jacques Hiblot2020-09-303-4/+106
* | test: reset: Add tests for the managed APIJean-Jacques Hiblot2020-09-301-0/+60
* | timer: Add a test for timer_timebase_fallbackSean Anderson2020-09-301-1/+26
* | acpi: Add more support for generating processor tablesSimon Glass2020-09-251-0/+294
* | acpi: Add support for generating processor tablesSimon Glass2020-09-251-0/+107