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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 43D14C47404 for ; Mon, 7 Oct 2019 10:15:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B2EB21721 for ; Mon, 7 Oct 2019 10:15:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="yB66vCs9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727566AbfJGKPn (ORCPT ); Mon, 7 Oct 2019 06:15:43 -0400 Received: from mail-qt1-f196.google.com ([209.85.160.196]:39874 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727505AbfJGKPl (ORCPT ); Mon, 7 Oct 2019 06:15:41 -0400 Received: by mail-qt1-f196.google.com with SMTP id n7so18329590qtb.6 for ; Mon, 07 Oct 2019 03:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TPPLQMuSu6DR9UAe1OhqK+m80xjV6LV1hWWVroNGqFA=; b=yB66vCs9Cik40sq835uj1MsY4wHAqv5W8JjN6PqW7YOH37xxQvXNWCYj41Pho4+PyR Y8DPckhhbr65rHf2nq0tuBTpSkDiSelP9Ho4vmy4RNWO/f36hfoiiAi/rKqbVx4PxHqI /aFTmZqUvm5vBF5P1HQSM4gD+dX0vfNdztWaw1JAzeanpTheKMOhh2JFMEQi13dSplrs qBvxjE7VsF3lNz/2fz/R6DcQQ3QuOmUMKjViFgerYx35CBcfWsCmiBehrtLh7ScyCuAf XhTUPuQvDaHL9Oht8yH+T0z4S7TWsiPlo6KbJQu85g9YSq8FQ5bo5vuxRpBTICJT+Ybn 8Hog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TPPLQMuSu6DR9UAe1OhqK+m80xjV6LV1hWWVroNGqFA=; b=nfBO+lEzjM/q67xHTAu5+YbAwZt+DIW2R+b/JvJJ133IXc3o4/izwAQDiCASv4GIBR RFL/oBSyaunoGesBHB+hzLibnLq93CG73PGbzEmE/GNdpvmd2CdOn/n60mBp433Nbfl1 jpBjaZVVS5xRW67uUci/QgyCWFhgm5j8P7ZNkLRsBw9hrcdCFtUDl/vW+buW0bIMuY+3 0/ZRowbKt8eFZd8W1cR84W9E0XW11DiVXBHpxhgl5R5WMyoRYcLVuTFFUiq1JH7OA4JS AiioThZhDo/ayfaxAPSc5mYjiwmdeDiKj+UGnH9LI4fih1r26gPyEMLcz243Z7GXwV/W gfHw== X-Gm-Message-State: APjAAAVREBIaCEm7Cmycso4gqagmaN0jKZTRrXS00zJ1M9caqkbyBK/m gyqN5kgZ5BSST4jPOUdAIesRMi2AibSDDH9DokUwxvjTCMo= X-Google-Smtp-Source: APXvYqyZ4UyJ3t8dKx1SfpG2DFjuSl5vNOC9Zb/ShAXmbBH8Ty9mfsbxI21wvZIfUh7XqPmc4q6jEhWPHz5Zh8JLkxk= X-Received: by 2002:aed:2a3b:: with SMTP id c56mr29991747qtd.343.1570443340311; Mon, 07 Oct 2019 03:15:40 -0700 (PDT) MIME-Version: 1.0 References: <20191003115154.6f2jgj3dnqsved2y@gilmour> <20191007100535.6gp6b3h6ueyeln3b@gilmour> In-Reply-To: <20191007100535.6gp6b3h6ueyeln3b@gilmour> From: Amit Kucheria Date: Mon, 7 Oct 2019 15:45:29 +0530 Message-ID: Subject: Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding To: Maxime Ripard Cc: LKML , Mauro Carvalho Chehab , Chen-Yu Tsai , linux-media@vger.kernel.org, "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 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?