From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Denis CIOCCA Subject: RE: [PATCH 1/2] dt-bindings: iio: accel: add LIS2DE12 sensor device binding Date: Mon, 11 Mar 2019 23:02:16 +0000 Message-ID: <681ca9e5102c4b59a49c5db1789c366c@SFHDAG2NODE1.st.com> References: <20190305203252.13647-1-rjones@gateworks.com> <20190305203252.13647-2-rjones@gateworks.com> <2671a590a8394e76bd795c6bb187bfd1@SFHDAG2NODE1.st.com> <20190309182026.6866b037@archlinux> <20190309182310.25409803@archlinux> In-Reply-To: <20190309182310.25409803@archlinux> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 To: Jonathan Cameron Cc: Robert Jones , Rob Herring , Mark Rutland , "devicetree@vger.kernel.org" , "linux-iio@vger.kernel.org" , Hartmut Knaack , "Lars-Peter Clausen , Peter Meerwald-Stadler" List-ID: Yes, you are right Jonathan. I saw that before but since there are already 15 sensors that are not follo= wing my initial convention anymore, I decided to let it go...Not sure I'll = be able to catch all of the patches. But your point is actually correct. I know it's a small thing but anyway wh= at do you thing about? Denis -----Original Message----- From: Jonathan Cameron =20 Sent: Saturday, March 9, 2019 10:23 AM To: Denis CIOCCA Cc: Robert Jones ; Rob Herring ; = Mark Rutland ; devicetree@vger.kernel.org; linux-iio@= vger.kernel.org; Hartmut Knaack ; Lars-Peter Clausen ; Peter Meerwald-Stadler Subject: Re: [PATCH 1/2] dt-bindings: iio: accel: add LIS2DE12 sensor devic= e binding On Sat, 9 Mar 2019 18:20:26 +0000 Jonathan Cameron wrote: > On Sat, 9 Mar 2019 01:14:14 +0000 > Denis CIOCCA wrote: >=20 > > Acked-by: Denis Ciocca > Applied to the togreg branch of iio.git and pushed out as testing for=20 > the autobuilders to play with it. >=20 > Thanks >=20 > Jonathan Actually, sorry too fast to click send! Why the -accel postfix? That is normally only done for devices with multiple separate sensors withi= n them. That isn't true as far as I can see for this one. Jonathan >=20 > >=20 > > Thanks, > > Denis > >=20 > >=20 > > -----Original Message----- > > From: linux-iio-owner@vger.kernel.org=20 > > On Behalf Of Robert Jones > > Sent: Tuesday, March 5, 2019 12:33 PM > > To: Jonathan Cameron ; Rob Herring=20 > > ; Mark Rutland > > Cc: devicetree@vger.kernel.org; linux-iio@vger.kernel.org; Hartmut=20 > > Knaack ; Lars-Peter Clausen ;=20 > > Peter Meerwald-Stadler ; Robert Jones=20 > > > > Subject: [PATCH 1/2] dt-bindings: iio: accel: add LIS2DE12 sensor=20 > > device binding > >=20 > > Signed-off-by: Robert Jones > > --- > > Documentation/devicetree/bindings/iio/st-sensors.txt | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/iio/st-sensors.txt=20 > > b/Documentation/devicetree/bindings/iio/st-sensors.txt > > index 52ee4ba..7f24b33 100644 > > --- a/Documentation/devicetree/bindings/iio/st-sensors.txt > > +++ b/Documentation/devicetree/bindings/iio/st-sensors.txt > > @@ -49,6 +49,7 @@ Accelerometers: > > - st,lis2dw12 > > - st,lis3dhh > > - st,lis3de > > +- st,lis2de12-accel > > =20 > > Gyroscopes: > > - st,l3g4200d-gyro >=20