Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752061AbcDSFKn (ORCPT ); Tue, 19 Apr 2016 01:10:43 -0400 Received: from mail-yw0-f178.google.com ([209.85.161.178]:35486 "EHLO mail-yw0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751521AbcDSFKl (ORCPT ); Tue, 19 Apr 2016 01:10:41 -0400 MIME-Version: 1.0 In-Reply-To: <57153AC3.9020603@kernel.org> References: <2bcce23e64d53f542a9436b11509b107d63cb8dc.1460573498.git.leonard.crestez@intel.com> <57137732.40507@kernel.org> <20160418060742.GA2981@beicxl1122> <5714B609.4020502@intel.com> <57153AC3.9020603@kernel.org> From: Lucas De Marchi Date: Tue, 19 Apr 2016 02:10:16 -0300 Message-ID: Subject: Re: [RFC] iio: st: Add lsm9ds0 support for gyro accel and magny To: Jonathan Cameron Cc: Crestez Dan Leonard , Denis Ciocca , "linux-iio@vger.kernel.org" , Giuseppe BARBA , "linux-kernel@vger.kernel.org" , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Daniel Baluta , Peter Rosin , Wolfram Sang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 16 On Mon, Apr 18, 2016 at 4:51 PM, Jonathan Cameron wrote: > On 18/04/16 11:25, Crestez Dan Leonard wrote: >> On 04/18/2016 09:07 AM, Denis Ciocca wrote: >> Then st_combo_* implementation functions would forward to st_magn_* or >> st_accel_* depending on chan->type. Does this make sense? > Perhaps. If you have a short term need for this perhaps Denis and you can > work together to speed up what he has 'in the works' for this? > No point in duplicating work! > > The gyro element can go forward separately in the meantime. Isn't LSM9DS0 just a package of LSM303D and L3GD20 that could reuse the drivers already present? Lucas De Marchi