From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754763Ab3BRNYg (ORCPT ); Mon, 18 Feb 2013 08:24:36 -0500 Received: from mga03.intel.com ([143.182.124.21]:24972 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771Ab3BRNYe (ORCPT ); Mon, 18 Feb 2013 08:24:34 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,687,1355126400"; d="scan'208";a="258366813" Date: Mon, 18 Feb 2013 15:28:44 +0200 From: Mika Westerberg To: Christian Ruppert Cc: Wolfram Sang , "Ben Dooks (embedded platforms)" , Grant Likely , Rob Herring , Rob Landley , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Vineet Gupta , Pierrick Hascoet Subject: Re: [PATCH v3] i2c-designware: make SDA hold time configurable Message-ID: <20130218132843.GA2439@intel.com> References: <20130218105742.GK20771@intel.com> <1361191905-30099-1-git-send-email-christian.ruppert@abilis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361191905-30099-1-git-send-email-christian.ruppert@abilis.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 18, 2013 at 01:51:45PM +0100, Christian Ruppert wrote: > This patch makes the SDA hold time configurable through device tree. > It was tested on a hybrid of i2c/next and arc-3.8-baseline (see > https://github.com/foss-for-synopsys-dwc-arc-processors/linux/commits/arc-3.8-baseline) since our platform is ARC based and this architecture is not yet > supported by i2c/next. > > Signed-off-by: Christian Ruppert > Signed-off-by: Pierrick Hascoet Reviewed-by: Mika Westerberg Thanks!