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]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

