From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbcHIAPy (ORCPT ); Mon, 8 Aug 2016 20:15:54 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:33668 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbcHIAPx (ORCPT ); Mon, 8 Aug 2016 20:15:53 -0400 From: John Stultz To: lkml Cc: John Stultz , Zhangfei Gao , Jingoo Han , Krzysztof Kozlowski , Maxime Ripard , Vinod Koul , Dan Williams , Mark Brown , Andy Green Subject: [PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio Date: Mon, 8 Aug 2016 17:15:37 -0700 Message-Id: <1470701744-32742-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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(-) -- 1.9.1