From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754741AbbCEJLg (ORCPT ); Thu, 5 Mar 2015 04:11:36 -0500 Received: from mail-ob0-f181.google.com ([209.85.214.181]:46683 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754433AbbCEJLb (ORCPT ); Thu, 5 Mar 2015 04:11:31 -0500 MIME-Version: 1.0 In-Reply-To: References: <1422412229-23640-1-git-send-email-chao.xie@marvell.com> Date: Thu, 5 Mar 2015 10:11:30 +0100 Message-ID: Subject: Re: [PATCH] gpio: mmp: add GPIO driver for Marvell MMP series From: Linus Walleij To: Haojian Zhuang Cc: Chao Xie , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Chao Xie Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 10, 2015 at 7:24 AM, Haojian Zhuang wrote: > On Tue, Feb 3, 2015 at 9:21 PM, Linus Walleij wrote: >> On Wed, Jan 28, 2015 at 3:30 AM, Chao Xie wrote: >> >>> From: Chao Xie >>> >>> For some old PXA series, they used PXA GPIO driver. >>> The IP of GPIO changes since PXA988 which is Marvell MMP >>> series. >>> It will use new way to control the GPIO level, direction >>> and edge status. >>> >>> Signed-off-by: Chao Xie >> >> (...) >> > > Just a silly question. What's the meaning of (...)? There're a lot of > comments as (...). It's my first time to see this. It just means I deleted and skipped over a few lines in the patch that was looking OK or irrelevant to comment on, so as to keep the mail to just the relevant parts. Yours, Linus Walleij