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 A81BEC433FE for ; Fri, 18 Nov 2022 09:23:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241371AbiKRJXw (ORCPT ); Fri, 18 Nov 2022 04:23:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229743AbiKRJXv (ORCPT ); Fri, 18 Nov 2022 04:23:51 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 201C1391DB; Fri, 18 Nov 2022 01:23:50 -0800 (PST) Received: from pyrite.rasen.tech (h175-177-042-159.catv02.itscom.jp [175.177.42.159]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2595FAF4; Fri, 18 Nov 2022 10:23:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1668763428; bh=7C+athZv7kSEaIkUaRi7GZVI+Rosz/qwDDS/Xg83iGI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HQ8UJrG3TlMuin8TgVJ0u6M3cvqVdWw2apIjy13yeZTzSo6IiGzY1GbVFl9zHk6Lz RyD5teiV4pBeed8S2IUmrylWh9Dnnay+nZoCZ1eoiPnwLeV/oEGVz4/SBIPlgQK1op Shx2bRghzbFCD/syDUQ/8hZkAfZzgpZFiiOxmQJk= Date: Fri, 18 Nov 2022 18:23:38 +0900 From: Paul Elder To: Sakari Ailus Cc: Laurent Pinchart , 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Sakari, Gentle ping. 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? Thanks, Paul