Re: [PATCH 2/2] iio: add Bosch BMA180 acceleration sensor driver

2013-08-04 Thread Lars-Peter Clausen
On 07/29/2013 04:58 PM, Oleksandr Kravchenko wrote: > From: Oleksandr Kravchenko > > This patch adds IIO driver for Bosch BMA180 triaxial > acceleration sensor. > http://omapworld.com/BMA180_111_1002839.pdf > > Signed-off-by: Oleksandr Kravchenko > --- > .../devicetree/bindings/iio/accel/bma18

Re: [PATCH 2/2] iio: add Bosch BMA180 acceleration sensor driver

2013-08-02 Thread Oleksandr Kravchenko
On Thu, Aug 1, 2013 at 12:18 AM, Jonathan Cameron wrote: > On 07/29/13 16:15, Peter Meerwald wrote: >> >> kicking out drivers fast :) >> few comments below; the driver exposes only minimal iio features and >> integrates input subsystem, this doesn't seem right >> > Only taken a very quick look but

Re: [PATCH 2/2] iio: add Bosch BMA180 acceleration sensor driver

2013-07-31 Thread Jonathan Cameron
On 07/29/13 16:15, Peter Meerwald wrote: > > kicking out drivers fast :) > few comments below; the driver exposes only minimal iio features and > integrates input subsystem, this doesn't seem right > Only taken a very quick look but Peter is quite right. Either this is very much an input directed

Re: [PATCH 2/2] iio: add Bosch BMA180 acceleration sensor driver

2013-07-29 Thread Peter Meerwald
kicking out drivers fast :) few comments below; the driver exposes only minimal iio features and integrates input subsystem, this doesn't seem right p. > diff --git a/Documentation/devicetree/bindings/iio/accel/bma180.txt > b/Documentation/devicetree/bindings/iio/accel/bma180.txt > new file mo

[PATCH 2/2] iio: add Bosch BMA180 acceleration sensor driver

2013-07-29 Thread Oleksandr Kravchenko
From: Oleksandr Kravchenko This patch adds IIO driver for Bosch BMA180 triaxial acceleration sensor. http://omapworld.com/BMA180_111_1002839.pdf Signed-off-by: Oleksandr Kravchenko --- .../devicetree/bindings/iio/accel/bma180.txt | 53 +++ drivers/iio/accel/Kconfig