Re: [PATCH] IIO: Add support for L3GD20H gyroscope

2015-03-28 Thread Jonathan Cameron
On 24/03/15 10:29, Linus Walleij wrote: > On Mon, Mar 23, 2015 at 2:40 PM, Robert Dolca wrote: > >> It can be used exactly like L3GD20 but it has a different WhoAmI >> register value. >> >> Signed-off-by: Robert Dolca > > Reviewed-by: Linus Walleij > > Yours, > Linus Walleij > Applied to the

Re: [PATCH] IIO: Add support for L3GD20H gyroscope

2015-03-24 Thread Linus Walleij
On Mon, Mar 23, 2015 at 2:40 PM, Robert Dolca wrote: > It can be used exactly like L3GD20 but it has a different WhoAmI > register value. > > Signed-off-by: Robert Dolca Reviewed-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH] IIO: Add support for L3GD20H gyroscope

2015-03-23 Thread Robert Dolca
It can be used exactly like L3GD20 but it has a different WhoAmI register value. Signed-off-by: Robert Dolca --- drivers/iio/gyro/st_gyro_core.c | 83 + 1 file changed, 83 insertions(+) diff --git a/drivers/iio/gyro/st_gyro_core.c b/drivers/iio/gyro/st_gy