Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-12-03 Thread Hartmut Knaack
Karol Wrona schrieb am 21.11.2014 um 19:19: > Sensorhub is MCU dedicated to collect data and manage several sensors. > Sensorhub is a spi device which provides a layer for IIO devices. It provides > some data parsing and common mechanism for sensorhub sensors. > > Adds common sensorhub library fo

Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-24 Thread Karol Wrona
On 11/24/2014 01:35 PM, Arnd Bergmann wrote: On Monday 24 November 2014 12:39:12 Karol Wrona wrote: It is possible that it can serve as input device sth else. So you are right about MFD. The structure of mfd directory is flat. I wonder what can be better: just putting these sources inside mfd d

Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-24 Thread Arnd Bergmann
On Monday 24 November 2014 12:39:12 Karol Wrona wrote: > It is possible that it can serve as input device sth else. So you are > right about MFD. > > The structure of mfd directory is flat. I wonder what can be better: > just putting these sources inside mfd dir or to some new category inside mfd.

Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-24 Thread Karol Wrona
On 11/22/2014 01:17 PM, Jonathan Cameron wrote: On 21/11/14 19:38, Arnd Bergmann wrote: On Friday 21 November 2014 19:19:13 Karol Wrona wrote: Sensorhub is MCU dedicated to collect data and manage several sensors. Sensorhub is a spi device which provides a layer for IIO devices. It provides so

Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-22 Thread Jonathan Cameron
On 21/11/14 19:38, Arnd Bergmann wrote: > On Friday 21 November 2014 19:19:13 Karol Wrona wrote: >> Sensorhub is MCU dedicated to collect data and manage several sensors. >> Sensorhub is a spi device which provides a layer for IIO devices. It provides >> some data parsing and common mechanism for

Re: [PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-21 Thread Arnd Bergmann
On Friday 21 November 2014 19:19:13 Karol Wrona wrote: > Sensorhub is MCU dedicated to collect data and manage several sensors. > Sensorhub is a spi device which provides a layer for IIO devices. It provides > some data parsing and common mechanism for sensorhub sensors. > > Adds common sensorhub

[PATCH v2 1/5] misc: sensorhub: Add sensorhub driver

2014-11-21 Thread Karol Wrona
Sensorhub is MCU dedicated to collect data and manage several sensors. Sensorhub is a spi device which provides a layer for IIO devices. It provides some data parsing and common mechanism for sensorhub sensors. Adds common sensorhub library for sensorhub driver and iio drivers which uses sensorhu