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

Simon Glass sjg at chromium.org
Mon Apr 20 05:23:05 CEST 2015


On 19 April 2015 at 07:24, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list