From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH v4 00/17] ASoC: fsl_ssi: Clean up - program flow level Date: Tue, 16 Jan 2018 15:52:59 -0800 Message-ID: <20180116235258.GA6849@Asurada-Nvidia> References: <1516058192-65519-1-git-send-email-nicoleotsuka@gmail.com> <56fb5b43-383f-c0f2-360c-eef0e4d0844f@maciej.szmigiero.name> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pl0-f45.google.com (mail-pl0-f45.google.com [209.85.160.45]) by alsa0.perex.cz (Postfix) with ESMTP id C8C85266E62 for ; Wed, 17 Jan 2018 00:52:36 +0100 (CET) Received: by mail-pl0-f45.google.com with SMTP id f4so5990433plr.10 for ; Tue, 16 Jan 2018 15:52:36 -0800 (PST) Content-Disposition: inline In-Reply-To: <56fb5b43-383f-c0f2-360c-eef0e4d0844f@maciej.szmigiero.name> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "Maciej S. Szmigiero" Cc: alsa-devel@alsa-project.org, kernel@pengutronix.de, linux-kernel@vger.kernel.org, lgirdwood@gmail.com, caleb@crome.org, timur@tabi.org, broonie@kernel.org, arnaud.mouiche@invoxia.com, lukma@denx.de, fabio.estevam@nxp.com, linuxppc-dev@lists.ozlabs.org List-Id: alsa-devel@alsa-project.org On Wed, Jan 17, 2018 at 12:38:09AM +0100, Maciej S. Szmigiero wrote: > > Example of uncovered tests: AC97, PowerPC and FIQ. > > I've tested the whole series in the AC'97 mode on an i.MX6 UDOO board > and everything seems to work fine as long as few small changes are made > to patches 13 and 16. Thanks for the review and testing. Really appreciate that. I'll take care of those issues in the next version. And I believe those issues are confined to AC97. So Caleb should be able to skip his test if only these two places get updated. (Thanks for keeping testing on each version.) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-x22a.google.com (mail-pl0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zLn8R0gjMzF0X0 for ; Wed, 17 Jan 2018 10:52:38 +1100 (AEDT) Received: by mail-pl0-x22a.google.com with SMTP id b96so7385337pli.2 for ; Tue, 16 Jan 2018 15:52:38 -0800 (PST) Date: Tue, 16 Jan 2018 15:52:59 -0800 From: Nicolin Chen To: "Maciej S. Szmigiero" Cc: timur@tabi.org, broonie@kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, lgirdwood@gmail.com, fabio.estevam@nxp.com, caleb@crome.org, arnaud.mouiche@invoxia.com, lukma@denx.de, kernel@pengutronix.de Subject: Re: [PATCH v4 00/17] ASoC: fsl_ssi: Clean up - program flow level Message-ID: <20180116235258.GA6849@Asurada-Nvidia> References: <1516058192-65519-1-git-send-email-nicoleotsuka@gmail.com> <56fb5b43-383f-c0f2-360c-eef0e4d0844f@maciej.szmigiero.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <56fb5b43-383f-c0f2-360c-eef0e4d0844f@maciej.szmigiero.name> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 17, 2018 at 12:38:09AM +0100, Maciej S. Szmigiero wrote: > > Example of uncovered tests: AC97, PowerPC and FIQ. > > I've tested the whole series in the AC'97 mode on an i.MX6 UDOO board > and everything seems to work fine as long as few small changes are made > to patches 13 and 16. Thanks for the review and testing. Really appreciate that. I'll take care of those issues in the next version. And I believe those issues are confined to AC97. So Caleb should be able to skip his test if only these two places get updated. (Thanks for keeping testing on each version.)