From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbcEZICk (ORCPT ); Thu, 26 May 2016 04:02:40 -0400 Received: from mga11.intel.com ([192.55.52.93]:43325 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753376AbcEZICf (ORCPT ); Thu, 26 May 2016 04:02:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="815132013" From: Weifeng Voon To: Wolfram Sang , Jarkko Nikula Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , jui.nee.tan@intel.com Subject: [PATCH 0/5] i2c: designware: Enable fast mode plus and high speed Date: Thu, 26 May 2016 16:01:07 +0800 Message-Id: <1464249672-24566-1-git-send-email-weifeng.voon@intel.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 1.9.1