From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752009AbcHLBHw (ORCPT ); Thu, 11 Aug 2016 21:07:52 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33805 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264AbcHLBHv (ORCPT ); Thu, 11 Aug 2016 21:07:51 -0400 Message-ID: <57AD215E.5090203@linaro.org> Date: Fri, 12 Aug 2016 09:07:42 +0800 From: zhangfei User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: John Stultz , lkml CC: Jingoo Han , Krzysztof Kozlowski , Maxime Ripard , Vinod Koul , Dan Williams , Mark Brown , Andy Green Subject: Re: [PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio References: <1470701744-32742-1-git-send-email-john.stultz@linaro.org> In-Reply-To: <1470701744-32742-1-git-send-email-john.stultz@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/09/2016 08:15 AM, John Stultz wrote: > Here's another go at the k3dma fixes and cyclic mode patches > needed to support audio on HiKey. > > New in v4: > * Reworked patch set so fixes are applied first before features > > Let me know if there is any feedback or objections! > > thanks > -john > > Cc: Zhangfei Gao > Cc: Jingoo Han > Cc: Krzysztof Kozlowski > Cc: Maxime Ripard > Cc: Vinod Koul > Cc: Dan Williams > Cc: Mark Brown > Cc: Andy Green Thanks, For the series Acked-by: Zhangfei Gao > > Andy Green (4): > k3dma: Fix hisi burst clipping > k3dma: Fix dma err offsets > k3dma: Fix "nobody cared" message seen on any error > k3dma: Add cyclic mode for audio > > John Stultz (3): > Kconfig: Allow k3dma driver to be selected for more then HISI3xx > platforms > k3dma: Fix occasional DMA ERR issue by using proper dma api > k3dma: Fix memory handling in preparation for cyclic mode > > drivers/dma/Kconfig | 2 +- > drivers/dma/k3dma.c | 215 +++++++++++++++++++++++++++++++++++++++++++--------- > 2 files changed, 179 insertions(+), 38 deletions(-) >