From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gVDp0-0001nQ-C0 for linux-mtd@lists.infradead.org; Fri, 07 Dec 2018 10:57:28 +0000 Subject: Re: [ v3 3/3] mtd: rawnand: stm32_fmc2: add manual mode To: Linus Walleij CC: Boris Brezillon , =?UTF-8?Q?Miqu=c3=a8l_Raynal?= , Richard Weinberger , David Woodhouse , Brian Norris , Mark Vasut , Rob Herring , Mark Rutland , , "linux-kernel@vger.kernel.org" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , References: <1543509663-26128-1-git-send-email-christophe.kerello@st.com> <1543509663-26128-4-git-send-email-christophe.kerello@st.com> From: Christophe Kerello Message-ID: Date: Fri, 7 Dec 2018 11:56:36 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Linus, It is correct. I will replace "manual mode" by "polling mode" in next patchset. Regards, Christophe Kerello. On 12/7/18 10:16 AM, Linus Walleij wrote: > On Thu, Nov 29, 2018 at 5:42 PM Christophe Kerello > wrote: > >> This patch adds the manual mode, a basic mode that do not need >> any DMA channels. This mode is also useful for debug purpose. >> >> Signed-off-by: Christophe Kerello > > This is a bit of drive-by comment, but "manual mode" usually > means there is a person "a man" pulling levers and pushing > buttons. There is nothing manual inside a computer system. > > I think the more appropriate term is "polling mode" which is > what we call code that read registers directly waiting for status > flags rather than relying on IRQs or DMA flows. > > Yours, > Linus Walleij >