All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/8] dm: Various fixes in dm core/cpu/timer
@ 2018-10-11  5:06 Bin Meng
  2018-10-11  5:06 ` [U-Boot] [PATCH v3 1/8] dm: cpu: Fix print_cpuinfo() output Bin Meng
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Bin Meng @ 2018-10-11  5:06 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-11-11  4:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11  5:06 [U-Boot] [PATCH v3 0/8] dm: Various fixes in dm core/cpu/timer Bin Meng
2018-10-11  5:06 ` [U-Boot] [PATCH v3 1/8] dm: cpu: Fix print_cpuinfo() output Bin Meng
2018-10-11  5:06 ` [U-Boot] [PATCH v3 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string Bin Meng
2018-10-11  5:06 ` [U-Boot] [PATCH v3 3/8] dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() Bin Meng
2018-10-11  5:06 ` [U-Boot] [PATCH v3 4/8] dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() Bin Meng
2018-11-10 14:11   ` Auer, Lukas
2018-11-11  4:48     ` Bin Meng
2018-10-11  5:06 ` [U-Boot] [PATCH v3 5/8] dm: Correct pre_reloc_only parameter description in several APIs' comments Bin Meng
2018-10-11  5:07 ` [U-Boot] [PATCH v3 6/8] dm: core: Mirror the chosen node parse logic in the livetree scanning Bin Meng
2018-10-11  5:07 ` [U-Boot] [PATCH v3 7/8] test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag Bin Meng
2018-10-11  5:07 ` [U-Boot] [PATCH v3 8/8] timer: Sort Kconfig driver entries Bin Meng
2018-10-15 19:58 ` [U-Boot] [PATCH v3 7/8] test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 8/8] timer: Sort Kconfig driver entries sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 6/8] dm: core: Mirror the chosen node parse logic in the livetree scanning sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 5/8] dm: Correct pre_reloc_only parameter description in several APIs' comments sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 4/8] dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 3/8] dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string sjg at google.com
2018-10-15 19:58 ` [U-Boot] [PATCH v3 1/8] dm: cpu: Fix print_cpuinfo() output sjg at google.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.