Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1499374 > unrolled thread

Re: [PATCH v1 00/10] *** imx-sdma: misc fix ***

Started byJiada Wang <jiada_wang@mentor.com>
First post2016-10-12 08:50 +0200
Last post2016-10-12 08:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v1 00/10] *** imx-sdma: misc fix *** Jiada Wang <jiada_wang@mentor.com> - 2016-10-12 08:50 +0200

#1499374 — Re: [PATCH v1 00/10] *** imx-sdma: misc fix ***

FromJiada Wang <jiada_wang@mentor.com>
Date2016-10-12 08:50 +0200
SubjectRe: [PATCH v1 00/10] *** imx-sdma: misc fix ***
Message-ID<srlwt-Hb-5@gated-at.bofh.it>
Hello

Are there any comments for this patch set?

Thanks,
Jiada

On 05/17/2016 12:48 PM, Jiada Wang wrote:
> this patch set contains the following changes
> 1. fix issues in cyclic dma
> 2. add support to SYNC DMA termination
> 3. avoid system hang, when SDMA channel 0 timeouts
> 4. add lock to prevent race condition
>
> Jiada Wang (10):
>   dma: imx-sdma: use chn_real_count to report residue for UART
>   dma: imx-sdma: don't update BD in isr routine
>   dma: imx-sdma: clear BD_RROR flag before pass it to sdma script
>   dma: imx-sdma: update sdma channel status for cyclic dma
>   dma: imx-sdma: add flag to indicate SDMA channel state
>   dma: imx-sdma: add terminate_all support
>   dma: imx-sdma: Add synchronization support
>   dma: imx-sdma: abort updating channel when it has been terminated
>   dma: imx-sdma: disable channel 0 when it timeouts
>   dma: imx-sdma: clear channel0 interrupt bit in irq routine
>
>  drivers/dma/imx-sdma.c | 113 +++++++++++++++++++++++++++++++++++--------------
>  1 file changed, 82 insertions(+), 31 deletions(-)
>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web