index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
dm
/
test-fdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: dm: add test for phandle access functions
Patrick Delaunay
2020-10-06
1
-0
/
+65
*
test: gpio: Add tests for the managed API
Jean-Jacques Hiblot
2020-09-30
1
-3
/
+3
*
test: dm: Add test case for devfdt_get_addr_ptr
Ovidiu Panait
2020-08-22
1
-0
/
+18
*
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-07
1
-23
/
+23
*
dm: core: Drop header files from dm/test.h
Simon Glass
2020-08-03
1
-0
/
+1
*
test/dm: check if devices exist
Heinrich Schuchardt
2020-07-25
1
-0
/
+2
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-2
/
+0
*
test/dm: check if devices exist
Heinrich Schuchardt
2020-07-20
1
-0
/
+2
*
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-06-11
1
-5
/
+17
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
test: dm: update test for pins configuration in gpio
Patrick Delaunay
2020-04-16
1
-1
/
+1
*
dm: core: Read parent ofdata before children
Simon Glass
2020-04-16
1
-0
/
+25
*
dm: core: support reading a single indexed u32 value
Dario Binacchi
2020-04-16
1
-0
/
+29
*
dm: test: add test case for dev_read_u64 function
Dario Binacchi
2020-04-16
1
-0
/
+10
*
dm: core: Move "/chosen" and "/firmware" node scan
Patrick Delaunay
2020-04-16
1
-1
/
+1
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
1
-0
/
+39
|
\
|
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
1
-0
/
+1
|
*
dm: core: Add a way to iterate through children, probing each
Simon Glass
2020-02-05
1
-0
/
+19
|
*
dm: core: Add a way to read platdata for all child devices
Simon Glass
2020-02-05
1
-0
/
+19
*
|
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-07
1
-0
/
+21
*
|
dm: core: Allow iterating devices without uclass_get()
Simon Glass
2020-02-07
1
-0
/
+21
|
/
*
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
1
-0
/
+11
*
dm: test: Add a test driver for devres
Simon Glass
2020-01-07
1
-0
/
+47
*
dm: core: add support for getting register address and size
Sekhar Nori
2019-08-12
1
-4
/
+12
*
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-07-22
1
-0
/
+12
*
dm: core: Add tests for dev_read_alias_highest_id()
Michal Simek
2019-02-08
1
-0
/
+23
*
dm: core: Add a function to read into a unsigned int
Simon Glass
2018-12-13
1
-0
/
+35
*
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-12-05
1
-2
/
+80
*
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
1
-0
/
+27
*
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-29
1
-0
/
+20
*
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
1
-2
/
+5
*
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-3
/
+26
*
test: Add tests for dev_{enable, disable}_by_path
Mario Six
2018-09-29
1
-0
/
+28
*
test: Add tests for DT-manipulation functions
Mario Six
2018-09-29
1
-0
/
+54
*
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2018-06-01
1
-0
/
+42
|
\
|
*
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2018-06-01
1
-0
/
+42
*
|
test: dm: Fix wrong aliases property names
Eugeniu Rosca
2018-05-31
1
-1
/
+1
|
/
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
core: ofnode: Fix translation for #size-cells == 0
Mario Six
2018-04-01
1
-0
/
+43
*
dm: core: parse chosen node
Rob Clark
2018-01-15
1
-1
/
+1
*
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
1
-0
/
+80
*
dm: core: Test uclass_first/next_device() on probe failure
Simon Glass
2017-07-11
1
-0
/
+72
*
dm: test: Disable the fdt_offset test with livetree
Simon Glass
2017-06-01
1
-1
/
+2
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-4
/
+4
*
test: Generalize the unit test framework
Joe Hershberger
2015-05-21
1
-8
/
+8
*
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
1
-0
/
+7
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-4
/
+5
*
dm: core: Allocate platform data when binding a device
Simon Glass
2015-01-29
1
-2
/
+2
*
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
1
-25
/
+38
*
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
1
-0
/
+30
[next]