From patchwork Mon Jan 16 13:07:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe De Muyter X-Patchwork-Id: 13103069 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C1ABC54EBE for ; Mon, 16 Jan 2023 13:11:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbjAPNLK (ORCPT ); Mon, 16 Jan 2023 08:11:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230519AbjAPNKm (ORCPT ); Mon, 16 Jan 2023 08:10:42 -0500 Received: from frolo.macqel.be (smtp2.macqel.be [109.135.2.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 461D323C5D for ; Mon, 16 Jan 2023 05:08:30 -0800 (PST) Received: by frolo.macqel.be (Postfix, from userid 1000) id C5AF6DF00AB; Mon, 16 Jan 2023 14:07:38 +0100 (CET) From: Philippe De Muyter To: lorenzo@kernel.org, linux-iio@vger.kernel.org Cc: Philippe De Muyter Subject: [PATCH v2 0/2] iio: imu: st_lsm6dsx: add 'mount_matrix' sysfs entry to gyro channel. Date: Mon, 16 Jan 2023 14:07:12 +0100 Message-Id: <1673874434-30750-1-git-send-email-Philippe.DeMuyter@macq.eu> X-Mailer: git-send-email 1.7.10.4 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Philippe De Muyter A simple patch to add the missing 'mount_matrix' sysfs entry for the gyro channel of the st_lsm6dsx 6-axes devices. v2: use 'shub' in the renaming Philippe De Muyter (2): iio: imu: st_lsm6dsx: fix naming of 'struct iio_info' in st_lsm6dsx_shub.c. iio: imu: st_lsm6dsx: add 'mount_matrix' sysfs entry to gyro channel. drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 5 +++-- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) Acked-by: Lorenzo Bianconi