From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (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 51EBE13AD11; Mon, 28 Oct 2024 17:00:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730134822; cv=none; b=MsGt7lSrSSaeOHZwBcRETCQZ+TnsoTAVkLLpDwwQrpBhGVii3Re/uqxSZXmaJfOGfC0M8p6qMH3YDBU7H8hLfbH9ni18yQKwMI0tyXfP8TBIgMnC1ALyN4kQRZW0db/w1e1TPJVIqgWY7tqtzUhSgDaVfHjElQN42scR+VsjYsk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730134822; c=relaxed/simple; bh=V+vyyVR1VusYzJMJHdDT8A/71KMxAsSMzWuN2tgq0D8=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Rft77d9H8oNjUEn2+2UMFvX5WeMNhhPAjvmdq21o6w+JB7Y8h1wCxxwk2fQrQqP7bq2M6B3HMM6+ZWWy0kEd5dzqYkKMU+Vxb6uVy2I0zm7ZDy1Pjd0wJFW26F603BoFiKZfjFKTcmKyJFsCl7+/azj7k0jPBYpU0b7EKe/A1nI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Xcfhk60xZz6K7D2; Tue, 29 Oct 2024 00:57:58 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 0C362140429; Tue, 29 Oct 2024 01:00:18 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 28 Oct 2024 18:00:17 +0100 Date: Mon, 28 Oct 2024 17:00:15 +0000 From: Jonathan Cameron To: Robert Budai CC: Lars-Peter Clausen , Michael Hennerich , Nuno Sa , "Ramona Gradinariu" , Antoniu Miclaus , Jonathan Cameron , "Rob Herring" , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , Jagath Jog J , , , , , Subject: Re: [PATCH 1/5] iio: imu: adis: Add custom ops struct Message-ID: <20241028170015.00000b92@Huawei.com> In-Reply-To: <20241028122543.8078-2-robert.budai@analog.com> References: <20241028122543.8078-1-robert.budai@analog.com> <20241028122543.8078-2-robert.budai@analog.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: lhrpeml500002.china.huawei.com (7.191.160.78) To frapeml500008.china.huawei.com (7.182.85.71) On Mon, 28 Oct 2024 14:25:33 +0200 Robert Budai wrote: > From: Nuno S=E1 >=20 > This patch introduces a custom ops struct letting users define > custom read and write functions. Some adis devices might define > a completely different spi protocol from the one used in the > default implementation. >=20 > Co-developed-by: Ramona Gradinariu > Signed-off-by: Ramona Gradinariu > Co-developed-by: Antoniu Miclaus > Signed-off-by: Antoniu Miclaus > Signed-off-by: Nuno S=E1 Robert, you need to sign off on these if you are the person sending them to the list - this says you 'handled' them and can verify the rest of the tags are what you received etc. (welcome to IIO btw!) Jonathan