commit | b1ed686e0c82170d2ee7a31648819da0a1050d22 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Wed Oct 07 20:20:51 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:37:03 2015 +0800 |
tree | cd7e94d0047ac23674a164f93440ce7fc59b8e46 | |
parent | 3c37849c7bcc3f5c5843b287f786ce27c6a924c3 [diff] |
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>