summaryrefslogtreecommitdiff
path: root/test/dm/test-fdt.c
AgeCommit message (Expand)Author
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
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six
2018-09-29test: Add tests for DT-manipulation functionsMario Six
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-01-15dm: core: parse chosen nodeRob Clark
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Use an explicit expect value in core testsSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add basic testsSimon Glass