aboutsummaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-06test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut1-2/+2
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+4
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-1/+1
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain1-0/+36
2023-01-05test:dm:fix typoYuepeng Xing1-1/+1
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-7/+20
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-4/+15
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+19
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass1-53/+0
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson1-1/+1
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard1-1/+1
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle1-1/+1
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-68/+0
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+80
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+68
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-3/+3
2021-01-05dm: core: Access device flags through functionsSimon Glass1-10/+10
2021-01-05test: Move some test drivers into their own fileSimon Glass1-120/+0
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-0/+39
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-26/+26
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+42
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-29/+36
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-7/+7
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-7/+7
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-1/+1
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-1/+1
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay1-0/+65
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot1-3/+3
2020-08-22test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait1-0/+18
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-23/+23
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-25test/dm: check if devices existHeinrich Schuchardt1-0/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+0
2020-07-20test/dm: check if devices existHeinrich Schuchardt1-0/+2
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle1-5/+17
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay1-1/+1
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+25
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+29
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+10
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-1/+1