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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CDBE8C4332F for ; Mon, 21 Nov 2022 11:12:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nQgK2Tb/BdRyDgtQBLWDzzASZhaHbPgbrC0orqOS4pI=; b=OrwwNREZx7TskB p6rDzKIp8QJjZHhtlSTkjNv9oPwEcialV4YcnUmfJIgNBJEBBcXKvwxJ+TJ4Qun0Xrv5rGaFzjTiH MYBERBvMECPrpmjYaDokoZD9QxMxe4NqOw3HM98mbmWmWguCU6EZrm/g8WjzuJgxcZAvvgcbn0Ayq GLrNTu0Sqd9H4hQj5bW6fKFr6p18hwdx0C/yKUefnlxWivvYhabuNEIGcCJPPJiG4u5/kxR/ZBPbj fyYQ/VmZCLYwVWdoFi1VQN/I1evza05U+HoxA2Nc9GLfsEqRpazScVsz5/TruNgJwlRMCopG4rMAz okRUkL6nMLpODhX6hjsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox4hN-00Cp90-17; Mon, 21 Nov 2022 11:10:49 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox4do-00CnCc-KM for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 11:07:10 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9E39B74C; Mon, 21 Nov 2022 12:07:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1669028826; bh=jGpOQO+X5hH4cZCBKqCtuHwespayHBV2l8MWJKlO3OE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cxCLAMKONpic0LLC+0kgMunFgGttSqr/Oedn8hwZiQA+2voVIscLoaDfKy2v6HV0n wU1ni4YP1Fckr1aV11bksXPJXR11Rw4QWqAODJpytsWu/qP/Zi12dWtQ7jfsOcxNUU OSt7m4U19PECxa54AOxueJREEjY8nkbExTbHXfhc= Date: Mon, 21 Nov 2022 13:06:52 +0200 From: Laurent Pinchart To: Sakari Ailus Cc: Paul Elder , devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam , Shawn Guo Subject: Re: [PATCH v3 0/6] dt-bindings: Add macros for video interface bus types Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_030708_852247_0B2C5CE8 X-CRM114-Status: GOOD ( 25.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Sakari, On Mon, Nov 21, 2022 at 10:54:01AM +0000, Sakari Ailus wrote: > On Sat, Nov 19, 2022 at 09:15:04PM +0200, Laurent Pinchart wrote: > > On Fri, Nov 18, 2022 at 06:23:38PM +0900, Paul Elder wrote: > > > On Sun, Jul 17, 2022 at 06:54:00AM +0000, Sakari Ailus wrote: > > > > Folks, > > > > > > > > > Laurent Pinchart (6): > > > > > dt-bindings: media: Add macros for video interface bus types > > > > > dt-bindings: Use new video interface bus type macros in examples > > > > > ARM: dts: freescale: Use new media bus type macros > > > > > ARM: dts: omap: Use new media bus type macros > > > > > ARM: dts: renesas: Use new media bus type macros > > > > > ARM: dts: stm32: Use new media bus type macros > > > > > > > > What's the preference on the tree through which these would be merged? > > > > > > > > The two first should probably go through the media tree but what about the > > > > DTS? There's a dependency to the first patch. I can take these all if > > > > people are fine with that. > > > > > > How is this going? > > > > Sakari, if there's a concern taking patches 3/6 to 6/6 in the media > > tree, could you merge 1/6 and 2/6 ? If they can still be included in a > > pull request for v6.2, I'll work on getting the dts changes in v6.3 > > through their respective trees. > > I think I was expecting v4 from you. But I can address the comments, too, > they were minor matters. That would be nice :-) Could it still be done for v6.2 ? > For applying the DTS patches I'd like to have ack from respective > treemaintainers it's fine to take these through the media tree. Works for me, this can be done in v6.3. -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel