From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw23-7.mail.saunalahti.fi (fgw23-7.mail.saunalahti.fi [62.142.5.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B03CB13C8EA for ; Mon, 26 Aug 2024 21:23:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.84 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724707429; cv=none; b=og4eKMTF4OMSqPXl64dn0azicAjkaz3Zg9iTDL6twkmjFptZ4BAGqz274K6b71ZjiNegOFS+/uiWOrb/MhKJ2wtPPvc+iw+yVds3Yi79baBSB8luERNUQu9FTkipv9hmwX8e9Kww8303ohendpJE5CyUb4LoP8U34PRBxdwgetc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724707429; c=relaxed/simple; bh=tg4FG3gnn4wsUsXMgSc1EDgDopNHuoZayLRDtOQjQPg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XaMCsoTTki1yId7ZbyR/RGvUGzMCZS3kvLuA39DG0r/9N/5mzMF5UAkIB00lAJPuGspIMFixsRXHMWFrGH1qsfWl5NmrVt9IFcTlu676K4N031IfbCr21laSjXHWds2KOym5y2Bhneuj43RAX9BQHNMcQnnmytrhxzRAgmEm0iQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.84 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-87.elisa-laajakaista.fi [88.113.25.87]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id 79b27532-63f1-11ef-8e5b-005056bd6ce9; Tue, 27 Aug 2024 00:23:45 +0300 (EEST) From: Andy Shevchenko To: Lorenzo Bianconi , Andy Shevchenko , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan Cameron , Lars-Peter Clausen Subject: [PATCH v1 0/2] iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths Date: Tue, 27 Aug 2024 00:22:38 +0300 Message-ID: <20240826212344.866928-1-andy.shevchenko@gmail.com> X-Mailer: git-send-email 2.46.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Here is a couple of cleanups that should not affect any functionality. Andy Shevchenko (2): iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helper iio: imu: st_lsm6dsx: Remove useless dev_fwnode() calls drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 93 ++------------------ 1 file changed, 7 insertions(+), 86 deletions(-) -- 2.46.0