From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CBCEAC49ED7 for ; Fri, 13 Sep 2019 09:00:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9DB51214D8 for ; Fri, 13 Sep 2019 09:00:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b="EIVMCVQN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387788AbfIMJAl (ORCPT ); Fri, 13 Sep 2019 05:00:41 -0400 Received: from first.geanix.com ([116.203.34.67]:49374 "EHLO first.geanix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387499AbfIMJAk (ORCPT ); Fri, 13 Sep 2019 05:00:40 -0400 Received: from [192.168.100.95] (unknown [95.138.208.137]) by first.geanix.com (Postfix) with ESMTPSA id 06B0215E2; Fri, 13 Sep 2019 08:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1568365194; bh=eJuFKCry6jk0T1xt3a3V2US2F/b1zAkiMgx/j3zPpE0=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=EIVMCVQN3nno/QvX+gFvb3puTtN8V30pMzEBItlAWk6xbc3o0IiOmrs/iDlsNLB9c CiYPLZXjsJK5me2e91yOUoDMojgr2pA+ma3m9fpBYSiwM4VfEXP+i5BK5okKIc2Mgj 5sHuHcwW/0Z9Fw/pR5jyIEhs6UNGhfNX6R7ipSe1D56ey+B3NKxVH9vjAYYnYg+2/e gycCXVcVsLkeT6Quyh0dR67HcklgF9R3OvC0SsdH4Q4p0ntKa9dxJhu5qwpldjwWBW 6+g3jK1yxnckv1o4z7c9HpPajPvNN6sAJtWEJwhj0ffR1YZcKmL1u3fa5JjotTz5Jv 6HX5elHUJB09w== Subject: Re: [PATCH v7 3/5] iio: imu: st_lsm6dsx: add wakeup-source option To: Lorenzo Bianconi Cc: linux-iio@vger.kernel.org, jic23@kernel.org, lorenzo.bianconi83@gmail.com, denis.ciocca@st.com, mario.tesi@st.com, armando.visconti@st.com, martin@geanix.com References: <20190912070614.1144169-1-sean@geanix.com> <20190912070614.1144169-4-sean@geanix.com> <6eb3a60f-0712-4ad7-fe3c-fd76a3ea135f@geanix.com> <20190913082701.GA2698@localhost.localdomain> <66e35f99-780b-7063-37ad-3fb656a6dffc@geanix.com> <20190913085851.GB2698@localhost.localdomain> From: Sean Nyekjaer Message-ID: <575df7e7-4b25-fa9a-c723-669c4aca7b5f@geanix.com> Date: Fri, 13 Sep 2019 11:00:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <20190913085851.GB2698@localhost.localdomain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US-large Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On 13/09/2019 10.58, Lorenzo Bianconi wrote: > Actually I have not tested, just compiled. Looking at the code seems fine. > > Regards, > Lorenzo I'll post V8 with updated [PATCH 3/5] for Jonathan :-) /Sean