]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: implement a Miscellaneous uclass
authorThomas Chou <thomas@wytron.com.tw>
Wed, 7 Oct 2015 12:20:51 +0000 (20:20 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:37:03 +0000 (07:37 +0800)
commit4395e06eb9907e22869cfe3bf6259a0f0cefca13
treecd7e94d0047ac23674a164f93440ce7fc59b8e46
parent2e2da4c67dc1adc43a2d1417d8595bb2543ecfe6
dm: implement a Miscellaneous uclass

Implement a Miscellaneous uclass with generic read or
write operations. This class is used only for those
do not fit other more general classes.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/misc-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/misc.h [new file with mode: 0644]