Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Lee Jones
On Mon, 16 Sep 2013, Denis CIOCCA wrote: > >> I've tried with real device...Unfortunately, you are right for name on > >> the package... > >> So, are you using the LSM303DLHC? > > According to my datasheet [1], I have the LSM303DLH. > > > > [1] > > http://www.calao-systems.com/repository/pub/EMBE

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Denis CIOCCA
>> I've tried with real device...Unfortunately, you are right for name on >> the package... >> So, are you using the LSM303DLHC? > According to my datasheet [1], I have the LSM303DLH. > > [1] > http://www.calao-systems.com/repository/pub/EMBEDDED%20COMPUTERS/SKY-S9500-ULP-XXX/C12-SDK/SCH-00103-B11

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Lee Jones
> > That's what the datasheet for the board says. Perhaps it's that that's > > incorrect? Annoyingly, instead of printing the device name on the > > package, ST put some non-Googleable nonsense is there instead > > (probably the serial number). Nevertheless, I'll revert the patch and > > work s

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Denis CIOCCA
Hi Lee, > That's what the datasheet for the board says. Perhaps it's that that's > incorrect? Annoyingly, instead of printing the device name on the > package, ST put some non-Googleable nonsense is there instead > (probably the serial number). Nevertheless, I'll revert the patch and > work so

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Lee Jones
On Mon, 16 Sep 2013, Denis CIOCCA wrote: > Hi Lee, > >> On 09/10/13 13:49, Lee Jones wrote: > >>> The LSM303DLH's WAI (WhoAmI) is 0x33, meaning it should be enabled by > >>> Accel Sensor group one. For the device to probe without error, we'll > >>> need to ensure it's registered with the correct W

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Denis CIOCCA
Hi Lee, >> On 09/10/13 13:49, Lee Jones wrote: >>> The LSM303DLH's WAI (WhoAmI) is 0x33, meaning it should be enabled by >>> Accel Sensor group one. For the device to probe without error, we'll >>> need to ensure it's registered with the correct WAI. >>> >>> Signed-off-by: Lee Jones >> You clearly

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-16 Thread Lee Jones
On Sat, 14 Sep 2013, Jonathan Cameron wrote: > On 09/10/13 13:49, Lee Jones wrote: > > The LSM303DLH's WAI (WhoAmI) is 0x33, meaning it should be enabled by > > Accel Sensor group one. For the device to probe without error, we'll > > need to ensure it's registered with the correct WAI. > > > > Si

Re: [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-14 Thread Jonathan Cameron
On 09/10/13 13:49, Lee Jones wrote: > The LSM303DLH's WAI (WhoAmI) is 0x33, meaning it should be enabled by > Accel Sensor group one. For the device to probe without error, we'll > need to ensure it's registered with the correct WAI. > > Signed-off-by: Lee Jones You clearly have a better datashee

[PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group

2013-09-10 Thread Lee Jones
The LSM303DLH's WAI (WhoAmI) is 0x33, meaning it should be enabled by Accel Sensor group one. For the device to probe without error, we'll need to ensure it's registered with the correct WAI. Signed-off-by: Lee Jones --- drivers/iio/accel/st_accel_core.c | 4 ++-- 1 file changed, 2 insertions(+)