Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372AbbGFB0m (ORCPT ); Sun, 5 Jul 2015 21:26:42 -0400 Received: from mail-bl2on0142.outbound.protection.outlook.com ([65.55.169.142]:38391 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753120AbbGFB0d convert rfc822-to-8bit (ORCPT ); Sun, 5 Jul 2015 21:26:33 -0400 From: Duan Andy To: Sanchayan Maity , "jic23@kernel.org" CC: "shawn.guo@linaro.org" , "kernel@pengutronix.de" , "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "devicetree@vger.kernel.org" , "linux-iio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "stefan@agner.ch" Subject: RE: [PATCH v2 0/2] Implement sample time consideration for Vybrid's ADC Thread-Topic: [PATCH v2 0/2] Implement sample time consideration for Vybrid's ADC Thread-Index: AQHQrljew57p2rgjBkOwRHf59r1dTZ3NuAPg Date: Mon, 6 Jul 2015 01:26:30 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: gmail.com; dkim=none (message not signed) header.d=none; x-originating-ip: [199.59.226.141] x-microsoft-exchange-diagnostics: 1;BLUPR03MB374;5:qCveUsW3SJOCn1+0Hx5ftjlTTZMgzJaBwW/ZTCUVqitNfNb7BUwLASmk2BTe57IM3tsn7tYWrdxEUXxP/WqPMo/ZI4B8OL94GRcsBMEcd11yYzEnQ7BrVaK0DDMEmdLZDZ/WdZ9MKA6jyyE/xRyZ9A==;24:WewixF9KPhNwVpsMxUCqlpeywiDVqNqj8FdKzA6w4frbvedZrfVMzKCjFTNqOF9ZtsAyiUXj0eV9evPYBskVshXsqfjBJqgRNMfPNFHZ6Sw=;20:/ybMORh4ba32VhmdxPsAeaLG+UIM4NBMJoxSpWrQRiVfk67I2fAaAgj3lIPpFwdhjrOAHGovzx2wt441uAUu+g== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR03MB374; blupr03mb374: X-MS-Exchange-Organization-RulesExecuted x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BLUPR03MB374;BCL:0;PCL:0;RULEID:;SRVR:BLUPR03MB374; x-forefront-prvs: 06290ECA9D x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(51704005)(2950100001)(5001770100001)(66066001)(74316001)(77096005)(2656002)(87936001)(76176999)(54356999)(102836002)(46102003)(15975445007)(2900100001)(50986999)(86362001)(19580395003)(19580405001)(33656002)(189998001)(77156002)(106116001)(5003600100002)(62966003)(2501003)(5002640100001)(76576001)(99286002)(40100003)(92566002)(122556002)(5001960100002);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR03MB374;H:BLUPR03MB373.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 06 Jul 2015 01:26:30.3545 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR03MB374 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2017 Lines: 49 From: Sanchayan Maity Sent: Wednesday, June 24, 2015 4:34 PM > To: jic23@kernel.org > Cc: shawn.guo@linaro.org; kernel@pengutronix.de; robh+dt@kernel.org; > pawel.moll@arm.com; mark.rutland@arm.com; ijc+devicetree@hellion.org.uk; > galak@codeaurora.org; Duan Fugang-B38611; devicetree@vger.kernel.org; > linux-iio@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- > kernel@vger.kernel.org; stefan@agner.ch; Sanchayan Maity > Subject: [PATCH v2 0/2] Implement sample time consideration for Vybrid's > ADC > > Hello, > > This patchset adds a dt binding for specifying sample time for the vybrid > adc driver and takes this into account for sampling frequency calculation > and related configuration in the driver. > > The patchset is based on top of Stefan's patches here > http://lkml.iu.edu/hypermail/linux/kernel/1505.3/02043.html > > which got recently applied. Tested with shawn's for-next branch. > > Changes since v1: > > Change from a vendor specific fsl,min-sample-time to non vendor specific > min-sample-time. > > Version 1 of the patchset can be found here > http://lkml.iu.edu/hypermail/linux/kernel/1506.1/00026.html > > - Sanchayan. > > Sanchayan Maity (2): > iio: adc: Determine sampling frequencies by using minimum sample time > ARM: dts: vfxxx: Add property for minimum sample time > > .../devicetree/bindings/iio/adc/vf610-adc.txt | 6 ++ > arch/arm/boot/dts/vfxxx.dtsi | 2 + > drivers/iio/adc/vf610_adc.c | 74 > ++++++++++++++++++++-- > 3 files changed, 78 insertions(+), 4 deletions(-) The patch set looks fine. Thanks Sanchayan add this new interface for user that is more options for user case. Acked-by: Fugang Duan -- 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/