summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2018-11-141-2/+5
* test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-3/+26
* test: Add tests for dev_{enable, disable}_by_pathMario Six2018-09-291-0/+28
* test: Add tests for DT-manipulation functionsMario Six2018-09-291-0/+54
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2018-06-011-0/+42
|\
| * dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-011-0/+42
* | test: dm: Fix wrong aliases property namesEugeniu Rosca2018-05-311-1/+1
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-011-0/+43
* dm: core: parse chosen nodeRob Clark2018-01-151-1/+1
* dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-111-0/+80
* dm: core: Test uclass_first/next_device() on probe failureSimon Glass2017-07-111-0/+72
* dm: test: Disable the fdt_offset test with livetreeSimon Glass2017-06-011-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+4
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-8/+8
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+7
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-4/+5
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-291-2/+2
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-25/+38
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+30