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=-15.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 BECC4C433FF for ; Sat, 27 Jul 2019 10:42:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA6BB2087C for ; Sat, 27 Jul 2019 10:42:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728186AbfG0KmT (ORCPT ); Sat, 27 Jul 2019 06:42:19 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:39550 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725875AbfG0KmS (ORCPT ); Sat, 27 Jul 2019 06:42:18 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 0EACC283CED; Sat, 27 Jul 2019 11:42:16 +0100 (BST) Date: Sat, 27 Jul 2019 12:42:12 +0200 From: Boris Brezillon To: Jonathan Cameron Cc: Vitor Soares , linux-iio@vger.kernel.org, linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org, lorenzo@kernel.org, gregkh@linuxfoundation.org, rafael@kernel.org, bbrezillon@kernel.org, Joao.Pinto@synopsys.com Subject: Re: [PATCH v6 2/2] iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR Message-ID: <20190727124212.3da89d41@collabora.com> In-Reply-To: <20190721181656.236faa63@archlinux> References: <77c709aca8607f31f141ee7c4dc28bf89266bd23.1563542515.git.vitor.soares@synopsys.com> <20190721181656.236faa63@archlinux> Organization: Collabora X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 21 Jul 2019 18:16:56 +0100 Jonathan Cameron wrote: > On Fri, 19 Jul 2019 15:30:55 +0200 > Vitor Soares wrote: > > > For today the st_lsm6dsx driver support LSM6DSO and LSM6DSR sensor only in > > spi and i2c mode. > > > > The LSM6DSO and LSM6DSR are also i3c capable so let's give i3c support to > > them. > > > > Signed-off-by: Vitor Soares > > Acked-by: Lorenzo Bianconi > > Reviewed-by: Boris Brezillon > Great. I'll pick this up once Boris has that immutable branch > available. Give me a poke if I seem to have lost it! Here it is: The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/export-i3c_device_match_id for you to fetch changes up to 934d24a5e1508e73c0001afb54a3916e4270428f: i3c: move i3c_device_match_id to device.c and export it (2019-07-27 11:22:19 +0200) ---------------------------------------------------------------- Needed for the st_lsm6dsx_i3c.c driver ---------------------------------------------------------------- Vitor Soares (1): i3c: move i3c_device_match_id to device.c and export it drivers/i3c/device.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/i3c/master.c | 45 --------------------------------------------- include/linux/i3c/device.h | 4 ++++ 3 files changed, 57 insertions(+), 45 deletions(-)