[U-Boot] [PATCH v3 1/6] dm: implement a DMA uclass

Simon Glass sjg at chromium.org
Fri Jan 29 19:23:35 CET 2016


Hi Mugunthan,

On 28 January 2016 at 04:36, Mugunthan V N <mugunthanvnm at ti.com> wrote:
> Hi Simon
>
> On Thursday 28 January 2016 04:23 AM, Simon Glass wrote:
>> Hi Mugunthan,
>>
>> On 27 January 2016 at 04:57, Mugunthan V N <mugunthanvnm at ti.com> wrote:
>>> Implement a DMA uclass so that the devices like ethernet, spi,
>>> mmc etc can offload the data transfers from/to the device and
>>> memory.
>>>
>>> Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
>>> ---
>>>  drivers/dma/Kconfig      | 15 +++++++++
>>>  drivers/dma/Makefile     |  2 ++
>>>  drivers/dma/dma-uclass.c | 72 ++++++++++++++++++++++++++++++++++++++++
>>>  include/dm/uclass-id.h   |  1 +
>>>  include/dma.h            | 86 ++++++++++++++++++++++++++++++++++++++++++++++++
>>>  5 files changed, 176 insertions(+)
>>>  create mode 100644 drivers/dma/dma-uclass.c
>>>  create mode 100644 include/dma.h
>>
>> Are you missing a change list on this patch?
>>
>
> I have added the change list in cover letter or had I missed some
> comments to be fixed?

I think you should put change notes on each patch, and also the cover
letter. If you use patman it does this for you.

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

Regards,
Simon


More information about the U-Boot mailing list