summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)AuthorFilesLines
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-19dm: core: Drop seq and req_seqSimon Glass1-0/+39
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-26/+26
2020-12-19dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+42
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-29/+36
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-7/+7
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-14dm: 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-08dm: Rename DM test flags to make them more genericSimon Glass1-23/+23
2020-08-04dm: 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-12dm: uclass: don't assign aliased seq numbersMichael Walle1-5/+17
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-17test: 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
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+39
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+21
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+21
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+19
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+19
2020-01-08dm: devres: Add a new OFDATA phaseSimon Glass1-0/+11
2020-01-08dm: test: Add a test driver for devresSimon Glass1-0/+47
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-4/+12
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+12
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek1-0/+23
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-2/+80
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+27