summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)Author
2023-04-12dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain
2023-01-05test:dm:fix typoYuepeng Xing
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-06-05test: add dm_test_read_resourcePatrick Delaunay
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot
2020-08-22test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-25test/dm: check if devices existHeinrich Schuchardt
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20test/dm: check if devices existHeinrich Schuchardt
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass