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 D7466C001DF for ; Sat, 15 Jul 2023 16:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230081AbjGOQxf (ORCPT ); Sat, 15 Jul 2023 12:53:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjGOQxe (ORCPT ); Sat, 15 Jul 2023 12:53:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7113DFD; Sat, 15 Jul 2023 09:53:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0899160BC8; Sat, 15 Jul 2023 16:53:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E45F0C433C8; Sat, 15 Jul 2023 16:53:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689440012; bh=2Q4FCDoenbmD/VhiBVMa5udzbl7nfKdi1+C2wdvn1O0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KGFJejuQEStcUADchTg9oWaT+ZuWLuTpi4HLb3Op7RAslZMX2tJ3LWVkhFtyi0v8C UgVxYMhhAPoJCfCUaYcatC6Yfas9V4+xwGhklnavAdjnk/Rl4Ab+hgZM6TxRfeyUyV ThGax002RCYNwEpzElSo1VimTuqHfL8TTYQk/jSQap0Yn6++SdQ5ny9z0LHwYo3FdC vffxqAxdGlr1Xe5jo7AM2rv4qWFHvquiD3cAd5crQFy+EzbDyTLx+e6S4FFlAKE5pL 0+o28xIlcXV6azxJp+qbLkW/17I3yEFetA7VD4arf/orfXfQh+GG5pQ0VUUM5c8awC IoWiUm7qcWqDg== Date: Sat, 15 Jul 2023 17:53:19 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: Jernej =?UTF-8?B?xaBrcmFiZWM=?= , linux-iio@vger.kernel.org, Maksim Kiselev , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Cristian Ciocaltea , Andre Przywara , Andy Shevchenko , Cosmin Tanislav , AngeloGioacchino Del Regno , Hugo Villeneuve , Arnd Bergmann , Leonard =?UTF-8?B?R8O2aHJz?= , ChiYuan Huang , Ramona Bolboaca , Ibrahim Tilki , ChiaEn Wu , William Breathitt Gray , Haibo Chen , Mike Looijmans , Quentin Schulz , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v8 1/4] iio: adc: Kconfig change description for Allwinner GPADC Message-ID: <20230715175319.1ea7f2c1@jic23-huawei> In-Reply-To: References: <20230619154252.3951913-1-bigunclemax@gmail.com> <20230619154252.3951913-2-bigunclemax@gmail.com> <2148594.irdbgypaU6@jernej-laptop> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; 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: devicetree@vger.kernel.org On Wed, 12 Jul 2023 07:37:38 +0200 Krzysztof Kozlowski wrote: > On 11/07/2023 20:14, Jernej =C5=A0krabec wrote: > > Dne ponedeljek, 19. junij 2023 ob 17:42:24 CEST je Maksim Kiselev napis= al(a): =20 > >> This patch adds SoCs names to Allwinner GPADC description to > >> make it more informative. =20 > >=20 > > Please reword to remove "This patch". > > =20 > >> > >> Fixes: d1caa9905538 ("iio: adc: add support for Allwinner SoCs ADC") = =20 > >=20 > > I'm fine with the patch in general, but does this really warrant fixes = tag? > > =20 >=20 > No, it's some fake fix. There is no bug here. >=20 > Best regards, > Krzysztof >=20 Dropped the tag. Thanks for pointing this out. Jonathan