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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 AC747C433DB for ; Fri, 15 Jan 2021 22:26:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6A23323AA9 for ; Fri, 15 Jan 2021 22:26:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A23323AA9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=lK8MKuNLF7+NdflKY1LIrEgi4d5+K72YLrIj0am18bM=; b=YaBBtiaGFDG+z+wzpTImqF2wd l3fpsuMpUk+OzZZxgT/2N1ctb4RdZimQCgRlcp5cdwW0zWb+ZcGoUJ6+UJPjPl7YTPvZarGFeLFID Rae1c/46gT6FcGoDkIQUUWHz7Vl/gI5+tJFcWxtAZ1Y1Xgn8O+Qj0s7LfXM0TVHICi7J30pwiDR3f l2SaWKNeL1LfqXI2N+9VV33CRo6N50GBYSXXCY+ry2iEL9ZYK+FpVicKXe9vaZlQvCwVugHGlTszV UmykLEJwpyAwe9kiMJ+AhlU3XuWoFix/C1O6brp8IL7c3iEyGNoa7OisF4qvg7f04pCIdT1vpuBzE rAJAhVlDw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0XXF-0000AT-Av; Fri, 15 Jan 2021 22:25:37 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0XXB-00008t-MW for linux-arm-kernel@lists.infradead.org; Fri, 15 Jan 2021 22:25:34 +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 75BBA58B; Fri, 15 Jan 2021 23:25:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1610749531; bh=1lWu0Wr18eUW/zYHXzAgkSrjIhn0kvFfK0ToUCV26Po=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wPYFR1F1oeXBM3AfAiWfORdKRonvEhoFCJ2W8mI7zi3niEjds2uDcDS/ZQ7/BnH0w G3ExpiXWanTfL/0inmcehRD35caFQB0XnFRdPoDu191joilntgVY/HtJR2x9BQjDh4 P7kGpCCQrnuxsvokihfMRiIeHbxq9MeHFWmMTgFc= Date: Sat, 16 Jan 2021 00:25:14 +0200 From: Laurent Pinchart To: Martin Kepplinger Subject: Re: [PATCH v2 1/7] dt-bindings: display: mxsfb: Convert binding to YAML Message-ID: References: <20201007012438.27970-2-laurent.pinchart@ideasonboard.com> <20210115075918.26407-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210115075918.26407-1-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210115_172533_925537_36B23D4A X-CRM114-Status: UNSURE ( 9.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marex@denx.de, devicetree@vger.kernel.org, agx@sigxcpu.org, dri-devel@lists.freedesktop.org, stefan@agner.ch, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org 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 Martin, On Fri, Jan 15, 2021 at 08:59:18AM +0100, Martin Kepplinger wrote: > hi Laurent, > > Do you mind me adding a DT property in the old format now? If so, I'd > appreciated an ack in this thread: > https://lore.kernel.org/linux-arm-kernel/20201201134638.GA305734@bogon.m.sigxcpu.org/ > > If it causes extra work for you and want to resend your series soon, I'll > gladly delay them for later. I think the conversion ot YAML is ready. I've split it from the rest of my series, and posted a v3, asking Rob to merge it. Would you mind rebasing the addition of the new properties on top ? -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel