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 9E7CFC7618A for ; Mon, 20 Mar 2023 17:21:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232360AbjCTRV0 (ORCPT ); Mon, 20 Mar 2023 13:21:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233393AbjCTRUy (ORCPT ); Mon, 20 Mar 2023 13:20:54 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD43812F3A; Mon, 20 Mar 2023 10:16:50 -0700 (PDT) Received: from [192.168.1.15] (91-154-32-225.elisa-laajakaista.fi [91.154.32.225]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1DDE0B6C; Mon, 20 Mar 2023 18:15:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1679332553; bh=EtloMJtVOSZ7X0F3GelvhtXn9Uc+JmrNunKBY6hpZrY=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=jjvlCa00TY1Seag3XuFDhTgasxGbNJFQ05XrzpZriMCmkDv3MElrGTL9TGCrK44ef i2DC+LCaGXRrEZo3Y2UMYCLVYPpN9khkr4uHiJjkG7IsS8vtd9iKTESfMznuGszjSy urglxA3Yp6RRkon27rRu0pria9OW7+IrqoA+eZmg= Message-ID: <96794a9a-889b-0ddd-0da6-6622ba27ff64@ideasonboard.com> Date: Mon, 20 Mar 2023 19:15:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v10 1/8] i2c: add I2C Address Translator (ATR) support Content-Language: en-US To: Wolfram Sang References: <20230222132907.594690-1-tomi.valkeinen@ideasonboard.com> <20230222132907.594690-2-tomi.valkeinen@ideasonboard.com> <204f124a-1030-99bd-9c84-25ed067991b6@ideasonboard.com> Cc: 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 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-kernel@vger.kernel.org Hi Wolfram, On 20/03/2023 19:00, Wolfram Sang wrote: > Hi Tomi, > >> Wolfram, do you have any comments on this? > > Not yet. I need to dive into the previous discussions again to > understand what we agreed on and what potential problems we had to face. > However, holiday season is near, it could be that I won't have really > time for this until Mid-April or so. I'll try earlier but no promises :/ > >> Things have been calming down, I think, and I'd like to merge the series >> soon if nothing major comes up. The easiest way would be to merge the whole >> series via linux-media, as most of the patches are for media. If this looks >> good, can you ack it and I'll send a pull request to linux-media >> maintainers? > > I'd think this is a too elemental (is this a word?) change for someone > else to pull it. But no worries, I would offer an immutable branch right > when I am done with reviewing so other subsystems can pull it. Or are > there other technical reasons I missed? An immutable branch is fine too. Tomi