All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH RESEND v2 00/10] dma: ti: k3-udma: Add support for J721e
Date: Mon, 2 Dec 2019 13:26:35 +0200	[thread overview]
Message-ID: <f6602e40-7166-0fc3-ba16-f38b3aadfd86@ti.com> (raw)
In-Reply-To: <20191202085444.29848-1-vigneshr@ti.com>



On 02/12/2019 10:54, Vignesh Raghavendra wrote:
> This series adds DMA support for J721e using exist K3 UDMA driver.
> 
> One main change is thati, on J721e, DMA resources such as DMA channels are
> shared between different entities running on different cores of the SoC.
> Therefore, U-Boot running on A72 core should request range of resources
> allocated to it from centralized resource management core (DMSC) and use
> only the allocated resource.
> 
> First two patches adds support for dynamically querying and using
> allocated resources. Remaining patches fix issues when using UDMA driver
> on a 32 bit core like R5. Last patch adds a new compatible for J721e
> 
> Vignesh Raghavendra (10):
>    lib: Import few bitmap functions from Linux
>    dma: ti: k3-udma: Query DMA channels allocated from Resource Manager
>    soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/pop
>    soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandle
>    dma: ti: k3-udma: Remove coherency check for cache ops
>    dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV
>      transfers
>    dma: ti: k3-udma: Switch to exposed ring mode
>    dma: ti: k3-udma: Fix ring push operation for 32 bit cores
>    dma: ti: k3-udma: Fix build warnings when building for 32 bit
>      platforms
>    dma: ti: k3-udma: Add new compatible to J721e
> 
>   drivers/dma/ti/k3-udma-hwdef.h    |  19 ++
>   drivers/dma/ti/k3-udma.c          | 346 ++++++++++++++++++++----------
>   drivers/soc/ti/k3-navss-ringacc.c |  13 +-
>   include/linux/bitmap.h            | 133 ++++++++++++
>   include/linux/bitops.h            |  12 ++
>   5 files changed, 403 insertions(+), 120 deletions(-)
> 

minor comment to patch 2.
Otherwise:
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>

-- 
Best regards,
grygorii

      parent reply	other threads:[~2019-12-02 11:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02  8:54 [U-Boot] [PATCH RESEND v2 00/10] dma: ti: k3-udma: Add support for J721e Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 01/10] lib: Import few bitmap functions from Linux Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 02/10] dma: ti: k3-udma: Query DMA channels allocated from Resource Manager Vignesh Raghavendra
2019-12-02 11:24   ` Grygorii Strashko
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 03/10] soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/pop Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 04/10] soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandle Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 05/10] dma: ti: k3-udma: Remove coherency check for cache ops Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 06/10] dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 07/10] dma: ti: k3-udma: Switch to exposed ring mode Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 08/10] dma: ti: k3-udma: Fix ring push operation for 32 bit cores Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 09/10] dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms Vignesh Raghavendra
2019-12-02  8:54 ` [U-Boot] [PATCH RESEND v2 10/10] dma: ti: k3-udma: Add new compatible to J721e Vignesh Raghavendra
2019-12-02 11:26 ` Grygorii Strashko [this message]

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=f6602e40-7166-0fc3-ba16-f38b3aadfd86@ti.com \
    --to=grygorii.strashko@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.