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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DE154E9370C for ; Thu, 5 Oct 2023 13:33:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=f2F6rPQrbESSVD0bMuiHfdh4nL3hKqXO6x0PiVRwvEo=; b=tSY+WebHBAy/n9 xKi8zXbdSEV4SiOExcbjub3QLW7evnH+vA8dWaN9VsaEPp8WHpN7yl+DQTHG/dWgwh591rb63+/as IGxNuyYFLGiEvjspvJTbOe+Azn/zsN8MFKorn8jsKDqBIrS5p7miPtOQ+ilIQ638oFrqjEVnjK0rL KYdIHFPPs5BIk/OYXfg58s0HcimO946XM0zez6/1TeU/8fk+grd9NQC4P+7T6ptkNrJvOvBCLS/WG 1rHT5FYmCkNw/LvtLAEcUJXMzb7KEaLbeySpxMZ/0GwGso0PVI8aClRrALis/QpXXmT4cx8q0DjUM wWLU2+xLHPj97YXysCjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qoOTV-003RY3-27; Thu, 05 Oct 2023 13:33:09 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qoOTS-003RTa-25; Thu, 05 Oct 2023 13:33:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0F45261953; Thu, 5 Oct 2023 13:33:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C1E4C4AF6A; Thu, 5 Oct 2023 13:32:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696512782; bh=BGZ37AUUud0e+3inw2fY++6jafQ2Lo1A7FxJ7ZWUW4w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=b3cGXr1nzW94OjzF9GJSrd+tj7iA+dk3N9vU2mSZ3nZ6hy5iRAIro31mwNe87ghmC RWu7hPzf8zrr1BOg15vzlq0qip/k/qWJxO5c9bp48EGc+IVwo09JSU565Gd9aXGSYr mC2661YLfXyGxm/osYsLycgUA+Opm2qvhYIq6kyymniScSJXzkTs2sNrmzjHvm5sTX zmQtgAa2ke/84PQYj9N0CBih+BSclejJavfVL76HakvznVoxjmYvvUBHrD7+Q8hcqg XC4D4XTFpc+lihsAeTC0i8H2UTeVYK5NiKQxrN59J3xS1bDylMLMKVo1pp+4u8V+73 XN3qxW2LDNkqw== Date: Thu, 5 Oct 2023 14:33:06 +0100 From: Jonathan Cameron To: George Stark Cc: , , , , , , , , , , Subject: Re: [PATCH v2 2/2] iio: adc: meson: improve error logging at probe stage Message-ID: <20231005143306.6add05e6@jic23-huawei> In-Reply-To: <8ef7ff71-08e1-b0af-483d-e7cf3cc5efea@sberdevices.ru> References: <20230721102413.255726-1-gnstark@sberdevices.ru> <20230721102413.255726-3-gnstark@sberdevices.ru> <20230722181559.02c8362c@jic23-huawei> <8ef7ff71-08e1-b0af-483d-e7cf3cc5efea@sberdevices.ru> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231005_063306_755867_819906DA X-CRM114-Status: GOOD ( 20.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 3 Oct 2023 15:47:23 +0300 George Stark wrote: > Hello Jonathan > > It seems like you haven't had time for this patch yet. Should I fix it > myself or just be more patient? I've been exceptionally slow on this one. Was still sitting in patchwork but I'd failed to notice the dependency was now upstream. Applied to the togreg branch of iio.git and I'll push that out initially as testing later today (I have to do a rebase to fix up an issue 0-day caught on previous push before I do). Thanks for the poke and sorry it was necessary! Jonathan > > On 7/22/23 20:15, Jonathan Cameron wrote: > > On Fri, 21 Jul 2023 13:43:51 +0300 > > Andy Shevchenko wrote: > > > >> On Fri, Jul 21, 2023 at 01:23:09PM +0300, George Stark wrote: > >>> Add log messages for errors that may occur at probe stage > >> > >> the probe > > > > British English - excellent ! :) (I argue this one far too often in > > specification committees :) > > > > > >> > >> stage. > >> > > > > I can tidy this up, but the patch will be a while anyway given the fix > > needs to work it's way into the upstream for my togreg branch (and I need > > to have send a pull request for togreg as well). > > > > Jonathan > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel