[U-Boot] [PATCH V4 09/10] dm: core: device: add function: dev_get_uclass_name()

Simon Glass sjg at chromium.org
Sun Apr 19 15:24:09 CEST 2015


On 15 April 2015 at 05:07, Przemyslaw Marczak <p.marczak at samsung.com> wrote:
> This commit extends the driver model device's API by function:
> - dev_get_uclass_name()
>
> And this function returns the device's uclass driver name if:
> - given dev pointer, is non_NULL
> otherwise, the NULL pointer is returned.
>
> Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> Changes V4:
> - new commit
> ---
>  drivers/core/device.c |  8 ++++++++
>  include/dm/device.h   | 10 ++++++++++
>  2 files changed, 18 insertions(+)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list