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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 195C5C04AAF for ; Thu, 16 May 2019 11:46:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DFF0120848 for ; Thu, 16 May 2019 11:46:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b="j6A058Td" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727658AbfEPLqV (ORCPT ); Thu, 16 May 2019 07:46:21 -0400 Received: from first.geanix.com ([116.203.34.67]:58892 "EHLO first.geanix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728168AbfEPLqR (ORCPT ); Thu, 16 May 2019 07:46:17 -0400 Received: from [192.168.100.161] (unknown [95.138.208.137]) by first.geanix.com (Postfix) with ESMTPSA id A562E9C6; Thu, 16 May 2019 11:45:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1558007159; bh=48NKzE1/3iP61tLwlRVE1PgLB30RBeybnWDZN7lLIFg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=j6A058Td5vwyWp9Uu5PiUeWvg+sHjuUmrLEX/jNQ8NoFB2S9VFoOPP7/pI74AqYPY z7od0sDUk4E1F9zAhnnJZLYM5iHwfTlbuuYrCoiXmdm7PNnONbxWN6UjuBaqWW1YD+ RJIJ9mTIOxQHyHfSf7O0BQjKZjE12J6N3DlnkwI2G6Z3C/K6QJKmH+UaIxPdt+xMrY Kz5dtFkeBwFhoI/628a1EpP24Rj8ncT9PHmngHRuJV55ZDWwpXYhPN2Xw9Ke965neJ 1eee83FOhpYBxnGJrCH162tQw9rcPgrw32Mbffg69lrGDVQA4fZvxin4suIOxQHP4+ Ik9v/CMrwGtlA== Subject: Re: [PATCH 2/2] iio: imu: st_lsm6dsx: add iio trigger and buffer support To: Lorenzo Bianconi Cc: Jonathan Cameron , linux-iio@vger.kernel.org, martin@geanix.com, Lorenzo Bianconi , Denis CIOCCA References: <20190507080225.108000-1-sean@geanix.com> <20190507080225.108000-2-sean@geanix.com> <20190511123755.2d220233@archlinux> <20190511123054.GA14837@localhost.localdomain> <20190511170039.GA4547@localhost.localdomain> From: Sean Nyekjaer Message-ID: Date: Thu, 16 May 2019 13:46:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190511170039.GA4547@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 Please ignore this patchset. The IRQ is indeed connected to our SoC /Sean