From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-43171.protonmail.ch (mail-43171.protonmail.ch [185.70.43.171]) (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 F2D533655D7; Wed, 5 Aug 2026 07:26:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785914791; cv=none; b=l1Lecmy0NSnwol+CTSqv69F8ATp7FL4S5bdmU3Y1mnOB7jkaGF9B1mQc7o48CO3A1vlDPy+UiDQ/D4zQjt379ISN2AkygsPE7IOBnCCbOpG1f28mWec5AdDDOIEKs3nA6dPQq3fnUhfBwMUVWgKH9wI266OJtRarCYs2LjcXktM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785914791; c=relaxed/simple; bh=wjvqB3IJjwoVYlpfTDuT7J8G2MSWTTWsKLIOnNAuzTk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=lek2eSjotPNeEqzlKx1i3CDyJHlSjkNctOwnOtDBV43KUZ2BuUdc3N+Y69owRKQ8qY7l63dmKq8B6D0jBW5o4NXHjqnLo5PcsZ1CsQUDjI4FRVdCIOQEPhs5/OJaZndEVqj209Wrw2/FYojFSe5gxFvJwhJeZ3dDfk+SbwFA1vQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=geanix.com; spf=pass smtp.mailfrom=geanix.com; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b=l1N++3BM; arc=none smtp.client-ip=185.70.43.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=geanix.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=geanix.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b="l1N++3BM" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geanix.com; s=protonmail3; t=1785914782; x=1786173982; bh=wjvqB3IJjwoVYlpfTDuT7J8G2MSWTTWsKLIOnNAuzTk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=l1N++3BMJDl8U+y3hin3J935eAsttWEl/Xxvh6ei9DuxtTNQJ5qaUMjIBQefyiagy Tp6GAW7wOY3KSx3ydy7AEwoWhDPBuvwlNXR5z2Y/tUzISy7tGDp182/6Q1Bc/pU+eZ uqz0pgHtDOXnLYQ1R5liCs9Bb0AgxkV7U/zGPKD44TMOvFl89A9p1mA+Q3PGEBwFcj Vyh+hLdk3/4C/OmpRJZWh0OFc+ovBTWnrvRipIWiG9+Q/U9vdxaWHjen+gPLiY1krl nZiGN8UFCW2/P9w2YyNtxb+bgfXVVVGNjGDUg74N4x5tgI9fXV9aN/Re2grcfkLjZo ZiWvE7zQeXztg== X-Pm-Submission-Id: 4hFMR03Z0Bz2ScQF From: Esben Haabendal To: "Jonathan Cameron" Cc: "Andy Shevchenko" , "Lars-Peter Clausen" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Martin Kepplinger" , "Sean Nyekjaer" , "David Lechner" , Nuno =?utf-8?Q?S=C3=A1?= , "Andy Shevchenko" , "Martin Kepplinger" , , , Subject: Re: [PATCH 2/2] iio: accel: mma8452: Allow open drain interrupt pin configuration In-Reply-To: <20260804235400.3f99d3de@jic23-huawei> (Jonathan Cameron's message of "Tue, 04 Aug 2026 23:54:00 +0100") References: <87ldbco582.fsf@geanix.com> <874ii0misv.fsf@geanix.com> <877bmtsu1h.fsf@geanix.com> <20260719023035.2380e8df@jic23-huawei> <87tspb63oi.fsf@geanix.com> <20260804235400.3f99d3de@jic23-huawei> Date: Wed, 05 Aug 2026 09:26:19 +0200 Message-ID: <87a4r1auzo.fsf@geanix.com> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Jonathan Cameron" writes: > On Mon, 03 Aug 2026 09:53:01 +0200 >> >> I'm on vacation, but I disagree on the approach taken in this patch. >> >> I leave it to you and Jonathan and others to settle down. >> >> >> >> Here is my formal NAK (to this form of the patch, as I said, w/o shared >> >> support it might be okay to go). >> >> I would like to find a way to agree on a solution with shared support. > > Hopefully Andy will be fine with what we have above. > I'm fairly sure I talked him into accepting similar in the past ;) I have implemented the changes discussed and submitted v3 of this series now. I hope it is better now. /Esben