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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C017DC4167B for ; Mon, 7 Dec 2020 09:09:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98441233FB for ; Mon, 7 Dec 2020 09:09:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726555AbgLGJI7 (ORCPT ); Mon, 7 Dec 2020 04:08:59 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51997 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726024AbgLGJI7 (ORCPT ); Mon, 7 Dec 2020 04:08:59 -0500 X-Originating-IP: 93.34.118.233 Received: from uno.localdomain (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 1D47F60008; Mon, 7 Dec 2020 09:08:15 +0000 (UTC) Date: Mon, 7 Dec 2020 10:08:25 +0100 From: Jacopo Mondi To: Zhen Lei Cc: Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Sakari Ailus , Ricardo Ribalda , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel , linux-media , devicetree , linux-kernel Subject: Re: [PATCH 0/4] dt-bindings: media: eliminate yamllint warnings Message-ID: <20201207090825.gbgpqidxyxfujqmg@uno.localdomain> References: <20201207042400.1498-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201207042400.1498-1-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Zhen, On Mon, Dec 07, 2020 at 12:23:56PM +0800, Zhen Lei wrote: > These patches are based on the latest linux-next code. > > Zhen Lei (4): > dt-bindings: media: adv7604: eliminate yamllint warnings > dt-bindings: media: nokia,smia: eliminate yamllint warnings > dt-bindings: media: ov772x: eliminate yamllint warnings > dt-bindings: media: imx214: eliminate yamllint warnings The adv7604, ov772x and imx214 bits have been addressed by: https://www.spinics.net/lists/linux-media/msg181093.html Thanks j > > Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++-- > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++----- > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------ > Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------ > 4 files changed, 20 insertions(+), 19 deletions(-) > > -- > 1.8.3 > >