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 62ED4C433EF for ; Sat, 4 Jun 2022 15:37:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233426AbiFDPhC (ORCPT ); Sat, 4 Jun 2022 11:37:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237849AbiFDPhA (ORCPT ); Sat, 4 Jun 2022 11:37:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8814E0F for ; Sat, 4 Jun 2022 08:36:56 -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 5AE1560E15 for ; Sat, 4 Jun 2022 15:36:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 746E8C385B8; Sat, 4 Jun 2022 15:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654357015; bh=gsA9isNneEdpcRNXo7mfOuZjiHFYjGOZ9n5tfmqnq+s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sEW5etFs1S2yDWZm9iPMEBNt41Tnlm7TJQol7jT/EkJP6w4wNJ5msU52BM47QuTSc Lmcw8eDtcbeP3wDP0QGKNB62c4gTbveruKhPJtHDO1YZkTizceh4/GyERX87JxkTH3 eFMY/r8b4RlNECxRu2BrXG2iFGx/Z5i3rcxVIoCkVG3e9OjkKizQIiobec/NqoEBud a0Zq/Yx9d8sTVthuUGou49ei8WGQFN2x8GFHBVoo0SpPE+jtMUrNtuYFTSRD9/CQOT 3xrsH3ydrLkJmyCnwmJ53S+iYDpvHmwB9S32BAgwOndrXrZkp9gtMUV3qkBVc5TwSe RkcH3I1aGzgyA== Date: Sat, 4 Jun 2022 16:45:57 +0100 From: Jonathan Cameron To: "Sa, Nuno" Cc: "linux-iio@vger.kernel.org" , Jonathan Cameron Subject: Re: [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace. Message-ID: <20220604164557.7314be83@jic23-huawei> In-Reply-To: References: <20220220173701.502331-1-jic23@kernel.org> <20220220173701.502331-5-jic23@kernel.org> 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 Fri, 25 Feb 2022 09:26:36 +0000 "Sa, Nuno" wrote: > > From: Jonathan Cameron > > Sent: Sunday, February 20, 2022 6:37 PM > > To: linux-iio@vger.kernel.org > > Cc: Jonathan Cameron ; Sa, Nuno > > > > Subject: [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into > > IIO_ADI_AXI namespace. > >=20 > > [External] > >=20 > > From: Jonathan Cameron > >=20 > > Avoid unnecessary pollution of the global symbol namespace by > > moving library functions in to a specific namespace and import > > that into the drivers that make use of the functions. > >=20 > > For more info: > > https://urldefense.com/v3/__https://lwn.net/Articles/760045/__;!!A > > 3Ni8CS0y2Y!qj7laM0qKDhsEb1sYjTacTG- > > mo7keClzXaoXpymZHqh9LV3hfXIgR01onST88w$ > >=20 > > Signed-off-by: Jonathan Cameron > > Cc: Nuno S=C3=A1 > > --- =20 >=20 > Reviewed-by: Nuno S=C3=A1 >=20 Applied. I was waiting on someone hopefully looking at the rest of the series, but as that hasn't happened yet, might as well pick this one up! Thanks, Jonathan