Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp2860072pxv; Sun, 25 Jul 2021 07:57:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZczH0uBr1yUfqnAhK6tFlZXFft3w81towsttnf4+giGPCuucvDYFarP91sN70cZMwAScB X-Received: by 2002:a17:906:4b46:: with SMTP id j6mr13380073ejv.247.1627225058786; Sun, 25 Jul 2021 07:57:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627225058; cv=none; d=google.com; s=arc-20160816; b=j3ZNIKdMbL8bi17Yxl7yqlTolMr5o9/zKJFRCPUyBaKWyO61YxbM7Av8Rhq117VwEh NQaaqg5ZLTrzGJr+3hPn4TeyXe7psVF0oqtQ2c4OFk6ilMpXpfYxvBjgx27LAHwCcUix 81C0AIROfkzZYMDK7rxRxh8Z+1AiuiEMy7IQoeaLmIvwnf/oYSNWFKnfcQseAjLW9E7l rLInjRPvVTil5fMojGEZN5K3xbEwaUmLR/GPNLNaWExTiuoKPWFEhA+nuiumsQZecc6/ +r7y3P/2gyUnv3ewxQx8iXE55xYg+FMl3XPNepoDO72T0pRTxJHf2JXwT/1QgJmQ4cO8 ZZ/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=JhyiHbGVpsfE+if3tU22lyhNo44EOlg/+Xd3g1eLqZw=; b=vujEoTm5dP6oQ5efWy3cosO84dth+152XYHscViAd8AZN3UhOSWP+TiFJNaXJTV6bB iBHSxI1PSfUUrSa1pw6/ZCYo/sex47C8xD5JAEhiq+MKkdJCuBNquCRqaeR1j5iYOfUT qfkVmBTBwKxMitHe/5dos8Qq3koylBCSEUzyDEIO8XkGcmWnIB0hDBsK2RdfCtINzlbG vtnbHaJTdH1FpgPjYvh/UhbhLjE+Jkzba1dwM1foWhaDMsCtS89ynGQQUQ0bz7SsR8Xs ecrDZr97RRcfZEln+tzuDgEl1hfQCxEtBtKMJXMr7ojBG8LzP/WuHFBzSQUhU87VO7wj EMhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t2si21139665edf.578.2021.07.25.07.57.16; Sun, 25 Jul 2021 07:57:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231244AbhGYOPH (ORCPT + 99 others); Sun, 25 Jul 2021 10:15:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:41186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231182AbhGYOPG (ORCPT ); Sun, 25 Jul 2021 10:15:06 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D78A760E09; Sun, 25 Jul 2021 14:55:34 +0000 (UTC) Date: Sun, 25 Jul 2021 15:58:06 +0100 From: Jonathan Cameron To: Martin Blumenstingl Cc: linux-iio@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, lars@metafoo.de Subject: Re: [PATCH 0/3] iio: adc: meson-saradc: Three small improvements Message-ID: <20210725155806.0d22449c@jic23-huawei> In-Reply-To: <20210717233718.332267-1-martin.blumenstingl@googlemail.com> References: <20210717233718.332267-1-martin.blumenstingl@googlemail.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 18 Jul 2021 01:37:15 +0200 Martin Blumenstingl wrote: > Hello, > > the first patch from this series saves a few CPU cycles on G12A, G12B > and SM1 SoCs. The other two patches are small whitespace cleanups. > > In my opinion none of these patches are any real bugfix, which is why > I omitted the "Fixes" tag. > Series applied to the togreg branch of iio.git and pushed out as testing to let 0-day poke at it in ways I can't be bothered to ;) Jonathan > > Martin Blumenstingl (3): > iio: adc: meson-saradc: Disable BL30 integration on G12A and newer > SoCs > iio: adc: meson-saradc: Add missing space between if and parenthesis > iio: adc: meson-saradc: Fix indentation of arguments after a > line-break > > drivers/iio/adc/meson_saradc.c | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) >