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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFA7EECAAA1 for ; Thu, 15 Sep 2022 14:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbiIOOlS (ORCPT ); Thu, 15 Sep 2022 10:41:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230086AbiIOOlA (ORCPT ); Thu, 15 Sep 2022 10:41:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF8E4CF7 for ; Thu, 15 Sep 2022 07:38:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4B79062269 for ; Thu, 15 Sep 2022 14:38:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81661C433D6; Thu, 15 Sep 2022 14:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663252716; bh=HYLAZC3cEmrK4aWVhGVaCsLrBbMGmkuK0ohk4GjutcE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=H7jJQUApyMQeltc1GtlL66AwjkdUyMx5VfUd6h9KttmGguyP8MOz8v538lx+Mj17w EGQ5dI6uhhvzsch5YmqWVw3HO7QpK7mfrSGM6vRisQQ290ACJhIenQlTI+E+r0+wSq tioUlrkoKjqiNq5TVpjEB51PuP2xZdV0RjRVe19CEjWsAHV3hlx1YM9/LCnUvYEyNt gnpS8gWtS2STJL8ZhNGDiTItkWuSd4vUcV+NLQ3Xt0kV3bm2tQk1CtiT/WRiIv34QT A0Uxrj3tniv/F1Oc0D18zfgfTCIOkk7C3HvGeUfBHyJ7W5k0MxSTPd1jS3ARxdxfum 3jzhXSTMFnPbg== Date: Thu, 15 Sep 2022 15:38:36 +0100 From: Jonathan Cameron To: Nuno =?UTF-8?B?U8Oh?= Cc: , Michael Hennerich , Lars-Peter Clausen Subject: Re: [PATCH 0/2] ad5593r fix read protocol Message-ID: <20220915153836.7f8ef80e@jic23-huawei> In-Reply-To: <20220913073413.140475-1-nuno.sa@analog.com> References: <20220913073413.140475-1-nuno.sa@analog.com> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 13 Sep 2022 09:34:11 +0200 Nuno S=C3=A1 wrote: > This patchset fixes the read protocol since it needs a STOP condition > between address write and data read. >=20 > The second change is trivial and only adds an i2c functionality check. Given we are late in the cycle, I've queued this up for the next merge window, with a stable tag for the first paatch so it'll get backported after the merge window. Thanks, Jonathan >=20 > Michael Hennerich (1): > iio: dac: ad5593r: Fix i2c read protocol requirements >=20 > Nuno S=C3=A1 (1): > iio: dac: ad5593r: add check for i2c functionality >=20 > drivers/iio/dac/ad5593r.c | 48 +++++++++++++++++++++++---------------- > 1 file changed, 28 insertions(+), 20 deletions(-) >=20