From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::243]) (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 3yrsNF41hhzDrvB for ; Wed, 6 Dec 2017 06:33:00 +1100 (AEDT) Received: by mail-pg0-x243.google.com with SMTP id q20so862500pgv.2 for ; Tue, 05 Dec 2017 11:33:00 -0800 (PST) Date: Tue, 5 Dec 2017 11:33:00 -0800 From: Nicolin Chen To: "Maciej S. Szmigiero" Cc: broonie@kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, fabio.estevam@nxp.com, timur@tabi.org, caleb@crome.org, lgirdwood@gmail.com Subject: Re: [PATCH 00/10] ASoC: fsl_ssi: Clean up - coding style level Message-ID: <20171205193258.GA11039@Asurada-Nvidia> References: <1512420403-10164-1-git-send-email-nicoleotsuka@gmail.com> <81e17b9c-e878-1fe9-bb6f-b074d5766232@maciej.szmigiero.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <81e17b9c-e878-1fe9-bb6f-b074d5766232@maciej.szmigiero.name> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Dec 05, 2017 at 02:01:17PM +0100, Maciej S. Szmigiero wrote: > > ==Verification== > > Theoretically, it only needs code review, build and sanity tests. I > > have done build and sanity tests on an i.MX 6 platform by building > > using imx_v6_v7_defconfig and testing with I2S slave/master mode. > Due to my current workload I will be able to go through this and test > the AC'97 mode on a UDOO board only in about a week. This is the first round which doesn't touch program flow. If you prefer to verify it other than merely reviewing it, I would like to wait for your Tested-by. There will be another set to simplify all functions and their program flows after this set gets merged. That one will need to be fully tested.