From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938312AbdAEKHW (ORCPT ); Thu, 5 Jan 2017 05:07:22 -0500 Received: from mga01.intel.com ([192.55.52.88]:18195 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938291AbdAEKG6 (ORCPT ); Thu, 5 Jan 2017 05:06:58 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,320,1477983600"; d="scan'208";a="26463962" Date: Thu, 5 Jan 2017 12:06:52 +0200 From: Mika Westerberg To: Andy Shevchenko Cc: Linus Walleij , Heikki Krogerus , "David E . Box" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" Subject: Re: [PATCH 6/6] pinctrl: intel: Add Intel Gemini Lake pin controller support 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 Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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