summaryrefslogtreecommitdiffstats
path: root/test/dm/test-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+19
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+21
* | dm: core: Allow iterating devices without uclass_get()Simon Glass2020-02-071-0/+21
|/
* dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-0/+11
* dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+47
* dm: core: add support for getting register address and sizeSekhar Nori2019-08-121-4/+12
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+12
* dm: core: Add tests for dev_read_alias_highest_id()Michal Simek2019-02-081-0/+23
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+35
* dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-2/+80
* dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+27
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-0/+20