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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
4
-21
/
+21
*
dm: treewide: Update 'auto' declarations to be on one line
Simon Glass
2020-12-13
2
-4
/
+2
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
2
-8
/
+8
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
5
-22
/
+22
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
11
-72
/
+72
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
8
-30
/
+30
*
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
2
-2
/
+2
*
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
3
-3
/
+3
*
dm: core: Add a livetree function to check node status
Simon Glass
2020-12-13
1
-0
/
+12
*
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
1
-2
/
+2
*
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-11-06
1
-3
/
+8
|
\
|
*
test: adjust sysreset tests
Heinrich Schuchardt
2020-11-05
1
-3
/
+8
*
|
board: Rename uclass to sysinfo
Simon Glass
2020-11-06
3
-60
/
+60
*
|
acpi: Don't reset the tables with every new generation
Simon Glass
2020-11-06
1
-0
/
+4
|
/
*
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
3
-31
/
+273
|
\
|
*
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-29
2
-9
/
+25
|
*
dm: Add a test for of-platdata parent information
Simon Glass
2020-10-29
1
-0
/
+15
|
*
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
1
-9
/
+10
|
*
dm: test: Add a test for of-platdata phandles
Simon Glass
2020-10-29
1
-0
/
+37
|
*
dm: test: Add a check that all devices have a dev value
Simon Glass
2020-10-29
1
-0
/
+81
|
*
dm: Add a C test for of-platdata properties
Simon Glass
2020-10-29
1
-0
/
+69
|
*
dm: test: Add a very simple of-platadata test
Simon Glass
2020-10-29
2
-1
/
+22
|
*
dm: test: Add a way to run SPL tests
Simon Glass
2020-10-29
1
-1
/
+1
|
*
dm: test: Update the test runner to support of-platdata
Simon Glass
2020-10-29
1
-11
/
+16
|
*
dm: test: Disable some tests that should not run in SPL
Simon Glass
2020-10-29
1
-4
/
+7
|
*
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-10-29
1
-11
/
+5
*
|
Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-29
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
dm: core: Add support for getting node from aliases
Michal Simek
2020-10-27
1
-0
/
+22
*
|
test: mux-cmd: Add tests for the 'mux' command
Pratyush Yadav
2020-10-28
2
-0
/
+178
*
|
test: Add tests for the multiplexer framework
Jean-Jacques Hiblot
2020-10-28
3
-0
/
+245
|
/
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
1
-1
/
+1
*
video: backlight: fix pwm's duty cycle calculation
Dario Binacchi
2020-10-18
1
-6
/
+6
*
test: sharpen button label unit test
Heinrich Schuchardt
2020-10-14
1
-3
/
+3
*
test: dm: Test for default led naming
Sean Anderson
2020-10-08
1
-1
/
+2
*
test: pinmux: Add test for pin muxing
Sean Anderson
2020-10-08
2
-0
/
+60
*
test: dm: add test for phandle access functions
Patrick Delaunay
2020-10-06
2
-0
/
+140
*
dm: update test on of_offset in ofnode_valid
Patrick Delaunay
2020-10-06
1
-0
/
+16
*
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-05
2
-0
/
+217
|
\
|
*
clk: do not disable clock if it is critical
Claudiu Beznea
2020-09-22
1
-1
/
+31
|
*
clk: bind clk to new parent device
Claudiu Beznea
2020-09-22
1
-0
/
+27
|
*
dm: core: add support for device re-parenting
Claudiu Beznea
2020-09-22
1
-0
/
+160
*
|
firmware: smci: sandbox test for SCMI reset controllers
Etienne Carriere
2020-09-30
1
-0
/
+36
*
|
firmware: scmi: sandbox test for SCMI clocks
Etienne Carriere
2020-09-30
1
-6
/
+135
*
|
firmware: add SCMI agent uclass
Etienne Carriere
2020-09-30
2
-0
/
+39
*
|
test: dm: Add tests for regmap managed API and regmap fields
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+198
*
|
test: gpio: Add tests for the managed API
Jean-Jacques Hiblot
2020-09-30
3
-4
/
+106
*
|
test: reset: Add tests for the managed API
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+60
*
|
timer: Add a test for timer_timebase_fallback
Sean Anderson
2020-09-30
1
-1
/
+26
*
|
acpi: Add more support for generating processor tables
Simon Glass
2020-09-25
1
-0
/
+294
*
|
acpi: Add support for generating processor tables
Simon Glass
2020-09-25
1
-0
/
+107
[prev]
[next]