From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753597AbcEZK6D (ORCPT ); Thu, 26 May 2016 06:58:03 -0400 Received: from mga04.intel.com ([192.55.52.120]:8544 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753262AbcEZK57 (ORCPT ); Thu, 26 May 2016 06:57:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="962755941" Message-ID: <1464260351.27624.7.camel@linux.intel.com> Subject: Re: [PATCH 0/5] i2c: designware: Enable fast mode plus and high speed From: Andy Shevchenko To: Weifeng Voon , Wolfram Sang , Jarkko Nikula Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, jui.nee.tan@intel.com Date: Thu, 26 May 2016 13:59:11 +0300 In-Reply-To: <1464249672-24566-1-git-send-email-weifeng.voon@intel.com> References: <1464249672-24566-1-git-send-email-weifeng.voon@intel.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2-2 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 Thu, 2016-05-26 at 16:01 +0800, Weifeng Voon wrote: > Enabled fast mode plus and high speed which supported by APL SoC. > FWIW: Reviewed-by: Andy Shevchenko > Weifeng Voon (5): >   i2c: designware: Move clk_freq into struct dw_i2c_dev >   i2c: designware: get fast plus and high speed *CNT configuration >   i2c: designware: Enable fast mode plus >   i2c: designware: set the common config before the if else >   i2c: designware: Enable high speed mode > >  drivers/i2c/busses/i2c-designware-core.c    | 33 > +++++++++++++++++++++--- >  drivers/i2c/busses/i2c-designware-core.h    | 12 +++++++++ >  drivers/i2c/busses/i2c-designware-platdrv.c | 39 +++++++++++++++++++- > --------- >  3 files changed, 68 insertions(+), 16 deletions(-) > -- Andy Shevchenko Intel Finland Oy