summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: Introduce device sequence numberingSimon Glass2014-07-231-1/+53
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-1/+19
* dm: Use an explicit expect value in core testsSimon Glass2014-07-231-5/+8
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-5/+5
* dm: Add basic testsSimon Glass2014-03-041-0/+144