]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: Move dev_get_addr() etc. into a separate file
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 23:18:04 +0000 (17:18 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 12:57:52 +0000 (06:57 -0600)
commitd6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e
tree0036080d0cc903dcd95ccfda42a1888bd85d1a67
parent9d922450aa9944ecf8c249c892078cda80f40e02
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>
drivers/core/Makefile
drivers/core/device.c
drivers/core/fdtaddr.c [new file with mode: 0644]
include/dm.h
include/dm/device.h
include/dm/fdtaddr.h [new file with mode: 0644]