From: Ludovic Desroches <ludovic.desroches@atmel.com>
To: <linux-arm-kernel@lists.infradead.org>,
<dmaengine@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <vinod.koul@intel.com>, <nicolas.ferre@atmel.com>,
<maxime.ripard@free-electrons.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [PATCH] dmaengine: at_xdmac: fix bug about channel configuration
Date: Tue, 30 Jun 2015 15:03:07 +0200 [thread overview]
Message-ID: <20150630130307.GO18384@odux.rfo.atmel.com> (raw)
In-Reply-To: <1434550946-27750-1-git-send-email-ludovic.desroches@atmel.com>
Vinod,
If you have no objection about his patch, could you take it?
Thanks
Ludovic
On Wed, Jun 17, 2015 at 04:22:26PM +0200, Ludovic Desroches wrote:
> When using descriptor view 2 or higher, we don't write the configuration
> into AT_XDMAC_CC register because this configuration will be fetch from
> the descriptor. Unfortunately, the PROT bit is not updated with this
> method, we have to do it manually before enabling the channel.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> drivers/dma/at_xdmac.c | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
> index cf1213d..52ca1cc 100644
> --- a/drivers/dma/at_xdmac.c
> +++ b/drivers/dma/at_xdmac.c
> @@ -359,18 +359,19 @@ static void at_xdmac_start_xfer(struct at_xdmac_chan *atchan,
> * descriptor view 2 since some fields of the configuration register
> * depend on transfer size and src/dest addresses.
> */
> - if (at_xdmac_chan_is_cyclic(atchan)) {
> + if (at_xdmac_chan_is_cyclic(atchan))
> reg = AT_XDMAC_CNDC_NDVIEW_NDV1;
> - at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg);
> - } else if (first->lld.mbr_ubc & AT_XDMAC_MBR_UBC_NDV3) {
> + else if (first->lld.mbr_ubc & AT_XDMAC_MBR_UBC_NDV3)
> reg = AT_XDMAC_CNDC_NDVIEW_NDV3;
> - } else {
> - /*
> - * No need to write AT_XDMAC_CC reg, it will be done when the
> - * descriptor is fecthed.
> - */
> + else
> reg = AT_XDMAC_CNDC_NDVIEW_NDV2;
> - }
> + /*
> + * Even if the register will be updated from the configuration in the
> + * descriptor when using view 2 or higher, the PROT bit won't be set
> + * properly. This bit can be modified only by using the channel
> + * configuration register.
> + */
> + at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg);
>
> reg |= AT_XDMAC_CNDC_NDDUP
> | AT_XDMAC_CNDC_NDSUP
> --
> 2.2.0
>
next prev parent reply other threads:[~2015-06-30 13:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 14:22 Ludovic Desroches
2015-06-30 13:03 ` Ludovic Desroches [this message]
2015-07-10 8:00 ` Vinod Koul
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=20150630130307.GO18384@odux.rfo.atmel.com \
--to=ludovic.desroches@atmel.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=nicolas.ferre@atmel.com \
--cc=vinod.koul@intel.com \
/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
all inboxes | Powered by JetHome®