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: core: Update ofnode_read_fmap_entry() to read hashes
Simon Glass
2021-01-30
2
-0
/
+39
*
sandbox: Disable I2C emulators in SPL
Simon Glass
2021-01-30
1
-4
/
+4
*
cros_ec: Add vstore support
Simon Glass
2021-01-30
1
-0
/
+38
*
cros_ec: Show events in human-readable form
Simon Glass
2021-01-30
1
-0
/
+37
*
cros_ec: Add support for switches
Simon Glass
2021-01-30
1
-0
/
+26
*
cros_ec: Support reading EC features
Simon Glass
2021-01-30
1
-0
/
+28
*
cros_ec: Add support for reading the SKU ID
Simon Glass
2021-01-30
1
-0
/
+17
*
cros_ec: Add a function for the hello message
Simon Glass
2021-01-30
2
-0
/
+33
*
dm: core: add a function to decode display timings
Dario Binacchi
2021-01-12
1
-0
/
+80
*
fdt: translate address if #size-cells = <0>
Dario Binacchi
2021-01-12
1
-0
/
+68
*
clk: add clk_round_rate()
Dario Binacchi
2021-01-12
1
-0
/
+22
*
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
2
-4
/
+4
*
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
1
-3
/
+3
*
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
1
-3
/
+3
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-3
/
+3
*
dm: core: Access device flags through functions
Simon Glass
2021-01-05
5
-24
/
+24
*
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
1
-3
/
+3
*
test: Move some test drivers into their own file
Simon Glass
2021-01-05
2
-221
/
+4
*
test: Use a simple variable to record removed device
Simon Glass
2021-01-05
1
-8
/
+6
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
4
-19
/
+20
*
test: dm: spi: Add testcase for spi_claim_bus()
Ovidiu Panait
2020-12-22
1
-0
/
+82
*
sandbox: test: Add a second SPI slave on sandbox_spi bus
Ovidiu Panait
2020-12-22
1
-1
/
+1
*
dm: core: Drop seq and req_seq
Simon Glass
2020-12-18
1
-0
/
+39
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
2
-34
/
+34
*
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
Simon Glass
2020-12-18
1
-0
/
+42
*
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
1
-29
/
+36
*
x86: Simplify acpi_device_infer_name()
Simon Glass
2020-12-18
1
-5
/
+1
*
dm: test: Drop assumptions of no sequence numbers
Simon Glass
2020-12-18
3
-9
/
+0
*
dm: core: Switch binding to use new sequence numbers
Simon Glass
2020-12-18
1
-1
/
+2
*
dm: test: Check all devices have a sequence numbers
Simon Glass
2020-12-18
1
-0
/
+19
*
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
[prev]
[next]