From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/6] dm: implement a DMA uclass
Date: Thu, 28 Jan 2016 17:06:43 +0530 [thread overview]
Message-ID: <56A9FD4B.5000005@ti.com> (raw)
In-Reply-To: <CAPnjgZ2KSVDAujqCszAMSKk1H_Gzw_qK7OP5YKGVG_gSH-oxUg@mail.gmail.com>
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@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@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?
Regards
Mugunthan V N
next prev parent reply other threads:[~2016-01-28 11:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 11:57 [U-Boot] [PATCH v3 0/6] add dma uclass implementation and adopt ti-edma3 to it Mugunthan V N
2016-01-27 11:57 ` [U-Boot] [PATCH v3 1/6] dm: implement a DMA uclass Mugunthan V N
2016-01-27 22:53 ` Simon Glass
2016-01-28 11:36 ` Mugunthan V N [this message]
2016-01-29 18:23 ` Simon Glass
2016-01-27 11:57 ` [U-Boot] [PATCH v3 2/6] dma: Kconfig: Add TI_EDMA3 entry Mugunthan V N
2016-01-27 11:57 ` [U-Boot] [PATCH v3 3/6] sf: spi_flash: use dma to copy data from mmap region if platform supports Mugunthan V N
2016-01-27 11:57 ` [U-Boot] [PATCH v3 4/6] spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined Mugunthan V N
2016-01-27 11:57 ` [U-Boot] [PATCH v3 5/6] drivers: dma: ti-edma3: convert driver to adopt driver model Mugunthan V N
2016-02-12 9:24 ` Jagan Teki
2016-02-12 11:32 ` Mugunthan V N
2016-01-27 11:57 ` [U-Boot] [PATCH v3 6/6] defconfig: am437x_sk_evm: enable dma " Mugunthan V N
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56A9FD4B.5000005@ti.com \
--to=mugunthanvnm@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox