From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-237.synserver.de ([212.40.185.237]:1070 "EHLO smtp-out-237.synserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753308Ab2K2JvH (ORCPT ); Thu, 29 Nov 2012 04:51:07 -0500 Message-ID: <50B73017.8080706@metafoo.de> Date: Thu, 29 Nov 2012 10:51:19 +0100 From: Lars-Peter Clausen MIME-Version: 1.0 To: Denis CIOCCA CC: Jonathan Cameron , Denis Ciocca , Jonathan Cameron , Pavel Machek , "linux-iio@vger.kernel.org" , "burman.yan@gmail.com" Subject: Re: STMicroelectronics gyroscopes driver. References: <5072F3B9.4050309@st.com> <5073260C.3010506@metafoo.de> <20121008195007.GA32042@elf.ucw.cz> <507338B5.60307@metafoo.de> <665718a4-de6b-4d09-ba80-35705fcf2595@email.android.com> <507D9EA3.4070009@metafoo.de> <5085128C.7020507@st.com> <50858B44.2080006@kernel.org> <5087E2A8.4070304@st.com> <508A7DA6.7050505@metafoo.de> <508E4492.8080000@st.com> <508E48D1.3000703@metafoo.de> <508E5978.5000907@st.com> <508E5AD5.1040907@metafoo.de> <50914366.4090000@st.com> <5091546D.9000601@metafoo.de> <50982F71.3060606@kernel.org> <5098F065.1090009@st.com> <50A12D8C.6040207@st.com> <50A14485.2060902@kernel.org> <50A26967.4050102@st.com> <50A8E083.1050908@kernel.org> <50AFA000.3040906@st.com> <50B0F495.6040409@kernel.org> <50B4DDEC.9030903@st.com> In-Reply-To: <50B4DDEC.9030903@st.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 11/27/2012 04:36 PM, Denis CIOCCA wrote: > Hi guys, > > based on the driver for accelerometers, I wrote the driver for all our > last mems gyroscopes. > Best regards, > > Denis > How different are the gyros from the accelerometers? On a first quick glance the looks as if you took the accelerometer driver and did a search and replace on "accel" with "gyro". Can both be supported by the same driver? - Lars