From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH 6/6] pinctrl: intel: Add Intel Gemini Lake pin controller support Date: Thu, 5 Jan 2017 12:06:52 +0200 Message-ID: <20170105100652.GZ3353@lahna.fi.intel.com> References: <20170104153109.28663-1-mika.westerberg@linux.intel.com> <20170104153109.28663-7-mika.westerberg@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: Linus Walleij , Heikki Krogerus , "David E . Box" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" List-Id: linux-gpio@vger.kernel.org On Thu, Jan 05, 2017 at 01:18:19AM +0200, Andy Shevchenko wrote: > On Wed, Jan 4, 2017 at 5:31 PM, Mika Westerberg > wrote: > > This driver adds pinctrl/GPIO support for Intel Gemini Lake SoC. The > > GPIO controller is based on the next generation GPIO hardware but still > > compatible with the one supported by the Intel core pinctrl/GPIO driver. > > > > Signed-off-by: David E. Box > > SoB but no Author line. Perhaps elaborate what this credit for? David did couple of changes to the driver when it was being developed. I can also put something like this in the changelog if that's better: This patch includes material from David E. Box. > > > Signed-off-by: Mika Westerberg > > > > +/* > > + * Intel Gemini Lake SoC pinctrl/GPIO driver > > + * > > + * Copyright (C) 2017 Intel Corporation > > + * Author: Mika Westerberg > > + * > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License version 2 as > > + * published by the Free Software Foundation. > > + */ > > > -- > With Best Regards, > Andy Shevchenko