
8 Oct
2016
8 Oct
'16
6:23 a.m.
On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass sjg@chromium.org wrote:
It is useful in debug() statements to display the name of the uclass for a device. Add a simple function to provide this.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Fix typo drive -> driver
drivers/core/uclass.c | 9 +++++++++ include/dm/uclass.h | 8 ++++++++ 2 files changed, 17 insertions(+)
applied to u-boot-x86, thanks!