dm: core: Move dev_get_addr() etc. into a separate file
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@chromium.org>
Showing
- drivers/core/Makefile 1 addition, 1 deletiondrivers/core/Makefile
- drivers/core/device.c 0 additions, 125 deletionsdrivers/core/device.c
- drivers/core/fdtaddr.c 143 additions, 0 deletionsdrivers/core/fdtaddr.c
- include/dm.h 1 addition, 0 deletionsinclude/dm.h
- include/dm/device.h 0 additions, 92 deletionsinclude/dm/device.h
- include/dm/fdtaddr.h 110 additions, 0 deletionsinclude/dm/fdtaddr.h
Loading
Please register or sign in to comment