Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757084AbdLPRti (ORCPT ); Sat, 16 Dec 2017 12:49:38 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:44147 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756760AbdLPRtg (ORCPT ); Sat, 16 Dec 2017 12:49:36 -0500 X-Google-Smtp-Source: ACJfBou7J4NMg7m2qcGmI25ahAb+XRle4api7xfbgS83RLlfkaCfGZqOhfAeBvLO1K1/AZlVUcaU3Q== Date: Sat, 16 Dec 2017 09:49:33 -0800 From: Nicolin Chen To: Caleb Crome Cc: Timur Tabi , Mark Brown , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, Fabio Estevam , mail@maciej.szmigiero.name, Liam Girdwood , Arnaud Mouiche , lukma@denx.de, Sascha Hauer Subject: Re: [PATCH v3 03/11] ASoC: fsl_ssi: Refine all comments Message-ID: <20171216174932.GB3840@Asurada> References: <1513207108-30430-1-git-send-email-nicoleotsuka@gmail.com> <1513207108-30430-4-git-send-email-nicoleotsuka@gmail.com> <01a7d97b-7e80-83b2-e850-d513d7dc35aa@tabi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 19 On Sat, Dec 16, 2017 at 09:30:14AM -0800, Caleb Crome wrote: > Having come to work on this driver with very little knowledge about > kernel programming, and i.MX, I have to agree with Timur. It's an > amazingly complex driver (with support of so many variants). By > eliminating verbose commentary, it's also wiping away a lot of > knowledge. The more sparse commentary makes things harder to > understand for newcomers, or really anybody who isn't already steeped > in knowledge about the SSI port and linux, and it's interaction with > DMA. I never said that I don't agree with Timur. Every change here is to simplify things. As long as Timur or any reviewer feels one of new comments is harder to understand, I am totally fine to rework. I respect everyone's opinion, but I hope everyone can respect my effort too by telling me which one needs to rework and why? Thanks Nicolin