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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2618FC49EA2 for ; Wed, 16 Jun 2021 13:39:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17E9C61359 for ; Wed, 16 Jun 2021 13:39:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233315AbhFPNlT (ORCPT ); Wed, 16 Jun 2021 09:41:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:41196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233306AbhFPNlS (ORCPT ); Wed, 16 Jun 2021 09:41:18 -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 908B661241; Wed, 16 Jun 2021 13:39:07 +0000 (UTC) Date: Wed, 16 Jun 2021 14:41:08 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Alexandre Belloni , Jonathan Cameron , Ye Xiang , linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Jiri Kosina , Srinivas Pandruvada , Lars-Peter Clausen , Alessandro Zummo Subject: Re: [PATCH v2 1/1] iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace Message-ID: <20210616144108.3771d4b2@jic23-huawei> In-Reply-To: References: <20210614162447.5392-1-andriy.shevchenko@linux.intel.com> <20210616134153.1007b5cf@jic23-huawei> X-Mailer: Claws Mail 3.17.8 (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-input@vger.kernel.org On Wed, 16 Jun 2021 15:50:28 +0300 Andy Shevchenko wrote: > On Wed, Jun 16, 2021 at 01:41:53PM +0100, Jonathan Cameron wrote: > > On Mon, 14 Jun 2021 22:58:46 +0200 > > Alexandre Belloni wrote: > > > > > On 14/06/2021 19:24:47+0300, Andy Shevchenko wrote: > > > > A namespace for exported symbols makes clear who is a provider > > > > and who is a consumer of the certain resources. Besides that, > > > > it doesn't pollute the common namespace. > > > > > > > > Signed-off-by: Andy Shevchenko > > > Acked-by: Alexandre Belloni > > > > Thanks, applied to the togreg branch of iio.git and pushed out as > > testing for 0-day to poke at it > > Thanks! > > > and see if we missed anything. > > Hopefully nothing in the code. > > What I have missed is the Ack from Srinivas. Can you add it later on? > Done which was easy because I hadn't pushed it out anywhere yet! Jonathan