Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052AbbHEG3M (ORCPT ); Wed, 5 Aug 2015 02:29:12 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:33871 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbbHEG3I (ORCPT ); Wed, 5 Aug 2015 02:29:08 -0400 Message-ID: <55C1AD2D.90109@linaro.org> Date: Wed, 05 Aug 2015 11:59:01 +0530 From: Vaibhav Hiremath User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Matt Porter CC: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, wsa@the-dreams.de, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, robert.jarzmik@free.fr Subject: Re: [PATCH-v5 4/5] Documentation: binding: add sclk adjustment properties to i2c-pxa References: <1437482466-16126-1-git-send-email-vaibhav.hiremath@linaro.org> <1437482466-16126-5-git-send-email-vaibhav.hiremath@linaro.org> <20150727141152.GC15004@beef> In-Reply-To: <20150727141152.GC15004@beef> 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 Content-Length: 1482 Lines: 38 On Monday 27 July 2015 07:41 PM, Matt Porter wrote: > On Tue, Jul 21, 2015 at 06:11:05PM +0530, Vaibhav Hiremath wrote: >> With addition of PXA910 family of devices, the TWSI module supports >> new feature which allows us to adjust SCLK. i2c-pxa driver takes input >> configuration in nsec and converts it to respective bit-fields, >> >> - i2c-sclk-low-time-ns : SCLK low time (tlow) >> This property is used along with mode selection. >> - i2c-sclk-high-time-ns : SCLK high time (thigh) >> - i2c-start-hold-time-ns : Used in case of high speed mode for start bit >> hold/setup wait counter. >> - i2c-stop-hold-time-ns : Used in case of high speed mode for stop bit >> hold/setup wait counter. >> - i2c-sda-hold-time-ns : Used to calculate hold/setup wait counter for >> standard and fast mode. > > Again, these should have a mrvl prefix..very specific to this PXA > controller. > Sorry for delayed response, was down with health issue for week. Coming back to your comment, No, they are not Marvell specific. If you refer back to my V1, we discussed about it and concluded that we should use generic property here. There are quite a few drivers using same properties for similar purpose. Thanks, Vaibhav -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/