summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay1-1/+1
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+25
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+29
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+10
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-1/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+39
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+21
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+21
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+19
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+19
2020-01-08dm: devres: Add a new OFDATA phaseSimon Glass1-0/+11
2020-01-08dm: test: Add a test driver for devresSimon Glass1-0/+47
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-4/+12
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+12
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek1-0/+23
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-2/+80
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+27
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+20
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng1-2/+5
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng1-3/+26
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six1-0/+28
2018-09-29test: Add tests for DT-manipulation functionsMario Six1-0/+54
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+42
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+42
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-0/+43
2018-01-15dm: core: parse chosen nodeRob Clark1-1/+1
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+80
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+72
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+4
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-8/+8
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+7
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-4/+5
2015-01-30dm: core: Allocate platform data when binding a deviceSimon Glass1-2/+2
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-25/+38
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+30
2014-07-23dm: Introduce device sequence numberingSimon Glass1-1/+53
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-1/+19
2014-07-23dm: Use an explicit expect value in core testsSimon Glass1-5/+8
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-5/+5
2014-03-04dm: Add basic testsSimon Glass1-0/+144