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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 ABA47C43214 for ; Tue, 3 Aug 2021 05:04:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 967FA60F9C for ; Tue, 3 Aug 2021 05:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233860AbhHCFEV (ORCPT ); Tue, 3 Aug 2021 01:04:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233749AbhHCFEU (ORCPT ); Tue, 3 Aug 2021 01:04:20 -0400 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 435C7C06175F; Mon, 2 Aug 2021 22:04:10 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BCAFB4A3; Tue, 3 Aug 2021 07:04:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1627967047; bh=7iXBcDMKLGzqf2LR4lsynirI/zfHxyZfPWbEUhP1jss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jm83gOZXHIiE2yp0DuMHlErDYU991cQXdwYPstXqipMdBUp7OTdN5QYVV7TlLkIGR ABDtIxoh1emxwPqeANBNQFdD23zInaHQzj47mWTeQCg1UE0/ZujhWAO4Wyyjr7HGP1 IEEhvMyn9NSYA7mXlNxeTna5zMkhcirQk7MCosN4= Date: Tue, 3 Aug 2021 08:03:56 +0300 From: Laurent Pinchart To: Rob Herring Cc: dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [RESEND] [PATCH v2 1/2] dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX Message-ID: References: <20210623135639.17125-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Rob, On Mon, Aug 02, 2021 at 04:37:38PM -0600, Rob Herring wrote: > On Wed, Jul 28, 2021 at 07:26:39PM +0300, Laurent Pinchart wrote: > > The R-Car MIPI DSI/CSI-2 TX is embedded in the Renesas R-Car V3U SoC. It > > can operate in either DSI or CSI-2 mode, with up to four data lanes. > > > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Kieran Bingham > > --- > > Looks like I forgot to CC the devicetree mailing list and Rob Herring on > > the first try. Resending, sorry about that. > > --- > > .../display/bridge/renesas,dsi-csi2-tx.yaml | 118 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 119 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml > > Reviewed-by: Rob Herring > > BTW, b4 doesn't like your message-id. I've told base64, but it shrugged. Is there a recommendation to change mutt's message_id_format from the default ? -- Regards, Laurent Pinchart