From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbdEILh6 (ORCPT ); Tue, 9 May 2017 07:37:58 -0400 Received: from mga04.intel.com ([192.55.52.120]:37797 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbdEILh5 (ORCPT ); Tue, 9 May 2017 07:37:57 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,314,1491289200"; d="scan'208";a="966242861" Message-ID: <1494329692.30052.75.camel@linux.intel.com> Subject: Re: [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform From: Andy Shevchenko To: Jan Kiszka , Lee Jones , Linux Kernel Mailing List Date: Tue, 09 May 2017 14:34:52 +0300 In-Reply-To: <80e73378-83d9-b61e-670d-6cd7372171c2@siemens.com> References: <80e73378-83d9-b61e-670d-6cd7372171c2@siemens.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-05-09 at 06:40 +0200, Jan Kiszka wrote: > The SIMATIC IOT2000 is derived from the Galileo Gen2 board and shares > its I2C frequency. > > Signed-off-by: Jan Kiszka > Signed-off-by: Sascha Weisenberger Hmm... I thought that SoB chain goes from first author to last. (Or in case of maintainer / submitter their SoB goes at the end, which is apparently not the case here). Other than above Reviewed-by: Andy Shevchenko > > --- >  drivers/mfd/intel_quark_i2c_gpio.c | 4 ++++ >  1 file changed, 4 insertions(+) > > diff --git a/drivers/mfd/intel_quark_i2c_gpio.c > b/drivers/mfd/intel_quark_i2c_gpio.c > index 7946d6e38b87..98dddf2831ad 100644 > --- a/drivers/mfd/intel_quark_i2c_gpio.c > +++ b/drivers/mfd/intel_quark_i2c_gpio.c > @@ -72,6 +72,10 @@ static const struct i2c_mode_info > platform_i2c_mode_info[] = { >   .name = "GalileoGen2", >   .i2c_scl_freq = 400000, >   }, > + { > + .name = "SIMATIC IOT2000", > + .i2c_scl_freq = 400000, > + }, >   {} >  }; >   -- Andy Shevchenko Intel Finland Oy