[U-Boot] [PATCH v3 0/8] dm: Various fixes in dm core/cpu/timer
Bin Meng
bmeng.cn at gmail.com
Thu Oct 11 05:06:54 UTC 2018
This fixed several issues identified in dm core/cpu/timer codes.
The issues were found during RISC-V cpu/timer driver development
for QEMU RISC-V port.
This series is available at u-boot-x86/dm-fixes for testing.
Changes in v3:
- rebase on u-boot/master so that patch [4/8] can be applied cleanly
Changes in v2:
- rebase on u-boot/master, and fix one build error
Bin Meng (8):
dm: cpu: Fix print_cpuinfo() output
cpu: mpc83xx: Remove unnecessary characters in the description string
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in
lists_bind_fdt()
dm: Correct pre_reloc_only parameter description in several APIs'
comments
dm: core: Mirror the chosen node parse logic in the livetree scanning
test: dm: core: Add a test case for driver marked with
DM_FLAG_PRE_RELOC flag
timer: Sort Kconfig driver entries
arch/sandbox/dts/test.dts | 4 ++
common/board_f.c | 2 +-
drivers/core/device.c | 2 +-
drivers/core/lists.c | 9 +++-
drivers/core/root.c | 20 +++++---
drivers/core/util.c | 25 ++++++++++
drivers/cpu/mpc83xx_cpu.c | 2 +-
drivers/serial/serial-uclass.c | 2 +-
drivers/timer/Kconfig | 110 ++++++++++++++++++++---------------------
drivers/timer/timer-uclass.c | 2 +-
include/dm/device-internal.h | 4 +-
include/dm/lists.h | 9 ++--
include/dm/root.h | 17 ++++---
include/dm/util.h | 27 +++++++++-
test/dm/bus.c | 2 +-
test/dm/test-fdt.c | 29 +++++++++--
16 files changed, 180 insertions(+), 86 deletions(-)
--
2.7.4
More information about the U-Boot
mailing list