aboutsummaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)Author
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
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng