From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbcEZMDi (ORCPT ); Thu, 26 May 2016 08:03:38 -0400 Received: from mga02.intel.com ([134.134.136.20]:54336 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753558AbcEZMDg (ORCPT ); Thu, 26 May 2016 08:03:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="989189476" Subject: Re: [PATCH 0/5] i2c: designware: Enable fast mode plus and high speed To: Weifeng Voon , Wolfram Sang References: <1464249672-24566-1-git-send-email-weifeng.voon@intel.com> Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , jui.nee.tan@intel.com From: Jarkko Nikula Message-ID: <5746E5B9.6050305@linux.intel.com> Date: Thu, 26 May 2016 15:02:01 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1464249672-24566-1-git-send-email-weifeng.voon@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/26/2016 11:01 AM, Weifeng Voon wrote: > Enabled fast mode plus and high speed which supported by APL SoC. > > 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(-) > Acked-by: Jarkko Nikula