index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dm
/
test-fdt.c
Age
Commit message (
Expand
)
Author
2020-04-16
dm: core: support reading a single indexed u32 value
Dario Binacchi
2020-04-16
dm: test: add test case for dev_read_u64 function
Dario Binacchi
2020-04-16
dm: core: Move "/chosen" and "/firmware" node scan
Patrick Delaunay
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-07
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-07
dm: core: Allow iterating devices without uclass_get()
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
dm: core: Add a way to iterate through children, probing each
Simon Glass
2020-02-05
dm: core: Add a way to read platdata for all child devices
Simon Glass
2020-01-07
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
dm: test: Add a test driver for devres
Simon Glass
2019-08-12
dm: core: add support for getting register address and size
Sekhar Nori
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-02-08
dm: core: Add tests for dev_read_alias_highest_id()
Michal Simek
2018-12-13
dm: core: Add a function to read into a unsigned int
Simon Glass
2018-12-05
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-11-29
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-14
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
Bin Meng
2018-09-29
test: Add tests for dev_{enable, disable}_by_path
Mario Six
2018-09-29
test: Add tests for DT-manipulation functions
Mario Six
2018-06-01
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2018-06-01
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2018-05-31
test: dm: Fix wrong aliases property names
Eugeniu Rosca
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-01
core: ofnode: Fix translation for #size-cells == 0
Mario Six
2018-01-15
dm: core: parse chosen node
Rob Clark
2017-07-11
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
dm: core: Test uclass_first/next_device() on probe failure
Simon Glass
2017-06-01
dm: test: Disable the fdt_offset test with livetree
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-01-29
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
dm: core: Allocate platform data when binding a device
Simon Glass
2014-07-23
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
dm: Use an explicit expect value in core tests
Simon Glass
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add basic tests
Simon Glass