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 0AAFBC77B7E for ; Mon, 24 Apr 2023 11:39:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230455AbjDXLjt (ORCPT ); Mon, 24 Apr 2023 07:39:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbjDXLjs (ORCPT ); Mon, 24 Apr 2023 07:39:48 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 152FD3A8C; Mon, 24 Apr 2023 04:39:47 -0700 (PDT) Received: from [192.168.88.20] (91-154-35-171.elisa-laajakaista.fi [91.154.35.171]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 528919DE; Mon, 24 Apr 2023 13:39:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1682336375; bh=EUbi7UFRE4+2j80EmuVSCzh3PaCZh3bXKvkO45pL+aY=; h=Date:Subject:To:References:From:In-Reply-To:From; b=QQLyWApf0YH0bHN74OYq66Fxp+BFcxWhz/3BU9tVTWJ2o1v+FvZ2xne+PqgEJFpaT 5OliG80OS1nnFhMrdCAl+S1xDkwuGo1X78z1SrYye1RpNqGOxsJdXViVpTNhyOPT/l JuxrmAgH3plrn8ZPdfsAfA+QFhrS86dodc4TGzxw= Message-ID: <56d49d1d-c85e-4db8-7fb3-a43551dfe213@ideasonboard.com> Date: Mon, 24 Apr 2023 14:39:40 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v11 1/7] i2c: add I2C Address Translator (ATR) support Content-Language: en-US To: Wolfram Sang , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Luca Ceresoli , Andy Shevchenko , Matti Vaittinen , Laurent Pinchart , Mauro Carvalho Chehab , Peter Rosin , Liam Girdwood , Mark Brown , Sakari Ailus , Michael Tretter , Hans Verkuil , Mike Pagano , =?UTF-8?Q?Krzysztof_Ha=c5=82asa?= , Marek Vasut , Satish Nagireddy , Luca Ceresoli , Andy Shevchenko References: <20230421101833.345984-1-tomi.valkeinen@ideasonboard.com> <20230421101833.345984-2-tomi.valkeinen@ideasonboard.com> <30e4656f-63d9-a79c-c1d9-23d0a16cf184@ideasonboard.com> From: Tomi Valkeinen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 24/04/2023 14:32, Wolfram Sang wrote: > >>> Ah, right. I'll resend with the DT bindings separate. >> >> Also, looks like I forgot to remove the namespaces for export symbols. > > And why not keeping them? I understand ATR would be the first user in > the Linux I2C world, but someone has to start it... Well, you requested to remove them =). I originally didn't have them, but added them on Andy's request. I personally don't mind either way. Tomi