On 19 April 2015 at 07:24, Simon Glass <[email protected]> wrote: > On 15 April 2015 at 05:07, Przemyslaw Marczak <[email protected]> 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 <[email protected]> >> Cc: Simon Glass <[email protected]> >> --- >> Changes V4: >> - new commit >> --- >> drivers/core/device.c | 8 ++++++++ >> include/dm/device.h | 10 ++++++++++ >> 2 files changed, 18 insertions(+) > > Acked-by: Simon Glass <[email protected]>
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

