[U-Boot] [PATCH v3 2/9] dm: core: Move dev_get_addr() etc. into a separate file
sjg at google.com
sjg at google.com
Thu May 18 16:01:24 UTC 2017
Move this group of address-related functions into a new file. These use
the flat device tree. Future work will provide new versions of these which
can support the live tree.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
drivers/core/Makefile | 2 +-
drivers/core/device.c | 125 ------------------------------------------
drivers/core/fdtaddr.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
include/dm.h | 1 +
include/dm/device.h | 92 -------------------------------
include/dm/fdtaddr.h | 110 +++++++++++++++++++++++++++++++++++++
6 files changed, 255 insertions(+), 218 deletions(-)
create mode 100644 drivers/core/fdtaddr.c
create mode 100644 include/dm/fdtaddr.h
Applied to u-boot-dm
More information about the U-Boot
mailing list