From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753352AbcEROBm (ORCPT ); Wed, 18 May 2016 10:01:42 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:36042 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752494AbcEROBk (ORCPT ); Wed, 18 May 2016 10:01:40 -0400 MIME-Version: 1.0 In-Reply-To: References: <1461674398-18374-1-git-send-email-daniel.baluta@intel.com> Date: Wed, 18 May 2016 17:01:38 +0300 X-Google-Sender-Auth: 2N2h_eFaIwlqEIXfCCPUWkXR7zc Message-ID: Subject: Re: [RFT PATCH] iio: magn: Add support for BMM150 magnetometer From: Daniel Baluta To: Jonathan Cameron Cc: Lucas De Marchi , Daniel Baluta , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , "linux-iio@vger.kernel.org" , lkml , Lucas De Marchi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 4, 2016 at 1:26 PM, Jonathan Cameron wrote: > On 27/04/16 15:55, Lucas De Marchi wrote: >> On Tue, Apr 26, 2016 at 9:39 AM, Daniel Baluta wrote: >>> BMM150 is register compatible with magnetometer part of >>> BMC156. >>> >>> Datasheet is at: >>> http://www.mouser.com/ds/2/783/BST-BMM150-DS001-01-786480.pdf >>> >>> Signed-off-by: Daniel Baluta >>> --- >>> Lucas let me know if it works for you. I don't have yet the BMM150 evaluation >>> board. It should be available in few weeks. >>> >>> I'll just leave this patch here in case anyone steps in to test it. >> >> It will take a while for my test board to arrive here, so expect delay >> on testing this. > I'm dropping this from my list of outstanding patches for now. > It'll resurface when you guys restart the thread. Got the shuttle board and basic tests with generic_buffer seem to work fine. Jonathan can you pick this up if no other comments? thanks, Daniel.