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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS 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 3FC83CA9EB9 for ; Tue, 22 Oct 2019 16:17:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 161A02084B for ; Tue, 22 Oct 2019 16:17:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571761070; bh=Gg/K4AWcAIZMUhsjSl+x6is8fvGE9nG7djqvjYD1rN0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=HlAKtlH5/R3l+U/JZZIuQYL4uUEQ1Yerst7RZ/cnIefp9A6i8ckWXWkvn8astwsPA gFg2cMx5cKwljMmzJEFy1jsdYQeIKX5O3PE6u0zUxgR3QEGcxmgOR0Y039WoWRpyMh exSaVyqzNwUUY7O0d3em9A3sUsMT+ZDkowQOvzUo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389372AbfJVQRt (ORCPT ); Tue, 22 Oct 2019 12:17:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:55740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388978AbfJVQRs (ORCPT ); Tue, 22 Oct 2019 12:17:48 -0400 Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8512F21906; Tue, 22 Oct 2019 16:17:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571761067; bh=Gg/K4AWcAIZMUhsjSl+x6is8fvGE9nG7djqvjYD1rN0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=FYsfHdPH1H18SJQUEaduUxml14PNKkhavCDSweG6QCDb9TlXsb7Agl9nu02nSKkcM q7juO5StFsUg3HAtdqL2wqpuH49QpTNz0y9QxwvTdmqGKecqebUaLLlcaHzzyXmXXC X5MsEjaTR41kYPyXJ7i1YPagvmmiBzhdqxHKputQ= Received: by mail-qt1-f173.google.com with SMTP id t20so27583756qtr.10; Tue, 22 Oct 2019 09:17:47 -0700 (PDT) X-Gm-Message-State: APjAAAVGPvpteRmdj0PA9yJshcSWRYRAECebU+3N22xK01hPz6/r4Hq4 k+muJFtakjewkasBq/fAFSV1FGgYx2lmV4WT8g== X-Google-Smtp-Source: APXvYqwH0FQlbk2Qa04L/g3dKMJcwcPDR5Z3VqCtTDPrkq+GCUtoxYZ7KMCUXfKG7g9gqSoNyfVwPl9v1l7yqdmzqVU= X-Received: by 2002:ac8:4508:: with SMTP id q8mr4292602qtn.110.1571761066718; Tue, 22 Oct 2019 09:17:46 -0700 (PDT) MIME-Version: 1.0 References: <20191003115154.6f2jgj3dnqsved2y@gilmour> <20191007100535.6gp6b3h6ueyeln3b@gilmour> <20191007104835.v6iqpoolqtajryik@gilmour> In-Reply-To: <20191007104835.v6iqpoolqtajryik@gilmour> From: Rob Herring Date: Tue, 22 Oct 2019 11:17:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding To: Maxime Ripard , Mauro Carvalho Chehab Cc: Amit Kucheria , LKML , Chen-Yu Tsai , Linux Media Mailing List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , lakml Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 7, 2019 at 5:48 AM Maxime Ripard wrote: > > On Mon, Oct 07, 2019 at 03:45:29PM +0530, Amit Kucheria wrote: > > On Mon, Oct 7, 2019 at 3:35 PM Maxime Ripard wrote: > > > > > > On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote: > > > > On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard wrote: > > > > > > > > > > Hi, > > > > > > > > > > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote: > > > > > > This new binding fails dt_binding_check due to a typo. Fix it up. > > > > > > > > > > > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename > > > > > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed > > > > > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1 > > > > > > make[2]: *** Waiting for unfinished jobs.... > > > > > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed > > > > > > make[1]: *** [dt_binding_check] Error 2 > > > > > > > > > > > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding") > > > > > > Signed-off-by: Amit Kucheria > > > > > > > > > > Thanks for your patch. > > > > > > > > > > It has already been submitted though: > > > > > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/ > > > > > > > > > > I'm not sure why it hasn't been applied yet though :/ > > > > > > > > Perhaps a Fixes tag will allow more attention to it? > > > > > > I've added a fixes tag and merged it through the sunxi tree. > > > > > > Sorry for the time it took, and thanks for sending that fix! > > > > Will it get merged for -rc2? > > -rc2 was released yesterday, so we're a bit late for that, but it's > going to be in next tomorrow. Is this going to Linus anytime soon? It is affecting anyone submitting bindings against current -rc's. Rob