public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/6] dma: ti: add driver to K3 UDMA
Date: Wed, 23 Jan 2019 08:52:59 -0500	[thread overview]
Message-ID: <20190123135259.GY28173@bill-the-cat> (raw)
In-Reply-To: <5474a733-47a9-c66a-39c1-e25a5628b5c9@ti.com>

On Wed, Jan 23, 2019 at 12:35:26PM +0200, Peter Ujfalusi wrote:
> Tom,
> 
> On 22/01/2019 20.56, Tom Rini wrote:
> > On Tue, Jan 22, 2019 at 08:33:57PM +0530, Vignesh R wrote:
> > 
> >> The UDMA-P is intended to perform similar (but significantly upgraded) functions
> >> as the packet-oriented DMA used on previous SoC devices. The UDMA-P module
> >> supports the transmission and reception of various packet types.
> >> The UDMA-P also supports acting as both a UTC and UDMA-C for its internal
> >> channels. Channels in the UDMA-P can be configured to be either Packet-Based or
> >> Third-Party channels on a channel by channel basis.
> >>
> >> The initial driver supports:
> >> - MEM_TO_MEM (TR mode)
> >> - DEV_TO_MEM (Packet mode)
> >> - MEM_TO_DEV (Packet mode)
> >>
> >> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> >> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> >> Signed-off-by: Vignesh R <vigneshr@ti.com>
> > 
> > Reviewed-by: Tom Rini <trini@konsulko.com>
> > 
> > And the DT binding is common to Linux, and been reviewed there?  Or?
> 
> The binding is the same for Linux but unfortunately it has not went
> through a proper review yet due to the fact that I need to wait for the
> interrupt support to arrive to mainline.
> 
> However I have sent an earlier version as RFC:
> https://www.spinics.net/lists/dmaengine/msg16661.html
> 
> As for the bindings (and code):
> The linux bindings are different:

OK.  But we generally don't want the bindings to be different as,
putting my DT guy hat on, they aren't supposed to be OS centric and all
of that.

That's not to say that we might not end up needing to figure out ways to
do something more simply in U-Boot than in Linux.

So, really, do we want the bindings to not match?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190123/97cf5491/attachment.sig>

  parent reply	other threads:[~2019-01-23 13:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-22 15:03 [U-Boot] [PATCH 0/6] AM65x: Add DMA support Vignesh R
2019-01-22 15:03 ` [U-Boot] [PATCH 1/6] firmware: ti_sci: Add support for NAVSS resource management Vignesh R
2019-01-22 18:56   ` Tom Rini
2019-01-23 13:49     ` Vignesh R
2019-01-23 13:56       ` Tom Rini
2019-01-22 15:03 ` [U-Boot] [PATCH 2/6] soc: ti: k3: add navss ringacc driver Vignesh R
2019-01-22 18:56   ` Tom Rini
2019-01-23 13:50     ` Vignesh R
2019-01-22 15:03 ` [U-Boot] [PATCH 3/6] soc: ti: k3: add CPPI5 description and helpers Vignesh R
2019-01-22 18:56   ` Tom Rini
2019-01-22 15:03 ` [U-Boot] [PATCH 4/6] dma: ti: add driver to K3 UDMA Vignesh R
2019-01-22 18:56   ` Tom Rini
2019-01-23 10:35     ` Peter Ujfalusi
2019-01-23 13:43       ` Vignesh R
2019-01-23 13:56         ` Tom Rini
2019-01-25 14:23           ` Vignesh R
2019-01-23 13:52       ` Tom Rini [this message]
2019-01-22 15:03 ` [U-Boot] [PATCH 5/6] arm64: dts: ti: k3-am65: add mcu navss nodes Vignesh R
2019-01-22 18:56   ` Tom Rini
2019-01-22 15:03 ` [U-Boot] [PATCH 6/6] configs: am65x_evm_a53: Enable DMA related configs Vignesh R
2019-01-22 18:56   ` Tom Rini

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=20190123135259.GY28173@bill-the-cat \
    --to=trini@konsulko.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