summaryrefslogtreecommitdiff
path: root/drivers/misc/misc-uclass.c
AgeCommit message (Collapse)Author
2015-10-23dm: implement a Miscellaneous uclassThomas Chou
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 <[email protected]> Acked-by: Simon Glass <[email protected]>