aboutsummaryrefslogtreecommitdiffstats
path: root/test/dm/test-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut2023-09-061-2/+2
* core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2023-04-281-1/+4
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-1/+1
* test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain2023-02-041-0/+36
* test:dm:fix typoYuepeng Xing2023-01-051-1/+1
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-291-7/+20
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-171-4/+15
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+19
* dm: core: Move ofnode-writing test to ofnodeSimon Glass2022-08-121-53/+0
* sandbox: net: Add aliases for ethernet devicesSean Anderson2022-06-081-1/+1
* dm: Fix OF_BAD_ADDR definitionPatrice Chotard2022-01-251-1/+1
* net: use the same alias stem for ethernet as linuxMichael Walle2021-06-181-1/+1
* test: add dm_test_read_resourcePatrick Delaunay2021-06-051-0/+33
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-68/+0
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-3/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* 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
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-3/+3
* dm: core: Access device flags through functionsSimon Glass2021-01-051-10/+10
* test: Move some test drivers into their own fileSimon Glass2021-01-051-120/+0
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* 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-181-26/+26
* 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
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-7/+7
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-7/+7
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-1/+1
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-1/+1
* test: dm: add test for phandle access functionsPatrick Delaunay2020-10-061-0/+65
* test: gpio: Add tests for the managed APIJean-Jacques Hiblot2020-09-301-3/+3
* test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait2020-08-221-0/+18
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-23/+23
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* test/dm: check if devices existHeinrich Schuchardt2020-07-251-0/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+0
* test/dm: check if devices existHeinrich Schuchardt2020-07-201-0/+2
* dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-111-5/+17
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-1/+1
* dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+25
* dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+29
* dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+10
* dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-1/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+39
|\
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+19